http://www.cidoc-crm.org/cidoc-crm/P24_transferred_title_of
Scope note:
This property identifies the E18 Physical Thing or things involved in an E8 Acquisition.
In reality, an acquisition must refer to at least one transferred item.
Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnographic Museum (E8) transferred title of Amoudrouz Collection (E78)
In First Order Logic:
P24(x,y) ⊃ E8(x)
P24(x,y) ⊃ E18(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E8_Acquisition | crm:P24_transferred_title_of | crm:E18_Physical_Thing |
@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:P24_transferred_title_of a owl:ObjectProperty ;
rdfs:label "P24 transferred title of"@en ;
rdfs:comment """Scope note:
This property identifies the E18 Physical Thing or things involved in an E8 Acquisition.
In reality, an acquisition must refer to at least one transferred item.
Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnographic Museum (E8) transferred title of Amoudrouz Collection (E78)
In First Order Logic:
P24(x,y) ⊃ E8(x)
P24(x,y) ⊃ E18(y)"""@en ;
rdfs:domain crm:E8_Acquisition ;
rdfs:range crm:E18_Physical_Thing ;
owl:equivalentProperty ecrm:P24_transferred_title_of ;
owl:inverseOf crm:P24i_changed_ownership_through ;
skos:notation "P24"^^xsd:string .