What could be the reason of results (listOfPropertiesInDataset) difference for 
the same query which runs on two different engine e.g. fuseki and sesame. I 
dumped the Kegg data into fuseki and sesame and when I run the following query 
the results vary.
PREFIX void: <http://rdfs.org/ns/void#> CONSTRUCT { <datasetUri> 
void:propertyPartition ?pUri . ?pUri void:property ?p . } WHERE { ?s ?p ?o . 
BIND(IRI(CONCAT(STR(<baseUri>),MD5(STR(?p)))) AS ?pUri)}

In fuseki it returns 42 and in sesame it returns back 740444
Best,Qaiser.

Reply via email to