Hi guys, 

I'm trying to load this turtle document

# filename: test.ttl

@prefix dcUser: <http://ont.developerschile.org/user#> .
@prefix dc: <http://ont.developerschile.org/> .

dcUser:0001 dc:screen_name  "http://developerschile.org/hermanjunge"; .
dcUser:0001 dc:location "Santiago, Chile" .

Using

SQL> DB.DBA.TTLP_MT(file_to_string_output ('/home/hermanjunge/tmp/test.ttl'), 
'', 'http://mytest.com') ;

And my friend isql-vt keeps telling me:

*** Error 37000: [Virtuoso Driver][Virtuoso Server]SP029: TURTLE RDF loader, 
line 6: Invalid characters in local part of QName; this error can be suppressed 
by parser flags at gkUser:0001
at line 3 of Top-Level:
DB.DBA.TTLP_MT(file_to_string_output ('/home/hermanjunge/tmp/test.ttl'), '', 
'http://mytest.com') 

I swear to god I have googled two hours. Could someone help a soul in distress?

Greetings from Chile,

Herman A. Junge

Reply via email to