solveit-core:Mitigation leaf node


URI

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

Label

SOLVE-IT Mitigation

Description

An action that can be performed to prevent a weakness from occurring or to minimize its impact.

Superclasses (1)

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-core:Mitigation
solveit-core:mitigationDescription owl:DatatypeProperty A detailed description of how the mitigation prevents or minimizes a weakness. xsd:string
solveit-core:mitigationID owl:DatatypeProperty The unique identifier for a SOLVE-IT mitigation (e.g., M1001). xsd:string
solveit-core:mitigationName owl:DatatypeProperty The name describing the mitigation action. xsd:string
solveit-core:linksToTechnique owl:ObjectProperty Links a Mitigation to the Technique(s) it is relevant for or applies to. solveit-core:Technique

Implementation

@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/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-core:Mitigation a owl:Class ;
    rdfs:label "SOLVE-IT Mitigation"@en ;
    rdfs:comment "An action that can be performed to prevent a weakness from occurring or to minimize its impact."@en ;
    rdfs:subClassOf uco-core:UcoObject .