crm:P59i_is_located_on_or_within leaf node


URI

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

Label

P59 is located on or within

Usage

DOMAINPROPERTYRANGE
crm:E53_Place crm:P59i_is_located_on_or_within crm:E18_Physical_Thing

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:P59i_is_located_on_or_within a owl:ObjectProperty ;
    rdfs:label "P59 is located on or within"@en ;
    rdfs:domain crm:E53_Place ;
    rdfs:range crm:E18_Physical_Thing ;
    rdfs:subPropertyOf crm:P157_is_at_rest_relative_to ;
    owl:equivalentProperty ecrm:P59i_is_located_on_or_within ;
    owl:inverseOf crm:P59_has_section ;
    skos:notation "P59i"^^xsd:string .