Re: [Virtuoso-users] Loading NTriples to Virtuoso

2007-11-23 Thread Jörg Schüppel
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 Proble

Re: [Virtuoso-users] Loading NTriples to Virtuoso

2007-11-23 Thread Ivan Mikhailov
Hello Jörg, Please write the procedure name as in examples, DB.DBA.RDF_LOAD_RDFXML(...), otherwise depending on sql user name you may call built-in function with same name; that is not what you intend. In common, specifying qualified name for all procedures is good idea for both security and spee

Re: [Virtuoso-users] Loading NTriples to Virtuoso

2007-11-23 Thread Tim Haynes
Jörg Schüppel wrote: > Hello, > > my Question is about adding NTriples Files to Virtuoso via the isql > command line: > > I tried rdf_load_rdfxml('./test.nt','http://test.org','http://test.org'); > so described in the manual: > http://docs.openlinksw.com/virtuoso/rdfapiandsql.html#rdfapi > >

[Virtuoso-users] Loading NTriples to Virtuoso

2007-11-23 Thread Jörg Schüppel
Hello, my Question is about adding NTriples Files to Virtuoso via the isql command line: I tried rdf_load_rdfxml('./test.nt','http://test.org','http://test.org'); so described in the manual: http://docs.openlinksw.com/virtuoso/rdfapiandsql.html#rdfapi This command above leads me to this e