crm:P98_brought_into_life leaf node


URI

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

Label

P98 brought into life

Description

Scope note:
This property links an E67Birth event to an E21 Person in the role of offspring.

Twins, triplets etc. are brought into life by the same Birth event. 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.

Examples:
- the Birth of Queen Elizabeth II (E67) brought into life Queen Elizabeth II (E21)

In First Order Logic:
P98(x,y) ⊃ E67(x)
P98(x,y) ⊃ E21(y)
P98(x,y) ⊃ P92(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E67_Birth crm:P98_brought_into_life 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:P98_brought_into_life a owl:ObjectProperty ;
    rdfs:label "P98 brought into life"@en ;
    rdfs:comment """Scope note:
This property links an E67Birth event to an E21 Person in the role of offspring.

Twins, triplets etc. are brought into life by the same Birth event. 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.

Examples:
- the Birth of Queen Elizabeth II (E67) brought into life Queen Elizabeth II (E21)

In First Order Logic:
P98(x,y) ⊃ E67(x)
P98(x,y) ⊃ E21(y)
P98(x,y) ⊃ P92(x,y)"""@en ;
    rdfs:domain crm:E67_Birth ;
    rdfs:range crm:E21_Person ;
    rdfs:subPropertyOf crm:P92_brought_into_existence ;
    owl:equivalentProperty ecrm:P98_brought_into_life ;
    owl:inverseOf crm:P98i_was_born ;
    skos:notation "P98"^^xsd:string .