http://www.cidoc-crm.org/cidoc-crm/P152_has_parent
Scope note:
This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act. This property is, among others, a shortcut of the fully developed paths from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P96 by mother’ to ‘E21 Person’, and from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P97 from father’ to ‘E21 Person’.
Examples:
- Gaius Octavius (E29) has parent Julius Caesar (E29)
- Steve Jobs (E29) has parent Joanne Simpson (biological mother)(E29)
- Steve Jobs (E29) has parent Clara Jobs (adoption mother) (E29)
In First Order Logic:
P152(x,y) ⊃ E21(x)
P152(x,y) ⊃ E21(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E21_Person | crm:P152_has_parent | crm:E21_Person |
@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:P152_has_parent a owl:ObjectProperty ;
rdfs:label "P152 has parent"@en ;
rdfs:comment """Scope note:
This property associates an instance of E21 Person with another instance of E21 Person who plays the role of the first instance’s parent, regardless of whether the relationship is biological parenthood, assumed or pretended biological parenthood or an equivalent legal status of rights and obligations obtained by a social or legal act. This property is, among others, a shortcut of the fully developed paths from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P96 by mother’ to ‘E21 Person’, and from ‘E21Person’ through ‘P98i was born’, ‘E67 Birth’, ‘P97 from father’ to ‘E21 Person’.
Examples:
- Gaius Octavius (E29) has parent Julius Caesar (E29)
- Steve Jobs (E29) has parent Joanne Simpson (biological mother)(E29)
- Steve Jobs (E29) has parent Clara Jobs (adoption mother) (E29)
In First Order Logic:
P152(x,y) ⊃ E21(x)
P152(x,y) ⊃ E21(y)"""^^xsd:string ;
rdfs:domain crm:E21_Person ;
rdfs:range crm:E21_Person ;
owl:equivalentProperty ecrm:P152_has_parent ;
owl:inverseOf crm:P152i_is_parent_of ;
skos:notation "P152"^^xsd:string .