[closed] Re: invalid n-triples files in test cases

On Fri, 30 May 2003, Jan Grant wrote:

>
> On Fri, 30 May 2003, Peter F. Patel-Schneider wrote:
>
> > From: Jan Grant <Jan.Grant@bristol.ac.uk>
> > Subject: Re: invalid n-triples files in test cases
> > Date: Fri, 30 May 2003 13:22:07 +0100 (BST)
> >
> > > On Thu, 29 May 2003, Peter F. Patel-Schneider wrote:
> > >
> > > >
> > > > The documents at
> > > >
> > > > http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.nt
> > > >
> > > > and
> > > >
> > > > http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test002.nt
> > > >
> > > > do not appear to be valid N-Triples documents because they are missing the
> > > > final end-of-line.
> > >
> > > Noted, thanks.
> >
> > How about a fix?
>
> My pleasure. I've just checked in fixed copies of all the NTriples files
> in that directory that were missing EOLs. I'll run over the others now.

Well, this claims there are no more files that require this fix, so I'm
closing this.

[[
find . -name \*.nt | while read c; do echo $c; vis -l $c | tail -1 | grep -v '\\\$$'; done
]]

Cheers,
jan


-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Leverage that synergy! Ooh yeah, looking good! Now stretch - and relax.

Received on Friday, 30 May 2003 08:59:17 UTC