Ontology Version: 2.2.0

cacontology-enterprises:EnterpriseHierarchyShape leaf node


URI

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

Label

EnterpriseHierarchyShape

Shape Properties

Instances of cacontology-enterprises:EnterpriseHierarchy can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:EnterpriseHierarchy
cacontology-enterprises:hierarchyComplexity 1 xsd:string

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:EnterpriseHierarchyShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "simple" "moderate" "complex" "highly_complex" ) ;
            sh:maxCount 1 ;
            sh:message "Hierarchy complexity must be valid level."@en ;
            sh:path cacontology-enterprises:hierarchyComplexity ] ;
    sh:targetClass cacontology-enterprises:EnterpriseHierarchy .