solveit-core:SolveitInvestigativeAction leaf node


URI

https://ontology.solveit-df.org/solveit/core/SolveitInvestigativeAction

Label

SOLVE-IT Investigative Action

Description

A SOLVE-IT aware InvestigativeAction that links an investigative action to the SOLVE-IT technique(s) used (1..n via usedTechnique) and any mitigations applied (0..n via appliedMitigation) during its execution.

Usage

Instances of solveit-core:SolveitInvestigativeAction can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-core:SolveitInvestigativeAction
solveit-core:appliedMitigation owl:ObjectProperty Links a SolveitInvestigativeAction to Mitigation(s) that were actively applied during the execution to prevent or minimize potential weaknesses (0..n). solveit-core:Mitigation
solveit-core:usedTechnique owl:ObjectProperty Links a SolveitInvestigativeAction to the SOLVE-IT Technique definition(s) that were executed. At least one technique must be specified (1..n). solveit-core:Technique

Implementation

@prefix case-investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .

solveit-core:SolveitInvestigativeAction a owl:Class ;
    rdfs:label "SOLVE-IT Investigative Action"@en ;
    rdfs:comment "A SOLVE-IT aware InvestigativeAction that links an investigative action to the SOLVE-IT technique(s) used (1..n via usedTechnique) and any mitigations applied (0..n via appliedMitigation) during its execution."@en ;
    rdfs:subClassOf case-investigation:InvestigativeAction .