[rdfweb-dev] ID, nodeID and foaf:made
Dan Brickley
danbri at w3.org
Sat Aug 2 10:19:30 UTC 2003
* Dan Brickley <danbri at w3.org> [2003-08-02 05:56-0400]
> Fair questions. Let me try to answer briefly.
(I failed on the 'brief' thing ;)
> node whose XML element is decorated with an rdf:ID, so for example:
> <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"
Ooops, spotted a slight mistake, but a potentially confusing one. The
triple this generates should be:
http://example.com/foaf/test1.rdf#me http://xmlns.com/foaf/0.1/name "Dan Brickley"
More information about the foaf-dev
mailing list