Link Rel tags/rdf:ID

A quick question if I may please:

If I have an RDF instance called example.rdf that has a series of
Descriptions with IDs, i.e.

<rdf:Description  rdf:ID="name1">
  Stuff
</rdf:Description>
<rdf:Description  rdf:ID="name2">
  Different stuff
</rdf:Description>

And I now have a Link tag in an XHTML document that says

<link rel="meta" type="application/rdf+xml" href="example.rdf#name1" />

Am I "safe" to take this to mean that the RDF description for the XHTML page
is "Stuff" and not "Different stuff"?

If yes, does the same answer apply if I use an HTTP response header rather
than a Link tag? (in theory I suppose it could mean that the RDF described
the server, not the content following the headers?)

Any help greatly appreciated, thank you.

Phil Archer

Received on Thursday, 10 June 2004 10:08:19 UTC