Tagged Questions

1
vote
5answers
236 views

Jena SDB: Most efficient way to load chuncks of Triples

I'm currently trying to use Jena SDB as a triple store and get very poor triple insert performance. Any help in speeding things up would be appreciated. The situation: I need to …
1
vote
2answers
85 views

Sort by date optimizations on large dataset

I'm trying to get the most recent articles on a subject out of http://pubmed.bio2rdf.org/sparql. I can get a list of articles on a subject but as soon as I try to order by date the …
3
votes
2answers
112 views

Performance of Semantic Reasoners and consequent limitations on applicability

I'm sure the performance of reasoners and triple stores will continue to improve through better hardware, better optimized software and improved reasoning logic. But the complexit …
4
votes
1answer
142 views

Logging of Pellet Reasoning

I am currently constructing an OWL ontology, which - until very recently classified rapidly using the Pellet reasoner. However, since the introduction of several new classes, the r …
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 …