crm:P110_augmented leaf node


URI

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

Label

P110 augmented

Description

Scope note:
This property identifies the E24 Physical Man-Made Thing that is added to (augmented) in an E79 Part Addition.

Although a Part Addition event normally concerns only one item of Physical Man-Made Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.

Examples:
- the final nail-insertion Event (E79) augmented Coffin of George VI (E24)

In First Order Logic:
P110(x,y) ⊃ E79(x)
P110(x,y) ⊃ E24(y)
P110(x,y) ⊃ P31(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E79_Part_Addition crm:P110_augmented crm:E24_Physical_Man-Made_Thing

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:P110_augmented a owl:ObjectProperty ;
    rdfs:label "P110 augmented"@en ;
    rdfs:comment """Scope note:
This property identifies the E24 Physical Man-Made Thing that is added to (augmented) in an E79 Part Addition.

Although a Part Addition event normally concerns only one item of Physical Man-Made Thing, it is possible to imagine circumstances under which more than one item might be added to (augmented). For example, the artist Jackson Pollock trailing paint onto multiple canvasses.

Examples:
- the final nail-insertion Event (E79) augmented Coffin of George VI (E24)

In First Order Logic:
P110(x,y) ⊃ E79(x)
P110(x,y) ⊃ E24(y)
P110(x,y) ⊃ P31(x,y)"""@en ;
    rdfs:domain crm:E79_Part_Addition ;
    rdfs:range crm:E24_Physical_Man-Made_Thing ;
    rdfs:subPropertyOf crm:P31_has_modified ;
    owl:equivalentProperty ecrm:P110_augmented ;
    owl:inverseOf crm:P110i_was_augmented_by ;
    skos:notation "P110"^^xsd:string .