berkantaydin / fuxi

Automatically exported from code.google.com/p/fuxi
0 stars 0 forks source link

AssertionError #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using the following command and input I get successful results for
some queries but not others.  Can you advise how to resolve, debug or
work around such issues?  Using the same command line except varying
the queries as follows

1) SELECT ?x WHERE { ?x a test:party    }
2) SELECT ?x WHERE { ?x a test:person }
3) SELECT ?x WHERE { ?x a test:female  }
4) SELECT ?x WHERE { ?x a test:mensch }

FuXi-1.0.dev returns results as expected for (1) and (2); but for
(3) and (4) error messages of the following form are returned:

AssertionError: [(?x, rdflib.URIRef('http://www.w3.org/1999/02/22-rdf-
syntax-ns#type'), rdflib.URIRef('http://xdors.net/demo#mensch'))]

Original issue reported on code.google.com by chime...@gmail.com on 4 Jun 2010 at 9:08

Attachments:

GoogleCodeExporter commented 8 years ago
command-line:

FuXi --input-format="n3" --ns=test=http://xdors.net/demo# --dlp \
       --method=both --rules=pD-rules.n3  \
       --why="SELECT ?x WHERE { ?x a test:mensch}" scratch.n3

Original comment by chime...@gmail.com on 4 Jun 2010 at 9:09

GoogleCodeExporter commented 8 years ago

Original comment by chime...@gmail.com on 4 Jun 2010 at 9:43