Public
toolbox_workflow

  • Created on 16 Aug 2019 at 13:14
  • by aspinuso
  • 1380 views
Copy to Clipboard
document
  prefix var <http://openprovenance.org/var#>
  prefix s-prov <https://github.com/aspinuso/s-provenance/blob/master/resources/s-prov-o.owl>
  prefix c3s <http://linktovoc.org/#>
  prefix vargen <http://openprovenance.org/vargen#>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix vcard <http://www.w3.org/2006/vcard/ns#>
  
  entity(var:cresource, [s-prov:queue='var:queue', s-prov:mapping='var:mapping', s-prov:modules='var:modules', s-prov:resourceType='var:resourceType', s-prov:resourceName='var:resourceName', prov:type='s-prov:CResource', s-prov:resourceUrl='var:resourceUrl'])
  entity(var:parameter, [prov:type='c3s:WorkflowParameter', c3s:parvalue='var:parval', c3s:parkey='var:parkey'])
  entity(vargen:WFExecutionInputs, [prov:type="s-prov:WFExecutionInputs", prov:type="prov:Collection"])
  entity(var:Workflow, [prov:atLocation='var:accessUrlDocumentation', c3s:sourcecode="var:sourcecode", c3s:version='var:wfversion', prov:name="var:wfname", prov:type="provone:Workflow", prov:type='var:wftype'])
  entity(var:lib, [c3s:version='var:libversion', prov:type='var:dependencyConcept', c3s:libname='var:libname'])
  entity(vargen:systemprocess, [c3s:worker='var:worker', c3s:cresource='var:cresource', c3s:pid='var:pid'])
  entity(vargen:libs, [prov:type='c3s:LibCollection'])
  used(var:WFExecution, vargen:WFExecutionInputs, -)
  wasAssociatedWith(var:WFExecution, var:toolbox, var:Workflow)
  wasStartedBy(var:WFExecution, var:user, -, -, [tmpl:time='var:startedAt', var:parterm='var:termval'])
  activity(var:WFExecution, -, -, [prov:atLocation='vargen:systemprocess', tmpl:startTime='var:wfstart', s-prov:runId="var:WFExecution", s-prov:description="var:e", prov:type="s-prov:WFExecution"])
  agent(var:user, [vcard:uid='var:name', prov:type='prov:Person'])
  agent(var:toolbox, [prov:atLocation='var:accessUrl', c3s:version='var:version', prov:type='prov:SoftwareAgent'])
  hadMember(vargen:WFExecutionInputs, var:parameter)
  hadMember(vargen:libs, var:lib)
  hadMember(var:Workflow, vargen:libs)
endDocument
        
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
entity7
used1
wasAssociatedWith1
wasStartedBy1
activity1
agent2
hadMember3