Ontology Version: 3.1.0

cacontology-platforms:occursBetween leaf node


URI

https://cacontology.projectvic.org/platforms#occursBetween

Label

occurs between

Description

Offense phase instances separated by this channel migration event (earlier phase, later phase).

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ChannelMigrationEvent cacontology-platforms:occursBetween cac-core:Phase

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-platforms:occursBetween a owl:ObjectProperty ;
    rdfs:label "occurs between"@en ;
    rdfs:comment "Offense phase instances separated by this channel migration event (earlier phase, later phase)."@en ;
    rdfs:domain cacontology-platforms:ChannelMigrationEvent ;
    rdfs:range cac-core:Phase .