We have decided to switch from AG to V because of V's user front end gui. However the bottleneck has been
getting a large ingest to work. Our ingest file is in turtle format and loads successfully into AG. However we have
been unsuccessful in loading any file within V that is large.
Currently we are using DB.DBA.TTLP_MT.
- Code: Select all
SQL> DB.DBA.TTLP_MT (file_to_string_output ('/usr/local/share/virtuoso/vad/Triples'), '', 'http://www.company.com', 1, 2);
*** Error 37000: [Virtuoso Driver][Virtuoso Server]SP029: TURTLE RDF loader, line 29: syntax error
at line 11 of Top-Level:
DB.DBA.TTLP_MT (file_to_string_output ('/usr/local/share/virtuoso/vad/Triples'), '', 'http://www.company.com', 1, 2)
All of our data looks like.
- Code: Select all
<http://www.company.com#md_19360-1a> <http://www.company.com#Username> "User134" .
<http://www.company.com#md_19360-1a> <http://www.company.com#p_app> "Active Directory - Ficticious Context Data" .
<http://www.company.com#md_19360-1o> <http://www.company.com#p_proc> "lsass.exe" .
<http://www.company.com#md_19360-1o> <http://www.company.com#action> "create" .
<http://www.company.com#p_19360-1> <http://www.company.com#Birthdate> "1977-04-02T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://www.company.com#p_19360-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.company.com#People> .
Any suggestions on what is the problem?
Thanks
Brian

