Ontology Version: 2.2.0

cacontology-enterprises:VulnerablePopulationTargetingShape leaf node


URI

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

Label

VulnerablePopulationTargetingShape

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-enterprises:VulnerablePopulationTargeting
cacontology-enterprises:targetingPrecision 1 xsd:string
cacontology-enterprises:vulnerabilityType 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:VulnerablePopulationTargetingShape a sh:NodeShape ;
    sh:property [ sh:datatype xsd:string ;
            sh:in ( "mental_health" "isolation" "trauma" "substance_abuse" "financial" "social" ) ;
            sh:maxCount 1 ;
            sh:message "Vulnerability type must be valid type."@en ;
            sh:path cacontology-enterprises:vulnerabilityType ],
        [ sh:datatype xsd:string ;
            sh:in ( "broad" "focused" "precise" "surgical" ) ;
            sh:maxCount 1 ;
            sh:message "Targeting precision must be valid level."@en ;
            sh:path cacontology-enterprises:targetingPrecision ] ;
    sh:targetClass cacontology-enterprises:VulnerablePopulationTargeting .