https://ontology.solveit-df.org/solveit/tool-profile/MitigationCapability
A declared capability that a specific mitigation is provided by a tool, optionally subject to conditions expressed as SHACL shapes.
Instances of solveit-tool-profile:MitigationCapability can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .