https://cacontology.projectvic.org/law-enforcement-corruption/shapes#AuthoritySymbolExploitationShape
Enhanced shape for authority symbol exploitation with symbol visibility assessment.
Instances of cacontology-corruption:AuthoritySymbolExploitation can have the following properties:
@prefix cacontology-corruption: <https://cacontology.projectvic.org/law-enforcement-corruption#> .
@prefix cacontology-corruption-shapes: <https://cacontology.projectvic.org/law-enforcement-corruption/shapes#> .
@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-corruption-shapes:AuthoritySymbolExploitationShape a sh:NodeShape ;
rdfs:label "Authority Symbol Exploitation Shape"@en ;
rdfs:comment "Enhanced shape for authority symbol exploitation with symbol visibility assessment."@en ;
sh:property [ sh:hasValue gufo:EventType ;
sh:message "Must be classified as gUFO EventType"@en ;
sh:minCount 1 ;
sh:path rdf:type ;
sh:severity sh:Violation ],
[ sh:datatype xsd:string ;
sh:in ( "hidden" "subtle" "visible" "prominent" "conspicuous" ) ;
sh:maxCount 1 ;
sh:message "Symbol visibility level should be assessed"@en ;
sh:path cacontology-corruption:hasSymbolVisibility ;
sh:severity sh:Warning ] ;
sh:targetClass cacontology-corruption:AuthoritySymbolExploitation .