-
Notifications
You must be signed in to change notification settings - Fork 5
/
foaf.rdf
executable file
·59 lines (59 loc) · 1.9 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<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/" xmlns:rel="http://purl.org/vocab/relationship/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<foaf:personalprofiledocument rdf:about="">
<foaf:maker rdf:resource="#me" />
<foaf:primarytopic rdf:resource="#me" />
</foaf:personalprofiledocument>
<foaf:person rdf:ID="me">
<foaf:name>
John Muccigrosso
</foaf:name>
<foaf:title>
Prof
</foaf:title>
<foaf:givenname>
John
</foaf:givenname>
<foaf:family_name>
Muccigrosso
</foaf:family_name>
<foaf:mbox_sha1sum>
b978a0d579a1a86e2de156a524dadd42d7dc9910
</foaf:mbox_sha1sum>
<foaf:homepage rdf:resource="http://users.drew.edu/jmuccigr/" />
<foaf:workplacehomepage rdf:resource="http://www.drew.edu/" />
<foaf:schoolhomepage rdf:resource="http://www.amherst.edu/" />
<foaf:schoolhomepage rdf:resource="http://www.mit.edu/" />
<foaf:schoolhomepage rdf:resource="http://www.umich.edu/" />
<foaf:weblog rdf:resource="http://drewinumbria.blogspot.com/" />
<foaf:currentProject>
<foaf:Project>
<foaf:name>
Excavations at the Vicus Martis Tudertium
</foaf:name>
<foaf:weblog rdf:resource="https://jmuccigr.github.io/blog/" />
<foaf:homepage rdf:resource="https://jmuccigr.github.io/" />
<foaf:based_near>
<geo:point>
<geo:lat>
42.751020
</geo:lat>
<geo:long>
12.531920
</geo:long>
</geo:point>
</foaf:based_near>
</foaf:Project>
</foaf:currentProject>
<rel:friendof>
<foaf:person>
<foaf:name>
Sebastian Heath
</foaf:name>
<foaf:title>
Dr
</foaf:title>
<foaf:homepage rdf:resource="http://www.SebastianHeath.com" />
</foaf:person>
</rel:friendof>
</foaf:person>
</rdf:RDF>