Aleksei Ivanov

Results 5 comments of Aleksei Ivanov

Problems with queries are in DIRECT_SUBCLASSOF_QUERY, DIRECT_SUBPROPERTYOF_QUERY and DIRECT_TYPE_QUERY static fields. E.g. DIRECT_SUBCLASSOF_QUERY is like this ``` CONSTRUCT { ?X sesame:directSubClassOf ?Y } WHERE { ?X rdfs:subClassOf ?Y . FILTER...

It seems that it is the property value deletion that is causing the problems with full recomputation in ```SchemaCachingRDFSInferencerConnection```.

Thanks! I'll try some workarounds and maybe will come up with some RDFS Inferencer optimizations.

It looks like after latest improvements in Titanium (v. 1.3.2) the Json-LD Java implementation is only ~17% faster in average than Titanium. And in one test it even outperform Json-LD...

> > It looks like after latest improvements in Titanium (v. 1.3.2) the Json-LD Java implementation is only ~17% faster in average than Titanium. And in one test it even...