crm:P11_had_participant


URI

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

Label

P11 had participant

Description

Scope note:
This property describes the active or passive participation of instances of E39 Actors in an E5 Event.

It connects the life-line of the related E39 Actor with the E53 Place and E50 Date of the event. The property implies that the Actor was involved in the event but does not imply any causal relationship. The subject of a portrait can be said to have participated in the creation of the portrait.

Examples:
- Napoleon (E21) participated in The Battle of Waterloo (E7)
- Maria (E21) participated in Photographing of Maria (E7)

In First Order Logic:
P11(x,y) ⊃ E5(x)
P11(x,y) ⊃ E39(y)
P11(x,y) ⊃ P12(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E5_Event crm:P11_had_participant crm:E39_Actor

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:P11_had_participant a owl:ObjectProperty ;
    rdfs:label "P11 had participant"@en ;
    rdfs:comment """Scope note:
This property describes the active or passive participation of instances of E39 Actors in an E5 Event.

It connects the life-line of the related E39 Actor with the E53 Place and E50 Date of the event. The property implies that the Actor was involved in the event but does not imply any causal relationship. The subject of a portrait can be said to have participated in the creation of the portrait.

Examples:
- Napoleon (E21) participated in The Battle of Waterloo (E7)
- Maria (E21) participated in Photographing of Maria (E7)

In First Order Logic:
P11(x,y) ⊃ E5(x)
P11(x,y) ⊃ E39(y)
P11(x,y) ⊃ P12(x,y)"""@en ;
    rdfs:domain crm:E5_Event ;
    rdfs:range crm:E39_Actor ;
    rdfs:subPropertyOf crm:P12_occurred_in_the_presence_of ;
    owl:equivalentProperty ecrm:P11_had_participant ;
    owl:inverseOf crm:P11i_participated_in ;
    skos:notation "P11"^^xsd:string .