CWM Bug: -ntriples Does Not Produce Valid NTriples

Using the -ntriples flag may produce, for example:-

   _:1 <#name> "Sean" .

However, according to the NTriples BNF:-

[[[
   namedNode ::= '_:' name
   [...]
   name ::= [A-Za-z][A-Za-z0-9]*
]]] -

all name components must start with an alphabetical character in the set
[A-Za-z]; viz. numerals are forbidden.

Cheers,

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

Received on Friday, 21 September 2001 16:19:48 UTC