Ontology Version: 3.0.0

cacontology-corruption-shapes:DetectionActivityTypeValidationShape leaf node


URI

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

Label

Detection Activity Type Validation Shape

Description

Validates that detection and investigation activities are properly classified as gUFO EventTypes.

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

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#> .
cacontology-corruption-shapes:DetectionActivityTypeValidationShape a sh:NodeShape ;
    rdfs:label "Detection Activity Type Validation Shape"@en ;
    rdfs:comment "Validates that detection and investigation activities are properly classified as gUFO EventTypes."@en ;
    sh:targetClass cacontology-corruption:InsiderThreatDetection .