Public
ClimateScenarioTool
vargen:ToolExecution

  • Created on 15 Apr 2020 at 10:25
  • by aspinuso
  • 1541 views
Copy to Clipboard
document
  prefix vargen <http://openprovenance.org/vargen#>
  prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#>
  prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  prefix dcterms <http://purl.org/dc/elements/1.1/>
  prefix knmi-cs <http://cs.knmi.nl/ns#>
  prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
  prefix xml <http://www.w3.org/XML/1998/namespace>
  prefix swirrl <http://swirrl.knmi.eu/ns#>
  prefix vcard <http://www.w3.org/2006/vcard/ns#>
  prefix var <http://openprovenance.org/var#>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix uuid <urn:uuid:>
  
  entity(var:tool, [prov:atLocation='var:accessUrlDocumentation', dcterms:hasVersion='var:version', prov:type='prov:Plan', prov:type='var:tooltype', prov:type='provone:Program'])
  entity(vargen:output, [prov:generatedAt='var:generatedAt', prov:atLocation='var:accessUrlOut', prov:type='provone:Data'])
  entity(var:lib, [dcterms:hasVersion='var:libversion', dcterms:title='var:libname', prov:type='swirrl:Lib'])
  entity(vargen:libs, [prov:type='swirrl:LibCollection'])
  entity(vargen:parameter, [dcterms:title='var:parkey', prov:type='knmi-cs:Parameter', prov:value='var:parval'])
  entity(var:input, [prov:atLocation='var:accessUrlInp', dcterms:title='var:inputName', prov:type='provone:Data'])
  used(vargen:toolexec, vargen:parameter, -)
  used(vargen:toolexec, var:input, -)
  wasDerivedFrom(vargen:output, var:input, -, -, -, [prov:type='var:derivtype'])
  wasAssociatedWith(vargen:toolexec, var:toolbox, var:tool)
  wasStartedBy(vargen:toolexec, var:user, -, -, [tmpl:time='var:startedAt', var:parterm='var:termval'])
  activity(vargen:toolexec, -, -, [tmpl:startTime='var:executionStartTime', prov:type='provone:Execution', tmpl:endTime='var:executionEndTime', provone:wasPartOf='var:WFexecution'])
  agent(var:user, [vcard:uid='var:name', prov:type='prov:Person'])
  agent(var:toolbox, [prov:atLocation='var:accessUrl', prov:type='prov:SoftwareAgent'])
  wasGeneratedBy(vargen:output, vargen:toolexec, -)
  hadMember(vargen:libs, var:lib)
  hadMember(var:tool, vargen:libs)
endDocument
        
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
entity6
used2
wasDerivedFrom1
wasAssociatedWith1
wasStartedBy1
activity1
agent2
wasGeneratedBy1
hadMember2