2
votes
2answers
63 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 …