https://cacontology.projectvic.org/temporal#hasConsequentEvent
Links investigation event to consequent event that must follow its completion.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Event | cacontology-temporal:hasConsequentEvent | cac-core:Event |
@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 .