crm:P22_transferred_title_to leaf node


URI

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

Label

P22 transferred title to

Description

Scope note:
This property identifies the E39 Actor that acquires the legal ownership of an object as a result of an E8 Acquisition.

The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired, without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting or fishing.

In reality the title is either transferred to or from someone, or both.

Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnography Museum (E8) transferred title to Geneva Ethnography Museum (E74)

In First Order Logic:
P22(x,y) ⊃ E8(x)
P22(x,y) ⊃ E39(y)
P22 (x,y) ⊃ P14(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E8_Acquisition crm:P22_transferred_title_to owl:Thing (inferred)

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:P22_transferred_title_to a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "P22 transferred title to"@en ;
    rdfs:comment """Scope note:
This property identifies the E39 Actor that acquires the legal ownership of an object as a result of an E8 Acquisition.

The property will typically describe an Actor purchasing or otherwise acquiring an object from another Actor. However, title may also be acquired, without any corresponding loss of title by another Actor, through legal fieldwork such as hunting, shooting or fishing.

In reality the title is either transferred to or from someone, or both.

Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnography Museum (E8) transferred title to Geneva Ethnography Museum (E74)

In First Order Logic:
P22(x,y) ⊃ E8(x)
P22(x,y) ⊃ E39(y)
P22 (x,y) ⊃ P14(x,y)"""@en ;
    rdfs:domain crm:E8_Acquisition ;
    rdfs:subPropertyOf crm:P14_carried_out_by ;
    owl:equivalentProperty ecrm:P22_transferred_title_to ;
    owl:inverseOf crm:P22i_acquired_title_through ;
    skos:notation "P22"^^xsd:string .