crm:P78_is_identified_by leaf node


URI

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

Label

P78 is identified by

Description

Scope note:
This property identifies an E52 Time-Span using an E49Time Appellation.

Examples:
- the time span 1926 to 1988 (E52) is identified by "Showa" (Japanese time appellation) (E49)

In First Order Logic:
P78(x,y) ⊃ E52(x)
P78(x,y) ⊃ E49(y)
P78(x,y) ⊃ P1(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P78_is_identified_by crm:E49_Time_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:P78_is_identified_by a owl:ObjectProperty ;
    rdfs:label "P78 is identified by"@en ;
    rdfs:comment """Scope note:
This property identifies an E52 Time-Span using an E49Time Appellation.

Examples:
- the time span 1926 to 1988 (E52) is identified by "Showa" (Japanese time appellation) (E49)

In First Order Logic:
P78(x,y) ⊃ E52(x)
P78(x,y) ⊃ E49(y)
P78(x,y) ⊃ P1(x,y)"""@en ;
    rdfs:domain crm:E52_Time-Span ;
    rdfs:range crm:E49_Time_Appellation ;
    rdfs:subPropertyOf crm:P1_is_identified_by ;
    owl:equivalentProperty ecrm:P78_is_identified_by ;
    owl:inverseOf crm:P78i_identifies ;
    skos:notation "P78"^^xsd:string .