https://cacontology.projectvic.org/platforms#occursBetween
Offense phase instances separated by this channel migration event (earlier phase, later phase).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-platforms:ChannelMigrationEvent | cacontology-platforms:occursBetween | cac-core:Phase |
@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 .