Virtuoso Open Source Edition (multi threaded) Version 6.0.0.3123-pthreads as of Dec 12 2009 Compiled for Linux (x86_64-pc-linux-gnu)
Am Donnerstag, den 01.04.2010, 02:45 +0700 schrieb Ivan Mikhailov: > Hello Jonas, > > Please specify the exact server version and I'll check it this Thursday. > > Best Regards, > > Ivan Mikhailov > OpenLink Software > http://virtuoso.openlinksw.com > > On Wed, 2010-03-31 at 16:12 +0200, Jonas Brekle wrote: > > 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 > >
