crm:P87_is_identified_by leaf node


URI

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

Label

P87 is identified by

Description

Scope note:
This property identifies an E53 Place using an E44 Place Appellation.

Examples of Place Appellations used to identify Places include instances of E48 Place Name, addresses, E47 Spatial Coordinates etc.

Examples:
- the location of the Duke of Wellington's House (E53) is identified by "No 1 London" (E45)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E53_Place crm:P87_is_identified_by crm:E44_Place_Appellation

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:P87_is_identified_by a owl:ObjectProperty ;
    rdfs:label "P87 is identified by"@en ;
    rdfs:comment """Scope note:
This property identifies an E53 Place using an E44 Place Appellation.

Examples of Place Appellations used to identify Places include instances of E48 Place Name, addresses, E47 Spatial Coordinates etc.

Examples:
- the location of the Duke of Wellington's House (E53) is identified by "No 1 London" (E45)"""@en ;
    rdfs:domain crm:E53_Place ;
    rdfs:range crm:E44_Place_Appellation ;
    rdfs:subPropertyOf crm:P1_is_identified_by ;
    owl:equivalentProperty ecrm:P87_is_identified_by ;
    owl:inverseOf crm:P87i_identifies ;
    skos:notation "P87"^^xsd:string .