klms:hasParameters leaf node


URI

http://stelar-project.eu/klms#hasParameters

Label

TaskExecution - hasParameters

Description

A parameter specification for a TaskExecution, represented as key/value pair.

Usage

DOMAINPROPERTYRANGE
klms:TaskExecution klms:hasParameters klms:KeyValuePair

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

:hasParameters a owl:ObjectProperty ;
    rdfs:label "TaskExecution - hasParameters"@en ;
    dcterms:identifier "klms:hasParameters" ;
    vann:usageNote "Optional property. This property links a TaskExecution with one or more parameters, each represented as a key/value pair."@en ;
    rdfs:comment "A parameter specification for a TaskExecution, represented as key/value pair."@en ;
    rdfs:domain :TaskExecution ;
    rdfs:range :KeyValuePair .