- From: <Patrick.Stickler@nokia.com>
 - Date: Wed, 10 Oct 2001 13:11:27 +0300
 - To: www-rdf-validator@w3.org
 
report=Hi,
What is the interpretation of the 'online:' URI scheme 
inferred from ID and relative URI values which are not
grounded in an explicit xml:base?
Are these expected to be interpreted as relative according
to some configurational knowledge provided by the RDF
processing application, or is it just a way (similar to
'genid:' URIs) to differentiate local instance-specific
URIs from "real" absolute URIs?
And is this 'online:' treatment intended to be a standard
practice for all RDF processors, or is it just a feature
of this particular tool?
Thanks,
Patrick
patrick.stickler@nokia.com
RDF=<?xml version="1.0">
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
           >
  <rdf:Description rdf:ID="foo">
    <dc:location rdf:resource="./foo.htm"/> 
  </rdf:Description>
</rdf:RDF>
Received on Wednesday, 10 October 2001 06:11:58 UTC