https://cacontology.projectvic.org/law-enforcement-corruption/shapes#LawEnforcementCorruptionShape
Enhanced shape for law enforcement corruption with gUFO quality aspects.
Instances of cacontology-corruption:LawEnforcementCorruption can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| 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 | ||||
@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:LawEnforcementCorruptionShape a sh:NodeShape ;
rdfs:label "Law Enforcement Corruption Shape"@en ;
rdfs:comment "Enhanced shape for law enforcement corruption with gUFO quality aspects."@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 ( "minor" "moderate" "serious" "severe" "extreme" ) ;
sh:maxCount 1 ;
sh:message "Corruption severity should be specified using standard levels"@en ;
sh:path cacontology-corruption:hasCorruptionSeverity ;
sh:severity sh:Warning ],
[ sh:datatype xsd:string ;
sh:in ( "low" "moderate" "high" "severe" "devastating" ) ;
sh:maxCount 1 ;
sh:message "Corruption impact should be assessed"@en ;
sh:path cacontology-corruption:hasCorruptionImpact ;
sh:severity sh:Warning ],
[ sh:datatype xsd:double ;
sh:maxCount 1 ;
sh:maxInclusive 1.0 ;
sh:message "Victim vulnerability should be measured (0.0-1.0)"@en ;
sh:minInclusive 0.0 ;
sh:path cacontology-corruption:hasVictimVulnerability ;
sh:severity sh:Info ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:message "Victim count must be at least 1"@en ;
sh:minInclusive 1 ;
sh:path cacontology-corruption:victimCount ;
sh:severity sh:Warning ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:message "Corruption duration should be specified"@en ;
sh:minInclusive 0 ;
sh:path cacontology-corruption:corruptionDuration ;
sh:severity sh:Info ],
[ sh:datatype xsd:string ;
sh:in ( "poor" "fair" "good" "excellent" "validated" ) ;
sh:maxCount 1 ;
sh:message "Data quality should be assessed"@en ;
sh:path cacontology-corruption:hasDataQuality ;
sh:severity sh:Info ],
[ sh:datatype xsd:double ;
sh:maxCount 1 ;
sh:maxInclusive 1.0 ;
sh:message "Data completeness should be measured"@en ;
sh:minInclusive 0.0 ;
sh:path cacontology-corruption:hasDataCompleteness ;
sh:severity sh:Info ],
[ sh:datatype xsd:string ;
sh:in ( "none" "basic" "standard" "comprehensive" "full_verification" ) ;
sh:maxCount 1 ;
sh:message "Validation level should be specified"@en ;
sh:path cacontology-corruption:hasValidationLevel ;
sh:severity sh:Info ] ;
sh:targetClass cacontology-corruption:LawEnforcementCorruption .