http://data.hulib.helsinki.fi/attx/onto#Workflow
Instances of onto:Workflow can have the following properties:
PROPERTY | DESCRIPTION | RANGE |
---|---|---|
From class onto:Workflow | ||
onto:usesWorkflowExecution | Specify the Workflow Execution associated with a current Workflow. | onto:WorkflowExecution |
pwo:hasFirstStep | A workflow that starts with a particular step. | onto:StepExecution |
pwo:hasStep | The property linking a workflow to a component step. | onto:StepExecution |
From class owl:Thing | ||
dc:creator | -- | owl:Thing |
dc:date | -- | owl:Thing |
dc:rights | -- | owl:Thing |
http://creativecommons.org/ns#license | Associated License for a specific dataset. | http://creativecommons.org/ns#License |
onto:hasStepConfig | A Step can have different configurations associated to with which specifies the Workflow how to perform the given step. | owl:Thing |
onto:hasStrategyType | The current strategy if a derivate of a specific type of Linking Strategy. | owl:Thing |
onto:usesArtifact | An artifact can be used by any type of entity or resource in order to perform certain steps/activities. | onto:Artifact |
prov:agent | The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a subproperty of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent. | prov:Agent |
prov:hadDerivation | Inverse of wasDerivedFrom property | owl:Thing |
prov:qualifiedAssociation | An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. | owl:Thing |
prov:wasDerivedFrom | A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity. | owl:Thing |
prov:wasGeneratedBy | Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation. | owl:Thing |
rdfs:comment | -- | owl:Thing |
skos:altLabel | -- | owl:Thing |
skos:prefLabel | -- | owl:Thing |
@prefix : <http://data.hulib.helsinki.fi/attx/onto#> .
@prefix cc: <https://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Workflow a owl:Class ;
rdfs:label "Workflow"@en ;
rdfs:comment "A sequence of dependent steps, representing a series of activities that make use of certain Artifacts and Datasets. A workflow is performed as part of a specific Plan and has associated a WorkflowExecution activity."@en ;
rdfs:subClassOf prov:Plan .