https://cacontology.projectvic.org/legal-outcomes#phaseStatus
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.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology-legal-outcomes:phaseStatus | xsd:string |
@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 .