crm:P127i_has_narrower_term leaf node


URI

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

Label

P127 has narrower term

Usage

DOMAINPROPERTYRANGE
crm:E55_Type crm:P127i_has_narrower_term crm:E55_Type

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:P127i_has_narrower_term a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P127 has narrower term"@en ;
    rdfs:domain crm:E55_Type ;
    rdfs:range crm:E55_Type ;
    owl:equivalentProperty ecrm:P127i_has_narrower_term ;
    owl:inverseOf crm:P127_has_broader_term ;
    skos:notation "P127i"^^xsd:string .