There's a big chunk of interesting RDF data about me hidden in this page. You can see it better by looking at the RDF version. <rdf> @prefix : <http://xmlns.com/foaf/0.1/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> . @prefix rel: <http://www.perceive.net/schemas/relationship/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<> dc:title "FOAF file for Evan Prodromou" ;
dc:description "A Friend-of-a-Friend (FOAF) description of Evan Prodromou" ; dc:subject <mailto:[email protected]> .
- I use my primary email address as my identifier.
a :Person ; :name "Evan Prodromou" ; :firstName "Evan" ; :surname "Prodromou" ; :nick "Mister Bad" , "Mauve Porno Rod", "ESP" ;
:gender "male" ;
:birthDate "1968-10-14" ; :img <http://wikivoyage.org/upload/en/7/72/Evanprodromou.jpg> ;
:based_near [ a pos:Point; pos:lat "45.5288"; pos:long "-73.5711" ] ;
# There are a lot more of these, but these are the most recent. :mbox <mailto:[email protected]> , <mailto:[email protected]> ,
<mailto:[email protected]> , <mailto:[email protected]> , <mailto:[email protected]> , <mailto:[email protected]> , <mailto:[email protected]> , <mailto:[email protected]> ;
:homepage <http://bad.dynu.ca/~evan/> , <http://en.wikivoyage.org/wiki/User:Evan> ,
<http://people.debian.org/~evan/> , <http://en.wikipedia.org/wiki/User:EvanProdromou> , <http://del.icio.us/demon> , <http://www.flickr.com/people/mauve_porno_rod/> , <http://www.kuro5hin.org/user/evanp> , <http://www.advogato.org/person/MisterBad/> , <http://freshmeat.net/~EvanProdromou/> , <http://slashdot.org/~MisterBad> , <http://www.communitywiki.org/EvanProdromou> , <http://www.friendster.com/user.php?uid=1439701> , <http://www.boardgamegeek.com/user/Mauve+Porno+Rod> , <http://montreal.tribe.net/person/d63d6f1b-53fc-4f61-aa0a-79b4938ff62d> ;
:jabberId <xmpp:[email protected]> , <xmpp:[email protected]> ,
<xmpp:[email protected]>, <xmpp:[email protected]> ;
:aimChatID "mister bad pigdog" , "evan wikivoyage" ;
:holdsAccount [ a :OnlineChatAccount ; :accountServiceHomepage <http://www.freenode.net/> ;
:accountName "evanpro" ], [ a :OnlineChatAccount ; :accountServiceHomepage <http://www.slashnet.org/> ; :accountname "mauve_porno_rod" ] ;
:interest <http://creativecommons.org/> , <http://www.burningman.com/> ;
:currentProject <http://wikivoyage.org/> , <http://wikipedia.sourceforge.net/> , <http://www.debian.org/> ,
<http://bad.dynu.ca/~evan/lrucache/> ,
<http://bad.dynu.ca/~evan/monkeyplexer/> ;
:pastProject <http://pigdog.org/> ;
:publications <http://pigdog.org/authors/Mr__Bad.html> ; :schoolHomepage <http://www.berkeley.edu/> , <http://palosverdeshigh.net/> ;
# My family rel:spouseOf [ a :Person ; :name "Michele Jenkins" ; :nick "Maj" ;
:mbox <mailto:[email protected]>; :homepage <http://www.majink.org/> ] ;
rel:childOf [ a :Person ; :name "Stavro Prodromou" ; :nick "Stav" ;
:gender "male" ] , [ a :Person ; :name "Amity Hance Prodromou" ; :nick "Ami" ; :gender "female" ] ;
rel:siblingOf
[ a :Person ; :name "Andrew Prodromou" ; :nick "Andy" ;
:gender "male" ; rel:spouseOf [ a :Person ; :name "Pam Prodromou" ; :gender "female" ] ; rel:parentOf [ a :Person ; :name "Elena Prodromou" ; :gender "female" ] ] , [ a :Person ; :name "Ted Prodromou" ; :gender "male" ] , [ a :Person ; :name "Nate Prodromou" ; :gender "male" ] ;
rel:parentOf
[ a :Person ; :name "Amita June Jeannette Sophia Prodromou" ; :gender "female" ; :birthDate "2005-09-06" ];
# Friends :knows [ a :Person; :name "Don Marti" ;
:mbox <mailto:[email protected]> ; rdfs:seeAlso <http://zgp.org/~dmarti/foaf.rdf> ], [ a :Person; :name "Nick Moffitt" ; :mbox <mailto:[email protected]> ];
# My tribe.net profile has a more complete "knows" section. rdfs:seeAlso <http://www.tribe.net/FOAF/d63d6f1b-53fc-4f61-aa0a-79b4938ff62d> .
</rdf>