Ontology Version: 2.2.0

cacontology-case:caseStatus leaf node


URI

https://cacontology.projectvic.org/case-management#caseStatus

Label

case status

Description

Current status of the case (open, active, pending, suspended, closed, archived, transferred, merged). Enhanced with gUFO Object state modeling.

Usage

DOMAINPROPERTYRANGE
cacontology-case:CaseManagement cacontology-case:caseStatus xsd:string

Implementation

@prefix cacontology-case: <https://cacontology.projectvic.org/case-management#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-case:caseStatus a owl:DatatypeProperty ;
    rdfs:label "case status"@en ;
    rdfs:comment "Current status of the case (open, active, pending, suspended, closed, archived, transferred, merged). Enhanced with gUFO Object state modeling."@en ;
    rdfs:domain cacontology-case:CaseManagement ;
    rdfs:range xsd:string ;
    cacontology-gufo:hasValidationConstraint "Case status must be verifiable and documented" .