http://www.cidoc-crm.org/cidoc-crm/P12_occurred_in_the_presence_of
Scope note:
This property describes the active or passive presence of an E77 Persistent Item in an E5 Event without implying any specific role.
It connects the history of a thing with the E53 Place and E50 Date of an event. For example, an object may be the desk, now in a museum on which a treaty was signed. The presence of an immaterial thing implies the presence of at least one of its carriers.
Examples:
- Deckchair 42 (E19) was present at The sinking of the Titanic (E5)
In First Order Logic:
P12(x,y) ⊃ E5(x)
P12(x,y) ⊃ E77(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E5_Event | crm:P12_occurred_in_the_presence_of | crm:E77_Persistent_Item |
@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:P12_occurred_in_the_presence_of a owl:ObjectProperty ;
rdfs:label "P12 occurred in the presence of"@en ;
rdfs:comment """Scope note:
This property describes the active or passive presence of an E77 Persistent Item in an E5 Event without implying any specific role.
It connects the history of a thing with the E53 Place and E50 Date of an event. For example, an object may be the desk, now in a museum on which a treaty was signed. The presence of an immaterial thing implies the presence of at least one of its carriers.
Examples:
- Deckchair 42 (E19) was present at The sinking of the Titanic (E5)
In First Order Logic:
P12(x,y) ⊃ E5(x)
P12(x,y) ⊃ E77(y)"""@en ;
rdfs:domain crm:E5_Event ;
rdfs:range crm:E77_Persistent_Item ;
owl:equivalentProperty ecrm:P12_occurred_in_the_presence_of ;
owl:inverseOf crm:P12i_was_present_at ;
skos:notation "P12"^^xsd:string .