crm:P131i_identifies leaf node


URI

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

Label

P131 identifies

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E82_Actor_Appellation crm:P131i_identifies crm:E39_Actor

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:P131i_identifies a owl:ObjectProperty ;
    rdfs:label "P131 identifies"@en ;
    rdfs:domain crm:E82_Actor_Appellation ;
    rdfs:range crm:E39_Actor ;
    rdfs:subPropertyOf crm:P1i_identifies ;
    owl:equivalentProperty ecrm:P131i_identifies ;
    owl:inverseOf crm:P131_is_identified_by ;
    skos:notation "P131i"^^xsd:string .