http://www.cidoc-crm.org/cidoc-crm/P29_custody_received_by
Scope note:
This property identifies the E39 Actor or Actors who receive custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity.
The property will typically describe Actors receiving custody of an object when it is handed over from another Actor's care. On occasion, physical custody may be received involuntarily or illegally – through accident, unsolicited donation, or theft.
In reality, custody is either transferred to someone or from someone, or both.
Examples:
- representatives of The National Gallery (E40) received custody through. The delivery of the paintings by Secure Delivieries Inc. to the National Gallery (E10)
In First Order Logic:
P29 (x,y) ⊃ E10(x)
P29 (x,y) ⊃ E39(y)
P29(x,y) ⊃ P14(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E10_Transfer_of_Custody | crm:P29_custody_received_by | 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:P29_custody_received_by a owl:ObjectProperty ;
rdfs:label "P29 custody received by"@en ;
rdfs:comment """Scope note:
This property identifies the E39 Actor or Actors who receive custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity.
The property will typically describe Actors receiving custody of an object when it is handed over from another Actor's care. On occasion, physical custody may be received involuntarily or illegally – through accident, unsolicited donation, or theft.
In reality, custody is either transferred to someone or from someone, or both.
Examples:
- representatives of The National Gallery (E40) received custody through. The delivery of the paintings by Secure Delivieries Inc. to the National Gallery (E10)
In First Order Logic:
P29 (x,y) ⊃ E10(x)
P29 (x,y) ⊃ E39(y)
P29(x,y) ⊃ P14(x,y)"""@en ;
rdfs:domain crm:E10_Transfer_of_Custody ;
rdfs:subPropertyOf crm:P14_carried_out_by ;
owl:equivalentProperty ecrm:P29_custody_received_by ;
owl:inverseOf crm:P29i_received_custody_through ;
skos:notation "P29"^^xsd:string .