Re: CWM NTriples Output Bug

> There's another bug in CWM, Llyn, [...]

As a followup (but very pedantic) bug: sometimes on -ntriples, CWM produces
comments such as:-

[[[
        #    using base file:C:\WINDOWS\DESKTOP\BLARGH.N3
]]]

but whitespace is not allowed before the "#" comment character in NTriples.
I note it because I wrote an NTriples validator using a RegExp, and it
barfs on this.

> @prefix : <http://infomesh.net/2001/10/test-uri/#> .
> [...]
>     <http://example.org/#a>

Hmph: I found that the first prefix would have been wrapped, so I changed
it...

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://purl.org/net/sbp/> .

Received on Friday, 19 October 2001 23:11:00 UTC