https://cacontology.projectvic.org/trafficking#hasEnterprisePhase
Links trafficking enterprise to its operational phases.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:OrganizationLikeEntity | cacontology-trafficking:hasEnterprisePhase | cac-core:Phase |
@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 .