http://www.cidoc-crm.org/cidoc-crm/P39_measured
Scope note:
This property associates an instance of E16 Measurement with the instance of E1 CRM Entity to which it applied. An instance of E1 CRM Entity may be measured more than once. Material and immaterial things and processes may be measured, e.g. the number of words in a text, or the duration of an event.
Examples:
- 31 August 1997 measurement of height of silver cup 232 (E16) measured silver cup 232 (E22)
In First Order Logic:
P39(x,y) ⊃ E16(x)
P39(x,y) ⊃ E1(y)
P39(x,y) ⊃ P140(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E16_Measurement | crm:P39_measured | crm:E1_CRM_Entity |
@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:P39_measured a owl:ObjectProperty ;
rdfs:label "P39 measured"@en ;
rdfs:comment """Scope note:
This property associates an instance of E16 Measurement with the instance of E1 CRM Entity to which it applied. An instance of E1 CRM Entity may be measured more than once. Material and immaterial things and processes may be measured, e.g. the number of words in a text, or the duration of an event.
Examples:
- 31 August 1997 measurement of height of silver cup 232 (E16) measured silver cup 232 (E22)
In First Order Logic:
P39(x,y) ⊃ E16(x)
P39(x,y) ⊃ E1(y)
P39(x,y) ⊃ P140(x,y)"""@en ;
rdfs:domain crm:E16_Measurement ;
rdfs:range crm:E1_CRM_Entity ;
rdfs:subPropertyOf crm:P140_assigned_attribute_to ;
owl:equivalentProperty ecrm:P39_measured ;
owl:inverseOf crm:P39i_was_measured_by ;
skos:notation "P39"^^xsd:string .