http://www.cidoc-crm.org/cidoc-crm/P34_concerned
Scope note:
This property identifies the E18 Physical Thing that was assessed during an E14 Condition Assessment activity.
Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the E18 Physical Thing does not need to be present or extant.
Examples:
- 1997 condition assessment of the silver collection (E14) concerned silver cup 232 (E22)
In First Order Logic:
P34(x,y) ⊃ E14(x)
P34(x,y) ⊃ E18(y)
P34(x,y) ⊃ P140(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E14_Condition_Assessment | crm:P34_concerned | crm:E18_Physical_Thing |
@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:P34_concerned a owl:ObjectProperty ;
rdfs:label "P34 concerned"@en ;
rdfs:comment """Scope note:
This property identifies the E18 Physical Thing that was assessed during an E14 Condition Assessment activity.
Conditions may be assessed either by direct observation or using recorded evidence. In the latter case the E18 Physical Thing does not need to be present or extant.
Examples:
- 1997 condition assessment of the silver collection (E14) concerned silver cup 232 (E22)
In First Order Logic:
P34(x,y) ⊃ E14(x)
P34(x,y) ⊃ E18(y)
P34(x,y) ⊃ P140(x,y)"""@en ;
rdfs:domain crm:E14_Condition_Assessment ;
rdfs:range crm:E18_Physical_Thing ;
rdfs:subPropertyOf crm:P140_assigned_attribute_to ;
owl:equivalentProperty ecrm:P34_concerned ;
owl:inverseOf crm:P34i_was_assessed_by ;
skos:notation "P34"^^xsd:string .