Ontology Version: 2.2.0

cacontology-enterprises:NihilisticViolentExtremismNetworkShape leaf node


URI

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

Label

NihilisticViolentExtremismNetworkShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:NihilisticViolentExtremismNetwork
cacontology-enterprises:hasNetworkComponent gufo:Object
cacontology-enterprises:hasNetworkNotorietyQuality 1 gufo:Quality
cacontology-enterprises:ideologicalFramework 1 xsd:string
cacontology-enterprises:networkNotoriety 1 xsd:string
cacontology-enterprises:networkSize 1 xsd:nonNegativeInteger
cacontology-enterprises:operationalScope 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:NihilisticViolentExtremismNetworkShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:nonNegativeInteger ;
            sh:maxCount 1 ;
            sh:message "NVE network must have at least 2 members."@en ;
            sh:minInclusive 2 ;
            sh:path cacontology-enterprises:networkSize ],
        [ sh:datatype xsd:string ;
            sh:in ( "local" "national" "international" ) ;
            sh:maxCount 1 ;
            sh:message "Operational scope must be local, national, or international."@en ;
            sh:path cacontology-enterprises:operationalScope ],
        [ sh:datatype xsd:string ;
            sh:in ( "nihilistic" "accelerationist" "anarchist" "mixed" ) ;
            sh:maxCount 1 ;
            sh:message "Ideological framework must be recognized extremist ideology."@en ;
            sh:path cacontology-enterprises:ideologicalFramework ],
        [ sh:datatype xsd:string ;
            sh:in ( "low" "moderate" "high" "international" ) ;
            sh:maxCount 1 ;
            sh:message "Network notoriety must be valid level."@en ;
            sh:path cacontology-enterprises:networkNotoriety ] ;
    sh:targetClass cacontology-enterprises:NihilisticViolentExtremismNetwork .