http://stelar-project.eu/klms#input
This property links an Artifact with a Distribution (i.e., dataset) given as input to a TaskExecution.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| klms:Artifact | klms:input | klms:Distribution |
@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/> .
:input a owl:ObjectProperty ;
rdfs:label "Artifact - input"@en ;
dcterms:identifier "klms:input" ;
vann:usageNote "Optional property. This property links an Artifact with a Distribution (i.e., dataset) given as input to a TaskExecution."@en ;
rdfs:comment "This property links an Artifact with a Distribution (i.e., dataset) given as input to a TaskExecution."@en ;
rdfs:domain :Artifact ;
rdfs:range :Distribution .