crm:P58i_defines_section leaf node


URI

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

Label

P58 defines section

Usage

DOMAINPROPERTYRANGE
crm:E46_Section_Definition crm:P58i_defines_section 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:P58i_defines_section a owl:ObjectProperty ;
    rdfs:label "P58 defines section"@en ;
    rdfs:domain crm:E46_Section_Definition ;
    rdfs:range crm:E18_Physical_Thing ;
    owl:equivalentProperty ecrm:P58i_defines_section ;
    owl:inverseOf crm:P58_has_section_definition ;
    skos:notation "P58i"^^xsd:string .