Ontology Version: 2.2.0

cacontology-enterprises:InnerCoreAccessValidationShape leaf node


URI

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

Label

InnerCoreAccessValidationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:InnerCore
cacontology-enterprises:innerCoreSize 1 xsd:nonNegativeInteger
cacontology-enterprises:EnterpriseHierarchy
cacontology-enterprises:hierarchyComplexity 1 xsd:string

Implementation

@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:InnerCoreAccessValidationShape a sh:NodeShape ;
    sh:property [ sh:class uco-identity:Person ;
            sh:message "Inner core must have at least one participating member."@en ;
            sh:minCount 1 ;
            sh:path [ sh:inversePath cacontology-enterprises:participatesInInnerCore ] ] ;
    sh:targetClass cacontology-enterprises:InnerCore .