@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P29_custody_received_by rdf:type owl:ObjectProperty . @prefix rdfs: . ecrm:P29_custody_received_by rdfs:subPropertyOf ecrm:P14_carried_out_by ; owl:inverseOf ecrm:P29i_received_custody_through ; rdfs:label "P29 custody received by"@en ; rdfs:domain ecrm:E10_Transfer_of_Custody ; rdfs:comment "Scope note:\nThis property identifies the E39 Actor or Actors who receive custody of an instance of E18 Physical Thing in an E10 Transfer of Custody activity.\n\nThe property will typically describe Actors receiving custody of an object when it is handed over from another Actor's care. On occasion, physical custody may be received involuntarily or illegally \u2013 through accident, unsolicited donation, or theft.\nIn reality, custody is either transferred to someone or from someone, or both.\n\nExamples:\n- representatives of The National Gallery (E40) received custody through. The delivery of the paintings by Secure Delivieries Inc. to the National Gallery (E10)\n\nIn First Order Logic:\nP29 (x,y) \u2283 E10(x)\nP29 (x,y) \u2283 E39(y)\nP29(x,y) \u2283 P14(x,y)"@en . @prefix xsd: . @prefix skos: . ecrm:P29_custody_received_by skos:notation "P29"^^xsd:string .