@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P30i_custody_transferred_through rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P30_transferred_custody_of . @prefix rdfs: . ecrm:P30i_custody_transferred_through rdfs:label "P30 custody transferred through"@en ; rdfs:domain ecrm:E18_Physical_Thing ; rdfs:range ecrm:E10_Transfer_of_Custody . @prefix xsd: . @prefix skos: . ecrm:P30i_custody_transferred_through skos:notation "P30i"^^xsd:string .