crm:P131_is_identified_by leaf node


URI

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

Label

P131 is identified by

Description

Scope note:
This property identifies a name used specifically to identify an E39 Actor.

This property is a specialisation of P1 is identified by (identifies) is identified by.

Examples:
- Tyler Withersopp IV (E39) is identified by "US social security number 619-17-4204" (E82)

In First Order Logic:
P131(x,y) ⊃ E39(x)
P131(x,y) ⊃ E82(y)
P131(x,y) ⊃ P1(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E39_Actor crm:P131_is_identified_by crm:E82_Actor_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:P131_is_identified_by a owl:ObjectProperty ;
    rdfs:label "P131 is identified by"@en ;
    rdfs:comment """Scope note:
This property identifies a name used specifically to identify an E39 Actor.

This property is a specialisation of P1 is identified by (identifies) is identified by.

Examples:
- Tyler Withersopp IV (E39) is identified by "US social security number 619-17-4204" (E82)

In First Order Logic:
P131(x,y) ⊃ E39(x)
P131(x,y) ⊃ E82(y)
P131(x,y) ⊃ P1(x,y)"""@en ;
    rdfs:domain crm:E39_Actor ;
    rdfs:range crm:E82_Actor_Appellation ;
    rdfs:subPropertyOf crm:P1_is_identified_by ;
    owl:equivalentProperty ecrm:P131_is_identified_by ;
    owl:inverseOf crm:P131i_identifies ;
    skos:notation "P131"^^xsd:string .