DAML+OIL: Content Example


<rdf:RDF xmlns:a="http://www.daml.org/2001/01/gedcom/gedcom#"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:daml="http://www.daml.org/2001/03/daml+oil#">
  <a:Individual rdf:ID="@I1@"
                a:givenName="Michael Anthony"
                a:surname="Dean"
                a:sex="M">
    <a:spouseIn rdf:resource="#@F1@"/>
    <a:childIn rdf:resource="#@F2@"/>
    <a:birth rdf:resource="#event1820"/>
    <daml:equivalentTo rdf:resource="mailto:mdean@bbn.com"/>
  </a:Individual>
  <a:Birth rdf:ID="event1820"
           a:date="7 Aug 1961"
           a:place="Wyandotte, Wayne Co., Michigan"/>
  ...
</rdf:RDF>