@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix msg0:  <http://web.resource.org/cc/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ov:    <http://open.vocab.org/terms/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix label: <http://purl.org/net/vocab/2004/03/label#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .

<http://purl.org/vocab/bio/0.1/Birth>
        a                   owl:Class ;
        rdfs:comment        "The event of a person entering into life."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Birth"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Birth \n    ; dc:date \"1879-03-14\"\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:parent &lt;http://dbpedia.org/resource/Pauline_Koch&gt;\n    ; bio:parent &lt;http://dbpedia.org/resource/Hermann_Einstein&gt;\n    ; bio:place &lt;http://dbpedia.org/resource/Ulm&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "The birth of Albert Einstein"
                            ] ;
        status:term_status  "testing" ;
        skos:changeNote     [ rdf:value    "Marked as testing" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] .

<http://purl.org/vocab/bio/0.1/keywords>
        a                   owl:DatatypeProperty , rdf:Property ;
        rdfs:comment        "A comma delimited list of key words that describe a person."@en ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Key Words"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  dc:subject ;
        dct:issued          "2003-07-28" ;
        status:term_status  "stable" ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] ;
        skos:historyNote    [ rdf:value    "Declared that this is a datatype property" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] .

<http://purl.org/vocab/bio/0.1/Disbanding>
        a                   owl:Class ;
        rdfs:comment        "The event of a group or organization being disbanded."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Disbanding"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2011-06-10" ;
        status:term_status  "unstable" .

<http://vocab.org/bio/0.1/.json>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "JSON" ;
        dc:format   "application/json" .

<http://purl.org/vocab/bio/0.1/birth>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An birth event associated with a person, group or organization."@en ;
        rdfs:domain         foaf:Agent ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Birth Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Birth> ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/event> , owl:differentFrom ;
        label:plural        "Birth Events"@en ;
        skos:historyNote    [ rdf:value    "Proposed addition of the property" ;
                              dct:creator  "Alexandre Passant" ;
                              dct:date     "2011-07-12"
                            ] .

<http://vocab.org/bio/0.1/.rdf>
        a                  <http://purl.org/dc/dcmitype/Text> , foaf:Document ;
        dct:hasFormat      <http://vocab.org/bio/0.1/.turtle> , <http://vocab.org/bio/0.1/.json> , <http://vocab.org/bio/0.1/.html> ;
        foaf:primaryTopic  <http://purl.org/vocab/bio/0.1/> ;
        foaf:topic         <http://purl.org/vocab/bio/0.1/> .

<http://purl.org/vocab/bio/0.1/state>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A country or independent territory that is involved in an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "State"@en ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "States"@en .

<http://purl.org/vocab/bio/0.1/Execution>
        a                   owl:Class ;
        rdfs:comment        "The event of a person being deliberately killed as punishment."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Execution"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/Death> ;
        dct:issued          "2010-05-05" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Employment>
        a                   owl:Class ;
        rdfs:comment        "The event of a person entering an occupational relationship with an employer."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Employment"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/spectator>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person that is present at and observes the occurrence of at least part of an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Spectator"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Spectators"@en .

<http://purl.org/vocab/bio/0.1/Retirement>
        a                   owl:Class ;
        rdfs:comment        "The event of a person exiting an occupational relationship with an employer after a qualifying time period. In many cultures retirement is expected and even required once the person reaches a particular age."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Retirement"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Inauguration>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event marking the beginning of a person's term of office as a leader."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Inauguration"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Marriage>
        a                    owl:Class ;
        rdfs:comment         "The event of creating uniting the participants into a new family unit, sometimes accompanied by a formal wedding ceremony. This is intended to cover a broad range of marriages including those given formal legal standing, common-law, or by convention. It is not restricted to marriages of two people of the opposite gender, but also includes polygamous and same-sex unions."@en ;
        rdfs:isDefinedBy     <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label           "Marriage"@en ;
        rdfs:subClassOf      <http://purl.org/vocab/bio/0.1/GroupEvent> ;
        vann:example         [ a             ov:SchemaExample ;
                               rdfs:comment  "\n        <pre><code>_:e a bio:Marriage \n    ; dc:date \"1903\"\n    ; bio:partner &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:partner &lt;http://dbpedia.org/resource/Mileva_Mari%C4%87&gt;\n    ; bio:place &lt;http://dbpedia.org/resource/Bern&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                               rdfs:label    "The marriage of Albert Einstein and Mileva Marić"
                             ] ;
        owl:equivalentClass  <http://sw.opencyc.org/2009/04/07/concept/en/WeddingEvent_Generic> ;
        status:term_status   "stable" ;
        skos:changeNote      [ rdf:value    "Marked as a stable term" ;
                               dct:creator  "Ian Davis" ;
                               dct:date     "2010-05-04"
                             ] ;
        skos:historyNote     [ rdf:value    "Made equivalent to cyc:WeddingEvent_Generic" ;
                               dct:creator  "Ian Davis" ;
                               dct:date     "2010-05-04"
                             ] .

<http://purl.org/vocab/bio/0.1/termgroup2>
        a           rdf:Bag ;
        rdf:_1      <http://purl.org/vocab/bio/0.1/Event> ;
        rdf:_10     <http://purl.org/vocab/bio/0.1/BasMitzvah> ;
        rdf:_11     <http://purl.org/vocab/bio/0.1/Birth> ;
        rdf:_12     <http://purl.org/vocab/bio/0.1/Burial> ;
        rdf:_13     <http://purl.org/vocab/bio/0.1/PositionChange> ;
        rdf:_14     <http://purl.org/vocab/bio/0.1/Coronation> ;
        rdf:_15     <http://purl.org/vocab/bio/0.1/Cremation> ;
        rdf:_16     <http://purl.org/vocab/bio/0.1/Death> ;
        rdf:_17     <http://purl.org/vocab/bio/0.1/Demotion> ;
        rdf:_18     <http://purl.org/vocab/bio/0.1/Dismissal> ;
        rdf:_19     <http://purl.org/vocab/bio/0.1/Divorce> ;
        rdf:_2      <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        rdf:_20     <http://purl.org/vocab/bio/0.1/Emigration> ;
        rdf:_21     <http://purl.org/vocab/bio/0.1/Employment> ;
        rdf:_22     <http://purl.org/vocab/bio/0.1/Execution> ;
        rdf:_23     <http://purl.org/vocab/bio/0.1/Enrolment> ;
        rdf:_24     <http://purl.org/vocab/bio/0.1/Funeral> ;
        rdf:_25     <http://purl.org/vocab/bio/0.1/Graduation> ;
        rdf:_26     <http://purl.org/vocab/bio/0.1/Imprisonment> ;
        rdf:_27     <http://purl.org/vocab/bio/0.1/Inauguration> ;
        rdf:_28     <http://purl.org/vocab/bio/0.1/Investiture> ;
        rdf:_29     <http://purl.org/vocab/bio/0.1/Marriage> ;
        rdf:_3      <http://purl.org/vocab/bio/0.1/GroupEvent> ;
        rdf:_30     <http://purl.org/vocab/bio/0.1/Murder> ;
        rdf:_31     <http://purl.org/vocab/bio/0.1/NameChange> ;
        rdf:_32     <http://purl.org/vocab/bio/0.1/Naturalization> ;
        rdf:_33     <http://purl.org/vocab/bio/0.1/Ordination> ;
        rdf:_34     <http://purl.org/vocab/bio/0.1/Promotion> ;
        rdf:_35     <http://purl.org/vocab/bio/0.1/Redundancy> ;
        rdf:_36     <http://purl.org/vocab/bio/0.1/Resignation> ;
        rdf:_37     <http://purl.org/vocab/bio/0.1/Retirement> ;
        rdf:_4      <http://purl.org/vocab/bio/0.1/Accession> ;
        rdf:_5      <http://purl.org/vocab/bio/0.1/Adoption> ;
        rdf:_6      <http://purl.org/vocab/bio/0.1/Annulment> ;
        rdf:_7      <http://purl.org/vocab/bio/0.1/Assassination> ;
        rdf:_8      <http://purl.org/vocab/bio/0.1/Baptism> ;
        rdf:_9      <http://purl.org/vocab/bio/0.1/BarMitzvah> ;
        rdfs:label  "Types of event"@en .

<http://purl.org/vocab/bio/0.1/Dismissal>
        a                   owl:Class ;
        rdfs:comment        "The event of a person involuntarily giving up their office or position. Dismissal is often perceived to be the employee's fault and may be considered disgraceful."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Dismissal"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Cremation>
        a                   owl:Class ;
        rdfs:comment        "The event of disposing of the remains of a person's body by fire."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Cremation"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Cremation \n    ; dc:date \"1955-04-18\"\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:place &lt;http://dbpedia.org/resource/Princeton,_New_Jersey&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "The cremation of Albert Einstein"
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/position>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "The employment position or public office involved in an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Position"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Positions"@en ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/father>
        a                   owl:ObjectProperty , rdf:Property , owl:FunctionalProperty ;
        rdfs:comment        "The biological father of a person, also known as the genitor."@en ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Father"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/relationship/childOf> , owl:differentFrom ;
        dct:issued          "2010-05-03" ;
        vann:usageNote      "Note that this is a strict definition of father that does not include non-biological relationships. The <a href=\"http://purl.org/vocab/relationship\">Relationship</a> vocabulary may be more suitable for broader types of parent/child relation."^^rdf:XMLLiteral ;
        status:term_status  "unstable" ;
        skos:historyNote    [ rdf:value    "Made subproperty of rel:childOf on suggestion of Gautier Poupeau" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-06-06"
                            ] .

<http://purl.org/vocab/bio/0.1/employer>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An agent that is involved in an event as an employer."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Employer"@en ;
        rdfs:range          foaf:Agent ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Employers"@en .

<http://purl.org/vocab/bio/0.1/concludingEvent>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An event that marks the end of an interval and/or relationship. The event changes of the state of affairs that held during the interval. For example a period of study may be concluded by a Graduation event."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Concluding Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-06" ;
        label:plural        "Concluding Event"@en .

<http://purl.org/vocab/bio/0.1/Coronation>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event of a person being invested with regal power to become a monarch."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Coronation"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/participant>
        a                       rdf:Property , owl:ObjectProperty ;
        rdfs:comment            "A person, group or organization that participates in a relationship for some time."@en ;
        rdfs:domain             <http://purl.org/vocab/bio/0.1/Relationship> ;
        rdfs:isDefinedBy        <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label              "Participant"@en ;
        rdfs:range              foaf:Agent ;
        rdfs:subPropertyOf      owl:differentFrom ;
        dct:issued              "2011-06-14" ;
        label:plural            "Participants"@en ;
        owl:equivalentProperty  <http://purl.org/vocab/relationship/participant> ;
        owl:inverseOf           <http://purl.org/vocab/bio/0.1/relationship> .

<http://purl.org/vocab/bio/0.1/Graduation>
        a                   owl:Class ;
        rdfs:comment        "The event of a person being awarded educational diplomas or degrees."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Graduation"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Graduation \n    ; dc:date \"1905\"^^xsd:gYear\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:organization &lt;http://dbpedia.org/resource/University_of_Zurich&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "Albert Einstein receiving his Doctorate from the University of Zurich"
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/agent>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person, organization or group that plays a role in an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Agent"@en ;
        rdfs:range          foaf:Agent ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-05" ;
        label:plural        "Agents"@en ;
        owl:inverseOf       <http://purl.org/vocab/bio/0.1/event> .

<http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "An event that starts immediately after this event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Immediately Following Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom , <http://purl.org/vocab/bio/0.1/followingEvent> ;
        dct:issued          "2010-05-06" ;
        label:plural        "Immediately Following Events"@en .

<http://purl.org/vocab/bio/0.1/olb>
        a                   rdf:Property , owl:DatatypeProperty ;
        rdfs:comment        "A one-line biography of the person."@en ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "One-line bio"@en ;
        rdfs:range          rdfs:Literal ;
        status:term_status  "stable" ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] ;
        skos:historyNote    [ rdf:value    "Declared that this is a datatype property" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] .

<http://iandavis.com/id/me>
        a          foaf:Person ;
        foaf:name  "Ian Davis" .

<http://purl.org/vocab/bio/examples/1>
        a             ov:SchemaExample ;
        rdfs:comment  "<p>Based on information at <a href=\"http://en.wikipedia.org/wiki/Henry_VIII_of_England\">Wikipedia</a> and <a href=\"http://www3.dcs.hull.ac.uk/cgi-bin/gedlkup/n=royal?royal00828\">Hull University</a></p>\n<pre><code>@prefix bio: &lt;http://purl.org/vocab/bio/0.1/&gt; .\n@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .\n@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .\n\n_:henryviii\n  a foaf:Person\n  ; foaf:name \"Henry VIII, King of England\"\n  ; bio:father _:henryvii\n  ; bio:mother _:elizplantagenet\n  ; bio:child _:child1, _:child2, _:child3, _:child4, _:child5, _:child6, _:child7, _:child8\n  ; bio:birth _:birth\n  ; bio:death _:death\n  ; bio:event _:burial, _:accession, _:coronation, _:marriage1\n            , _:marriage2, _:marriage3, _:marriage4, _:marriage5, _:marriage6\n  .\n\n_:henryvii\n  a foaf:Person\n  ; foaf:name \"Henry VII Tudor, King of England\"\n  ; bio:child _:henryviii\n  .\n\n_:elizplantagenet\n  a foaf:Person\n  ; foaf:name \"Elizabeth of York\"\n  ; bio:child _:henryviii\n  .\n  \n_:birth\n  a bio:Birth\n  ; rdfs:label \"The birth of Henry VIII to Henry VII and Elizabeth Plantagenet on 28 June 1491\"\n  ; bio:date \"1491-06-28\"\n  ; bio:place &lt;http://dbpedia.org/resource/Palace_of_Placentia&gt;\n  ; bio:parent _:henryvii, _:elizplantagenet\n  ; bio:principal _:henryviii\n  .\n\n_:death\n  a bio:Death\n  ; rdfs:label \"The death of Henry VIII on 28 January 1547\"\n  ; bio:date \"1547-01-28\"\n  ; bio:place &lt;http://dbpedia.org/resource/Palace_of_Whitehall&gt;\n  ; bio:principal _:henryviii\n  .\n  \n\n_:accession\n  a bio:Accession\n  ; rdfs:label \"The accession of Henry VIII to the throne of England on 21 April 1509\"\n  ; bio:date \"1509-06-24\"\n  ; bio:principal _:henryviii\n  ; bio:state &lt;http://dbpedia.org/resource/Kingdom_of_England&gt;\n  ; bio:immediatelyPrecedingEvent [ a bio:Death\n                                    ; rdfs:label \"The death of Henry VII on 9 May 1509\"\n                                    ; bio:date \"1509-05-09\"\n                                    ; bio:place &lt;http://dbpedia.org/resource/Richmond_Palace&gt;\n                                    ; bio:principal _:henryvii\n                                  ]\n  .\n\n_:coronation\n  a bio:Coronation\n  ; rdfs:label \"The coronation of Henry VIII as King of England on 24 June 1509\"\n  ; bio:date \"1509-06-24\"\n  ; bio:place &lt;http://dbpedia.org/page/Westminster_Abbey&gt;\n  ; bio:principal _:henryviii\n  ; bio:precedingEvent _:accession\n  .\n\n_:burial\n  a bio:Burial\n  ; rdfs:label \"The burial of Henry VII at St.George's Chapel, Windsor Castle,England\"\n  ; bio:place &lt;http://dbpedia.org/resource/St_George%E2%80%99s_Chapel%2C_Windsor&gt;\n  ; bio:principal _:henryviii\n  ; bio:precedingEvent _:death\n  .\n\n_:marriage1\n  a bio:Marriage\n  ; rdfs:label \"The marriage of Henry VIII and Catherine of Aragon\"\n  ; bio:date \"1509-06-11\"\n  ; bio:place &lt;http://dbpedia.org/resource/Palace_of_Placentia&gt;\n  ; bio:partner _:henryvii, _:catharagon\n  .\n\n_:annulment1\n  a bio:Annulment\n  ; rdfs:label \"The annulment of the marriage between Henry VIII and Catherine of Aragon\"\n  ; bio:date \"1533-05-23\"\n  ; bio:partner _:henryvii, _:catharagon \n  ; bio:officiator &lt;http://dbpedia.org/resource/Thomas_Cranmer&gt;\n  .\n\n_:catharagon\n  a foaf:Person\n  ; foaf:name \"Anne Boleyn\"\n  ; bio:child _:child1, _:child2, _:child3, _:child4, _:child5\n  ; bio:event _:marriage1, _:annulment1\n  .\n\n_:child1\n  a foaf:Person\n  ; rdfs:label \"Unnamed daughter of Henry VIII and Catherine of Aragon\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1510-01-31\"\n                ; bio:principal _:child1\n                ; bio:parent _:henryviii, _:catharagon\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:date \"1510-02-02\"\n                ; bio:principal _:child1\n              ]\n  .\n\n_:child2\n  a foaf:Person\n  ; foaf:name \"Henry\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1511-01-01\"\n                ; bio:principal _:child2\n                ; bio:parent _:henryviii, _:catharagon\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:date \"1511-02-22\"\n                ; bio:principal _:child2\n              ]\n  .\n  \n_:child3\n  a foaf:Person\n  ; foaf:name \"Henry\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1514-12\"\n                ; bio:principal _:child3\n                ; bio:parent _:henryviii, _:catharagon\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:principal _:child3\n              ]\n  .\n\n_:child4\n  a foaf:Person\n  ; foaf:name \"Mary\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1516-02-18\"\n                ; bio:principal _:child4\n                ; bio:parent _:henryviii, _:catharagon\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:date \"1558-11-17\"\n                ; bio:principal _:child4\n              ]\n  .\n\n\n_:child5\n  a foaf:Person\n  ; rdfs:label \"Unnamed daughter of Henry VIII and Catherine of Aragon\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1518-11\"\n                ; bio:principal _:child5\n                ; bio:parent _:henryviii, _:catharagon\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:principal _:child5\n              ]\n  .\n  \n\n_:marriage2\n  a bio:Marriage\n  ; rdfs:label \"The marriage of Henry VIII and Anne Boleyn\"\n  ; bio:date \"1533-01-25\"\n  ; bio:partner _:henryvii, _:anneboleyn\n  ; bio:place &lt;http://dbpedia.org/resource/Westminster_Abbey&gt;\n  .\n\n_:anneboleyn\n  a foaf:Person\n  ; foaf:name \"Anne Boleyn\"\n  ; bio:child _:child6\n  ; bio:event _:marriage2, _:annulment2, _:anneboleyn-death\n  .\n\n_:annulment2\n  a bio:Annulment\n  ; rdfs:label \"The annulment of the marriage between Henry VIII and Anne Boleyn\"\n  ; bio:date \"1536-05-17\"\n  ; bio:partner _:henryvii, _:anneboleyn \n  .\n  \n_:anneboleyn-death\n  a bio:Execution\n  ; rdfs:label \"The beheading of Anne Boleyn\"\n  ; bio:date \"1536-05-19\"\n  ; bio:place &lt;http://dbpedia.org/resource/Tower_of_London&gt;\n  ; bio:principal _:anneboleyn\n  .\n\n_:child6\n  a foaf:Person\n  ; foaf:name \"Elizabeth\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1533-09-07\"\n                ; bio:principal _:child6\n                ; bio:parent _:henryviii, _:anneboleyn\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:date \"1603-03-24\"\n                ; bio:principal _:child6\n              ]\n  .\n\n_:marriage3\n  a bio:Marriage\n  ; bio:date \"1536-05-20\"\n  ; bio:partner _:henryviii, _:janeseymour\n  ; bio:place &lt;http://dbpedia.org/resource/York_Place&gt;\n  .\n\n_:janeseymour\n  a foaf:Person\n  ; foaf:name \"Jane Seymour\"\n  ; bio:event _:marriage3, _:janeseymour-death\n  ; bio:child _:child7\n  .\n\n_:janeseymour-death\n  a bio:Death\n  ; rdfs:label \"The death of Jane Seymour on 24 October 1537\"\n  ; bio:date \"1537-10-24\"\n  ; bio:principal _:janeseymour\n  ; bio:place &lt;http://dbpedia.org/resource/Hampton_Court_Palace&gt;\n  .\n  \n\n_:child7\n  a foaf:Person\n  ; foaf:name \"Edward\"\n  ; bio:event [ a bio:Birth\n                ; bio:date \"1537-10-12\"\n                ; bio:principal _:child7\n                ; bio:parent _:henryviii, _:janeseymour\n                ; bio:place &lt;http://dbpedia.org/resource/Hampton_Court_Palace&gt;\n              ]\n  ; bio:event [ a bio:Accession\n                ; bio:immediatelyPrecedingEvent _:death\n              ]\n  ; bio:event [ a bio:Death\n                ; bio:date \"1553-07-06\"\n                ; bio:principal _:child7\n                ; bio:place &lt;http://dbpedia.org/resource/Palace_of_Placentia&gt;\n              ]\n  .\n\n_:marriage4\n  a bio:Marriage\n  ; bio:date \"1540-01-06\"\n  ; bio:partner _:henryvii, _:annecleves\n  ; bio:place &lt;http://dbpedia.org/resource/Palace_of_Placentia&gt;\n  ; bio:officiator &lt;http://dbpedia.org/resource/Thomas_Cranmer&gt;\n  .\n    \n_:annulment3\n  a bio:Annulment\n  ; rdfs:label \"The annulment of the marriage between Henry VIII and Anne of Cleves\"\n  ; bio:date \"1540-07-09\"\n  ; bio:partner _:henryviii, _:annecleves\n  .\n\n_:annecleves\n  a foaf:Person\n  ; foaf:name \"Anne of Cleves\"\n  ; bio:event _:marriage4, _:annulment3\n  .\n\n_:marriage5\n  a bio:Marriage\n  ; bio:date \"1540-07-28\"\n  ; bio:partner _:henryviii, _:cathhoward\n  ; bio:place &lt;http://dbpedia.org/resource/Oatlands_Palace&gt;\n  .\n  \n_:cathhoward\n  a foaf:Person\n  ; foaf:name \"Catherine Howard\"\n  ; bio:event _:marriage5, _:cathhoward-death\n  .\n  \n_:cathhoward-death\n  a bio:Execution\n  ; rdfs:label \"The beheading of Catherine Howard\"\n  ; bio:date \"1542-02-13\"\n  ; bio:place &lt;http://dbpedia.org/resource/Tower_of_London&gt;\n  ; bio:principal _:cathhoward\n  .\n\n_:marriage6\n  a bio:Marriage\n  ; rdfs:label \"The marriage between Henry VIII and Catherine Parr\"\n  ; bio:date \"1543-07-12\"\n  ; bio:place &lt;http://dbpedia.org/resource/Hampton_Court_Palace&gt;\n  ; bio:partner _:henryviii, _:cathparr\n  .\n  \n_:cathparr\n  a foaf:Person\n  ; foaf:name \"Catherine Parr\"\n  ; bio:event _:marriage6\n  .\n\n\n_:elizblount\n  a foaf:Person\n  ; foaf:name \"Elizabeth Blount\"\n  ; bio:child _:child8\n  .\n  \n_:child8\n  a foaf:Person\n  ; foaf:name \"Henry FitzRoy\"\n  ; foaf:mother _:elizblount\n  ; foaf:father _:henryviii\n  ; bio:event [ a bio:Birth\n                ; bio:principal _:child8\n                ; bio:date \"1519-06-15\"\n                ; bio:parent _:henryviii, _:elizblount\n                ; bio:place &lt;http://dbpedia.org/resource/Blackmore&gt;\n                ]\n  .\n\n_:marriage1-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Catherine of Aragon were married\"\n  ; bio:initiatingEvent _:marriage1\n  ; bio:concludingEvent _:annulment1\n  .\n\n_:marriage2-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Anne Boleyn were married\"\n  ; bio:initiatingEvent _:marriage2\n  ; bio:concludingEvent _:annulment2\n  .\n  \n_:marriage3-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Jane Seymour were married\"\n  ; bio:initiatingEvent _:marriage3\n  ; bio:concludingEvent _:janeseymour-death\n  .\n\n_:marriage4-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Anne of Cleves were married\"\n  ; bio:initiatingEvent _:marriage4\n  ; bio:concludingEvent _:annulment3\n  .\n\n_:marriage5-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Catherine Howard were married\"\n  ; bio:initiatingEvent _:marriage5\n  ; bio:terminatingEvent _:cathhoward-death\n  .\n\n_:marriage6-interval\n  a bio:Interval\n  ; rdfs:label \"The period of time during which Henry VIII and Catherine Parr were married\"\n  ; bio:initiatingEvent _:marriage6\n  ; bio:terminatingEvent _:henryviii-death\n  .\n</code></pre>\n"^^rdf:XMLLiteral ;
        rdfs:label    "A Biography of Henry VIII, King of England" .

<http://purl.org/vocab/bio/0.1/Adoption>
        a                   owl:Class ;
        rdfs:comment        "The event of creating of a legal parent/child relationship that does not exist biologically."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Adoption"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/termgroup1>
        a           rdf:Bag ;
        rdf:_1      <http://purl.org/vocab/bio/0.1/olb> ;
        rdf:_2      <http://purl.org/vocab/bio/0.1/biography> ;
        rdf:_3      <http://purl.org/vocab/bio/0.1/keywords> ;
        rdf:_4      <http://purl.org/vocab/bio/0.1/father> ;
        rdf:_5      <http://purl.org/vocab/bio/0.1/mother> ;
        rdf:_6      <http://purl.org/vocab/bio/0.1/child> ;
        rdf:_7      <http://purl.org/vocab/bio/0.1/event> ;
        rdf:_8      <http://purl.org/vocab/bio/0.1/birth> ;
        rdf:_9      <http://purl.org/vocab/bio/0.1/death> ;
        rdfs:label  "Properties of a person"@en .

<http://purl.org/vocab/bio/0.1/Demotion>
        a                   owl:Class ;
        rdfs:comment        "The event of a person changing the position they hold with an employer to one with less importance or responsibility."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Demotion"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/PositionChange> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/partner>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person that is involved in a event as a partner in a relationship."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Partner"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Partners"@en .

<http://purl.org/vocab/bio/0.1/PositionChange>
        a                   owl:Class ;
        rdfs:comment        "The event of a person changing the position they hold with an employer."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Change of Position"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/followingEvent>
        a                   owl:ObjectProperty , owl:TransitiveProperty , rdf:Property ;
        rdfs:comment        "An event that starts at some time after this event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Following Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-06" ;
        label:plural        "Following Events"@en .

<http://purl.org/vocab/bio/0.1/Divorce>
        a                   owl:Class ;
        rdfs:comment        "The event of legally dissolving a marriage."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Divorce"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/GroupEvent> ;
        dct:issued          "2010-05-03" ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Divorce \n    ; dc:date \"1919-02-14\"\n    ; bio:partner &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:partner &lt;http://dbpedia.org/resource/Mileva_Mari%C4%87&gt;\n    ; bio:place &lt;http://dbpedia.org/resource/Zurich&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "The divorce of Albert Einstein and Mileva Marić"
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/BarMitzvah>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event held when a Jewish boy reaches age 13."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "BarMitzvah"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://vocab.org/bio/0.1/.turtle>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "Turtle" ;
        dc:format   "text/plain" .

<http://purl.org/vocab/bio/0.1/officiator>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person that officiates at a ceremonial event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Officiator"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Officiators"@en .

<http://purl.org/vocab/bio/0.1/Enrolment>
        a                   owl:Class ;
        rdfs:comment        "The event of a person initiating attendence to a school or other place of learning."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Enrolment"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/eventInterval>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "The interval during which the event occurs. This interval represents the exact interval of occurence for an event, it starts at the moment the event commences and finishes when the event concludes. In other words both the event and the interval start at the same instant of time and extend for the same duration."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Event Interval"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Interval> ;
        dct:issued          "2010-06-05" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Burial>
        a                   owl:Class ;
        rdfs:comment        "The event of interring the remains of a person's body into the ground."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Burial"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Emigration>
        a                   owl:Class ;
        rdfs:comment        "The event of a person leaving their homeland with the intent of residing elsewhere."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Emigration"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Emigration \n    ; dc:date \"1933\"^^xsd:gYear\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:state &lt;http://dbpedia.org/resource/United_States&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "Albert Einstein emigrating to the United States"
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Baptism>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event held to admit a person to membership of a Christian church."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Baptism"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" ;
        skos:changeNote     [ rdf:value    "Revised comment, replacing 'the Christian church' with 'a Christian church' " ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-20"
                            ] .

<http://vocab.org/bio/0.1/.html>
        a           foaf:Document , <http://purl.org/dc/dcmitype/Text> ;
        rdfs:label  "HTML" ;
        dc:format   "text/html" .

<http://purl.org/vocab/bio/0.1/organization>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "An organization that plays a role in an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Organization"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Organizations"@en .

<http://purl.org/vocab/bio/0.1/Relationship>
        a                    owl:Class ;
        rdfs:comment         "A particular type of connection existing between people, groups or organizations related to or having dealings with each other."@en ;
        rdfs:isDefinedBy     <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label           "Agent Relationship"@en ;
        dct:issued           "2011-06-14" ;
        owl:equivalentClass  <http://purl.org/vocab/relationship/Relationship> ;
        status:term_status   "unstable" .

<http://lists.foaf-project.org/mailman/listinfo/foaf-dev>
        rdfs:label  "FOAF-DEV mailing list" .

<http://purl.org/vocab/bio/0.1/Investiture>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event of a person taking a public office or honour."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Investiture"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/biography>
        a                   rdf:Property ;
        rdfs:comment        "An extended description or account of someone's life."@en ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Biography"@en ;
        dct:issued          "2010-06-05" ;
        vann:usageNote      "<p>It is expected that the value of this property is either a literal formatted with HTML markup or a pointer to an HTML document.</p>"^^rdf:XMLLiteral ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/termgroup5>
        a           rdf:Bag ;
        rdf:_1      <http://purl.org/vocab/bio/0.1/concurrentEvent> ;
        rdf:_2      <http://purl.org/vocab/bio/0.1/followingEvent> ;
        rdf:_3      <http://purl.org/vocab/bio/0.1/precedingEvent> ;
        rdf:_4      <http://purl.org/vocab/bio/0.1/immediatelyFollowingEvent> ;
        rdf:_5      <http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent> ;
        rdfs:label  "Properties that relate an event to another event"@en .

<http://purl.org/vocab/bio/0.1/principal>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person that takes the primary and most important role in an event. For example the principal in a Birth event would be the child being born and the principal in a Burial event would be the deceased person."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Principal"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Principals"@en .

<http://purl.org/vocab/bio/0.1/interval>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "The interval during which the relationship persists."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Relationship> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Relationship Interval"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Interval> ;
        dct:issued          "2010-06-05" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/BasMitzvah>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event held when a Jewish girl reaching age 13, also known as \"Bat Mitzvah.\""@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "BasMitzvah"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Assassination>
        a                   owl:Class ;
        rdfs:comment        "The event of a person being deliberately targeted and killed."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Assassination"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/Murder> ;
        dct:issued          "2010-05-05" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/relationship>
        a                       owl:ObjectProperty , rdf:Property ;
        rdfs:comment            "A relationship that a person, group or organization participates in for some time."@en ;
        rdfs:domain             foaf:Agent ;
        rdfs:isDefinedBy        <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label              "Relationship"@en ;
        rdfs:range              <http://purl.org/vocab/bio/0.1/Relationship> ;
        rdfs:subPropertyOf      owl:differentFrom ;
        dct:issued              "2011-06-14" ;
        label:plural            "Relationships"@en ;
        owl:equivalentProperty  <http://purl.org/vocab/relationship/participantIn> ;
        owl:inverseOf           <http://purl.org/vocab/bio/0.1/participant> .

<http://creativecommons.org/licenses/by/1.0/>
        a              msg0:License ;
        msg0:permits   msg0:DerivativeWorks , msg0:Distribution , msg0:Reproduction ;
        msg0:requires  msg0:Attribution , msg0:Notice .

<http://purl.org/vocab/bio/0.1/place>
        a                   rdf:Property ;
        rdfs:comment        "The place at which an event occurred."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Place"@en ;
        label:plural        "Places"@en ;
        status:term_status  "stable" ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] ;
        skos:changeNote     [ rdf:value    "Added a plural label" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] .

<http://purl.org/vocab/bio/0.1/Ordination>
        a                   owl:Class ;
        rdfs:comment        "The ceremonial event held when a person receives authority to act in religious matters."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Ordination"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Funeral>
        a                   owl:Class ;
        rdfs:comment        "The event of marking a person's death with a ceremony."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Funeral"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/immediatelyPrecedingEvent>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "An event that occurs and concludes immediately before this event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Immediately Preceding Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom , <http://purl.org/vocab/bio/0.1/precedingEvent> ;
        dct:issued          "2010-05-06" ;
        label:plural        "Immediately Preceding Events"@en .

<http://purl.org/vocab/bio/0.1/NameChange>
        a                   owl:Class ;
        rdfs:comment        "The event of a person changing their name."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Change of Name"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/mother>
        a                   owl:ObjectProperty , rdf:Property , owl:FunctionalProperty ;
        rdfs:comment        "The biological mother of a person, also known as the genetrix."@en ;
        rdfs:domain         foaf:Person ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Mother"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  owl:differentFrom , <http://purl.org/vocab/relationship/childOf> ;
        dct:issued          "2010-05-03" ;
        vann:usageNote      "Note that this is a strict definition of mother that does not include non-biological relationships. The <a href=\"http://purl.org/vocab/relationship\">Relationship</a> vocabulary may be more suitable for broader types of parent/child relation."^^rdf:XMLLiteral ;
        status:term_status  "unstable" ;
        skos:historyNote    [ rdf:value    "Made subproperty of rel:childOf on suggestion of Gautier Poupeau" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-06-06"
                            ] .

<http://purl.org/vocab/bio/0.1/witness>
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person that witnesses and can bear testimony to the occurrence of an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Witness"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/spectator> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Witnesses"@en .

<file:///var/www/vocab.org/www/htdocs/bio/>
        a             msg0:Work ;
        dct:type      <http://purl.org/dc/dcmitype/Text> ;
        msg0:license  <http://creativecommons.org/licenses/by/1.0/> .

<http://purl.org/vocab/bio/0.1/Naturalization>
        a                   owl:Class ;
        rdfs:comment        "The event of a person obtaining citizenship. Note that the place the naturalization event occurs at may be different from the state the person is obtaining citizenship of. "@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Naturalization"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Emigration \n    ; dc:date \"1940\"\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:state &lt;http://dbpedia.org/resource/United_States&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "Albert Einstein becoming a citizen of the United States"
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/date>
        a                   rdf:Property ;
        rdfs:comment        "The date at which an event occurred."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Date"@en ;
        rdfs:subPropertyOf  dc:date ;
        label:plural        "Dates"@en ;
        vann:usageNote      "<p>The date should be formatted as specified in <a href=\"http://www.w3.org/TR/NOTE-datetime\">ISO8601</a>.\n    For example: 2003-03-15 corresponds to the 15th March 2003, and 2003-03-15T13:21-05:00 corresponds to 15th March 2003, 8:21 am, US Eastern Standard Time.</p>"^^rdf:XMLLiteral ;
        status:term_status  "stable" ;
        skos:changeNote     [ rdf:value    "Added a plural label" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] .

<http://purl.org/vocab/bio/0.1/Resignation>
        a                   owl:Class ;
        rdfs:comment        "The event of a person voluntarily giving up or quitting their office or position."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Resignation"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/GroupEvent>
        a                   owl:Class ;
        rdfs:comment        "A type of event that is principally about one or more agents and their partnership. Other agents may be involved but the event is most significant for the partner agent."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Group Event"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subClassOf     [ a                   owl:Restriction ;
                              owl:minCardinality  "2"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                              owl:onProperty      <http://purl.org/vocab/bio/0.1/partner>
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Murder>
        a                   owl:Class ;
        rdfs:comment        "The event of a person being killed unlawfully with intent by the killer."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Murder"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/Death> ;
        dct:issued          "2010-05-05" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/termgroup4>
        a           rdf:Bag ;
        rdf:_1      <http://purl.org/vocab/bio/0.1/agent> ;
        rdf:_2      <http://purl.org/vocab/bio/0.1/parent> ;
        rdf:_3      <http://purl.org/vocab/bio/0.1/employer> ;
        rdf:_4      <http://purl.org/vocab/bio/0.1/officiator> ;
        rdf:_5      <http://purl.org/vocab/bio/0.1/organization> ;
        rdf:_6      <http://purl.org/vocab/bio/0.1/principal> ;
        rdf:_7      <http://purl.org/vocab/bio/0.1/partner> ;
        rdf:_8      <http://purl.org/vocab/bio/0.1/witness> ;
        rdf:_9      <http://purl.org/vocab/bio/0.1/spectator> ;
        rdfs:label  "Properties that relate an event to an agent"@en .

<http://purl.org/vocab/bio/0.1/concurrentEvent>
        a                   owl:SymmetricProperty , owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An event that occurs while this event is occurring. The events need not start or conclude at the same times."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Concurrent Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-06" ;
        label:plural        "Concurrent Events"@en .

<http://purl.org/vocab/bio/0.1/>
        a                              owl:Ontology ;
        ov:discussionList              <http://lists.foaf-project.org/mailman/listinfo/foaf-dev> ;
        dct:abstract                   "This document describes a vocabulary for describing biographical information about people, both living and dead. "@en ;
        dct:creator                    "David Galbraith" ;
        dct:creator                    <http://iandavis.com/id/me> ;
        dct:date                       "2010-05-10"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dct:description                "<div>\n        \n        <p>The BIO vocabulary contains terms useful for finding out more about people and their backgrounds and has some cross-over into genealogical information. \n        The approach taken is to describe a person's life as a series of interconnected key events, around which other information can be woven. \n        This vocabulary defines the event framework and supplies a set of core event types that cover many use cases, but it is expected that it \n        will be extended in other vocabularies to suit their needs. The intention of this vocabulary is to describe biographical events of people \n        and this intention carries through to the definitions of the properties and classes which are person-centric rather than neutral. For example \n        the Employment event puts the person being employed as the principal agent in the event rather than the employer.</p>\n        <p>The BIO vocabulary defines a number of core classes and properties for describing biographical information: </p>\n        <p><figure><img src=\"/bio/core-classes.png\"></img><br></br>Figure: Biography Vocabulary Core Classes (<a href=\"http://vocab.org/bio/core-classes.png\">PNG version</a>, <a href=\"http://vocab.org/bio/core-classes.svg\">SVG version</a>)</figure></p>\n        <p>At its heart the BIO vocabulary is concerned with people, their relationships and the events in their lives. Together these can be\n        used to build up a narrative of a person's life and their interactions with other people, organizations and the world around them. Events bound intervals\n        of time that may be associated with particular relationships between people and groups or organisations. Many different types of life event are\n        defined in this vocabulary including the obvious Birth, Marriage and Death but also Coronation, Performance and even Murder. These events are not intended\n        to be fully comprehensive but are representative of the types of events associated with biographical material. Currently the relationship segment of the\n        vocabulary is underspecified with only a generic Relationship class available. It is envisaged that many types of relationship such as families, employments\n        and ownerships will be specified in the future.</p>\n        <p>The sequence of events and intervals build a timeline of history against which people and their relationships can be placed. The aim is\n        to enable simple forms of genealogical reasoning such as determining whether a child was born out of wedlock or the location of a family\n        given the fact one of their children was attending a particular school. Events are ordered in time by relating them to one another and to abstract\n        intervals of time:</p>\n        <p><figure><img src=\"/bio/timelines.png\"></img><br></br>Figure: Biography Vocabulary Timelines(<a href=\"http://vocab.org/bio/timelines.png\">PNG version</a>, <a href=\"http://vocab.org/bio/timelines.svg\">SVG version</a>)</figure></p>\n        <p>Please see <a href=\"https://github.com/iand/vocab-bio\">https://github.com/iand/vocab-bio</a> for the master version of this vocabulary.</p>\n      </div>"^^rdf:XMLLiteral ;
        dct:identifier                 "http://purl.org/vocab/bio/0.1/schema" ;
        dct:issued                     "2003-03-07"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dct:rights                     "Copyright © 2002-2010 Ian Davis and David Galbraith" ;
        dct:title                      "BIO: A vocabulary for biographical information"@en ;
        vann:example                   <http://purl.org/vocab/bio/examples/1> ;
        vann:preferredNamespacePrefix  "bio" ;
        vann:preferredNamespaceUri     "http://purl.org/vocab/bio/0.1/" ;
        vann:termGroup                 <http://purl.org/vocab/bio/0.1/termgroup2> , <http://purl.org/vocab/bio/0.1/termgroup5> , <http://purl.org/vocab/bio/0.1/termgroup4> , <http://purl.org/vocab/bio/0.1/termgroup1> , <http://purl.org/vocab/bio/0.1/termgroup3> ;
        skos:changeNote                [ rdf:value    "Batch of revisions based on community feedback" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2010-05-20"
                                       ] ;
        skos:changeNote                [ rdf:value    "Minor changes to improve publishing process" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2009-05-19"
                                       ] ;
        skos:changeNote                [ rdf:value    "Added Creative Commons license" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2004-03-05"
                                       ] ;
        skos:changeNote                [ rdf:value    "Expanded description and added diagrams" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2011-06-14"
                                       ] ;
        skos:changeNote                [ rdf:value    "Added change history" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2010-04-20"
                                       ] ;
        skos:changeNote                [ rdf:value    "Added examples" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2005-04-01"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added properties for Birth and Death Event types, motivated by JSON serialisations of RDF" ;
                                         dct:creator  "Alexandre Passant" ;
                                         dct:date     "2011-06-14"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added keywords property" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2003-07-28"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added biography property" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2010-06-05"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added bio:Formation and bio:Disbanding events" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2011-06-10"
                                       ] ;
        skos:historyNote               [ rdf:value    "Major expansion of properties and classes" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2010-05-10"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added subproperty and equivalent property relations for bio:father, bio:mother and bio:child" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2010-06-06"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added bio:Relationship class and properties" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2011-06-14"
                                       ] ;
        skos:historyNote               [ rdf:value    "Added bio:Performance event" ;
                                         dct:creator  "Ian Davis" ;
                                         dct:date     "2011-06-10"
                                       ] .

foaf:Person  a               owl:Class ;
        owl:equivalentClass  [ a                   owl:Class ;
                               owl:intersectionOf  ( [ a                owl:Restriction ;
                                                       owl:cardinality  "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                                       owl:onProperty   <http://purl.org/vocab/bio/0.1/father>
                                                     ] [ a                owl:Restriction ;
                                                         owl:cardinality  "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                                                         owl:onProperty   <http://purl.org/vocab/bio/0.1/mother>
                                                       ] )
                             ] .

<http://purl.org/vocab/bio/0.1/precedingEvent>
        a                   owl:TransitiveProperty , owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An event that occurs and concludes at some time before this event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Preceding Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-06" ;
        label:plural        "Preceding Events"@en .

<http://purl.org/vocab/bio/0.1/Interval>
        a                   owl:Class ;
        rdfs:comment        "A extended interval of time related to a particular state of affairs, such as the lifespan of a person or a period of employment."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Interval"@en ;
        rdfs:subClassOf     <http://www.w3.org/2006/time#ProperInterval> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Formation>
        a                   owl:Class ;
        rdfs:comment        "The event of a group or organization coming into being."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Formation"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2011-06-10" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/IndividualEvent>
        a                   owl:Class ;
        rdfs:comment        "A type of event that is principally about a single person, group or organization. Other agents may be involved but the event is most significant for the principal agent."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Individual Event"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subClassOf     [ a                owl:Restriction ;
                              owl:cardinality  "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> ;
                              owl:onProperty   <http://purl.org/vocab/bio/0.1/principal>
                            ] ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Annulment>
        a                   owl:Class ;
        rdfs:comment        "The event of declaring a marriage void from the beginning as though it never existed."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Annulment"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/GroupEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/initiatingEvent>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An event that marks the start of an interval and/or relationship. The event contributes to and/or causes of the state of affairs that hold during the interval. For example a period of study may be initiated by an Enrolment event."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Initiating Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        dct:issued          "2010-05-06" ;
        label:plural        "Initiating Event"@en .

<http://purl.org/vocab/bio/0.1/child>
        a                       rdf:Property , owl:ObjectProperty ;
        rdfs:comment            "A biological child of a person. "@en ;
        rdfs:domain             foaf:Person ;
        rdfs:isDefinedBy        <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label              "Child"@en ;
        rdfs:range              foaf:Person ;
        rdfs:subPropertyOf      owl:differentFrom ;
        dct:issued              "2010-05-03" ;
        label:plural            "Children"@en ;
        vann:usageNote          "Note that this is a strict definition of child that does not include adopted children, step-children or similar non-biological relationships. The <a href=\"http://purl.org/vocab/relationship\">Relationship</a> vocabulary may be more suitable for broader types of parent/child relation."^^rdf:XMLLiteral ;
        owl:equivalentProperty  <http://purl.org/vocab/relationship/parentOf> ;
        status:term_status      "unstable" ;
        skos:historyNote        [ rdf:value    "Made equivalent to rel:parentOf on suggestion of Gautier Poupeau" ;
                                  dct:creator  "Ian Davis" ;
                                  dct:date     "2010-06-06"
                                ] .

<http://purl.org/vocab/bio/0.1/Event>
        a                   owl:Class ;
        rdfs:comment        "An event is an occurrence that brings about a change in the state of affairs for one or more people and/or other agents. Events are assumed to occur over a period of time and may not have precise start and end points."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Event"@en ;
        rdfs:subClassOf     <http://purl.org/NET/c4dm/event.owl#Event> , <http://linkedevents.org/ontology/Event> , <http://purl.org/dc/dcmitype/Event> , <http://sw.opencyc.org/2009/04/07/concept/en/Event> ;
        vann:usageNote      "This class is intended to describe biographical events, i.e. events in the life of a person."@en ;
        status:term_status  "testing" ;
        skos:changeNote     [ rdf:value    "Marked as testing status" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-20"
                            ] ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] ;
        skos:historyNote    [ rdf:value    "Made equivalent to cyc:Event" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] ;
        skos:historyNote    [ rdf:value    "Removed subclass of owl-time ProperInteval" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-20"
                            ] .

<http://purl.org/vocab/bio/0.1/parent>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person that takes the parent role in an event."@en ;
        rdfs:domain         <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Parent"@en ;
        rdfs:range          foaf:Person ;
        rdfs:subPropertyOf  <http://purl.org/vocab/bio/0.1/agent> ;
        dct:issued          "2010-05-05" ;
        label:plural        "Parents"@en .

<http://purl.org/vocab/bio/0.1/event>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An event associated with a person, group or organization."@en ;
        rdfs:domain         foaf:Agent ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Life Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Event> ;
        rdfs:subPropertyOf  owl:differentFrom ;
        label:plural        "Life Events"@en ;
        owl:inverseOf       <http://purl.org/vocab/bio/0.1/agent> ;
        skos:changeNote     [ rdf:value    "Added a plural label" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] ;
        skos:historyNote    [ rdf:value    "Made a subproperty of owl:differentFrom" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-03"
                            ] ;
        skos:historyNote    [ rdf:value    "Changed domain to foaf:Agent" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2011-06-14"
                            ] .

<http://purl.org/vocab/bio/0.1/Redundancy>
        a                   owl:Class ;
        rdfs:comment        "The event of a person involuntarily giving up an office or position that is no longer needed. Redundancy is usually perceived to be the employer's fault and is usually due to conditions outside of the employee's control."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Redundancy"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Performance>
        a                    owl:Class ;
        rdfs:comment         "The event of an individual or a group of performers performing. Examples include concerts, plays, recitals, recordings, busking etc."@en ;
        rdfs:isDefinedBy     <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label           "Performance"@en ;
        rdfs:subClassOf      <http://purl.org/vocab/bio/0.1/GroupEvent> ;
        dct:issued           "2011-06-12" ;
        owl:equivalentClass  <http://purl.org/ontology/mo/Performance> ;
        status:term_status   "unstable" .

<http://purl.org/vocab/bio/0.1/termgroup3>
        a           rdf:Bag ;
        rdf:_1      <http://purl.org/vocab/bio/0.1/date> ;
        rdf:_2      <http://purl.org/vocab/bio/0.1/place> ;
        rdf:_3      <http://purl.org/vocab/bio/0.1/state> ;
        rdf:_4      <http://purl.org/vocab/bio/0.1/position> ;
        rdfs:label  "Properties of an event"@en .

<http://purl.org/vocab/bio/0.1/Death>
        a                   owl:Class ;
        rdfs:comment        "The event of a person's life ending."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Death"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        vann:example        [ a             ov:SchemaExample ;
                              rdfs:comment  "\n        <pre><code>_:e a bio:Death \n    ; dc:date \"1955-04-18\"\n    ; bio:principal &lt;http://dbpedia.org/resource/Albert_Einstein&gt;\n    ; bio:place &lt;http://dbpedia.org/resource/Princeton,_New_Jersey&gt;\n    .</code></pre>\n"^^rdf:XMLLiteral ;
                              rdfs:label    "The death of Albert Einstein"
                            ] ;
        status:term_status  "stable" ;
        skos:changeNote     [ rdf:value    "Marked as a stable term" ;
                              dct:creator  "Ian Davis" ;
                              dct:date     "2010-05-04"
                            ] .

<http://purl.org/vocab/bio/0.1/Promotion>
        a                   owl:Class ;
        rdfs:comment        "The event of a person changing the position they hold with an employer to one with more importance or responsibility."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Promotion"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/PositionChange> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Accession>
        a                   owl:Class ;
        rdfs:comment        "The event of a person succeeding to the right to hold regal power. This event is often automatic on the death of the previous monarch and is usually followed by a coronation event."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Accession"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-03" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/Imprisonment>
        a                   owl:Class ;
        rdfs:comment        "The event of a person being detained in a jail or prison."@en ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Imprisonment"@en ;
        rdfs:subClassOf     <http://purl.org/vocab/bio/0.1/IndividualEvent> ;
        dct:issued          "2010-05-04" ;
        status:term_status  "unstable" .

<http://purl.org/vocab/bio/0.1/death>
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "An death event associated with a person, group or organization."@en ;
        rdfs:domain         foaf:Agent ;
        rdfs:isDefinedBy    <http://purl.org/vocab/bio/0.1/> ;
        rdfs:label          "Death Event"@en ;
        rdfs:range          <http://purl.org/vocab/bio/0.1/Death> ;
        rdfs:subPropertyOf  owl:differentFrom , <http://purl.org/vocab/bio/0.1/event> ;
        label:plural        "Death Events"@en ;
        skos:historyNote    [ rdf:value    "Proposed addition of the property" ;
                              dct:creator  "Alexandre Passant" ;
                              dct:date     "2011-07-12"
                            ] .
