https://cacontology.projectvic.org/law-enforcement-corruption/shapes#DetectionActivityTypeValidationShape
Validates that detection and investigation activities are properly classified as gUFO EventTypes.
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
|
||
@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 .