-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoaf.rdf
22 lines (22 loc) · 1021 Bytes
/
foaf.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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:admin="http://webns.net/mvcb/">
<foaf:PersonalProfileDocument rdf:about="">
<foaf:maker rdf:resource="#me"/>
<foaf:primaryTopic rdf:resource="#me"/>
<admin:generatorAgent rdf:resource="http://www.ldodds.com/foaf/foaf-a-matic"/>
<admin:errorReportsTo rdf:resource="mailto:[email protected]"/>
</foaf:PersonalProfileDocument>
<foaf:Person rdf:ID="me">
<foaf:name>Eric DeLabar</foaf:name>
<foaf:title>Mr.</foaf:title>
<foaf:givenname>Eric</foaf:givenname>
<foaf:family_name>DeLabar</foaf:family_name>
<foaf:mbox_sha1sum>5ea376e0758f9fb34b26caa77ae11f38e95345b1</foaf:mbox_sha1sum>
<foaf:homepage rdf:resource="http://ericdelabar.com/"/>
<foaf:workplaceHomepage rdf:resource="http://www.trifecta.com/"/>
<foaf:workInfoHomepage rdf:resource="http://www.linkedin.com/in/ericdelabar"/>
</foaf:Person>
</rdf:RDF>