Ontology Version: 3.0.0

cacontology-enterprises:GufoSituationValidationShape leaf node


URI

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

Label

GufoSituationValidationShape

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-enterprises:GufoSituationValidationShape a sh:NodeShape ;
    sh:property [ sh:class cac-core:Situation ;
            sh:message "Enterprise must operate in valid gUFO Situations."@en ;
            sh:path cacontology-enterprises:operatesInSituation ] ;
    sh:targetClass cacontology-enterprises:ChildExploitationEnterprise .