Ontology Version: 2.2.0

cacontology-enterprises:GufoModeValidationShape leaf node


URI

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

Label

GufoModeValidationShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:EncryptedChannelNetwork
cacontology-enterprises:channelCount 1 xsd:nonNegativeInteger
cacontology-enterprises:encryptionLevel 1 xsd:string
cacontology-enterprises:hasEncryptionCapability 1 gufo:IntrinsicMode

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:GufoModeValidationShape a sh:NodeShape ;
    sh:property [ sh:class gufo:IntrinsicMode ;
            sh:maxCount 1 ;
            sh:message "Encrypted network can have at most one encryption capability mode."@en ;
            sh:path cacontology-enterprises:hasEncryptionCapability ] ;
    sh:targetClass cacontology-enterprises:EncryptedChannelNetwork .