<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/">
    <foaf:Person>
        <rdfs:seeAlso rdf:resource="http://www.iwalt.com/foaf" />
        <foaf:name>Walt Dickinson</foaf:name>
        <foaf:title>Mr</foaf:title>
        <foaf:firstName>Walt</foaf:firstName>
        <foaf:surname>Dickinson</foaf:surname>
        <foaf:depiction rdf:resource="http://www.iwalt.com/images/userpics/walt.png" />
        <foaf:homepage rdf:resource="http://www.iwalt.com/" />
        <foaf:weblog rdf:resource="http://www.iwalt.com/" />
        <foaf:aimChatID>waltataim</foaf:aimChatID>
    </foaf:Person>
</rdf:RDF>
