Ontology Version: 2.2.0

cacontology-corruption-shapes:DetectionParticipationShape leaf node


URI

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

Label

Detection Participation Shape

Description

Validates participation constraints for detection activities.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-corruption:InsiderThreatDetection
cacontology-corruption:hasEvidenceIntegrity 1 xsd:double
cacontology-corruption:hasInvestigationComplexity 1 xsd:string
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-corruption-shapes:DetectionParticipationShape a sh:NodeShape ;
    rdfs:label "Detection Participation Shape"@en ;
    rdfs:comment "Validates participation constraints for detection activities."@en ;
    sh:property [ sh:class uco-identity:Organization ;
            sh:message "Detection should involve investigating organization"@en ;
            sh:minCount 1 ;
            sh:path [ sh:inversePath cacontology-corruption:investigatedBy ] ;
            sh:severity sh:Warning ] ;
    sh:targetClass cacontology-corruption:InsiderThreatDetection .