Ontology Version: 3.0.0

hotline:hasPhaseTransition leaf node


URI

https://cacontology.projectvic.org/hotlines#hasPhaseTransition

Label

has phase transition

Description

Links a hotline report to phase transition events.

Usage

DOMAINPROPERTYRANGE
hotline:HotlineReport hotline:hasPhaseTransition cac-core:Event

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix hotline: <https://cacontology.projectvic.org/hotlines#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
hotline:hasPhaseTransition a owl:ObjectProperty ;
    rdfs:label "has phase transition"@en ;
    rdfs:comment "Links a hotline report to phase transition events."@en ;
    rdfs:domain hotline:HotlineReport ;
    rdfs:range cac-core:Event .