crm:P148i_is_component_of leaf node


URI

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

Label

P148 is component of

Usage

DOMAINPROPERTYRANGE
crm:E89_Propositional_Object crm:P148i_is_component_of crm:E89_Propositional_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:P148i_is_component_of a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P148 is component of"@en ;
    rdfs:domain crm:E89_Propositional_Object ;
    rdfs:range crm:E89_Propositional_Object ;
    owl:equivalentProperty ecrm:P148i_is_component_of ;
    owl:inverseOf crm:P148_has_component ;
    skos:notation "P148i"^^xsd:string .