Ontology Version: 2.2.0

cacontology-enterprises:GufoSituationValidationShape leaf node


URI

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

Label

GufoSituationValidationShape

Implementation

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