crm:P23_transferred_title_from leaf node


URI

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

Label

P23 transferred title from

Description

Scope note:
This property identifies the E39 Actor or Actors who relinquish legal ownership as the result of an E8 Acquisition.

The property will typically be used to describe a person donating or selling an object to a museum. In reality title is either transferred to or from someone, or both.

Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnographic Museum (E8) transferred title from Heirs of Amoudrouz (E74)

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

Usage

DOMAINPROPERTYRANGE
crm:E8_Acquisition crm:P23_transferred_title_from 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:P23_transferred_title_from a owl:ObjectProperty ;
    rdfs:label "P23 transferred title from"@en ;
    rdfs:comment """Scope note:
This property identifies the E39 Actor or Actors who relinquish legal ownership as the result of an E8 Acquisition.

The property will typically be used to describe a person donating or selling an object to a museum. In reality title is either transferred to or from someone, or both.

Examples:
- acquisition of the Amoudrouz collection by the Geneva Ethnographic Museum (E8) transferred title from Heirs of Amoudrouz (E74)

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