https://cacontology.projectvic.org/sextortion#ExtortionTacticsShape
Validation shape for extortion tactics instances.
@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sextortion:ExtortionTacticsShape a sh:NodeShape ;
rdfs:label "Extortion Tactics Shape"@en ;
rdfs:comment "Validation shape for extortion tactics instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "screenshot_threat" "social_media_sharing_threat" "family_contact_threat" "school_contact_threat" "public_exposure_threat" "escalating_demands" "time_pressure" ) ;
sh:maxCount 1 ;
sh:message "Extortion tactics must specify tactic type from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-sextortion:tacticType ],
[ sh:datatype xsd:string ;
sh:in ( "vague" "specific" "detailed" "explicit" "graphic" "personalized" ) ;
sh:maxCount 1 ;
sh:message "Extortion tactics must specify threat specificity from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-sextortion:threatSpecificity ],
[ sh:datatype xsd:string ;
sh:in ( "low" "moderate" "high" "very_high" "demonstrated" "proven" ) ;
sh:maxCount 1 ;
sh:message "Threat credibility must be from the allowed list."@en ;
sh:minCount 0 ;
sh:path cacontology-sextortion:threatCredibility ] ;
sh:targetClass cacontology-sextortion:ExtortionTactics .