Ontology Version: 2.2.0

cacontology-enterprises:GufoQualityValidationShape leaf node


URI

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

Label

GufoQualityValidationShape

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-enterprises:GufoQualityValidationShape a sh:NodeShape ;
    sh:property [ sh:class gufo:Quality ;
            sh:maxCount 1 ;
            sh:message "Network can have at most one notoriety quality."@en ;
            sh:path cacontology-enterprises:hasNetworkNotorietyQuality ] ;
    sh:targetClass cacontology-enterprises:NihilisticViolentExtremismNetwork .