Ontology Version: 2.2.0

cacontology-corruption-shapes:CorruptOfficerRoleValidationShape leaf node


URI

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

Label

Corrupt Officer Role Validation Shape

Description

Validates that corrupt officer classes are properly classified as anti-rigid gUFO Roles.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-corruption:CorruptLawEnforcementOfficer
cacontology-corruption:authorityLevel 1 xsd:string
cacontology-corruption:corruptionDuration xsd:nonNegativeInteger
cacontology-corruption:departmentAffiliation 1 xsd:string
cacontology-corruption:employmentStatus 1 xsd:string
cacontology-corruption:hasCorruptionDependency 1 xsd:string
cacontology-corruption:hasPositionExploitationLevel 1 xsd:double
cacontology-corruption:hasTrustBetrayalLevel 1 xsd:string
cacontology-corruption:participatesIn 1 cacontology-corruption:LawEnforcementCorruption
cacontology-corruption:yearsOfService 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 uco-role: <https://ontology.unifiedcyberontology.org/uco/role/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-corruption-shapes:CorruptOfficerRoleValidationShape a sh:NodeShape ;
    rdfs:label "Corrupt Officer Role Validation Shape"@en ;
    rdfs:comment "Validates that corrupt officer classes are properly classified as anti-rigid gUFO Roles."@en ;
    sh:property [ sh:hasValue gufo:Role ;
            sh:maxCount 1 ;
            sh:message "Corrupt officer types must be classified as gUFO Role (anti-rigid)"@en ;
            sh:minCount 1 ;
            sh:path rdf:type ;
            sh:severity sh:Violation ],
        [ sh:message "Corrupt officer roles must extend UCO Role"@en ;
            sh:path rdfs:subClassOf ;
            sh:qualifiedMinCount 1 ;
            sh:qualifiedValueShape [ sh:class uco-role:Role ] ;
            sh:severity sh:Violation ] ;
    sh:targetClass cacontology-corruption:CorruptLawEnforcementOfficer .