solveit-tool-profile:conditionTarget leaf node


URI

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

Label

condition target

Description

Specifies which component of the action the condition evaluates against. Required if appliesWhen is set.

Usage

DOMAINPROPERTYRANGE
solveit-tool-profile:MitigationCapability solveit-tool-profile:conditionTarget solveit-tool-profile:ConditionTargetType

Implementation

@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 .