- From: Nathan <nathan@webr3.org>
- Date: Fri, 01 Apr 2011 20:06:51 +0100
- To: Andy Seaborne <andy.seaborne@epimorphics.com>
- CC: Richard Cyganiak <richard@cyganiak.de>, RDF-WG <public-rdf-wg@w3.org>
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