Ontology Version: 2.2.0

cacontology-enterprises:ChildExploitationEnterpriseShape leaf node


URI

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

Label

ChildExploitationEnterpriseShape

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:ChildExploitationEnterpriseShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:maxInclusive 10 ;
            sh:message "Enterprise must have 1-10 leaders."@en ;
            sh:minInclusive 1 ;
            sh:path cacontology-enterprises:leadershipCount ],
        [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:maxLength 500 ;
            sh:message "Membership requirements must be 10-500 characters."@en ;
            sh:minLength 10 ;
            sh:path cacontology-enterprises:membershipRequirements ],
        [ sh:class cacontology-enterprises:EnterpriseHierarchy ;
            sh:maxCount 1 ;
            sh:message "Enterprise must have exactly one hierarchy."@en ;
            sh:minCount 1 ;
            sh:path cacontology-enterprises:hasHierarchy ] ;
    sh:targetClass cacontology-enterprises:ChildExploitationEnterprise .