Public
ClimateScenarioTool
- Created on 15 Apr 2020 at 10:25
- by aspinuso
- 1546 views
Copy to Clipboard
document prefix var <http://openprovenance.org/var#> prefix dcterms <http://purl.org/dc/elements/1.1/> prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#> prefix vargen <http://openprovenance.org/vargen#> prefix swirrl <http://swirrl.knmi.eu/ns#> prefix knmi-cs <http://cs.knmi.nl/ns#> prefix tmpl <http://openprovenance.org/tmpl#> prefix vcard <http://www.w3.org/2006/vcard/ns#> 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