Ontology Version: 3.0.0

cacontology-hotlines: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
cacontology-hotlines:HotlineReport cacontology-hotlines:hasPhaseTransition cac-core:Event

Implementation

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