Ontology Version: 2.2.0

cacontology-enterprises:GufoComponentValidationShape leaf node


URI

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

Label

GufoComponentValidationShape

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 gufo: <http://purl.org/nemo/gufo#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-enterprises:GufoComponentValidationShape a sh:NodeShape ;
    sh:property [ sh:class gufo:Object ;
            sh:message "Network components must be gUFO Objects."@en ;
            sh:path cacontology-enterprises:hasNetworkComponent ] ;
    sh:targetClass cacontology-enterprises:NihilisticViolentExtremismNetwork .