crm:P40_observed_dimension leaf node


URI

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

Label

P40 observed dimension

Description

Scope note:
This property records the dimension that was observed in an E16 Measurement Event.
E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.

Examples:
- 31 August 1997 measurement of height of silver cup 232 (E16) observed dimension silver cup 232 height (E54) has unit mm (E58), has value 224 (E60)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E16_Measurement crm:P40_observed_dimension crm:E54_Dimension

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:P40_observed_dimension a owl:ObjectProperty ;
    rdfs:label "P40 observed dimension"@en ;
    rdfs:comment """Scope note:
This property records the dimension that was observed in an E16 Measurement Event.
E54 Dimension can be any quantifiable aspect of E70 Thing. Weight, image colour depth and monetary value are dimensions in this sense. One measurement activity may determine more than one dimension of one object.
Dimensions may be determined either by direct observation or using recorded evidence. In the latter case the measured Thing does not need to be present or extant.
Even though knowledge of the value of a dimension requires measurement, the dimension may be an object of discourse prior to, or even without, any measurement being made.

Examples:
- 31 August 1997 measurement of height of silver cup 232 (E16) observed dimension silver cup 232 height (E54) has unit mm (E58), has value 224 (E60)"""@en ;
    rdfs:domain crm:E16_Measurement ;
    rdfs:range crm:E54_Dimension ;
    rdfs:subPropertyOf crm:P141_assigned ;
    owl:equivalentProperty ecrm:P40_observed_dimension ;
    owl:inverseOf crm:P40i_was_observed_in ;
    skos:notation "P40"^^xsd:string .