solveit-tool-profile:implementsMitigation leaf node


URI

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

Label

implements mitigation

Description

The SOLVE-IT mitigation that this capability implements.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:MitigationCapability solveit-tool-profile:implementsMitigation 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-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 .