Ontology Version: 2.2.0

cacontology-corruption-shapes:PositionOfAuthorityAbuseShape leaf node


URI

https://cacontology.projectvic.org/law-enforcement-corruption/shapes#PositionOfAuthorityAbuseShape

Label

Position of Authority Abuse Shape

Description

Enhanced shape for position of authority abuse with abuse degree and intimidation assessments.

Shape Properties

Instances of cacontology-corruption:PositionOfAuthorityAbuse can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-corruption:PositionOfAuthorityAbuse
cacontology-corruption:hasAuthorityAbuseDegree 1 xsd:string
cacontology-corruption:hasIntimidationFactor 1 xsd:double
1
cacontology-corruption:LawEnforcementCorruption
cacontology-corruption:corruptionDuration xsd:nonNegativeInteger
cacontology-corruption:hasCorruptionImpact 1 xsd:string
cacontology-corruption:hasCorruptionSeverity 1 xsd:string
cacontology-corruption:hasDataCompleteness 1 xsd:double
cacontology-corruption:hasDataQuality 1 xsd:string
cacontology-corruption:hasValidationLevel 1 xsd:string
cacontology-corruption:hasVictimVulnerability 1 xsd:double
cacontology-corruption:isDetectedBy 1 cacontology-corruption:InsiderThreatDetection
cacontology-corruption:victimCount xsd:nonNegativeInteger
1

Implementation

@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:PositionOfAuthorityAbuseShape a sh:NodeShape ;
    rdfs:label "Position of Authority Abuse Shape"@en ;
    rdfs:comment "Enhanced shape for position of authority abuse with abuse degree and intimidation assessments."@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 ( "minimal" "moderate" "extensive" "systematic" "comprehensive" ) ;
            sh:maxCount 1 ;
            sh:message "Authority abuse degree should be assessed"@en ;
            sh:path cacontology-corruption:hasAuthorityAbuseDegree ;
            sh:severity sh:Warning ],
        [ sh:datatype xsd:double ;
            sh:maxCount 1 ;
            sh:maxInclusive 1.0 ;
            sh:message "Intimidation factor should be measured"@en ;
            sh:minInclusive 0.0 ;
            sh:path cacontology-corruption:hasIntimidationFactor ;
            sh:severity sh:Info ] ;
    sh:targetClass cacontology-corruption:PositionOfAuthorityAbuse .