crm:P17_was_motivated_by leaf node


URI

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

Label

P17 was motivated by

Description

Scope note:
This property describes an item or items that are regarded as a reason for carrying out the E7 Activity.

For example, the discovery of a large hoard of treasure may call for a celebration, an order from head quarters can start a military manoeuvre.

Examples:
- the resignation of the chief executive (E7) was motivated by the collapse of Swiss Air (E68).
- the coronation of Elizabeth II (E7) was motivated by the death of George VI (E69)

FOL:
P17(x,y) ⊃ E7(x)
P17(x,y) ⊃ E1(y)
P17 (x,y) ⊃ P15(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P17_was_motivated_by crm:E1_CRM_Entity

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:P17_was_motivated_by a owl:ObjectProperty ;
    rdfs:label "P17 was motivated by"@en ;
    rdfs:comment """Scope note:
This property describes an item or items that are regarded as a reason for carrying out the E7 Activity.

For example, the discovery of a large hoard of treasure may call for a celebration, an order from head quarters can start a military manoeuvre.

Examples:
- the resignation of the chief executive (E7) was motivated by the collapse of Swiss Air (E68).
- the coronation of Elizabeth II (E7) was motivated by the death of George VI (E69)

FOL: 
P17(x,y) ⊃ E7(x)
P17(x,y) ⊃ E1(y)
P17 (x,y) ⊃ P15(x,y)"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E1_CRM_Entity ;
    rdfs:subPropertyOf crm:P15_was_influenced_by ;
    owl:equivalentProperty ecrm:P17_was_motivated_by ;
    owl:inverseOf crm:P17i_motivated ;
    skos:notation "P17"^^xsd:string .