Hi,
i have a SPARQL Query (Virtuoso/PL) that returns IRI_IDs instead of IRIs
(like #i1090430). the strange thing is that it doesn't happen with all
querys... but i have not found out what leads to this. but it only
occurs when i start the query with
define output:format "RDF/XML"
if i omit that, i get the correct result but plain...
can anybody give me a hint why this happens?
the query is
CALL DB.DBA.SPARQL_EVAL('define output:format "RDF/XML" SELECT
DISTINCT ?resourceUri ?__TYPE FROM <http://3ba.se/conferences/> FROM
<http://ns.ontowiki.net/SysBase/> WHERE { OPTIONAL { ?resourceUri
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?__TYPE } FILTER
(sameTerm(?resourceUri, <http://3ba.se/conferences/SrenAuer>)) } ',
NULL, 0)
the model http://3ba.se/conferences/ can be found here:
http://ontowiki.googlecode.com/hg/models/Conferences/conferences.rdf
regards
Jonas Brekle