crm:P149i_identifies leaf node


URI

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

Label

P149 identifies

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E75_Conceptual_Object_Appellation crm:P149i_identifies crm:E28_Conceptual_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:P149i_identifies a owl:ObjectProperty ;
    rdfs:label "P149 identifies"@en ;
    rdfs:domain crm:E75_Conceptual_Object_Appellation ;
    rdfs:range crm:E28_Conceptual_Object ;
    rdfs:subPropertyOf crm:P1i_identifies ;
    owl:equivalentProperty ecrm:P149i_identifies ;
    owl:inverseOf crm:P149_is_identified_by ;
    skos:notation "P149i"^^xsd:string .