Ontology Version: 3.0.0

cacontology-hotlines:status leaf node


URI

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

Label

status

Description

Links a hotline report to its current status (a skos:Concept from the StatusScheme).

Usage

DOMAINPROPERTYRANGE
cacontology-hotlines:HotlineReport cacontology-hotlines:status skos:Concept

Implementation

@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
cacontology-hotlines:status a owl:ObjectProperty ;
    rdfs:label "status"@en ;
    rdfs:comment "Links a hotline report to its current status (a skos:Concept from the StatusScheme)."@en ;
    rdfs:domain cacontology-hotlines:HotlineReport ;
    rdfs:range skos:Concept .