crm:P48_has_preferred_identifier leaf node


URI

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

Label

P48 has preferred identifier

Description

Scope note:
This property records the preferred E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.

More than one preferred identifier may have been assigned to an item over time.
Use of this property requires an external mechanism for assigning temporal validity to the respective CRM instance.

P48 has preferred identifier (is preferred identifier of), is a shortcut for the path from E1 CRM Entity through P140 assigned attribute to (was attributed by), E15 Identifier Assignment, P37 assigned (was assigned by) to E42 Identifier. The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.

Examples:
- the pair of Lederhosen donated by Dr Martin Doerr (E22) has preferred identifier "OXCMS:2001.1.32" (E42)

In First Order Logic:
P48(x,y) ⊃ E1(x)
P48(x,y) ⊃ E42(y)
P48(x,y) ⊃ P1(x,y)

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) crm:P48_has_preferred_identifier crm:E42_Identifier

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:P48_has_preferred_identifier a owl:ObjectProperty ;
    rdfs:label "P48 has preferred identifier"@en ;
    rdfs:comment """Scope note:
This property records the preferred E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.

More than one preferred identifier may have been assigned to an item over time.
Use of this property requires an external mechanism for assigning temporal validity to the respective CRM instance.

P48 has preferred identifier (is preferred identifier of), is a shortcut for the path from E1 CRM Entity through P140 assigned attribute to (was attributed by), E15 Identifier Assignment, P37 assigned (was assigned by) to E42 Identifier. The fact that an identifier is a preferred one for an organisation can be better expressed in a context independent form by assigning a suitable E55 Type to the respective instance of E15 Identifier Assignment using the P2 has type property.

Examples:
- the pair of Lederhosen donated by Dr Martin Doerr (E22) has preferred identifier "OXCMS:2001.1.32" (E42)

In First Order Logic:
P48(x,y) ⊃ E1(x)
P48(x,y) ⊃ E42(y)
P48(x,y) ⊃ P1(x,y)"""@en ;
    rdfs:range crm:E42_Identifier ;
    rdfs:subPropertyOf crm:P1_is_identified_by ;
    owl:equivalentProperty ecrm:P48_has_preferred_identifier ;
    owl:inverseOf crm:P48i_is_preferred_identifier_of ;
    skos:notation "P48"^^xsd:string .