Public
workflow-fail

  • Created on 22 Nov 2021 at 16:01
  • by mveldhuizen
  • 1083 views
Copy to Clipboard
document
  prefix vargen <http://openprovenance.org/vargen#>
  prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#>
  prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
  prefix dct <http://purl.org/dc/terms/>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix vcard <http://www.w3.org/2006/vcard/ns#>
  prefix var <http://openprovenance.org/var#>
  prefix swirrl <http://swirrl.knmi.nl/ns#>
  prefix uuid <urn:uuid:>
  
  bundle vargen:workflowRun
    prefix vargen <http://openprovenance.org/vargen#>
    prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#>
    prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
    prefix dct <http://purl.org/dc/terms/>
    prefix tmpl <http://openprovenance.org/tmpl#>
    prefix vcard <http://www.w3.org/2006/vcard/ns#>
    prefix var <http://openprovenance.org/var#>
    prefix swirrl <http://swirrl.knmi.nl/ns#>
    prefix uuid <urn:uuid:>
    
    activity(var:wfrun, -, -, [tmpl:startTime='var:startTime', swirrl:jobId='var:jobId', dct:identifier='var:wfrun', prov:type='provone:Execution', prov:type='swirrl:RunWorkflow', tmpl:endTime='var:endTime', swirrl:sessionId='var:sessionId', swirrl:message='var:message', prov:location='var:method_path'])
    actedOnBehalfOf(var:runAgent, var:user, -)
    agent(var:runAgent, [prov:type='prov:SoftwareAgent', rdfs:label='var:name_api'])
    agent(var:user, [vcard:uid='var:name', swirrl:authMode='var:authmode', swirrl:group='var:group', prov:type='prov:Person'])
    entity(var:workflowId, [dct:identifier='var:workflowId', prov:type='prov:Plan', prov:type='provone:Workflow', rdfs:label='var:workflowName', prov:location='var:systemImageLocation'])
    entity(vargen:wfInput, [prov:type='provone:Data', rdfs:label='var:parname', prov:value='var:parvalue'])
    entity(vargen:plan)
    used(var:wfrun, vargen:wfInput, -)
    wasAssociatedWith(var:wfrun, var:user, vargen:plan)
    wasAssociatedWith(var:wfrun, var:runAgent, var:workflowId)
  endBundle
endDocument
        
Bundles
vargen:workflowRun
http://openprovenance.org/vargen#workflowRun · 2 years, 4 months ago
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
activity1
actedOnBehalfOf1
agent2
entity3
used1
wasAssociatedWith2