crm:P54i_is_current_permanent_location_of leaf node


URI

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

Label

P54 is current permanent location of

Usage

DOMAINPROPERTYRANGE
crm:E53_Place crm:P54i_is_current_permanent_location_of crm:E19_Physical_Object

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:P54i_is_current_permanent_location_of a owl:ObjectProperty ;
    rdfs:label "P54 is current permanent location of"@en ;
    rdfs:domain crm:E53_Place ;
    rdfs:range crm:E19_Physical_Object ;
    owl:equivalentProperty ecrm:P54i_is_current_permanent_location_of ;
    owl:inverseOf crm:P54_has_current_permanent_location ;
    skos:notation "P54i"^^xsd:string .