http://purl.org/dc/terms/creator
This property refers to the person primarily responsible for creating the resource. - This property refers to the User that triggered this TaskExecution instance. - This property refers to the User that created this WorkflowExecution.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| klms:WorkflowExecution , klms:TaskExecution , dcat:Dataset | dcterms:creator | klms:User |
@prefix : <http://stelar-project.eu/klms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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/> .
dcterms:creator a owl:ObjectProperty ;
rdfs:label "Dataset - creator"@en,
"TaskExecution - creator"@en,
"WorkflowExecution - creator"@en ;
dcterms:identifier "dct:creator" ;
vann:usageNote "Optional property. This property refers to the User that created this WorkflowExecution."@en,
"Optional property. This property refers to the User that triggered this TaskExecution instance."@en,
"Optional property. This property refers to the person primarily responsible for creating the resource."@en ;
rdfs:comment "This property refers to the User that created this WorkflowExecution."@en,
"This property refers to the User that triggered this TaskExecution instance."@en,
"This property refers to the person primarily responsible for creating the resource."@en ;
rdfs:domain :TaskExecution,
:WorkflowExecution,
dcat:Dataset ;
rdfs:isDefinedBy <https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#terms-creator> ;
rdfs:range :User .