ops-search fails to index all of the OCRS compounds, with:
PREFIX cheminf: <http://semanticscience.org/resource/>
SELECT *
WHERE {
GRAPH <http://ops.rsc.org> {
?id cheminf:CHEMINF_000476 ?title .
}
}
on http://ops2.few.vu.nl:8890/sparql
Indexing the OCRS graph
gives only 1048576 SPARQL result rows, which is incomplete, as the graph contains 1364639 compounds on 1.5, and 1439397 compounds on 2.0.
1048576 is 1024*1024 - which is much less than the configured virtuoso.ini setting of:
ResultSetMaxRows = 500000000
@ghard reckons this is caused by a different limitation somewhere in Virtuoso.
ops-search fails to index all of the OCRS compounds, with:
on http://ops2.few.vu.nl:8890/sparql
Indexing the OCRS graph
gives only 1048576 SPARQL result rows, which is incomplete, as the graph contains 1364639 compounds on 1.5, and 1439397 compounds on 2.0.
1048576 is 1024*1024 - which is much less than the configured
virtuoso.inisetting of:@ghard reckons this is caused by a different limitation somewhere in Virtuoso.