crm:P20_had_specific_purpose leaf node


URI

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

Label

P20 had specific purpose

Description

Scope note:
This property identifies the relationship between a preparatory activity and the event it is intended to be preparation for.

This includes activities, orders and other organisational actions, taken in preparation for other activities or events.

P20 had specific purpose (was purpose of) implies that an activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, one may document the unrealized intention using P21 had general purpose (was purpose of):E55 Type and/or P33 used specific technique (was used by): E29 Design or Procedure.

Examples:
- Van Eyck's pigment grinding in 1432 (E7) had specific purpose the painting of the Ghent altar piece (E12)

In First Order Logic:
P21(x,y) ⊃ E7(x)
P21(x,y) ⊃ E55(y)

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P20_had_specific_purpose crm:E5_Event

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:P20_had_specific_purpose a owl:ObjectProperty ;
    rdfs:label "P20 had specific purpose"@en ;
    rdfs:comment """Scope note:
This property identifies the relationship between a preparatory activity and the event it is intended to be preparation for.

This includes activities, orders and other organisational actions, taken in preparation for other activities or events.

P20 had specific purpose (was purpose of) implies that an activity succeeded in achieving its aim. If it does not succeed, such as the setting of a trap that did not catch anything, one may document the unrealized intention using P21 had general purpose (was purpose of):E55 Type and/or  P33 used specific technique (was used by): E29 Design or Procedure.

Examples:
- Van Eyck's pigment grinding in 1432 (E7) had specific purpose the painting of the Ghent altar piece (E12)

In First Order Logic:
P21(x,y) ⊃ E7(x)
P21(x,y) ⊃ E55(y)"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E5_Event ;
    owl:equivalentProperty ecrm:P20_had_specific_purpose ;
    owl:inverseOf crm:P20i_was_purpose_of ;
    skos:notation "P20"^^xsd:string .