crm:P28_custody_surrendered_by leaf node


URI

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

Label

P28 custody surrendered by

Description

Scope note:
This property identifies the E39 Actor or Actors who surrender custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity.

The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else's care. On occasion, physical custody may be surrendered involuntarily – through accident, loss or theft.
In reality, custody is either transferred to someone or from someone, or both.

Examples:
- the Secure Deliveries Inc. crew (E40) surrendered custody through The delivery of the paintings by Secure Deliveries Inc. to the National Gallery (E10)

In First Order Logic:
P28(x,y) ⊃ E10(x)
P28(x,y) ⊃ E39(y)
P28(x,y) ⊃ P14(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E10_Transfer_of_Custody crm:P28_custody_surrendered_by owl:Thing (inferred)

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:P28_custody_surrendered_by a owl:ObjectProperty ;
    rdfs:label "P28 custody surrendered by"@en ;
    rdfs:comment """Scope note:
This property identifies the E39 Actor or Actors who surrender custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity.

The property will typically describe an Actor surrendering custody of an object when it is handed over to someone else's care. On occasion, physical custody may be surrendered involuntarily – through accident, loss or theft.
In reality, custody is either transferred to someone or from someone, or both.

Examples:
- the Secure Deliveries Inc. crew (E40) surrendered custody through The delivery of the paintings by Secure Deliveries Inc. to the National Gallery (E10)

In First Order Logic:
P28(x,y) ⊃ E10(x)
P28(x,y) ⊃ E39(y)
P28(x,y) ⊃ P14(x,y)"""@en ;
    rdfs:domain crm:E10_Transfer_of_Custody ;
    rdfs:subPropertyOf crm:P14_carried_out_by ;
    owl:equivalentProperty ecrm:P28_custody_surrendered_by ;
    owl:inverseOf crm:P28i_surrendered_custody_through ;
    skos:notation "P28"^^xsd:string .