Re: [Virtuoso-users] Redefined prefixes in Turtle

2013-08-28 Thread Kingsley Idehen
On 8/28/13 2:28 PM, Timothy Lebo wrote: Thanks, Hugh. The error: {{{ load function: DB.DBA.TTLP_MT(file_to_string_output('/SOME/PATH/TO/b.ttl'),'','http://www.SOME.com/graphs/test' , 255, 2, 2); }} The input: $ cat b.ttl {{{ @prefix nfo:

Re: [Virtuoso-users] Redefined prefixes in Turtle

2013-08-28 Thread Timothy Lebo
Thanks, Hugh. The error: {{{ load function: DB.DBA.TTLP_MT(file_to_string_output('/SOME/PATH/TO/b.ttl'),'','http://www.SOME.com/graphs/test', 255, 2, 2); }} The input: $ cat b.ttl {{{ @prefix nfo: . [] nfo:fileName "some.ttl" . @prefi

Re: [Virtuoso-users] Redefined prefixes in Turtle

2013-08-28 Thread Hugh Williams
Hi Tim, Can you please confirm the version(s) for Virtuoso you are encountering this issue with (virtuoso-t -? to get full version and build date). Also, if you can provide a sample dataset we can attempt a recreation in-house ... Best Regards Hugh Williams Professional Services OpenLink Softw

[Virtuoso-users] Redefined prefixes in Turtle

2013-08-28 Thread Timothy Lebo
Hello, I'm receiving the following error while trying to load a turtle file into Virtuoso with isql: *** Error 37000: [Virtuoso Driver][Virtuoso Server]SP029: TURTLE RDF loader, line 3226: Namespace prefix is re-used for a different namespace IRI Is this a new requirement by Virtuoso? I've bee