Skip to content

opmw · requirement1 · opmw_STAR_none

  • Source: Patterns/opmw/requirement1/opmw_STAR_none.ttl · Download

Classes & Properties

- **corresponds to Template** (*ObjectProperty*) — `correspondsToTemplate` — — _comment:_ "Property that binds an execution account to the template of the whole workflow. The template contains the plan for the workflow. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix opmo: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmo:Account, opmw:workflowExecutionAccount;** (*Entity*) — `` — <> - ** opmw:correspondsToTemplate ."** (*Entity*) — `` — <> - **Data Variable** (*Class*) — `DataVariable` — — _comment:_ "A Data variable is a workflow template artifact that represents a variable in the workflow specification. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix rdfs: .** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:WorkflowTemplateArtifact , opmw:DataVariable ;** (*Entity*) — `` — <> - ** rdfs:label ""Data variable Sum_CorrDO"" ;** (*Entity*) — `` — <> - ** opmw:hasDimensionality ""0""^^xsd:int ;** (*Entity*) — `` — <> - ** opmw:isGeneratedBy ;** (*Entity*) — `` — <> - ** opmw:template ."** (*Entity*) — `` — <> - **is Parameter of Template** (*ObjectProperty*) — `isParameterOfTemplate` — — _comment:_ "Property used to dessignate which workflow Parameter Variables belong to a workflow template. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:ParameterVariable;** (*Entity*) — `` — <> - ** opmw:isParameterOfTemplate ."** (*Entity*) — `` — <> - **ontology** (*Entity*) — `ontology` — - **corresponds to Template Artifact** (*ObjectProperty*) — `correspondsToTemplateArtifact` — — _comment:_ "Property that binds a workflow execution artifact to its correspondant workflow template artifact. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix opmv: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** ** (*Entity*) — `` — <> - ** a opmv:Artifact, opmw:WorkflowExecutionArtifact;** (*Entity*) — `` — <> - ** opmw:correspondsToTemplateArtifact ."** (*Entity*) — `` — <> - **is Step of Template** (*ObjectProperty*) — `isStepOfTemplate` — — _comment:_ "Property used to dessignate which workflow Steps (or Workflow Template Processes) belong to a workflow template. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:WorkflowTemplateProcess;** (*Entity*) — `` — <> - ** opmw:isStepOfTemplate ."** (*Entity*) — `` — <> - **Parameter Variable** (*Class*) — `ParameterVariable` — — _comment:_ "An parameter variable represents a description of an input parameter of a process. Parameter variables can only be used by process. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix rdfs: .** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:/WorkflowTemplateArtifact , opmw:ParameterVariable ;** (*Entity*) — `` — <> - ** rdfs:label ""Parameter variable Latitude"" ;** (*Entity*) — `` — <> - ** opmw:template ."** (*Entity*) — `` — <> - **Workflow Template** (*Class*) — `WorkflowTemplate` — — _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. - ** ** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix dc: .** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:WorkflowTemplate;** (*Entity*) — `` — <> - ** rdfs:label ""AquaFlow_NTM"" ;** (*Entity*) — `` — <> - ** dc.contributor** (*Entity*) — `` — <> - ** ;** (*Entity*) — `` — <> - ** dc:modified** (*Entity*) — `` — <> - ** ""2011-06-08T09:57:12-07:00""^^xsd:dateTime ;** (*Entity*) — `` — <> - ** opmw:hasVersion ""2""^^xsd:int ."** (*Entity*) — `` — <> - **Workflow Template Artifact** (*Class*) — `WorkflowTemplateArtifact` — — _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. - **** (*Entity*) — `` — <> - **There are two different types of workflow template artifacts: data variables and parameter variables."** (*Entity*) — `` — <> - **Workflow Execution Account** (*Class*) — `WorkflowExecutionAccount` — — _comment:_ "A workflow execution account represents the execution from the perspective of the system. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix rdfs: .** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix opmo: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmo:Account , opmw:WorkflowExecutionAccount> ;** (*Entity*) — `` — <> - ** rdfs:label ""Execution account created on 1335533097598"" ;** (*Entity*) — `` — <> - ** opmw:executedInWorkflowSystem** (*Entity*) — `` — <> - ** ;** (*Entity*) — `` — <> - ** opmw:hasEndTime** (*Entity*) — `` — <> - ** ""2012-04-25T07:17:48-07:00""^^xsd:dateTime ;** (*Entity*) — `` — <> - ** opmw:hasExecutionDiagram ""http://wind.isi.edu/marbles/assets/components/workflow_portal/users/1/Water/runs/run_144.png""^^xsd:anyURI ;** (*Entity*) — `` — <> - ** opmw:hasStartTime ""2012-04-25T07:17:05-07:00""^^xsd:dateTime ;** (*Entity*) — `` — <> - ** opmw:hasStatus ""SUCCESS"" ;"** (*Entity*) — `` — <> - **label** (*Entity*) — `label` — - **comment** (*Entity*) — `comment` — - **Workflow Template Process** (*Class*) — `WorkflowTemplateProcess` — — _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. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix water: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:ProcessTemplate, water:CalculateHourlyAverages;** (*Entity*) — `` — <> - ** opmw:template ;** (*Entity*) — `` — <> - ** opmw:uses .** (*Entity*) — `` — <> - ** "** (*Entity*) — `` — <> - **Workflow Execution Process** (*Class*) — `WorkflowExecutionProcess` — — _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. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix rdfs: .** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix opmv: .** (*Entity*) — `` — <> - **@prefix opmo: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:/WorkflowExecutionProcess , opmv:Process ;** (*Entity*) — `` — <> - ** rdfs:label ""Execution process ConvertToStandardFormat"" ;** (*Entity*) — `` — <> - ** opmo:account ;** (*Entity*) — `` — <> - ** opmv:used ;** (*Entity*) — `` — <> - ** opmv:wasControlledBy ;** (*Entity*) — `` — <> - ** opmw:hasWorkflowTemplateProcess ."** (*Entity*) — `` — <> - **corresponds to Template Process** (*ObjectProperty*) — `correspondsToTemplateProcess` — — _comment:_ "Property that binds a workflow execution process to its correspondant process template. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **@prefix opmv: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmv:Process, opmw:WorkflowExecutionProcess;** (*Entity*) — `` — <> - ** opmw:correspondsToTemplateProcess . "** (*Entity*) — `` — <> - **PlainLiteral** (*Entity*) — `PlainLiteral` — - **is Variable of Template** (*ObjectProperty*) — `isVariableOfTemplate` — — _comment:_ "Property used to dessignate which workflow Data Variables belong to a workflow template. - **** (*Entity*) — `` — <> - **Example:** (*Entity*) — `` — <> - **@prefix opmw: .** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - **** (*Entity*) — `` — <> - ** a opmw:DataVariable;** (*Entity*) — `` — <> - ** opmw:isVariableOfTemplate ."** (*Entity*) — `` — <>

Metrics

See metrics (not indexed by search): metrics

QC Report

See the full report (not indexed by search): report