Ontology Version: 3.1.0

cacontology-legal-outcomes:phaseStatus leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#phaseStatus

Label

phase status

Description

Status of a legal or operational phase (e.g., 'active', 'completed', 'pending'). Canonical declaration for cac-core:Phase-scoped use across legal proceedings and related workflows. The former module-local copy cacontology-asset-forfeiture:phaseStatus is deprecated in favor of this property.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-legal-outcomes:phaseStatus xsd:string

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:phaseStatus a owl:DatatypeProperty ;
    rdfs:label "phase status"@en ;
    rdfs:comment "Status of a legal or operational phase (e.g., 'active', 'completed', 'pending'). Canonical declaration for cac-core:Phase-scoped use across legal proceedings and related workflows. The former module-local copy cacontology-asset-forfeiture:phaseStatus is deprecated in favor of this property."@en ;
    rdfs:domain cac-core:Phase ;
    rdfs:range xsd:string .