http://www.cidoc-crm.org/cidoc-crm/P45_consists_of
Scope note:
This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different Materials to be recorded. P45 consists of (is incorporated in) refers here to observed Material as opposed to the consumed raw material.
A Material, such as a theoretical alloy, may not have any physical instances.
Examples:
- silver cup 232 (E22) consists of silver (E57)
In First Order Logic:
P45(x,y) ⊃ E18(x)
P45(x,y) ⊃ E57(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E18_Physical_Thing | crm:P45_consists_of | crm:E57_Material |
@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:P45_consists_of a owl:ObjectProperty ;
rdfs:label "P45 consists of"@en ;
rdfs:comment """Scope note:
This property identifies the instances of E57 Materials of which an instance of E18 Physical Thing is composed.
All physical things consist of physical materials. P45 consists of (is incorporated in) allows the different Materials to be recorded. P45 consists of (is incorporated in) refers here to observed Material as opposed to the consumed raw material.
A Material, such as a theoretical alloy, may not have any physical instances.
Examples:
- silver cup 232 (E22) consists of silver (E57)
In First Order Logic:
P45(x,y) ⊃ E18(x)
P45(x,y) ⊃ E57(y)"""@en ;
rdfs:domain crm:E18_Physical_Thing ;
rdfs:range crm:E57_Material ;
owl:equivalentProperty ecrm:P45_consists_of ;
owl:inverseOf crm:P45i_is_incorporated_in ;
skos:notation "P45"^^xsd:string .