<?xml version="1.0" encoding="utf-8"?>
<hiptop xmlns="http://nwalsh.com/rdf/hiptop#"
	xmlns:p="http://nwalsh.com/rdf/pim#"
	xmlns:it="http://nwalsh.com/rdf/itinerary#"
	xmlns:sun="http://nwalsh.com/rdf/sun#"
	xmlns:pub="http://www.csd.abdn.ac.uk/research/AgentCities/ontologies/pubs#"
	xmlns:palm="http://nwalsh.com/rdf/palm#"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:gn="http://norman.walsh.name/knows/geography#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">

<contact id="_1109">
  <last_modified>2005-12-16T13:51:33Z</last_modified>
  <category>Friends</category>
  <firstname>Richard</firstname>
  <surname>Smith</surname>
  <nickname>Dick</nickname>
  <company>Acme Industries</company>
  <title>A Cog</title>
  <birthday>1967-07-06</birthday>
  <uris>
    <uri label="Home">http://acme.example.com/</uri>
    <uri label="ID">#dick-smith</uri>
  </uris>
  <emails>
    <email label="Work">rsmith@acme.example.com</email>
  </emails>
  <phones>
    <phone label="Work">+1-413-555-1234</phone>
  </phones>
  <addresses>
    <address label="Work">
      <street>123 Corporate Plaza</street>
      <city>Anytown</city>
      <state>MA</state>
      <postcode>01010</postcode>
    </address>
  </addresses>
  <notes>rdf:
p:livesWith #jane-jones
p:child #robbie-jones
a g:Male</notes>
  <p:livesWith rdf:resource="http://norman.walsh.name/knows/who#jane-jones"/>
  <p:child rdf:resource="http://norman.walsh.name/knows/who#robbie-jones"/>
  <rdf:type rdf:resource="http://nwalsh.com/rdf/genealogy#Male"/>
</contact>

<contact id="_1110">
  <last_modified>2005-12-16T13:50:36Z</last_modified>
  <category>Friends</category>
  <firstname>Jane</firstname>
  <surname>Jones</surname>
  <company>Amalgamated Industries, Ltd.</company>
  <title>President</title>
  <birthday>1964-06-04</birthday>
  <uris>
    <uri label="ID">#jane-jones</uri>
    <uri label="Work">http://amalgamated.example.com</uri>
  </uris>
  <emails>
    <email label="Home">jane@home.example.org</email>
    <email label="Work">jane.jones@amalgamated.example.org</email>
  </emails>
  <phones>
    <phone label="Home">+1-413-555-2345</phone>
    <phone label="Work">+1-413-555-3456</phone>
  </phones>
  <addresses>
    <address label="Home">
      <street>1 Happy Lane</street>
      <city>Anytown</city>
      <state>MA</state>
      <postcode>01110</postcode>
    </address>
    <address label="Work">
      <street>Amalgamated Dr</street>
      <city>Anytown</city>
      <state>MA</state>
      <postcode>01010</postcode>
    </address>
  </addresses>
  <notes>rdf:
p:spouse #dick-smith
p:child #robbie-jones
p:anniversary "1990-09-19"
a g:Female</notes>
  <p:spouse rdf:resource="http://norman.walsh.name/knows/who#dick-smith"/>
  <p:child rdf:resource="http://norman.walsh.name/knows/who#robbie-jones"/>
  <p:anniversary>1990-09-19</p:anniversary>
  <rdf:type rdf:resource="http://nwalsh.com/rdf/genealogy#Female"/>
</contact>

</hiptop>