RE: RDF Issue rdfms-xml-base

> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>           xmlns:eg="http://example.org/"
>           xml:base="http://example.org/dir/file">
>    <eg:type rdf:about="" />
> </rdf:RDF>
> 
> is equivalent to:
> 
>    <http://example.org/dir/file> 
> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
> <http://example.org/dir/file> .
> 
> Please could you respond to this message, copying 
> www-rdf-comments@w3.org 
> indicating whether this is an acceptable resolution of this issue.

Hi Brian,

Thanks for bringing this up. I don't much like it, but I can
live with it. It is, however, worth an explicit warning in the spec
that
  <rdf:Description rdf:about="">
may not actually be about the document containing that line, which
people may have been conditioned to believe.

Ron

Received on Thursday, 21 March 2002 19:17:50 UTC