Re: [TTL] Standardizing N-Triples

Andy Seaborne wrote:
> Are there examples of real worlds data that uses relative IRIs in 
> N-triples?  If not, we could decide that theer is no base processing in 
> RDF-triples, absolute IRIs only.

How can we have @base processing if there are no directives or @base 
definitions? I'd strongly suggest we keep this to *IRI*s only.

nb: absolute-IRI doesn't allow for a fragment, it's "IRI" that we need.

   IRI           = scheme ":" ihier-part [ "?" iquery ] [ "#" ifragment ]
   absolute-IRI  = scheme ":" ihier-part [ "?" iquery ]

   URI           = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
   absolute-URI  = scheme ":" hier-part [ "?" query ]

Best,

Nathan

Received on Friday, 1 April 2011 19:08:05 UTC