solveit-tool-profile:MitigationCapability leaf node


URI

https://ontology.solveit-df.org/solveit/tool-profile/MitigationCapability

Label

Mitigation Capability

Description

A declared capability that a specific mitigation is provided by a tool, optionally subject to conditions expressed as SHACL shapes.

Superclasses (1)

Usage

Instances of solveit-tool-profile:MitigationCapability can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-tool-profile:MitigationCapability
solveit-tool-profile:appliesWhen owl:ObjectProperty A SHACL NodeShape defining the conditions for this mitigation to be active. Optional; if absent, the mitigation is unconditional. sh:NodeShape
solveit-tool-profile:conditionTarget owl:ObjectProperty Specifies which component of the action the condition evaluates against. Required if appliesWhen is set. solveit-tool-profile:ConditionTargetType
solveit-tool-profile:implementsMitigation owl:ObjectProperty The SOLVE-IT mitigation that this capability implements. solveit-core:Mitigation

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .

solveit-tool-profile:MitigationCapability a owl:Class ;
    rdfs:label "Mitigation Capability"@en ;
    rdfs:comment "A declared capability that a specific mitigation is provided by a tool, optionally subject to conditions expressed as SHACL shapes."@en ;
    rdfs:subClassOf uco-core:UcoObject .