https://cacontology.projectvic.org/asset-forfeiture#phaseStatus
Status of an operational phase (e.g., 'active', 'completed', 'pending').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cacontology-asset-forfeiture:phaseStatus | xsd:string |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-asset-forfeiture: <https://cacontology.projectvic.org/asset-forfeiture#> .
@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-asset-forfeiture:phaseStatus a owl:DatatypeProperty ;
rdfs:label "phase status"@en ;
rdfs:comment "Status of an operational phase (e.g., 'active', 'completed', 'pending')."@en ;
rdfs:domain cac-core:Phase ;
rdfs:range xsd:string .