crm:P87i_identifies leaf node


URI

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

Label

P87 identifies

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E44_Place_Appellation crm:P87i_identifies crm:E53_Place

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:P87i_identifies a owl:ObjectProperty ;
    rdfs:label "P87 identifies"@en ;
    rdfs:domain crm:E44_Place_Appellation ;
    rdfs:range crm:E53_Place ;
    rdfs:subPropertyOf crm:P1i_identifies ;
    owl:equivalentProperty ecrm:P87i_identifies ;
    owl:inverseOf crm:P87_is_identified_by ;
    skos:notation "P87i"^^xsd:string .