-
Notifications
You must be signed in to change notification settings - Fork 0
/
foaf.rdf
35 lines (34 loc) · 1.78 KB
/
foaf.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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: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>Yolanda Gil</foaf:name>
<foaf:title>Dr</foaf:title>
<foaf:givenname>Yolanda</foaf:givenname>
<foaf:family_name>Gil</foaf:family_name>
<foaf:mbox_sha1sum>271995cf045094b4e575e4c7aaf3ad3006658cac</foaf:mbox_sha1sum>
<foaf:homepage rdf:resource="https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website"/>
<foaf:depiction rdf:resource="https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website/y.g.v4.tiff"/>
<foaf:phone rdf:resource="tel:3108221511"/>
<foaf:workplaceHomepage rdf:resource="https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website"/>
<foaf:workInfoHomepage rdf:resource="https://knowledgecaptureanddiscovery.github.io/yolanda_gil_website"/>
<foaf:schoolHomepage rdf:resource="http://cs.cmu.edu"/>
<foaf:knows>
<foaf:Person>
<foaf:name>Varun Ratnakar</foaf:name>
<foaf:mbox_sha1sum>dfa9bf19ab9efc995c8bd65c8646ee173666f9e8</foaf:mbox_sha1sum></foaf:Person></foaf:knows>
<foaf:knows>
<foaf:Person>
<foaf:name>Jim Hendler</foaf:name>
<rdfs:seeAlso rdf:resource="http://www.cs.umd.edu/~hendler/2003/foaf.rdf#jhendler"/>
<foaf:mbox_sha1sum>be972c7a602683f7cf3c7a1fd0949c565debe4d3</foaf:mbox_sha1sum></foaf:Person></foaf:knows></foaf:Person>
</rdf:RDF>