https://cacontology.projectvic.org/sextortion#PeerImpersonationShape
Validation shape for peer impersonation instances.
Instances of cacontology-sextortion:PeerImpersonation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@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:PeerImpersonationShape a sh:NodeShape ;
rdfs:label "Peer Impersonation Shape"@en ;
rdfs:comment "Validation shape for peer impersonation instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "fake_profile" "stolen_photos" "age_appropriate_language" "shared_interests" "school_references" "peer_network_infiltration" ) ;
sh:maxCount 1 ;
sh:message "Peer impersonation must specify impersonation method from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-sextortion:impersonationMethod ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:message "Target age group must be in format like '12-14', '15', 'teens', or 'pre_teens'."@en ;
sh:minCount 1 ;
sh:path cacontology-sextortion:targetAgeGroup ;
sh:pattern "^[0-9]+-[0-9]+$|^[0-9]+$|^teens$|^pre_teens$" ] ;
sh:targetClass cacontology-sextortion:PeerImpersonation .