crm:P30_transferred_custody_of leaf node


URI

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

Label

P30 transferred custody of

Description

Scope note:
This property identifies an item or items of E18 Physical Thing concerned in an E10 Transfer of Custody activity.

The property will typically describe the object that is handed over by an E39 Actor to another Actor's custody. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.

Examples:
- the delivery of the paintings by Secure Deliveries Inc. to the National Gallery (E10) transferred custody of paintings from The Iveagh Bequest (E19)

In First Order Logic:
P30 (x,y) ⊃ E10(x)
P30 (x,y) ⊃ E18(y)

Usage

DOMAINPROPERTYRANGE
crm:E10_Transfer_of_Custody crm:P30_transferred_custody_of crm:E18_Physical_Thing

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:P30_transferred_custody_of a owl:ObjectProperty ;
    rdfs:label "P30 transferred custody of"@en ;
    rdfs:comment """Scope note:
This property identifies an item or items of E18 Physical Thing concerned in an E10 Transfer of Custody activity.

The property will typically describe the object that is handed over by an E39 Actor to another Actor's custody. On occasion, physical custody may be transferred involuntarily or illegally – through accident, unsolicited donation, or theft.

Examples:
- the delivery of the paintings by Secure Deliveries Inc. to the National Gallery (E10) transferred custody of paintings from The Iveagh Bequest (E19)

In First Order Logic:
P30 (x,y) ⊃ E10(x)
P30 (x,y) ⊃ E18(y)"""@en ;
    rdfs:domain crm:E10_Transfer_of_Custody ;
    rdfs:range crm:E18_Physical_Thing ;
    owl:equivalentProperty ecrm:P30_transferred_custody_of ;
    owl:inverseOf crm:P30i_custody_transferred_through ;
    skos:notation "P30"^^xsd:string .