http://www.opmw.org/ontology/correspondsToTemplate

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/2000/01/rdf-schema#label corresponds to Template
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
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 Property that binds an execution account to the template of the whole workflow. The template contains the plan for the workflow. Example: @prefix opmw: . @prefix opmo: . a opmo:Account, opmw:workflowExecutionAccount; opmw:correspondsToTemplate .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://www.w3.org/2002/07/owl#topObjectProperty
http://purl.org/net/opmv/ns#wasDerivedFrom
http://www.w3.org/ns/prov#wasDerivedFrom

http://www.opmw.org/ontology/isParameterOfTemplate

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/2000/01/rdf-schema#label is Parameter of Template
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/ParameterVariable
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 Property used to dessignate which workflow Parameter Variables belong to a workflow template. Example: @prefix opmw: . a opmw:ParameterVariable; opmw:isParameterOfTemplate .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/net/p-plan#isVariableOfPlan

https://mtp.linked.solutions/

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

http://www.opmw.org/ontology/executedInWorkflowSystem

http://www.w3.org/2000/01/rdf-schema#range http://purl.org/net/opmv/ns#Agent
http://www.w3.org/2000/01/rdf-schema#label executed in Workflow System
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
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 Property to bind an execution account to the system where it was executed (which could be different from the one used for designing its workflow template). Example: @prefix opmw: . @prefix opmo: . a opmo:Account, opmw:executionAccount; opmw:executedInWorkflowSystem . a opmw:Agent.
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://www.w3.org/ns/prov#wasAttributedTo

http://www.opmw.org/ontology/versionNumber

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#int
http://www.w3.org/2000/01/rdf-schema#label version Number
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to annotate a resource with it version number. Example: @prefix rdfs: . @prefix xsd: . @prefix owl: . @prefix opmw: . @prefix opmv: . @prefix opmo: . a opmw:WorkflowTemplate; opmw:versionNumber "2"^^xsd:int.

http://www.opmw.org/ontology/hasExecutionDiagram

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label has Execution Diagram
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property that links an execution account to its diagram. The diagram shows how the template has been instantiated with different components. Example: @prefix opmw: . @prefix opmo: . a opmw:WorkflowExecutionAccount,opmo:Account; opmw:hasExecutionDiagram "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png"^^sxd:anyURI.

http://www.opmw.org/ontology/uses

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplateArtifact
http://www.w3.org/2000/01/rdf-schema#label uses
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplateProcess
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 Property that binds a workflow template process to the workflow template artifact that generates it. Example: @prefix opmw: . a opmw:WorkflowTemplateProcess; opmw:uses .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/net/p-plan#hasInputVar

http://www.opmw.org/ontology/hasLocation

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label has Location
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionArtifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to link an execution artifact to the physical location of its file in the server. Example @prefix opmw: . @prefix opmv: . a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasLocation "http://www.opmw.org/datasets/resource/1/148/NTMParams_SMN_2010_03_14Z"^^xsd:anyURI.

http://www.opmw.org/ontology/correspondsToTemplateProcess

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplateProcess
http://www.w3.org/2000/01/rdf-schema#label corresponds to Template Process
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionProcess
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 Property that binds a workflow execution process to its correspondant process template. Example: @prefix opmw: . @prefix opmv: . a opmv:Process, opmw:WorkflowExecutionProcess; opmw:correspondsToTemplateProcess .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://www.w3.org/2002/07/owl#topObjectProperty
http://purl.org/net/p-plan#correspondsToStep

http://www.opmw.org/ontology/correspondsToTemplateArtifact

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplateArtifact
http://www.w3.org/2000/01/rdf-schema#label corresponds to Template Artifact
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionArtifact
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 Property that binds a workflow execution artifact to its correspondant workflow template artifact. Example: @prefix opmw: . @prefix opmv: . a opmv:Artifact, opmw:WorkflowExecutionArtifact; opmw:correspondsToTemplateArtifact .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://www.w3.org/2002/07/owl#topObjectProperty
http://purl.org/net/p-plan#correspondsToVariable

http://www.opmw.org/ontology/isGeneratedBy

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplateProcess
http://www.w3.org/2000/01/rdf-schema#label is Generated By
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplateArtifact
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 Property that binds a workflow template artifact to the workflow template process that generates it. Example: @prefix opmw: . a opmw:DataVariable, opmw:WorkflowTemplateArtifact; opmw:isGeneratedBy .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/net/p-plan#isOutputVarOf

http://www.opmw.org/ontology/hasTemplateDiagram

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label has Template Diagram
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to link a workflow template to its graphical representation. Example: @prefix opmw: . a opmw:WorkflowTemplate; opmw:hasTemplateDiagram "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png"xsd:anyURI.

http://www.opmw.org/ontology/isConcrete

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#boolean
http://www.w3.org/2000/01/rdf-schema#label is Concrete
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property that specifies whether a component is abstract or not.

http://www.opmw.org/ontology/overallEndTime

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#dateTime
http://www.w3.org/2000/01/rdf-schema#label overall End Time
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property which states that none of the activities contained in the account finished executing after the End Time. Example: @prefix opmw: . @prefix opmo: . a opmw:WorkflowExecutionAccount,opmo:Account; opmw:overallEndTime "2012-04-25T10:28:55-07:00"^^xsd:dateTime.

http://www.opmw.org/ontology/hasFileName

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#string
http://www.w3.org/2000/01/rdf-schema#label has File Name
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionArtifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to link an execution artifact to its file name (independently of its URI). Example: @prefix opmw: . @prefix opmv: . a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasFileName "NTMParams_SMN_2010_03_14Z"^^xsd:string.

http://openprovenance.org/model/opmo#OPMGraph

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class

http://www.opmw.org/ontology/hasStatus

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#string
http://www.w3.org/2000/01/rdf-schema#label has Status
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to state whether an ececution account was successful or not. Example: @prefix opmw: . @prefix opmo: . a opmo:Account, opmw:ExecutionAccount; opmw:hasStatus "SUCCESS"^^xsd.string.

http://www.opmw.org/ontology/isStepOfTemplate

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/2000/01/rdf-schema#label is Step of Template
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplateProcess
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 Property used to dessignate which workflow Steps (or Workflow Template Processes) belong to a workflow template. Example: @prefix opmw: . a opmw:WorkflowTemplateProcess; opmw:isStepOfTemplate .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/net/p-plan#isStepOfPlan

http://www.opmw.org/ontology/

http://www.w3.org/2002/07/owl#imports http://openprovenance.org/model/opmo-20101012.owl
http://www.w3.org/ns/prov-o-20130430
http://purl.org/net/p-plan#
http://purl.org/dc/terms/license http://creativecommons.org/licenses/by-nc-sa/2.0/
http://purl.org/vocab/vann/preferredNamespacePrefix opmw
http://purl.org/dc/terms/creator http://www.isi.edu/~gil/
http://delicias.dia.fi.upm.es/members/DGarijo/#me
http://purl.org/dc/terms/description OPMW is an OPMV, PROV and P-plan extension to model the executions and definitions of scientific workflows.
http://purl.org/dc/terms/created 2011-09-27
http://xmlns.com/foaf/0.1/homepage http://www.opmw.org/
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 3.1
http://purl.org/vocab/vann/preferredNamespaceUri http://www.opmw.org/ontology/
http://www.w3.org/2000/01/rdf-schema#comment OPMW is an OPMV, PROV and P-plan extension to model the executions and definitions of scientific workflows.
http://purl.org/dc/terms/modified 2014-12-22
http://purl.org/dc/elements/1.1/title The OPMW ontology

http://www.opmw.org/ontology/isVariableOfTemplate

http://www.w3.org/2000/01/rdf-schema#range http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/2000/01/rdf-schema#label is Variable of Template
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/DataVariable
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 Property used to dessignate which workflow Data Variables belong to a workflow template. Example: @prefix opmw: . a opmw:DataVariable; opmw:isVariableOfTemplate .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://purl.org/net/p-plan#isVariableOfPlan

http://www.opmw.org/ontology/hasOriginalLogFile

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label has Original Log File
http://www.w3.org/2000/01/rdf-schema#domain _:0
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to link an execution account or a workflow execution process to the correspondent log file produced by the enacting workflow engine. Example: @prefix opmw: . @prefix opmo: . a opmw:WorkflowExecutionAccount,opmo:Account; opmw:hasOriginalLogFile "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.ttl"^^sxd:anyURI.

http://www.opmw.org/ontology/hasExecutableComponent

http://www.w3.org/2000/01/rdf-schema#label has Executable Component
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionProcess
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#ObjectProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property that binds a workflow execution process to the specific component (code, scripts, etc.) used in the execution. Example: @prefix opmw: . @prefix opmv: . a opmv:Process, opmw:WorkflowExecutionProcess; opmw:hasExecutableComponent .
http://www.w3.org/2000/01/rdf-schema#subPropertyOf http://www.w3.org/2002/07/owl#topObjectProperty
http://www.w3.org/ns/prov#used
http://purl.org/net/opmv/ns#used

http://www.opmw.org/ontology/hasValue

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#string
http://www.w3.org/2000/01/rdf-schema#label has Value
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionArtifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to state the value of the artifact (in case of being a parameter). Example: @prefix opmw: . @prefix opmv: . a opmv:Artifact, opmw:WorkflowExecutionArtifact; opmw:hasValue "0.61959237"^^xsd:string.

http://www.opmw.org/ontology/hasSize

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#int
http://www.w3.org/2000/01/rdf-schema#label has Size
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionArtifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to annotate a workflow execution artifact with the size in bytes of its file. Example @prefix opmw: . @prefix opmv: . a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasLocation "68"^^xsd:int.

http://www.opmw.org/ontology/hasDocumentation

http://www.w3.org/2000/01/rdf-schema#range _:1
http://www.w3.org/2000/01/rdf-schema#label has Documentation
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2000/01/rdf-schema#comment Property that binds a workflow template to its documentation. Example: @prefix opmw: . a opmw:WorkflowTemplate; opmw:hasDocumentation "A copy of the documentation related to this template "^^xsd:string.

http://www.opmw.org/ontology/hasDimensionality

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#int
http://www.w3.org/2000/01/rdf-schema#label has Dimensionality
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplateArtifact
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property that represents the dimensionality of the artifact: 0 is a single file, 1 for a collection, etc. Example: @prefix opmw: . a opmw:DataVariable, opmw:WorkflowTemplateArtifact; opmw:hasDimensionality "1"^^xsd:int.

http://www.opmw.org/ontology/overallStartTime

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#dateTime
http://www.w3.org/2000/01/rdf-schema#label overall Start Time
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowExecutionAccount
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property which states that none of the activities in the current account started executing before the start time. Example: @prefix opmw: . @prefix opmo: . a opmw:WorkflowExecutionAccount,opmo:Account; opmw:overallStartTime "2012-04-25T10:28:07-07:00"^^xsd:dateTime.

http://www.opmw.org/ontology/createdInWorkflowSystem

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label created in Workflow System
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment This data property binds a workflow template to the tool used for its design and creation. The tool is represented by its URL. Example: @prefix opmw: . a opmw:WorkflowTemplate; opmw:createdInWorkflowSystem "http://wings.isi.edu"^^xsd:anyURI.

http://www.opmw.org/ontology/hasNativeSystemTemplate

http://www.w3.org/2000/01/rdf-schema#range http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/2000/01/rdf-schema#label has Native System Template
http://www.w3.org/2000/01/rdf-schema#domain http://www.opmw.org/ontology/WorkflowTemplate
http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#DatatypeProperty
http://www.w3.org/2002/07/owl#FunctionalProperty
http://www.w3.org/2000/01/rdf-schema#comment Property used to link a workflow template to its native template (encoded in the syntax of the workflow system where it was designed: scufl, owl, etc.). Example: @prefix opmw: . a opmw:WorkflowTemplate; opmw:hasNativeSystemTemplate "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/ontology/Water/AquaFlow_NTM.owl"xsd:anyURI.

http://www.opmw.org/ontology/WorkflowExecutionProcess

http://www.w3.org/2000/01/rdf-schema#label Workflow Execution Process
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 execution process represents the execution of a step in workflow template. The execution process also describes the specific method used to acomplish the task described in the proces template. Example: @prefix rdfs: . @prefix opmw: . @prefix opmv: . @prefix opmo: . a opmw:/WorkflowExecutionProcess , opmv:Process ; rdfs:label "Execution process ConvertToStandardFormat" ; opmo:account ; opmv:used ; opmv:wasControlledBy ; opmw:hasWorkflowTemplateProcess .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://www.w3.org/ns/prov#Activity
http://purl.org/net/opmv/ns#Process

_:2

http://www.w3.org/1999/02/22-rdf-syntax-ns#first http://www.w3.org/2001/XMLSchema#anyURI
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest _:3

_:1

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2000/01/rdf-schema#Datatype
http://www.w3.org/2002/07/owl#unionOf _:2

https://mtp.linked.solutions/opmw

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://www.opmw.org/ontology/
http://purl.org/vocab/vann/preferredNamespacePrefix opmw
http://rdfs.org/ns/void#triples 228

http://www.opmw.org/ontology/WorkflowTemplate

http://www.w3.org/2000/01/rdf-schema#label Workflow Template
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 template represents the design of the workflow. In such design, the different steps and inputs don't have to be bound to a specific tool or dataset. It is a generic view of the workflow, which is instantiated in each execution. Example: @prefix dc: . @prefix opmw: . a opmw:WorkflowTemplate; rdfs:label "AquaFlow_NTM" ; dc.contributor ; dc:modified "2011-06-08T09:57:12-07:00"^^xsd:dateTime ; opmw:hasVersion "2"^^xsd:int .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://purl.org/net/p-plan#Plan
http://www.w3.org/ns/prov#Plan
http://www.w3.org/2002/07/owl#Thing

http://www.opmw.org/ontology/WorkflowTemplateArtifact

http://www.w3.org/2000/01/rdf-schema#label Workflow Template Artifact
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 template artifact is part of a workflow template. It explains what kind of artifact is used or generated by the process template, along with possible restrictions that it may have. There are two different types of workflow template artifacts: data variables and parameter variables.
http://www.w3.org/2000/01/rdf-schema#subClassOf http://www.w3.org/2002/07/owl#Thing
http://purl.org/net/p-plan#Variable

http://www.opmw.org/ontology/WorkflowExecutionAccount

http://www.w3.org/2000/01/rdf-schema#label Workflow Execution Account
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 execution account represents the execution from the perspective of the system. Example: @prefix rdfs: . @prefix opmw: . @prefix opmo: . a opmo:Account , opmw:WorkflowExecutionAccount> ; rdfs:label "Execution account created on 1335533097598" ; opmw:executedInWorkflowSystem ; opmw:hasEndTime "2012-04-25T07:17:48-07:00"^^xsd:dateTime ; opmw:hasExecutionDiagram "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_144.png"^^xsd:anyURI ; opmw:hasStartTime "2012-04-25T07:17:05-07:00"^^xsd:dateTime ; opmw:hasStatus "SUCCESS" ;
http://www.w3.org/2000/01/rdf-schema#subClassOf http://www.w3.org/ns/prov#Bundle
http://openprovenance.org/model/opmo#Account

http://www.opmw.org/ontology/DataVariable

http://www.w3.org/2000/01/rdf-schema#label Data Variable
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 Data variable is a workflow template artifact that represents a variable in the workflow specification. Example: @prefix rdfs: . @prefix opmw: . a opmw:WorkflowTemplateArtifact , opmw:DataVariable ; rdfs:label "Data variable Sum_CorrDO" ; opmw:hasDimensionality "0"^^xsd:int ; opmw:isGeneratedBy ; opmw:template .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://www.opmw.org/ontology/WorkflowTemplateArtifact

http://www.opmw.org/ontology/WorkflowExecutionArtifact

http://www.w3.org/2000/01/rdf-schema#label Workflow Execution Artifact
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 execution artifact represents a resource used or generated in the execution of a workflow. Example: @prefix rdfs: . @prefix opmw: . @prefix opmv: . @prefix opmo: . a opmw:WorkflowExecutionArtifact , opmv:Artifact; rdfs:label "Execution artifact with id: 25f1016c12ebe301ee7aadbc0b085c45" ; opmo:account ; opmv:wasGeneratedBy ; opmw:hasLocation "http://wings.isi.edu/opmexport/resource/1/144/Formatted_SMN_2010_03_10Z"^^xsd:anyURI ; opmw:hasSize "8618"^^xsd:int ; opmw:hasWorkflowTemplateArtifact .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://purl.org/net/opmv/ns#Artifact
http://www.w3.org/ns/prov#Entity

http://purl.org/net/opmv/ns#Process

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class

http://www.opmw.org/ontology/ParameterVariable

http://www.w3.org/2000/01/rdf-schema#label Parameter Variable
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 An parameter variable represents a description of an input parameter of a process. Parameter variables can only be used by process. Example: @prefix rdfs: . @prefix opmw: . a opmw:/WorkflowTemplateArtifact , opmw:ParameterVariable ; rdfs:label "Parameter variable Latitude" ; opmw:template .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://www.opmw.org/ontology/WorkflowTemplateArtifact

_:0

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class
http://www.w3.org/2002/07/owl#unionOf _:4

_:3

http://www.w3.org/1999/02/22-rdf-syntax-ns#first http://www.w3.org/2001/XMLSchema#string
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

http://purl.org/net/opmv/ns#Artifact

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class

_:5

http://www.w3.org/1999/02/22-rdf-syntax-ns#first http://www.opmw.org/ontology/WorkflowExecutionProcess
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

http://www.opmw.org/ontology/WorkflowTemplateProcess

http://www.w3.org/2000/01/rdf-schema#label Workflow Template Process
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 process template is an abstraction of the workflow execution process step that aims to describe the method followed by the scientist instead of its specific instantiation. Example: @prefix opmw: . @prefix water: . a opmw:ProcessTemplate, water:CalculateHourlyAverages; opmw:template ; opmw:uses .
http://www.w3.org/2000/01/rdf-schema#subClassOf http://purl.org/net/p-plan#Step
http://www.w3.org/2002/07/owl#Thing

http://openprovenance.org/model/opmo#Account

http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.w3.org/2002/07/owl#Class

_:4

http://www.w3.org/1999/02/22-rdf-syntax-ns#first http://www.opmw.org/ontology/WorkflowExecutionAccount
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest _:5