Ontology Version: 3.0.0

cacontology-corruption-shapes:OfficerParticipationShape leaf node


URI

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

Label

Officer Participation Shape

Description

Validates participation of officers in corruption activities.

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 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:OfficerParticipationShape a sh:NodeShape ;
    rdfs:label "Officer Participation Shape"@en ;
    rdfs:comment "Validates participation of officers in corruption activities."@en ;
    sh:property [ sh:class cacontology-corruption:LawEnforcementCorruption ;
            sh:message "Corrupt officer must participate in at least one corruption activity"@en ;
            sh:minCount 1 ;
            sh:path cacontology-corruption:participatesIn ;
            sh:severity sh:Violation ] ;
    sh:targetClass cacontology-corruption:CorruptLawEnforcementOfficer .