From: Ruben V. <rub...@ug...> - 2013-08-13 13:56:06
|
> I wasn't surprised that there was some pathological behavior related to the heuristics for guessing what to compare, buy I tried to replicate this and it actually worked fine on my build. Could you run again with --debug 3? Sure. Here you go: $ sparql -d IRI_subject.ttl --compare IRI_subject.ttl --debug 3 [- 2 +] log level "Default" set to 3. [- 2 +] log level "Rewrite" set to 3. [- 2 +] log level "IO" set to 3. [- 2 +] log level "GraphMatch" set to 3. [- 2 +] log level "SQL" set to 3. [- 2 +] log level "Service" set to 3. [- 2 +] log level "Process" set to 3. I/O [- 2 +] Stream constructed to read file IRI_subject.ttl. I/O [- 1 +] Reading IRI_subject.ttl with media type text/turtle into Default Graph. I/O [- 2 +] <loadedData> { <http://a.example/s> <http://a.example/p> <http://a.example/o> . } </loadedData> I/O [- 2 +] Stream constructed to read file IRI_subject.ttl. I/O [- 1 +] Reading IRI_subject.ttl with media type text/turtle. GraphMatch [- 3+] matching { ?t <http://www.w3.org/2001/sw/DataAccess/tests/result-set#boolean> ?bool . } GraphMatch [- 3+] produced +-+ | | +-+ GraphMatch [- 3+] vars and exprs tracked during project: GraphMatch [- 3+] matching { ?set <http://www.w3.org/2001/sw/DataAccess/tests/result-set#resultVariable> ?var . } GraphMatch [- 3+] produced +-+ | | +-+ GraphMatch [- 3+] vars and exprs tracked during project: GraphMatch [- 3+] matching { _:b0x3270860 <http://www.w3.org/2001/sw/DataAccess/tests/result-set#variable> ?var . _:b0x3270860 <http://www.w3.org/2001/sw/DataAccess/tests/result-set#value> ?val . ?soln <http://www.w3.org/2001/sw/DataAccess/tests/result-set#binding> _:b0x3270860 . } GraphMatch [- 3+] produced +-+ | | +-+ { <http://a.example/s> <http://a.example/p> <http://a.example/o> . } != +-+ | | +-+ Best, Ruben |