-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoaf.rdf
63 lines (60 loc) · 2.6 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
60
61
62
63
<?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: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>Akshay Peshave</foaf:name>
<foaf:title>Mr.</foaf:title>
<foaf:givenname>Akshay</foaf:givenname>
<foaf:family_name>Peshave</foaf:family_name>
<foaf:nick>Axxe</foaf:nick>
<foaf:gender rdf:resource="http://dbpedia.org/resource/Male"/>
<foaf:mbox_sha1sum>08319e3a30b3a7cc2ff66cad680f8986c1d96f1c</foaf:mbox_sha1sum>
<foaf:homepage rdf:resource="http://userpages.umbc.edu/~peshave1/"/>
<foaf:depiction rdf:resource="http://userpages.umbc.edu/~peshave1/self.jpeg"/>
<foaf:phone rdf:resource="tel:980-213-8622"/>
<foaf:skypeID>akshaypeshave</foaf:skypeID>
<foaf:birthday>03-06</foaf:birthday>
<foaf:schoolHomepage rdf:resource="http://umbc.edu"/>
<foaf:interest>
<rdf:Description rdf:about="http://dbpedia.org/resource/Information_Retrieval"
dc:title="Information Retrieval" />
</foaf:interest>
<foaf:interest>
<rdf:Description rdf:about="http://dbpedia.org/resource/Game_theory"
dc:title="Game Theory" />
</foaf:interest>
<foaf:interest>
<rdf:Description rdf:about="http://dbpedia.org/resource/Machine_learning"
dc:title="Machine Learning" />
</foaf:interest>
<foaf:interest>
<rdf:Description rdf:about="http://dbpedia.org/resource/Knowledge_engineering"
dc:title="Knowledge Engineering" />
</foaf:interest>
<rdfs:seeAlso dc:title="GitHub Repository"
rdf:resource="https://github.com/axxehub" />
<rdfs:seeAlso dc:title="LinkedIn Profile"
rdf:resource="http://www.linkedin.com/in/akshaypeshave/" />
<foaf:knows>
<foaf:Person>
<foaf:name>Shivani Dharia</foaf:name>
<foaf:mbox_sha1sum>02b276799caef48eca7c835796aa86c2302c1c09</foaf:mbox_sha1sum></foaf:Person></foaf:knows>
<foaf:knows>
<foaf:Person>
<foaf:name>Milind Patil</foaf:name>
<foaf:mbox_sha1sum>b05568b60936e7d17f5285bb3cd224c5cd4a33fd</foaf:mbox_sha1sum></foaf:Person></foaf:knows>
<foaf:knows>
<foaf:Person>
<foaf:name>Veeresh Halagegowda</foaf:name>
<foaf:mbox_sha1sum>bc187859861d91b8d749a983ca88c605209a4004</foaf:mbox_sha1sum></foaf:Person></foaf:knows></foaf:Person>
</rdf:RDF>