klms:output leaf node


URI

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

Label

Artifact - output

Description

This property links an Artifact with a Distribution (i.e., dataset) issued as input from a TaskExecution.

Usage

DOMAINPROPERTYRANGE
klms:Artifact klms:output klms:Distribution

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

:output a owl:ObjectProperty ;
    rdfs:label "Artifact - output"@en ;
    dcterms:identifier "klms:output" ;
    vann:usageNote "Optional property. This property links an Artifact with a Distribution (i.e., dataset) issued as input from a TaskExecution."@en ;
    rdfs:comment "This property links an Artifact with a Distribution (i.e., dataset) issued as input from a TaskExecution."@en ;
    rdfs:domain :Artifact ;
    rdfs:range :Distribution .