crm:P44_has_condition leaf node


URI

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

Label

P44 has condition

Description

Scope note:
This property records an E3 Condition State for some E18 Physical Thing.

It is a shortcut of the more fully developed path from E18 Physical Thing through P34 concerned (was assessed by), E14 Condition Assessment P35 has identified (was identified by) to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.

An instance of Condition State is specific to an instance of Physical Thing.

Examples:
- silver cup 232 (E22) has condition oxidation traces were present in 1997 (E3) has type oxidation traces (E55)

In First Order Logic:
P44(x,y) ⊃ E18(x)
P44(x,y) ⊃ E3(y)

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P44_has_condition crm:E3_Condition_State

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:P44_has_condition a owl:ObjectProperty ;
    rdfs:label "P44 has condition"@en ;
    rdfs:comment """Scope note:
This property records an E3 Condition State for some E18 Physical Thing.

It is a shortcut of the more fully developed path from E18 Physical Thing through P34 concerned (was assessed by), E14 Condition Assessment P35 has identified (was identified by) to E3 Condition State. It offers no information about how and when the E3 Condition State was established, nor by whom.

An instance of Condition State is specific to an instance of Physical Thing.

Examples:
- silver cup 232 (E22) has condition oxidation traces were present in 1997 (E3) has type oxidation traces (E55)

In First Order Logic:
P44(x,y) ⊃ E18(x)
P44(x,y) ⊃ E3(y)"""@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E3_Condition_State ;
    owl:equivalentProperty ecrm:P44_has_condition ;
    owl:inverseOf crm:P44i_is_condition_of ;
    skos:notation "P44"^^xsd:string .