Ontology Version: 2.2.0

cacontology-enterprises:SocialEngineeringCampaignShape leaf node


URI

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

Label

SocialEngineeringCampaignShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:SocialEngineeringCampaign
cacontology-enterprises:socialEngineeringComplexity 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:SocialEngineeringCampaignShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "basic" "intermediate" "advanced" "sophisticated" ) ;
            sh:maxCount 1 ;
            sh:message "Social engineering complexity must be valid level."@en ;
            sh:path cacontology-enterprises:socialEngineeringComplexity ] ;
    sh:targetClass cacontology-enterprises:SocialEngineeringCampaign .