https://ontology.solveit-df.org/solveit/tool-profile/implementsMitigation
The SOLVE-IT mitigation that this capability implements.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:MitigationCapability | solveit-tool-profile:implementsMitigation | solveit-core:Mitigation |
@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 solveit-tool-profile: <https://ontology.solveit-df.org/solveit/tool-profile/> .
solveit-tool-profile:implementsMitigation a owl:ObjectProperty ;
rdfs:label "implements mitigation"@en ;
rdfs:comment "The SOLVE-IT mitigation that this capability implements."@en ;
rdfs:domain solveit-tool-profile:MitigationCapability ;
rdfs:range solveit-core:Mitigation .