- From: Danny Ayers <danny.ayers@gmail.com>
- Date: Wed, 14 Feb 2007 13:52:04 +0100
- To: "Brian Suda" <brian.suda@gmail.com>
- Cc: public-grddl-wg <public-grddl-wg@w3.org>
PS. The RDF/XML inline in the doc isn't the same as the linked
material - which looks ok (below).
Is that the output of grokXFN.xsl?
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:xfn="http://gmpg.org/xfn/11#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description>
<foaf:homepage rdf:resource=""/>
<friend xmlns="http://gmpg.org/xfn/11#">
<rdf:Description>
<foaf:homepage rdf:resource="http://peter.example.org"/>
</rdf:Description>
</friend>
<met xmlns="http://gmpg.org/xfn/11#">
<rdf:Description>
<foaf:homepage rdf:resource="http://peter.example.org"/>
</rdf:Description>
</met>
<met xmlns="http://gmpg.org/xfn/11#">
<rdf:Description>
<foaf:homepage rdf:resource="http://john.example.org"/>
</rdf:Description>
</met>
<met xmlns="http://gmpg.org/xfn/11#">
<rdf:Description>
<foaf:homepage rdf:resource="http://paul.example.org"/>
</rdf:Description>
</met>
</rdf:Description>
</rdf:RDF>
--
http://dannyayers.com
Received on Wednesday, 14 February 2007 12:52:25 UTC