crm:P54_has_current_permanent_location leaf node


URI

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

Label

P54 has current permanent location

Description

Scope note:
This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.

P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.

Examples:
- silver cup 232 (E22) has current permanent location Shelf 3.1, Store 2, Museum of Oxford (E53)

Usage

DOMAINPROPERTYRANGE
crm:E19_Physical_Object crm:P54_has_current_permanent_location crm:E53_Place

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:P54_has_current_permanent_location a owl:ObjectProperty ;
    rdfs:label "P54 has current permanent location"@en ;
    rdfs:comment """Scope note:
This property records the foreseen permanent location of an instance of E19 Physical Object at the time of validity of the record or database containing the statement that uses this property.

P54 has current permanent location (is current permanent location of) is similar to P55 has current location (currently holds). However, it indicates the E53 Place currently reserved for an object, such as the permanent storage location or a permanent exhibit location. The object may be temporarily removed from the permanent location, for example when used in temporary exhibitions or loaned to another institution. The object may never actually be located at its permanent location.

Examples:
- silver cup 232 (E22) has current permanent location Shelf 3.1, Store 2, Museum of Oxford (E53)"""@en ;
    rdfs:domain crm:E19_Physical_Object ;
    rdfs:range crm:E53_Place ;
    owl:equivalentProperty ecrm:P54_has_current_permanent_location ;
    owl:inverseOf crm:P54i_is_current_permanent_location_of ;
    skos:notation "P54"^^xsd:string .