https://cacontology.projectvic.org/grooming#CommunicationTacticsShape
Validation shape for communication tactics instances with gUFO integration.
@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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-grooming:CommunicationTacticsShape a sh:NodeShape ;
rdfs:label "Communication Tactics Shape"@en ;
rdfs:comment "Validation shape for communication tactics instances with gUFO integration."@en ;
sh:property [ sh:datatype xsd:dateTimeStamp ;
sh:maxCount 1 ;
sh:message "Communication tactics may have begin timestamp (gUFO temporal)"@en ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ],
[ sh:datatype xsd:string ;
sh:in ( "text_messaging" "voice_calls" "video_calls" "social_media" "gaming_platforms" "email" "anonymous_chat" "encrypted_messaging" ) ;
sh:maxCount 1 ;
sh:message "Communication tactics must specify method from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-grooming:communicationMethod ],
[ sh:datatype xsd:string ;
sh:in ( "sporadic" "weekly" "daily" "multiple_daily" "constant" "on_demand" ) ;
sh:maxCount 1 ;
sh:message "Communication frequency must be from the allowed list (gUFO quality aspect)."@en ;
sh:minCount 0 ;
sh:path cacontology-grooming:communicationFrequency ],
[ sh:datatype xsd:string ;
sh:in ( "friendly" "caring" "romantic" "sexual" "threatening" "manipulative" "controlling" ) ;
sh:maxCount 1 ;
sh:message "Communication tone must be from the allowed list (gUFO quality aspect)."@en ;
sh:minCount 0 ;
sh:path cacontology-grooming:communicationTone ],
[ sh:datatype xsd:double ;
sh:maxCount 1 ;
sh:maxInclusive 1.0 ;
sh:message "Communication effectiveness must be between 0.0 and 1.0 (gUFO quality aspect)"@en ;
sh:minInclusive 0.0 ;
sh:path cacontology-grooming:communicationEffectiveness ] ;
sh:targetClass cacontology-grooming:CommunicationTactics .