klms:hasInput leaf node


URI

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

Label

TaskExecution - hasInput

Description

This property links a TaskExecution with one or more Artifacts used as its input.

Usage

DOMAINPROPERTYRANGE
klms:TaskExecution klms:hasInput klms:Artifact

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

:hasInput a owl:ObjectProperty ;
    rdfs:label "TaskExecution - hasInput"@en ;
    dcterms:identifier "klms:hasInput" ;
    vann:usageNote "Optional property. This property links a TaskExecution with one or more Artifacts used as its input."@en ;
    rdfs:comment "This property links a TaskExecution with one or more Artifacts used as its input."@en ;
    rdfs:domain :TaskExecution ;
    rdfs:range :Artifact .