http://www.cidoc-crm.org/cidoc-crm/P52_has_current_owner
Scope note:
This property identifies the E21 Person, E74 Group or E40 Legal Body that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
P52 has current owner (is current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P22 transferred title to (acquired title through) to E39 Actor, if and only if this acquisition event is the most recent.
Examples:
- paintings from the Iveagh Bequest (E18) has current owner «English Heritage» (E40)
In First Order Logic:
P52 (x,y) ⊃ E18(x)
P52 (x,y) ⊃ E39(y)
P52(x,y) ⊃ P51(x,y)
P52(x,y) ⊃ P105(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E18_Physical_Thing | crm:P52_has_current_owner | owl:Thing (inferred) |
@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:P52_has_current_owner a owl:ObjectProperty ;
rdfs:label "P52 has current owner"@en ;
rdfs:comment """Scope note:
This property identifies the E21 Person, E74 Group or E40 Legal Body that was the owner of an instance of E18 Physical Thing at the time of validity of the record or database containing the statement that uses this property.
P52 has current owner (is current owner of) is a shortcut for the more detailed path from E18 Physical Thing through P24 transferred title of (changed ownership through), E8 Acquisition, P22 transferred title to (acquired title through) to E39 Actor, if and only if this acquisition event is the most recent.
Examples:
- paintings from the Iveagh Bequest (E18) has current owner «English Heritage» (E40)
In First Order Logic:
P52 (x,y) ⊃ E18(x)
P52 (x,y) ⊃ E39(y)
P52(x,y) ⊃ P51(x,y)
P52(x,y) ⊃ P105(x,y)"""@en ;
rdfs:domain crm:E18_Physical_Thing ;
rdfs:subPropertyOf crm:P105_right_held_by,
crm:P51_has_former_or_current_owner ;
owl:equivalentProperty ecrm:P52_has_current_owner ;
owl:inverseOf crm:P52i_is_current_owner_of ;
skos:notation "P52"^^xsd:string .