Tagged Questions

4
votes
2answers
412 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
1answer
209 views

Is it possible to use MapReduce to generate TDB indexes?

Given the current TDB architecture, is it possible to use MapReduce to generate TDB indexes? First of all, this is not a complete answer. But, perhaps, it is a first step toward …
2
votes
8answers
1k 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 …
1
vote
1answer
139 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 …
2
votes
2answers
172 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 …