http://www.cidoc-crm.org/cidoc-crm/P5_consists_of
Scope note:
This property describes the decomposition of an E3 Condition State into discrete, subsidiary states.
It is assumed that the sub-states into which the condition state is analysed form a logical whole - although the entire story may not be completely known – and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of "in ruins" may be decomposed into the individual stages of decay.
Examples:
- The Condition State of the ruined Parthenon (E3) consists of the bombarded state after the explosion of a Venetian shell in 1687 (E3)
In First Order Logic:
P5(x,y) ⊃ E3(x)
P5(x,y) ⊃ E3(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E3_Condition_State | crm:P5_consists_of | crm:E3_Condition_State |
@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:P5_consists_of a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "P5 consists of"@en ;
rdfs:comment """Scope note:
This property describes the decomposition of an E3 Condition State into discrete, subsidiary states.
It is assumed that the sub-states into which the condition state is analysed form a logical whole - although the entire story may not be completely known – and that the sub-states are in fact constitutive of the general condition state. For example, a general condition state of "in ruins" may be decomposed into the individual stages of decay.
Examples:
- The Condition State of the ruined Parthenon (E3) consists of the bombarded state after the explosion of a Venetian shell in 1687 (E3)
In First Order Logic:
P5(x,y) ⊃ E3(x)
P5(x,y) ⊃ E3(y)"""@en ;
rdfs:domain crm:E3_Condition_State ;
rdfs:range crm:E3_Condition_State ;
owl:inverseOf crm:P5i_forms_part_of ;
skos:notation "P5"^^xsd:string .