Ontology Version: 3.0.0

cacontology-temporal:hasConsequentEvent leaf node


URI

https://cacontology.projectvic.org/temporal#hasConsequentEvent

Label

has consequent event

Description

Links investigation event to consequent event that must follow its completion.

Usage

DOMAINPROPERTYRANGE
cac-core:Event cacontology-temporal:hasConsequentEvent cac-core:Event

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-temporal:hasConsequentEvent a owl:ObjectProperty ;
    rdfs:label "has consequent event"@en ;
    rdfs:comment "Links investigation event to consequent event that must follow its completion."@en ;
    rdfs:domain cac-core:Event ;
    rdfs:range cac-core:Event .