Example of FOAF metadata
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:lang="http://purl.org/net/inkel/rdf/schemas/lang/1.1#"
xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"
xmlns:airport="http://www.daml.org/2001/10/html/airport-ont#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<foaf:PersonalProfileDocument rdf:about="">
<foaf:maker rdf:nodeID="smiffy"/>
<foaf:primaryTopic rdf:nodeID="smiffy"/>
</foaf:PersonalProfileDocument>
<foaf:Person rdf:nodeID="smiffy">
<foaf:name>Matthew Smith</foaf:name>
<foaf:title>Mr</foaf:title>
<foaf:givenname>Matthew</foaf:givenname>
<foaf:family_name>Smith</foaf:family_name>
<foaf:nick>smiffy</foaf:nick>
<foaf:mbox_sha1sum>e2ba17a88b4de4c1f87813fab115b4f7be012855</foaf:mbox_sha1sum>
<foaf:homepage rdf:resource="http://www.smiffysplace.com"/>
<foaf:workplaceHomepage rdf:resource="http://www.kbc.net.au"/>
<foaf:workInfoHomepage rdf:resource="http://www.kbc.net.au/about.html"/>
<foaf:schoolHomepage rdf:resource="http://www.the-kings-osm.devon.sch.uk/"/>
<lang:masters>en-GB</lang:masters>
<lang:masters>en-US</lang:masters>
<lang:masters>en</lang:masters>
<lang:reads>fr</lang:reads>
<foaf:based_near>
<geo:Point>
<geo:long>137.7164</geo:long>
<geo:lat>-33.9658</geo:lat>
</geo:Point>
</foaf:based_near>
<contact:nearestAirport>
<airport:Airport rdf:about="http://www.daml.org/cgi-bin/airport?ADL">
<airport:iataCode>ADL</airport:iataCode>
<geo:long>138.533</geo:long>
<geo:lat>-34.95</geo:lat>
<rdfs:seeAlso rdf:resource="http://www.daml.org/cgi-bin/airport?ADL" />
</airport:Airport>
</contact:nearestAirport>
<foaf:depiction rdf:resource="http://www.smiffysplace.com/img/lith.jpg" />
<foaf:knows><foaf:Person>
<foaf:name>Charles McCathieNevile</foaf:name>
<rdfs:seeAlso rdf:resource="http://www.w3.org/People/Charles/foaf.rdf"/>
<foaf:mbox_sha1sum>69aa8b1519215cbb15df28348db64299688d8cc5</foaf:mbox_sha1sum>
</foaf:Person></foaf:knows>
<foaf:knows><foaf:Person>
<foaf:name>Liddy Nevile</foaf:name>
<foaf:mbox_sha1sum>3327251a40ca1d501adf693f269f7f60c435015b</foaf:mbox_sha1sum>
</foaf:Person></foaf:knows>
</foaf:Person>
</rdf:RDF>