https://cacontology.projectvic.org/specialized-units#SeasonalCyberTipPatternShape
Validation shape for seasonal cyber tip pattern instances.
@prefix cacontology-specialized: <https://cacontology.projectvic.org/specialized-units#> .
@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-specialized:SeasonalCyberTipPatternShape a sh:NodeShape ;
rdfs:label "Seasonal Cyber Tip Pattern Shape"@en ;
rdfs:comment "Validation shape for seasonal cyber tip pattern instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "increased_activity" "school_break" "vacation_period" "holiday_season" "exam_period" ) ;
sh:maxCount 1 ;
sh:message "Cyber tip pattern type must be from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-specialized:cyberTipPatternType ] ;
sh:targetClass cacontology-specialized:SeasonalCyberTipPattern .