crm:P14_carried_out_by


URI

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

Label

P14 carried out by

Description

Scope note:
This property describes the active participation of an E39 Actor in an E7 Activity.

It implies causal or legal responsibility. The P14.1 in the role of property of the property allows the nature of an Actor's participation to be specified.

Examples:
- the painting of the Sistine Chapel (E7) carried out by Michaelangelo Buonaroti (E21) in the role of master craftsman (E55)

In First Order Logic:
P14 (x,y) ⊃ E7(x)
P14 (x,y)⊃ E39(y)
P14 (x,y) ⊃ P11(x,y)
P14(x,y,z) ⊃ [P14(x,y) ∧ E55(z)]

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P14_carried_out_by owl:Thing (inferred)

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:P14_carried_out_by a owl:ObjectProperty ;
    rdfs:label "P14 carried out by"@en ;
    rdfs:comment """Scope note:
This property describes the active participation of an E39 Actor in an E7 Activity.

It implies causal or legal responsibility. The P14.1 in the role of property of the property allows the nature of an Actor's participation to be specified.

Examples:
- the painting of the Sistine Chapel (E7) carried out by Michaelangelo Buonaroti (E21) in the role of master craftsman (E55)

In First Order Logic:
P14 (x,y) ⊃ E7(x)
P14 (x,y)⊃ E39(y)
P14 (x,y) ⊃ P11(x,y)
P14(x,y,z) ⊃ [P14(x,y) ∧ E55(z)]"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:subPropertyOf crm:P11_had_participant ;
    owl:equivalentProperty ecrm:P14_carried_out_by ;
    owl:inverseOf crm:P14i_performed ;
    skos:notation "P14"^^xsd:string .