crm:P96_by_mother leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P96_by_mother

Label

P96 by mother

Description

Scope note:
This property links an E67 Birth event to an E21 Person as a participant in the role of birth-giving mother.
Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The Person being born is linked to the Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions. This is a sub-property of P11 had participant (participated in).

Examples:
- the birth of Queen Elizabeth II (E67) by mother Queen Mother (E21)

In First Order Logic:
P96(x,y) ⊃ E67(x)
P96(x,y) ⊃ E21(y)
P96(x,y) ⊃ P11(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E67_Birth crm:P96_by_mother crm:E21_Person

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P96_by_mother a owl:ObjectProperty ;
    rdfs:label "P96 by mother"@en ;
    rdfs:comment """Scope note:
This property links an E67 Birth event to an E21 Person as a participant in the role of birth-giving mother.
Note that biological fathers are not necessarily participants in the Birth (see P97 from father (was father for)). The Person being born is linked to the Birth with the property P98 brought into life (was born). This is not intended for use with general natural history material, only people. There is no explicit method for modelling conception and gestation except by using extensions. This is a sub-property of P11 had participant (participated in).

Examples:
- the birth of Queen Elizabeth II (E67) by mother Queen Mother (E21)

In First Order Logic:
P96(x,y) ⊃ E67(x)
P96(x,y) ⊃ E21(y)
P96(x,y) ⊃ P11(x,y)"""@en ;
    rdfs:domain crm:E67_Birth ;
    rdfs:range crm:E21_Person ;
    rdfs:subPropertyOf crm:P11_had_participant ;
    owl:equivalentProperty ecrm:P96_by_mother ;
    owl:inverseOf crm:P96i_gave_birth ;
    skos:notation "P96"^^xsd:string .