Ontology Version: 3.0.0

cacontology-enterprises:EnterpriseLeadershipValidationShape leaf node


URI

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

Label

EnterpriseLeadershipValidationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cac-core:Role
cacontology-infrastructure:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-infrastructure:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-production:hasRoleBeginPoint 0 1 xsd:dateTimeStamp
cacontology-production:hasRoleEndPoint 0 1 xsd:dateTimeStamp
cacontology:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology:hasRoleEndPoint 1 xsd:dateTimeStamp
0 cacontology:CACInvestigation

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:EnterpriseLeadershipValidationShape a sh:NodeShape ;
    sh:property [ sh:class uco-identity:Person ;
            sh:message "Enterprise leader role must be held by at least one person."@en ;
            sh:minCount 1 ;
            sh:path [ sh:inversePath cacontology-enterprises:holdsLeadershipRole ] ] ;
    sh:targetClass cacontology-enterprises:EnterpriseLeaderRole .