crm:P126_employed leaf node


URI

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

Label

P126 employed

Description

Scope note:
This property identifies E57 Material employed in an E11 Modification.

The E57 Material used during the E11 Modification does not necessarily become incorporated into the E24 Physical Man-Made Thing that forms the subject of the E11 Modification.

Examples:
- the repairing of the Queen Mary (E11) employed Steel (E57)
- distilled water (E57) was employed in the restoration of the Sistine Chapel (E11)

In First Order Logic:
P126(x,y) ⊃ E11(x)
P126(x,y) ⊃ E57(y)

Usage

DOMAINPROPERTYRANGE
crm:E11_Modification crm:P126_employed crm:E57_Material

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:P126_employed a owl:ObjectProperty ;
    rdfs:label "P126 employed"@en ;
    rdfs:comment """Scope note:
This property identifies E57 Material employed in an E11 Modification.

The E57 Material used during the E11 Modification does not necessarily become incorporated into the E24 Physical Man-Made Thing that forms the subject of the E11 Modification.

Examples:
- the repairing of the Queen Mary (E11) employed Steel (E57)
- distilled water (E57) was employed in the restoration of the Sistine Chapel (E11)

In First Order Logic:
P126(x,y) ⊃ E11(x)
P126(x,y) ⊃ E57(y)"""@en ;
    rdfs:domain crm:E11_Modification ;
    rdfs:range crm:E57_Material ;
    owl:equivalentProperty ecrm:P126_employed ;
    owl:inverseOf crm:P126i_was_employed_in ;
    skos:notation "P126"^^xsd:string .