Ontology Version: 3.0.0

cacontology-trafficking:hasEnterprisePhase leaf node


URI

https://cacontology.projectvic.org/trafficking#hasEnterprisePhase

Label

has enterprise phase

Description

Links trafficking enterprise to its operational phases.

Usage

DOMAINPROPERTYRANGE
cac-core:OrganizationLikeEntity cacontology-trafficking:hasEnterprisePhase cac-core:Phase

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-trafficking: <https://cacontology.projectvic.org/trafficking#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-trafficking:hasEnterprisePhase a owl:ObjectProperty ;
    rdfs:label "has enterprise phase"@en ;
    rdfs:comment "Links trafficking enterprise to its operational phases."@en ;
    rdfs:domain cac-core:OrganizationLikeEntity ;
    rdfs:range cac-core:Phase .