1
vote
0answers
56 views
RDF data in Lucene?
Does anyone have experience adding RDF data to Lucene (or other search engine) index? And now I'm not talking about indexing RDF data (string literals, labels, instance names, etc. …
2
votes
2answers
61 views
How to speed up rdf:type foo:Bar SPARQL queries by Virtuoso tuning?
I'm running SPARQL queries like:
prefix ch: <http://pele.farmbio.uu.se/chembl/?>
select count(?s) where {
?s a ch:Compound .
}
or any other 'a' query asking all Resourc …
2
votes
7answers
467 views
How do I build a triple store?
If I wanted to do semantic web application development in [some obscure language] and nothing is currently available, where would I go to find out how they work and how to build a …
2
votes
0answers
37 views
PICK/RDF anyone?
Anyone have any interest in intergrating RDF and/or SPARQL with a PICK database? Has anyone tried this yet? I have some thoughts about what to try. One idea is to figure out how to …