crm:P149_is_identified_by leaf node


URI

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

Label

P149 is identified by

Description

Scope note:
This property identifies an instance of E28 Conceptual Object using an instance of E75 Conceptual Object Appellation.

Examples:
- The German edition of the CIDOC CRM (E73) is identified by ISBN 978-3-00-030907-6 (E75)

In First Order Logic:
P149(x,y) ⊃ E28(x)
P149(x,y) ⊃ E75(y)
P149(x,y) ⊃ P1(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E28_Conceptual_Object crm:P149_is_identified_by crm:E75_Conceptual_Object_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:P149_is_identified_by a owl:ObjectProperty ;
    rdfs:label "P149 is identified by"@en ;
    rdfs:comment """Scope note:
This property identifies an instance of E28 Conceptual Object using an instance of E75 Conceptual Object Appellation.

Examples:
- The German edition of the CIDOC CRM (E73) is identified by ISBN 978-3-00-030907-6 (E75)

In First Order Logic:
P149(x,y) ⊃ E28(x)
P149(x,y) ⊃ E75(y)
P149(x,y) ⊃ P1(x,y)"""@en ;
    rdfs:domain crm:E28_Conceptual_Object ;
    rdfs:range crm:E75_Conceptual_Object_Appellation ;
    rdfs:subPropertyOf crm:P1_is_identified_by ;
    owl:equivalentProperty ecrm:P149_is_identified_by ;
    owl:inverseOf crm:P149i_identifies ;
    skos:notation "P149"^^xsd:string .