Ontology Version: 3.1.0

cacontology-asset-forfeiture:phaseStatus leaf node


URI

https://cacontology.projectvic.org/asset-forfeiture#phaseStatus

Label

phase status

Description

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.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cacontology-asset-forfeiture:phaseStatus xsd:string

Implementation

@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 .