Hello,

I´m trying to load some data into Virtuoso with DB.DBA.TTLP_MT command.
You can try yourself, I downloaded the files from
http://workingontologist.org/Examples/index.html


With N3 files, all goes smoothly.
DB.DBA.TTLP_MT(file_to_string_output('/tmp/Product.n3'),'','
http://myproduct.com#',16);
Done. -- 648 msec.


The problem comes when trying the same with an OWL file.
Then I am getting the following.
DB.DBA.TTLP_MT(file_to_string_output('/tmp/Product.n3'),'','
http://myproduct.com#',16);

*** Error 37000: [Virtuoso Driver][Virtuoso Server]SP029: TURTLE RDF
loader, line 1: Invalid characters in angle-bracketed name; this error can
be suppressed by parser flags at <?xml version="1.0"?>
at line 4 of Top-Level:
DB.DBA.TTLP_MT(file_to_string_output('/tmp/Product.owl'),'','
http://myproduct.com#')


Does anyone have an idea of what could be the issue?

Best regards

Gabriel

Reply via email to