crm:P3_has_note


URI

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

Label

P3 has note

Description

Scope note:
This property is a container for all informal descriptions about an object that have not been expressed in terms of CRM constructs.

In particular it captures the characterisation of the item itself, its internal structures, appearance etc.
Like property P2 has type (is type of), this property is a consequence of the restricted focus of the CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the CRM formalism is not regarded as sufficient to express everything that can be said. Good practice requires use of distinct note fields for different aspects of a characterisation. The P3.1 has type property of P3 has note allows differentiation of specific notes, e.g. "construction", "decoration" etc.
An item may have many notes, but a note is attached to a specific item.

Examples:
- coffee mug - OXCMS:1983.1.1 (E19) has note "chipped at edge of handle" (E62) has type
Condition (E55)

In First Order Logic:
P3(x,y) ⊃ E1(x)
P3(x,y) ⊃ E62(y)
P3(x,y,z) ⊃ [P3(x,y) ∧ E55(z)]

Properties: P3.1 has type: E55 Type

Usage

DOMAINPROPERTYRANGE
crm:E1_CRM_Entity crm:P3_has_note owl:Thing (inferred)

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@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:P3_has_note a owl:DatatypeProperty ;
    rdfs:label "P3 has note"@en ;
    rdfs:comment """Scope note:
This property is a container for all informal descriptions about an object that have not been expressed in terms of CRM constructs.

In particular it captures the characterisation of the item itself, its internal structures, appearance etc.
Like property P2 has type (is type of), this property is a consequence of the restricted focus of the CRM. The aim is not to capture, in a structured form, everything that can be said about an item; indeed, the CRM formalism is not regarded as sufficient to express everything that can be said. Good practice requires use of distinct note fields for different aspects of a characterisation. The P3.1 has type property of P3 has note allows differentiation of specific notes, e.g. "construction", "decoration" etc.
An item may have many notes, but a note is attached to a specific item.

Examples:
- coffee mug - OXCMS:1983.1.1 (E19) has note "chipped at edge of handle" (E62) has type
Condition (E55)

In First Order Logic:
P3(x,y) ⊃ E1(x)
P3(x,y) ⊃ E62(y)
P3(x,y,z) ⊃ [P3(x,y) ∧ E55(z)]

Properties: P3.1 has type: E55 Type"""@en ;
    rdfs:domain crm:E1_CRM_Entity ;
    skos:notation "P3"^^xsd:string .