Re: [Virtuoso-users] OWL loading with DB.DBA.TTLP_MT it´s getting Error 37000

2012-06-25 Thread Hugh Williams
Hi Gabriel, The owl files are in RDF/XML format, so you need to use the Virtuoso DB.DBA.RDF_LOAD_RDFXML_MT() function for these are detailed at: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20a%20Virtuoso%20Graph%20IRI Best Regards

Re: [Virtuoso-users] OWL loading with DB.DBA.TTLP_MT it´s getting Error 37000

2012-06-25 Thread Gabriel Lucas
Hi Hugh, It worked like charm :) DB.DBA.RDF_LOAD_RDFXML_MT(file_to_string_output('/tmp/val.owl'),'',' http://mytest.com#'); Done. -- 607708 msec. Saludos Gabriel On Mon, Jun 25, 2012 at 11:58 AM, Hugh Williams hwilli...@openlinksw.comwrote: Hi Gabriel, The owl files are in RDF/XML