@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:P30i_custody_transferred_through a owl:ObjectProperty ;
rdfs:label "P30 custody transferred through"@en ;
rdfs:domain crm:E18_Physical_Thing ;
rdfs:range crm:E10_Transfer_of_Custody ;
owl:equivalentProperty ecrm:P30i_custody_transferred_through ;
owl:inverseOf crm:P30_transferred_custody_of ;
skos:notation "P30i"^^xsd:string .