klms:hasOutput leaf node


URI

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

Label

TaskExecution - hasOutput

Description

This property links a TaskExecution with one or more output Artifacts (i.e., datasets derived by this execution).

Usage

DOMAINPROPERTYRANGE
klms:TaskExecution klms:hasOutput 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/> .

:hasOutput a owl:ObjectProperty ;
    rdfs:label "TaskExecution - hasOutput"@en ;
    dcterms:identifier "klms:hasOutput" ;
    vann:usageNote "Optional property. This property links a TaskExecution with one or more output Artifacts (i.e., datasets derived by this execution)."@en ;
    rdfs:comment "This property links a TaskExecution with one or more output Artifacts (i.e., datasets derived by this execution)."@en ;
    rdfs:domain :TaskExecution ;
    rdfs:range :Artifact .