Herman,

The "0001" in "dcUser:0001" is the local part.
I cannot start with a number.
Try "dcUser:0001" or set some flags to relax the turtle parser's strictness.
Flags are listed in the doc page for DB.DBA.TTLP_MT

Cheers,
A

On Dec 10, 2011, at 23:22, "Herman A. Junge" <[email protected]> wrote:

> 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
> www.neosource.cl
> Fono: (56 2) 231 33 83
> Móvil: (56 9) 795 80 113
> Providencia 2594 of. 211 / SCL
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Learn Windows Azure Live!  Tuesday, Dec 13, 2011
> Microsoft is holding a special Learn Windows Azure training event for 
> developers. It will provide a great way to learn Windows Azure and what it 
> provides. You can attend the event by watching it streamed LIVE online.  
> Learn more at http://p.sf.net/sfu/ms-windowsazure
> _______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to