crm:P21_had_general_purpose leaf node


URI

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

Label

P21 had general purpose

Description

Scope note:
This property describes an intentional relationship between an E7 Activity and some general goal or purpose.

This may involve activities intended as preparation for some type of activity or event. P21had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of) in that no occurrence of an event is implied as the purpose.

Examples:
- Van Eyck's pigment grinding (E7) had general purpose painting (E55)
- the setting of trap 2742 on May 17th 1874 (E7) had general purpose Catching Moose
(E55) (Activity type

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

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P21_had_general_purpose crm:E55_Type

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:P21_had_general_purpose a owl:ObjectProperty ;
    rdfs:label "P21 had general purpose"@en ;
    rdfs:comment """Scope note:
This property describes an intentional relationship between an E7 Activity and some general goal or purpose.

This may involve activities intended as preparation for some type of activity or event. P21had general purpose (was purpose of) differs from P20 had specific purpose (was purpose of) in that no occurrence of an event is implied as the purpose.

Examples:
- Van Eyck's pigment grinding (E7) had general purpose painting (E55)
- the setting of trap 2742 on May 17th 1874 (E7) had general purpose Catching Moose
(E55) (Activity type

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