crm:P2i_is_type_of


URI

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

Label

P2 is type of

Usage

DOMAINPROPERTYRANGE
crm:E55_Type crm:P2i_is_type_of crm:E1_CRM_Entity

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:P2i_is_type_of a owl:ObjectProperty ;
    rdfs:label "P2 is type of"@en ;
    rdfs:domain crm:E55_Type ;
    rdfs:range crm:E1_CRM_Entity ;
    owl:equivalentProperty ecrm:P2i_is_type_of ;
    owl:inverseOf crm:P2_has_type ;
    skos:notation "P2i"^^xsd:string .