Ontology Version: 2.2.0

cacontology-temporal:hasParallelEvent leaf node


URI

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

Label

has parallel event

Description

Links investigation event to other events that can occur simultaneously.

Usage

DOMAINPROPERTYRANGE
gufo:Event cacontology-temporal:hasParallelEvent gufo:Event

Implementation

@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-temporal:hasParallelEvent a owl:ObjectProperty ;
    rdfs:label "has parallel event"@en ;
    rdfs:comment "Links investigation event to other events that can occur simultaneously."@en ;
    rdfs:domain gufo:Event ;
    rdfs:range gufo:Event .