https://ontology.solveit-df.org/solveit/tool-profile/appliesWhen
A SHACL NodeShape defining the conditions for this mitigation to be active. Optional; if absent, the mitigation is unconditional.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:MitigationCapability | solveit-tool-profile:appliesWhen | sh:NodeShape |
@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 .