http://www.cidoc-crm.org/cidoc-crm/P74_has_current_or_former_residence
Scope note:
This property describes the current or former E53 Place of residence of an E39 Actor.
The residence may be either the Place where the Actor resides, or a legally registered address of any kind.
Examples:
- Queen Elizabeth II (E39) has current or former residence Buckingham Palace (E53)
In First Order Logic:
P74(x,y) ⊃ E39(x)
P74(x,y) ⊃ E53(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E39_Actor | crm:P74_has_current_or_former_residence | crm:E53_Place |
@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:P74_has_current_or_former_residence a owl:ObjectProperty ;
rdfs:label "P74 has current or former residence"@en ;
rdfs:comment """Scope note:
This property describes the current or former E53 Place of residence of an E39 Actor.
The residence may be either the Place where the Actor resides, or a legally registered address of any kind.
Examples:
- Queen Elizabeth II (E39) has current or former residence Buckingham Palace (E53)
In First Order Logic:
P74(x,y) ⊃ E39(x)
P74(x,y) ⊃ E53(y)"""@en ;
rdfs:domain crm:E39_Actor ;
rdfs:range crm:E53_Place ;
owl:equivalentProperty ecrm:P74_has_current_or_former_residence ;
owl:inverseOf crm:P74i_is_current_or_former_residence_of ;
skos:notation "P74"^^xsd:string .