Hello,
I have loaded the full geonames RDF dump (
http://www.geonames.org/ontology/documentation.html) into a sesame powered RDF store (Owlim).
As a result, the store currently holds 123M+ triples. Unfortunately, I have noticed that TBC doesn't seem to work with such amount of triples
when connected to the store though sesame connector. The Classes and Properties views get populated, however no instance data is being
retrieved in the Instances view. A-box related SPARQL queries (through the Query Editor) bring zero results as well. There are no problems executing
queries and working with the store in general through Sesame workbench, Jena API + ARQ, so this leads me to think that the issue is TBC related.
Please note, that such behavior is present only when data store size increases significantly. TBC sesame connector works well with smaller data dumps.
I have tested this separately with 4.7M triples from a partial geonames RDF dump.
Any ideas on what might be the problem here?
Regards,
Tomas