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 Mark Jaroski" ;

  dc:description "A Friend-of-a-Friend (FOAF) description of Mark Jaroski" ;   dc:subject <mailto:mark à geekhive point net> .
  1. I use my primary email address as my identifier.

<mailto:mark à geekhive point net>

  a :Person ;      :name "Mark Jaroski" ;   :firstName "Mark" ;   :surname "Jaroski" ;   :nick "Ocho Ha" , "Uchu Hu" ;
  :gender "male" ;
  :birthDate "1968-04-21" ;      :img <http://static.flickr.com/45/106797350_4705c2b32f_s_d.jpg> ;
  # There are a lot more of these, but these are the most recent.      :mbox <mailto:mark à geekhive point net> ,

<mailto:ocho_ha à pigdog point org> ;

  :homepage <http://wikevent.org/en/User:Mark> ,             <http://en.wikivoyage.org/wiki/User:Mark> ;
  :jabberId <xmpp:[email protected]> ;
  :holdsAccount [ a :OnlineChatAccount ;   		   :accountServiceHomepage <http://www.freenode.net/> ;

:accountName "ocho_ha" ] ;

  :currentProject <http://wikivoyage.org/> ,                   <http://wikevent.org/> ,                   <http://search.cpan.org/~markj/WWW-Mediawiki-Client-0.31/> ,                   <http://who.int/> ;
  :pastProject    <http://pigdog.org/> ;
  :schoolHomepage <http://www.colum.edu/> ,   		   <http://siu.edu/> ;
  # My family      rel:spouseOf   	 [ a :Person ; :name "Allegra Biava" ; :nick "Allegra" ;

:mbox <mailto:allegra à geekhive point net>;

  # XXX: Friends

</rdf>