http://purl.org/wf4ever/wfprov#describedByWorkflow

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfdesc#WorkflowTemplate
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#WorkflowRun
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This property associates a wfprov:WorkflowRun to its corresponding wfdesc:Workflow description.
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/wf4ever/wfprov#describedByProcess

https://mtp.linked.solutions/

http://xmlns.com/foaf/0.1/topic https://mtp.linked.solutions/wfprov

http://purl.org/wf4ever/wfprov#describedByParameter

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfdesc#Parameter
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#Artifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This object property is used to associate a wfprov:Artifact to the wfdesc:Parameter description.

http://purl.org/wf4ever/wfprov

http://purl.org/dc/elements/1.1/description The wfprov ontology shows how to express minimal provenance information about the execution of a workflow described using the wfdesc ontology.
http://www.w3.org/2002/07/owl#imports http://purl.org/wf4ever/wfdesc
http://xmlns.com/foaf/0.1/
http://www.w3.org/2002/07/owl#versionIRI https://raw.github.com/wf4ever/ro/0.1.1/wfprov.owl
http://www.w3.org/2000/01/rdf-schema#seeAlso http://purl.org/wf4ever/ro
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Ontology
http://www.w3.org/2002/07/owl#versionInfo 0.1.1
http://www.w3.org/2000/01/rdf-schema#comment The wfprov ontology shows how to express minimal provenance information about the execution of a workflow described using the wf ontology. Here the concern is mainly the provenance which affects the research object, so in particular how some ro:Resource's might have been generated or used by the execution of a wfdesc:Workflow. The main class here is a wfprov:WorkflowRun which shows how wfprov:Artifact instances (the data) wfprov:wasOutputFrom a wfprov:ProcessRun for generated artifacts, or wfprov:usedInput for consumed artifacts. The WorkflowRun is also a ProcessRun, and so the overall inputs and outputs of thw workflow execution can be described in the same manner. These provenance details are linked to the corresponding wfdesc descriptions using wfdesc:describedbyProcess, wfdesc:describedByWorkflow and wfdesc:describedByParameter. This ontology can be further linked to more specific provenance ontologies like OPM-V or W3C PROV-O, but this should be done separately.
http://purl.org/dc/elements/1.1/title The Wfprov Ontology

http://purl.org/wf4ever/wfprov#wasEnactedBy

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfprov#WorkflowEngine
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#ProcessRun
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment wfprov:wasEnactedBy associates a wfprov:ProcessRun with a wfprov:WorkflowEngine, specifying that the execution of the process was enacted by the engine.

http://purl.org/wf4ever/wfprov#wasPartOfWorkflowRun

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfprov#WorkflowRun
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#ProcessRun
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This property specifies that a wfprov:ProcessRun was executed as part of a wfprov:WorkflowRun. This typically corresponds to wfdesc:hasSubProcess in the workflow description.

http://purl.org/wf4ever/wfprov#Artifact

http://www.w3.org/2000/01/rdf-schema#seeAlso http://purl.org/wf4ever/wfprov#ProcessRun
http://purl.org/wf4ever/ro#Resource
http://purl.org/wf4ever/wfprov#usedInput
http://purl.org/wf4ever/wfprov#workflowRun
http://purl.org/wf4ever/ro#ResearchObject
http://purl.org/wf4ever/wfprov#wasOutputFrom
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class
http://www.w3.org/2000/01/rdf-schema#comment Artifact is a general concept that represents immutable piece of state, which may have a physical embodiment in a physical object, or a digital representation in a computer system. In the case of wfprov, an artifact is used as input to a process run, or produced by the output of a process run.

http://purl.org/wf4ever/wfprov#WorkflowRun

http://www.w3.org/2000/01/rdf-schema#seeAlso http://purl.org/wf4ever/wfdesc#Process
http://purl.org/wf4ever/wfprov#WorkflowEngine
http://purl.org/wf4ever/wfdesc#Workflow
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class
http://www.w3.org/2000/01/rdf-schema#comment A workflow run is a wfprov:ProcessRun which have been enacted by a wfprov:WorkflowEngine, according to a workflow definition (which could be wfdesc:describedByWorkflow a wfdesc:Workflow). Such a process typically contains several subprocesses (wfprov:wasPartOfWorkflowRun) corresponding to wfdesc:Process descriptions
http://www.w3.org/2000/01/rdf-schema#subClassOf http://purl.org/wf4ever/wfprov#ProcessRun

http://purl.org/wf4ever/wfprov#wasOutputFrom

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfprov#ProcessRun
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#Artifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This property specifies that a wfprov:Artifact was generated as an output from a wfprov:ProcessRun

http://purl.org/wf4ever/wfprov#ProcessRun

http://www.w3.org/2000/01/rdf-schema#seeAlso http://purl.org/wf4ever/wfprov#Artifact
http://purl.org/wf4ever/wfdesc#Process
http://purl.org/wf4ever/wfprov#usedInput
http://purl.org/wf4ever/wfprov#describedByProcess
http://purl.org/wf4ever/wfprov#WorkflowRun
http://purl.org/wf4ever/wfprov#wasOutputFrom
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class
http://www.w3.org/2000/01/rdf-schema#comment A process run is a particular execution of a wfdesc:Process description (wfprov:describedByProcess), which can wfprov:usedInput some wfprov:Artifact instances, and produce new artifacts (wfprov:wasOutputFrom). A wfprov:WorkflowRun is a specialisation of this class.

http://purl.org/wf4ever/wfprov#usedInput

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfprov#Artifact
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#ProcessRun
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This property specifies that a wfprov:ProcessRun used an wfprov:Artifact as an input

http://purl.org/wf4ever/wfprov#describedByProcess

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/wf4ever/wfdesc#Process
http://www.w3.org/2000/01/rdf-schema#domain http://purl.org/wf4ever/wfprov#ProcessRun
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2000/01/rdf-schema#comment This object property associate a wfprov:Processrun to its wfdesc:Process description .

https://mtp.linked.solutions/wfprov

http://purl.org/dc/terms/source https://github.com/linked-solutions/prefix.cc-harvest/master
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Ontology
http://purl.org/vocab/vann/preferredNamespaceUri http://purl.org/wf4ever/wfprov#
http://purl.org/vocab/vann/preferredNamespacePrefix wfprov
http://rdfs.org/ns/void#triples 65

http://purl.org/wf4ever/wfprov#WorkflowEngine

http://www.w3.org/2000/01/rdf-schema#seeAlso http://purl.org/wf4ever/wfprov#WorkflowRun
http://purl.org/wf4ever/wfdesc#Workflow
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class
http://www.w3.org/2000/01/rdf-schema#comment A workflow engine is an foaf:Agent that is responsible for enacting a workflow definition (which could be described in a wfdesc:Workflow). The result of workflow enactment gives rise to a wfprov:WorkflowRun.
http://www.w3.org/2000/01/rdf-schema#subClassOf http://xmlns.com/foaf/0.1/Agent