The OPMW ontology

IRI:
http://www.opmw.org/ontology/
Current version:
3.1
Authors:
http://delicias.dia.fi.upm.es/members/DGarijo/#me
http://www.isi.edu/~gil/
Imported Ontologies:
http://openprovenance.org/model/opmo-20101012.owl (visualise it with LODE)
http://purl.org/net/p-plan# (visualise it with LODE)
http://www.w3.org/ns/prov-o-20130430 (visualise it with LODE)
Other visualisation:
Ontology source

Abstract

OPMW is an OPMV, PROV and P-plan extension to model the executions and definitions of scientific workflows.

Table of Content

  1. Classes
  2. Object Properties
  3. Data Properties
  4. Namespace Declarations

Classes

Data Variablec back to ToC or Class ToC

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

A Data variable is a workflow template artifact that represents a variable in the workflow specification. Example: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_SUM_CORRDO> a opmw:WorkflowTemplateArtifact , opmw:DataVariable ; rdfs:label "Data variable Sum_CorrDO" ; opmw:hasDimensionality "0"^^xsd:int ; opmw:isGeneratedBy <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CREATEPLOTS> ; opmw:template <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> .
has super-classes
Workflow Template Artifactc
is in domain of
is Variable of Templateop

Parameter Variablec back to ToC or Class ToC

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

An parameter variable represents a description of an input parameter of a process. Parameter variables can only be used by process. Example: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_NTM_LATITUDE> a opmw:/WorkflowTemplateArtifact , opmw:ParameterVariable ; rdfs:label "Parameter variable Latitude" ; opmw:template <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> .
has super-classes
Workflow Template Artifactc
is in domain of
is Parameter of Templateop

Workflow Execution Accountc back to ToC or Class ToC

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

A workflow execution account represents the execution from the perspective of the system. Example: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> a opmo:Account , opmw:WorkflowExecutionAccount> ; rdfs:label "Execution account created on 1335533097598" ; opmw:executedInWorkflowSystem <http://www.opmw.org/export/resource/Agent/SHELL> ; 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" ;
has super-classes
accountc
bundle
is in domain of
corresponds to Templateop, executed in Workflow Systemop, has Execution Diagramdp, has Statusdp, overall End Timedp, overall Start Timedp

Workflow Execution Artifactc back to ToC or Class ToC

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

A workflow execution artifact represents a resource used or generated in the execution of a workflow. Example: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/25F1016C12EBE301EE7AADBC0B085C45> a opmw:WorkflowExecutionArtifact , opmv:Artifact; rdfs:label "Execution artifact with id: 25f1016c12ebe301ee7aadbc0b085c45" ; opmo:account <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ; opmv:wasGeneratedBy <http://www.opmw.org/export/resource/WorkflowExecutionProcess/p1> ; 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.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_FORMATTEDDATA>.
has super-classes
artifactc
entity
is in domain of
corresponds to Template Artifactop, has File Namedp, has Locationdp, has Sizedp, has Valuedp

Workflow Execution Processc back to ToC or Class ToC

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

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: <http://www.w3.org/2000/01/rdf-schema#> . @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionProcess/CONVERTTOSTANDARDFORMAT133553> a opmw:/WorkflowExecutionProcess , opmv:Process ; rdfs:label "Execution process ConvertToStandardFormat" ; opmo:account <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335533097598> ; opmv:used <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/6C7CF277338D9590EE18534D4D78924F> ; opmv:wasControlledBy <http://www.opmw.org/export/resource/Agent/ADMIN> ; opmw:hasWorkflowTemplateProcess <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CONVERTTOSTANDARDFORMAT> .
has super-classes
processc
activity
is in domain of
corresponds to Template Processop, has Executable Componentop

Workflow Templatec back to ToC or Class ToC

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

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: <http://purl.org/dc/terms/> . @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> a opmw:WorkflowTemplate; rdfs:label "AquaFlow_NTM" ; dc.contributor <http://www.opmw.org/export/resource/Agent/WATER> ; dc:modified "2011-06-08T09:57:12-07:00"^^xsd:dateTime ; opmw:hasVersion "2"^^xsd:int .
has super-classes
plan
thingc
plan
is in domain of
created in Workflow Systemdp, has Documentationdp, has Native System Templatedp, has Template Diagramdp
is in range of
corresponds to Templateop, is Parameter of Templateop, is Step of Templateop, is Variable of Templateop

Workflow Template Artifactc back to ToC or Class ToC

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

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.
has super-classes
variable
thingc
has sub-classes
Data Variablec, Parameter Variablec
is in domain of
has Dimensionalitydp, is Generated Byop
is in range of
corresponds to Template Artifactop, usesop

Workflow Template Processc back to ToC or Class ToC

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

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: <http://www.opmw.org/ontology/> . @prefix water: <http://www.isi.edu/ac/Water/library.owl#> . <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_NTM_CALCULATEHOURLYAVERAGES> a opmw:ProcessTemplate, water:CalculateHourlyAverages; opmw:template <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM>; opmw:uses <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_FILTEREDDATA>.
has super-classes
step
thingc
is in domain of
is Step of Templateop, usesop
is in range of
corresponds to Template Processop, is Generated Byop

Object Properties

corresponds to Templateop back to ToC or Object Property ToC

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

Property that binds an execution account to the template of the whole workflow. The template contains the plan for the workflow. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionProcess/acc1> a opmo:Account, opmw:workflowExecutionAccount; opmw:correspondsToTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.
has super-properties
was derived fromop
top object property
was derived from
has domain
Workflow Execution Accountc
has range
Workflow Templatec

corresponds to Template Artifactop back to ToC or Object Property ToC

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

Property that binds a workflow execution artifact to its correspondant workflow template artifact. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH1.2150836> a opmv:Artifact, opmw:WorkflowExecutionArtifact; opmw:correspondsToTemplateArtifact <http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DEPTH>.
has super-properties
corresponds to variable
top object property
has domain
Workflow Execution Artifactc
has range
Workflow Template Artifactc

corresponds to Template Processop back to ToC or Object Property ToC

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

Property that binds a workflow execution process to its correspondant process template. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086> a opmv:Process, opmw:WorkflowExecutionProcess; opmw:correspondsToTemplateProcess <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>.
has super-properties
corresponds to step
top object property
has domain
Workflow Execution Processc
has range
Workflow Template Processc

executed in Workflow Systemop back to ToC or Object Property ToC

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

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: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/acc1> a opmo:Account, opmw:executionAccount; opmw:executedInWorkflowSystem <http://www.opmw.org/export/resource/Agent/SHELL>. <http://www.opmw.org/export/resource/Agent/SHELL> a opmw:Agent.
has super-properties
was attributed to
has domain
Workflow Execution Accountc
has range
agentc

has Executable Componentop back to ToC or Object Property ToC

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

Property that binds a workflow execution process to the specific component (code, scripts, etc.) used in the execution. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionProcess/REAERATIONEDM133549210450086> a opmv:Process, opmw:WorkflowExecutionProcess; opmw:hasExecutableComponent <http://www.opmw.org/export/resource/ReaerationEDM/COMPONENTREAERATIONEDM>.

has characteristics: functional

has super-properties
usedop
top object property
used
has domain
Workflow Execution Processc

is Generated Byop back to ToC or Object Property ToC

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

Property that binds a workflow template artifact to the workflow template process that generates it. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_EDM_REAERATIONPARAMS> a opmw:DataVariable, opmw:WorkflowTemplateArtifact; opmw:isGeneratedBy <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM>.
has super-properties
is output var of
has domain
Workflow Template Artifactc
has range
Workflow Template Processc

is Parameter of Templateop back to ToC or Object Property ToC

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

Property used to dessignate which workflow Parameter Variables belong to a workflow template. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/ParameterVariable/AQUAFLOW_EDM_DATE> a opmw:ParameterVariable; opmw:isParameterOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.
has super-properties
is variable of plan
has domain
Parameter Variablec
has range
Workflow Templatec

is Step of Templateop back to ToC or Object Property ToC

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

Property used to dessignate which workflow Steps (or Workflow Template Processes) belong to a workflow template. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_CALCULATEHOURLYAVERAGES> a opmw:WorkflowTemplateProcess; opmw:isStepOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.
has super-properties
is step of plan
has domain
Workflow Template Processc
has range
Workflow Templatec

is Variable of Templateop back to ToC or Object Property ToC

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

Property used to dessignate which workflow Data Variables belong to a workflow template. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/page/resource/DataVariable/AQUAFLOW_EDM_HOURLYDATA> a opmw:DataVariable; opmw:isVariableOfTemplate <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM>.
has super-properties
is variable of plan
has domain
Data Variablec
has range
Workflow Templatec

usesop back to ToC or Object Property ToC

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

Property that binds a workflow template process to the workflow template artifact that generates it. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplateProcess/AQUAFLOW_EDM_REAERATIONEDM> a opmw:WorkflowTemplateProcess; opmw:uses <http://www.opmw.org/export/resource/DataVariable/PARAMETERSFILE>.
has super-properties
has input var
has domain
Workflow Template Processc
has range
Workflow Template Artifactc

Data Properties

created in Workflow Systemdp back to ToC or Data Property ToC

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

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: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_EDM> a opmw:WorkflowTemplate; opmw:createdInWorkflowSystem "http://wings.isi.edu"^^xsd:anyURI.

has characteristics: functional

has domain
Workflow Templatec
has range
any u r i

has Dimensionalitydp back to ToC or Data Property ToC

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

Property that represents the dimensionality of the artifact: 0 is a single file, 1 for a collection, etc. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/DataVariable/AQUAFLOW_NTM_DAILYDATA> a opmw:DataVariable, opmw:WorkflowTemplateArtifact; opmw:hasDimensionality "1"^^xsd:int.

has characteristics: functional

has domain
Workflow Template Artifactc
has range
int

has Documentationdp back to ToC or Data Property ToC

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

Property that binds a workflow template to its documentation. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> a opmw:WorkflowTemplate; opmw:hasDocumentation "A copy of the documentation related to this template "^^xsd:string.
has domain
Workflow Templatec
has range
any u r i or string

has Execution Diagramdp back to ToC or Data Property ToC

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

Property that links an execution account to its diagram. The diagram shows how the template has been instantiated with different components. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949> 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.

has characteristics: functional

has domain
Workflow Execution Accountc
has range
any u r i

has File Namedp back to ToC or Data Property ToC

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

Property used to link an execution artifact to its file name (independently of its URI). Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412> a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasFileName "NTMParams_SMN_2010_03_14Z"^^xsd:string.

has characteristics: functional

has domain
Workflow Execution Artifactc
has range
string

has Locationdp back to ToC or Data Property ToC

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

Property used to link an execution artifact to the physical location of its file in the server. Example @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412> a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasLocation "http://www.opmw.org/datasets/resource/1/148/NTMParams_SMN_2010_03_14Z"^^xsd:anyURI.
has domain
Workflow Execution Artifactc
has range
any u r i

has Native System Templatedp back to ToC or Data Property ToC

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

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: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> a opmw:WorkflowTemplate; opmw:hasNativeSystemTemplate "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/ontology/Water/AquaFlow_NTM.owl"xsd:anyURI.

has characteristics: functional

has domain
Workflow Templatec
has range
any u r i

has Original Log Filedp back to ToC or Data Property ToC

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

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: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949> 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.

has characteristics: functional

has domain
Workflow Execution Accountc or Workflow Execution Processc
has range
any u r i

has Sizedp back to ToC or Data Property ToC

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

Property used to annotate a workflow execution artifact with the size in bytes of its file. Example @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DCF49186981194248009E24BAD6A6412> a opmv:Artifact, opmw:WorkflowExecutionArtifact. opmw:hasLocation "68"^^xsd:int.

has characteristics: functional

has domain
Workflow Execution Artifactc
has range
int

has Statusdp back to ToC or Data Property ToC

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

Property used to state whether an ececution account was successful or not. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949> a opmo:Account, opmw:ExecutionAccount; opmw:hasStatus "SUCCESS"^^xsd.string.

has characteristics: functional

has domain
Workflow Execution Accountc
has range
string

has Template Diagramdp back to ToC or Data Property ToC

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

Property used to link a workflow template to its graphical representation. Example: @prefix opmw: <http://www.opmw.org/ontology/> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> a opmw:WorkflowTemplate; opmw:hasTemplateDiagram "http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_148.png"xsd:anyURI.
has domain
Workflow Templatec
has range
any u r i

has Valuedp back to ToC or Data Property ToC

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

Property used to state the value of the artifact (in case of being a parameter). Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . <http://www.opmw.org/export/resource/WorkflowExecutionArtifact/DEPTH0.61959237> a opmv:Artifact, opmw:WorkflowExecutionArtifact; opmw:hasValue "0.61959237"^^xsd:string.

has characteristics: functional

has domain
Workflow Execution Artifactc
has range
string

is Concretedp back to ToC or Data Property ToC

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

Property that specifies whether a component is abstract or not.

has characteristics: functional

has range
boolean

overall End Timedp back to ToC or Data Property ToC

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

Property which states that none of the activities contained in the account finished executing after the End Time. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949> a opmw:WorkflowExecutionAccount,opmo:Account; opmw:overallEndTime "2012-04-25T10:28:55-07:00"^^xsd:dateTime.

has characteristics: functional

has domain
Workflow Execution Accountc
has range
date time

overall Start Timedp back to ToC or Data Property ToC

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

Property which states that none of the activities in the current account started executing before the start time. Example: @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowExecutionAccount/ACCOUNT1335506667949> a opmw:WorkflowExecutionAccount,opmo:Account; opmw:overallStartTime "2012-04-25T10:28:07-07:00"^^xsd:dateTime.

has characteristics: functional

has domain
Workflow Execution Accountc
has range
date time

version Numberdp back to ToC or Data Property ToC

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

Property used to annotate a resource with it version number. Example: @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix opmw: <http://www.opmw.org/ontology/> . @prefix opmv: <http://purl.org/net/opmv/ns#> . @prefix opmo: <http://openprovenance.org/model/opmo#> . <http://www.opmw.org/export/resource/WorkflowTemplate/AQUAFLOW_NTM> a opmw:WorkflowTemplate; opmw:versionNumber "2"^^xsd:int.

has characteristics: functional

has range
int

Namespace Declarations back to ToC

default namespace
http://www.opmw.org/ontology/
dc
http://purl.org/dc/elements/1.1/
foaf
http://xmlns.com/foaf/0.1/
model
http://openprovenance.org/model/
ns
http://www.w3.org/ns/
opmo
http://openprovenance.org/model/opmo#
owl
http://www.w3.org/2002/07/owl#
p-plan
http://purl.org/net/p-plan#
prov
http://www.w3.org/ns/prov#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
terms
http://purl.org/dc/terms/
vann
http://purl.org/vocab/vann/
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.