@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P48_has_preferred_identifier rdf:type owl:ObjectProperty . @prefix rdfs: . ecrm:P48_has_preferred_identifier rdfs:subPropertyOf ecrm:P1_is_identified_by ; owl:inverseOf ecrm:P48i_is_preferred_identifier_of ; rdfs:label "P48 has preferred identifier"@en ; rdfs:range ecrm:E42_Identifier ; rdfs:comment "Scope note:\nThis property records the preferred E42 Identifier that was used to identify an instance of E1 CRM Entity at the time this property was recorded.\n\nMore than one preferred identifier may have been assigned to an item over time.\nUse of this property requires an external mechanism for assigning temporal validity to the respective CRM instance.\n\nP48 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.\n\nExamples:\n- the pair of Lederhosen donated by Dr Martin Doerr (E22) has preferred identifier \"OXCMS:2001.1.32\" (E42)\n\nIn First Order Logic:\nP48(x,y) \u2283 E1(x)\nP48(x,y) \u2283 E42(y)\nP48(x,y) \u2283 P1(x,y)"@en . @prefix xsd: . @prefix skos: . ecrm:P48_has_preferred_identifier skos:notation "P48"^^xsd:string .