crm:P28i_surrendered_custody_through leaf node


URI

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

Label

P28 surrendered custody through

Usage

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

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:P28i_surrendered_custody_through a owl:ObjectProperty ;
    rdfs:label "P28 surrendered custody through"@en ;
    rdfs:range crm:E10_Transfer_of_Custody ;
    rdfs:subPropertyOf crm:P14i_performed ;
    owl:equivalentProperty ecrm:P28i_surrendered_custody_through ;
    owl:inverseOf crm:P28_custody_surrendered_by ;
    skos:notation "P28i"^^xsd:string .