Ontology Version: 3.0.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 cac-core:EnduringEntity
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 cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-enterprises:GufoComponentValidationShape a sh:NodeShape ;
    sh:property [ sh:class cac-core:EnduringEntity ;
            sh:message "Network components must be gUFO Objects."@en ;
            sh:path cacontology-enterprises:hasNetworkComponent ] ;
    sh:targetClass cacontology-enterprises:NihilisticViolentExtremismNetwork .