solveit-core:PerformedTechnique leaf node


URI

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

Label

Performed SOLVE-IT Technique

Description

An investigative action that represents the actual execution of a SOLVE-IT technique during an investigation. Extends InvestigativeAction to link the performance to the technique definition, and any applied mitigations.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-core:PerformedTechnique
solveit-core:appliedMitigation owl:ObjectProperty Links a PerformedTechnique to Mitigation(s) that were actively applied during the execution to prevent or minimize potential weaknesses. solveit-core:Mitigation
solveit-core:usesTechnique owl:ObjectProperty Links a PerformedTechnique to the specific SOLVE-IT Technique definition that was executed. 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:PerformedTechnique a owl:Class ;
    rdfs:label "Performed SOLVE-IT Technique"@en ;
    rdfs:comment "An investigative action that represents the actual execution of a SOLVE-IT technique during an investigation. Extends InvestigativeAction to link the performance to the technique definition, and any applied mitigations."@en ;
    rdfs:subClassOf case-investigation:InvestigativeAction .