https://ontology.solveit-df.org/solveit/tool-profile/conditionTarget
Specifies which component of the action the condition evaluates against. Required if appliesWhen is set.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-tool-profile:MitigationCapability | solveit-tool-profile:conditionTarget | solveit-tool-profile:ConditionTargetType |
@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/> .
solveit-tool-profile:conditionTarget a owl:ObjectProperty ;
rdfs:label "condition target"@en ;
rdfs:comment "Specifies which component of the action the condition evaluates against. Required if appliesWhen is set."@en ;
rdfs:domain solveit-tool-profile:MitigationCapability ;
rdfs:range solveit-tool-profile:ConditionTargetType .