Hi,

I'm quite sure there is a problem with the TTLP Import into an empty Graph via iSQL (e.g. in Conductor or via ODBC); To import data the following statement is used:

CALL DB.DBA.TTLP (FILE_TO_STRING_OUTPUT ('/tmp/test.nt'), 'http://my_graph', 
'http://my_graph', 0)

because if i do a sparql query like:

SELECT ?s WHERE { ?s ?p ?o . }

then i get as result the resources:

http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl

http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl#äöü>

http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl#äöü>

Check the trailing '>' which surely shoulnd't be there.

I'm using Opensource Version: 06.00.312 ; Build: Dec 14 2009

Normally the Virtuoso Server is queried by an OntoWiki Installation via ODBC. That's were i initally ran across that bug. (see ontowiki issue <http://code.google.com/p/ontowiki/issues/detail?id=634> as ontowikis turtle parser suffered from bugs too) Please try to use the appended data to re-create that bug. Confirm as soon as possible please.

mfg CR
<http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2002/07/owl#Ontology> .
<http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl#\u00E4\u00F6\u00FC>
 <http://www.w3.org/2000/01/rdf-schema#comment> "a test 
class"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://www.owl-ontologies.com/2009/10/22/Ontology1256204650.owl#\u00E4\u00F6\u00FC>
 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://www.w3.org/2000/01/rdf-schema#Class> .

Reply via email to