Hi,


It seems to make a significant difference if you fully qualify the stored
procedure name:

db.dba.rdf_load_rdfxml(file_to_string('./foaf.rdf'),
        'http://pizza.local:8890/foaf.rdf',     
        'http://pizza.local:8890/foaf.rdf');


that helped me so far. But there is another Problem now:
Anywhere in the documentation i saw that this function can load NTriples files too. Trying this im getting this error: *** Error 22007: [Virtuoso Driver][Virtuoso Server]XM033: XML parser detected an error:
        FATAL  : Non-whitespace character found instead of XML element
at line 1 column 36 of 'http://test.org/test.nt'
<http://test.org/resource/Test> <http://test.org/predicate/testlabel> "Test".
--------------------------------^

Is there another function for including nt files, or whats wrong now?

Regards,
Jörg


Reply via email to