solveit-tool-profile:appliesWhen leaf node


URI

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

Label

applies when

Description

A SHACL NodeShape defining the conditions for this mitigation to be active. Optional; if absent, the mitigation is unconditional.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:MitigationCapability solveit-tool-profile:appliesWhen sh:NodeShape

Implementation

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

solveit-tool-profile:appliesWhen a owl:ObjectProperty ;
    rdfs:label "applies when"@en ;
    rdfs:comment "A SHACL NodeShape defining the conditions for this mitigation to be active. Optional; if absent, the mitigation is unconditional."@en ;
    rdfs:domain solveit-tool-profile:MitigationCapability ;
    rdfs:range sh:NodeShape .