solveit-tool-profile:ConditionTargetType leaf node


URI

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

Label

Condition Target Type

Description

Enumeration of action components that conditions can evaluate against.

Usage

Instances of solveit-tool-profile:ConditionTargetType can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:ConditionTargetType a owl:Class ;
    rdfs:label "Condition Target Type"@en ;
    rdfs:comment "Enumeration of action components that conditions can evaluate against."@en .