Re: Re: jena.textindexer error

2013-08-20 Thread Chris Dollin
On Monday, August 19, 2013 05:32:13 PM Brad Moran wrote: > Actually just tried saving as .rdf and I get a similar error (content not > allowed in prolog, which does not make sense to me because there is nothing > before the @prefix, I am wondering if TextEdit could be causing this > problem? "Cont

Re: jena.textindexer error

2013-08-19 Thread Brad Moran
Just opened in Xcode, and TextEdit was adding to the file, thanks for your help. On Mon, Aug 19, 2013 at 5:32 PM, Brad Moran wrote: > Actually just tried saving as .rdf and I get a similar error (content not > allowed in prolog, which does not make sense to me because there is nothing > before

Re: jena.textindexer error

2013-08-19 Thread Brad Moran
Actually just tried saving as .rdf and I get a similar error (content not allowed in prolog, which does not make sense to me because there is nothing before the @prefix, I am wondering if TextEdit could be causing this problem? On Mon, Aug 19, 2013 at 5:01 PM, Andy Seaborne wrote: > On 19/08/13

Re: jena.textindexer error

2013-08-19 Thread Brad Moran
Sorry, it actually saves as .rtf On Mon, Aug 19, 2013 at 5:08 PM, Brad Moran wrote: > In TextEdit there does not appear to be any '{' in the file. However,if I > save the file it automatically saves as .rdf file. Then I manually convert > to .ttl file. Do you think this could be causing a probl

Re: jena.textindexer error

2013-08-19 Thread Brad Moran
In TextEdit there does not appear to be any '{' in the file. However,if I save the file it automatically saves as .rdf file. Then I manually convert to .ttl file. Do you think this could be causing a problem? Do I need to use a different editor to generate a .ttl file? On Mon, Aug 19, 2013 at 5:0

Re: jena.textindexer error

2013-08-19 Thread Andy Seaborne
On 19/08/13 21:26, Brad Moran wrote: Where exactly? As far as I see there is no '{' in the file, am I missing one? The only way I can create the error message you report is to chnage it and put a "{" at the start of the file. There should not be one. The file you sent in email works for me

Re: jena.textindexer error

2013-08-19 Thread Brad Moran
Where exactly? As far as I see there is no '{' in the file, am I missing one? On Mon, Aug 19, 2013 at 3:45 PM, Brad Moran wrote: > *Hi,* > *tried running jena.textindexer from bash like:* > > java -cp jena-2.10.2/jena-fuseki-0.2.8-SNAPSHOT/fuseki-server.jar > jena.textindexer --desc=NetBeansPro

Re: jena.textindexer error

2013-08-19 Thread Andy Seaborne
There is a "{" on the first line, first column of the assembler file. That's a graph literals / N3 formula which is not supported by the Turtle reader. (the file you provided works for me) Andy On 19/08/13 20:45, Brad Moran wrote: *Hi,* *tried running jena.textindexer from bash like

jena.textindexer error

2013-08-19 Thread Brad Moran
*Hi,* *tried running jena.textindexer from bash like:* java -cp jena-2.10.2/jena-fuseki-0.2.8-SNAPSHOT/fuseki-server.jar jena.textindexer --desc=NetBeansProjects/mdr-older/trunk/data.ttl *But i am receiving this error:* ERROR [line: 1, col: 1 ] Not implemented com.hp.hpl.jena.sparql.ARQException