Ontology Version: 2.2.0

cacontology-corruption-shapes:QualifiedCorruptionParticipationShape leaf node


URI

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

Label

Qualified Corruption Participation Shape

Description

Validates qualified participation relationships in corruption according to gUFO patterns.

Target Classes (1)

Shape Properties

Instances of gufo:ParticipationSituation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

gufo:ParticipationSituation
cacontology-corruption:concernsCorruptOfficer 1 1 cacontology-corruption:CorruptLawEnforcementOfficer
cacontology-legal:concernsLegalFramework 1 1 cacontology-legal:NationalLegislation
1 xsd:dateTimeStamp

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 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:QualifiedCorruptionParticipationShape a sh:NodeShape ;
    rdfs:label "Qualified Corruption Participation Shape"@en ;
    rdfs:comment "Validates qualified participation relationships in corruption according to gUFO patterns."@en ;
    sh:property [ sh:class cacontology-corruption:CorruptLawEnforcementOfficer ;
            sh:maxCount 1 ;
            sh:message "Participation situation must concern exactly one corrupt officer"@en ;
            sh:minCount 1 ;
            sh:path cacontology-corruption:concernsCorruptOfficer ;
            sh:severity sh:Violation ],
        [ sh:datatype xsd:dateTimeStamp ;
            sh:maxCount 1 ;
            sh:message "Participation situation should have temporal boundaries"@en ;
            sh:path gufo:hasBeginPointInXSDDateTimeStamp ;
            sh:severity sh:Info ] ;
    sh:targetClass gufo:ParticipationSituation .