Ontology Version: 2.2.0

cacontology-enterprises:GufoRelatorValidationShape leaf node


URI

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

Label

GufoRelatorValidationShape

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:GufoRelatorValidationShape a sh:NodeShape ;
    sh:property [ sh:class gufo:Relator ;
            sh:message "Enterprise must have at least one leadership relator."@en ;
            sh:minCount 1 ;
            sh:path cacontology-enterprises:hasLeadershipRelation ],
        [ sh:class gufo:Relator ;
            sh:message "Exploitation enterprise must have at least one exploitation relator."@en ;
            sh:minCount 1 ;
            sh:path cacontology-enterprises:hasExploitationRelation ] ;
    sh:targetClass cacontology-enterprises:ChildExploitationEnterprise .