Weblog article on rdf:nodeID - possible error

Hi,

Was just reading the weblog article on the rdf:nodeID attribute
<http://esw.w3.org/mt/esw/archives/000034.html>.  I read this bit :

--------------------------------------------------------------
<rdf:Description rdf:ID="me">
 <foaf:name>Dan Brickley</foaf:Name>
</rdf:Description>

...if parsed with a base URI of http://example.com/foaf/test1.rdf ...will
generate a single triple:

http://example.com/foaf/test1.rdf http://xmlns.com/foaf/0.1/name "Dan
Brickley"
--------------------------------------------------------------

Shouldn't the subject of the triple be :

http://example.com/foaf/test1.rdf#me

?

Al.

Received on Thursday, 19 February 2004 12:10:39 UTC