https://cacontology.projectvic.org/asset-forfeiture#phaseStatus
DEPRECATED: use cacontology-legal-outcomes:phaseStatus (domain cac-core:Phase) as the canonical phase status property. This module-local copy is retained for backward compatibility with existing asset-forfeiture graphs and shapes and is owl:equivalentProperty to the legal-outcomes declaration.
| 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 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-asset-forfeiture:phaseStatus a owl:DatatypeProperty ;
rdfs:label "phase status"@en ;
rdfs:comment "DEPRECATED: use cacontology-legal-outcomes:phaseStatus (domain cac-core:Phase) as the canonical phase status property. This module-local copy is retained for backward compatibility with existing asset-forfeiture graphs and shapes and is owl:equivalentProperty to the legal-outcomes declaration."@en ;
rdfs:domain cac-core:Phase ;
rdfs:range xsd:string ;
rdfs:seeAlso cacontology-legal-outcomes:phaseStatus ;
owl:deprecated true ;
owl:equivalentProperty cacontology-legal-outcomes:phaseStatus .