crm:P134_continued leaf node


URI

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

Label

P134 continued

Description

Scope note:
This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.

Examples:
- the construction of the Kölner Dom (Cologne Cathedral) (E7), abandoned in the 15th century, was continued by construction in the 19th century adapting the initial plans so as to preserve the intended appearance (E7)

In First Order Logic:
P134(x,y) ⊃ E7(x)
P134(x,y)⊃ E7(y)
P134(x,y) ⊃ P15(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P134_continued crm:E7_Activity

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:P134_continued a owl:ObjectProperty ;
    rdfs:label "P134 continued"@en ;
    rdfs:comment """Scope note:
This property associates two instances of E7 Activity, where the domain is considered as an intentional continuation of the range. A continuation of an activity may happen when the continued activity is still ongoing or after the continued activity has completely ended. The continuing activity may have started already before it decided to continue the other one. Continuation implies a coherence of intentions and outcomes of the involved activities.

Examples:
- the construction of the Kölner Dom (Cologne Cathedral) (E7), abandoned in the 15th century, was continued by construction in the 19th century adapting the initial plans so as to preserve the intended appearance (E7)

In First Order Logic:
P134(x,y) ⊃ E7(x)
P134(x,y)⊃ E7(y)
P134(x,y) ⊃ P15(x,y)"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E7_Activity ;
    rdfs:subPropertyOf crm:P15_was_influenced_by ;
    owl:equivalentProperty ecrm:P134_continued ;
    owl:inverseOf crm:P134i_was_continued_by ;
    skos:notation "P134"^^xsd:string .