Re: XFN picture proposal

That technically looks correct, i'll leave it you to the others to see
if they understand it.

If needed, i can also generate some FoaF RDF to be added inline as
well? Just used any page that has XFN mark-up, passed that through the
W3C XSLT service[1] and the grokXFN.xsl[2] to generate RDF[3].

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:h="http://www.w3.org/1999/xhtml"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:xfn="http://gmpg.org/xfn/11#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/">
   <rdf:Description>
      <foaf:homepage rdf:resource=""/>
      <contact xmlns="http://gmpg.org/xfn/11#">
         <rdf:Description>
            <foaf:homepage
rdf:resource="http://www.w3.org/People/Berners-Lee/"/>
         </rdf:Description>
      </contact>
...
      <me xmlns="http://gmpg.org/xfn/11#">
         <rdf:Description>
            <foaf:homepage rdf:resource="http://www.ibiblio.org/hhalpin"/>
         </rdf:Description>
      </me>
   </rdf:Description>
</rdf:RDF>

[1] - http://www.w3.org/2005/08/online_xslt/
[2] - http://www.w3.org/2003/12/rdf-in-xhtml-xslts/grokXFN.xsl
[3] - http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2003%2F12%2Frdf-in-xhtml-xslts%2FgrokXFN.xsl&xmlfile=http%3A%2F%2Fwww.ibiblio.org%2Fhhalpin%2Flinks.html&content-type=&submit=transform

On 9/27/06, Fabien Gandon <Fabien.Gandon@sophia.inria.fr> wrote:
>
>
> just a first draft from what I understood:
> http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/tmp/grddl/XFN.png
>
> --
> "The wise man shows the moon, the idiot looks at his finger."
>  ____________
> |__ _ |_  http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/
> |  (_||_) INRIA Sophia Antipolis - ph# (33)(0)4 92 38 77 88
>
>
>


-- 
brian suda
http://suda.co.uk

Received on Wednesday, 27 September 2006 21:39:49 UTC