Martin McEvoy
- Email: weborganics@googlemail.com
- Made: RDF-3T
References:
<meta name="prefix" scheme="rdf" content="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <meta name="prefix" scheme="dc" content="http://purl.org/dc/elements/1.1/"> <meta name="prefix" scheme="foaf" content="http://xmlns.com/foaf/0.1/"> <meta name="prefix" scheme="home" content="http://weborganics.co.uk/#">
Markup:
<body class="rdf:type=[foaf:PersonalProfileDocument]"> ... <h2 class="dc:title=content">FOAF in HTML 4.01 Transitional</h2> <div class="foaf:primaryTopic=#_ foaf:maker=#_"> <div class="foaf:Person=item" id="home:weborganics"> <p class="foaf:name=content"> <span class="foaf:givenname=content">Martin</span> <span class="foaf:family_name=content">McEvoy</span> </p> <ul> <li>Email: <a class="foaf:mbox_sha1sum=f987ae3a50b2aa20e9cc41386f2e50320c7e1ff1" href="mailto:weborganics@googlemail.com">weborganics@googlemail.com</a> </li> <li class="foaf:made=#_">Made: <a class="foaf:Document=item" href="http://weborganics.co.uk/RDF-3T/"> <span class="dc:title=content">RDF-3T</span> </a> </li> </ul> </div> </div> ... </body>
Results:
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xml:base="http://weborganics.co.uk/RDF-3T/test4.html">
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test4.html">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/PersonalProfileDocument"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test4.html">
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">FOAF in HTML 4.01 Transitional</dc:title>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test4.html">
<foaf:primaryTopic xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://weborganics.co.uk/#weborganics"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test4.html">
<foaf:maker xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://weborganics.co.uk/#weborganics"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<foaf:name xmlns:foaf="http://xmlns.com/foaf/0.1/">Martin McEvoy</foaf:name>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<foaf:givenname xmlns:foaf="http://xmlns.com/foaf/0.1/">Martin</foaf:givenname>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<foaf:family_name xmlns:foaf="http://xmlns.com/foaf/0.1/">McEvoy</foaf:family_name>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<foaf:mbox_sha1sum xmlns:foaf="http://xmlns.com/foaf/0.1/">f987ae3a50b2aa20e9cc41386f2e50320c7e1ff1</foaf:mbox_sha1sum>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/#weborganics">
<foaf:made xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://weborganics.co.uk/RDF-3T/"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
</rdf:Description>
<rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/">
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">RDF-3T</dc:title>
</rdf:Description>
</rdf:RDF>
Try: Get RDF-3T results or Convert to RDF/NTriples, using : Mindswap RDF Converter