cliffxuan / fuxi

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

Issue with FuXi.SPARQL.EDBQuery.RunQuery and rdf:type as subject #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ FuXi --safety=loose --strictness=defaultDerived --idb=owl:sameAs --method=bfp 
 --why="ASK { ex:subject1 owl:sameAs ex:subject2 }" --debug  
--ns=ex=http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001#  
--pDSemantics 
--builtinTemplates=http://fuxi.googlecode.com/hg/RuleBuiltinSPARQLTemplates.n3 
--dlp http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001.rdf

Query triggered for  rdfs:range_query(?P ?C) :- bfp:evaluate(rule:3 0)
Failed query SELECT ?C {     a  <http://www.w3.org/2000/01/rdf-schema#range> ?C }
..snip...
  File "/Library/Python/2.5/site-packages/pyparsing-1.4.11-py2.5.egg/pyparsing.py", line 2297, in parseImpl
    raise maxException
pyparsing.ParseException: Expected "}" (at char 17), (line:1, col:18)

Original issue reported on code.google.com by chime...@gmail.com on 21 Sep 2010 at 2:01

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by chime...@gmail.com on 21 Sep 2010 at 3:18