Ontology Version: 3.0.0

cacontology-enterprises:operatesInSituation leaf node


URI

https://cacontology.projectvic.org/extremist-enterprises#operatesInSituation

Label

operates in situation

Description

Links enterprise operations to the situation context they occur in.

Usage

DOMAINPROPERTYRANGE
cacontology-enterprises:ChildExploitationEnterprise cacontology-enterprises:operatesInSituation cac-core:Situation

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-enterprises:operatesInSituation a owl:ObjectProperty ;
    rdfs:label "operates in situation"@en ;
    rdfs:comment "Links enterprise operations to the situation context they occur in."@en ;
    rdfs:domain cacontology-enterprises:ChildExploitationEnterprise ;
    rdfs:range cac-core:Situation .