Ontology Version: 3.0.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
cac-core:Role
cacontology-infrastructure:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-infrastructure:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-multi:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-partnerships:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology-physical:hasRoleEndPoint 1 xsd:dateTimeStamp
cacontology-production:hasRoleBeginPoint 0 1 xsd:dateTimeStamp
cacontology-production:hasRoleEndPoint 0 1 xsd:dateTimeStamp
cacontology:hasRoleBeginPoint 1 xsd:dateTimeStamp
cacontology:hasRoleEndPoint 1 xsd:dateTimeStamp
0 cacontology:CACInvestigation

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-corruption: <https://cacontology.projectvic.org/law-enforcement-corruption#> .
@prefix cacontology-corruption-shapes: <https://cacontology.projectvic.org/law-enforcement-corruption/shapes#> .
@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: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:message "Corrupt officer roles must extend cac-core:Role"@en ;
            sh:path rdfs:subClassOf ;
            sh:qualifiedMinCount 1 ;
            sh:qualifiedValueShape [ sh:class cac-core:Role ] ;
            sh:severity sh:Violation ] ;
    sh:targetClass cacontology-corruption:CorruptLawEnforcementOfficer .