Re: [Virtuoso-users] Crazy with the turtles

2011-12-11 Thread Kingsley Idehen
On 12/10/11 10:52 PM, Herman A. Junge wrote: Aldo, It's solved. I've tried with dcUser:_0001 (underscore before the numbers) and it did the trick! It really got me puzzled. Thanks a Lot for your explanation. Haj.- You can also use the Conductor UI which lets you select the ttl file and up

Re: [Virtuoso-users] Crazy with the turtles

2011-12-11 Thread Herman A. Junge
Aldo, It's solved. I've tried with dcUser:_0001 (underscore before the numbers) and it did the trick! It really got me puzzled. Thanks a Lot for your explanation. Haj.- On Dec 11, 2011, at 12:34 AM, Aldo Bucchi wrote: > Herman, > > The "0001" in "dcUser:0001" is the local part. > I canno

Re: [Virtuoso-users] Crazy with the turtles

2011-12-11 Thread Aldo Bucchi
Sorry I meant: Try "dcUser:x0001". ( im on an iphone ) On Dec 11, 2011, at 0:34, Aldo Bucchi wrote: > "dcUser:0001"

Re: [Virtuoso-users] Crazy with the turtles

2011-12-11 Thread Aldo Bucchi
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" wrote: > Hi guys, > > I

[Virtuoso-users] Crazy with the turtles

2011-12-11 Thread Herman A. Junge
Hi guys, I'm trying to load this turtle document # filename: test.ttl @prefix dcUser: . @prefix dc: . dcUser:0001 dc:screen_name "http://developerschile.org/hermanjunge"; . dcUser:0001 dc:location "Santiago, Chile" . Us