Public
EWC Extreme Weather Tracking Workflow with Libs
- Created on 02 Jun 2021 at 15:31
- by aspinuso
- 1195 views
Copy to Clipboard
document prefix ewc <http://ewc.knmi.nl/ns#> prefix rdfs <http://www.w3.org/2000/01/rdf-schema#> prefix cwl <https://w3id.org/cwl/prov#> prefix xml <http://www.w3.org/XML/1998/namespace> prefix wf4ever <http://purl.org/wf4ever/wf4ever#> prefix vcard <http://www.w3.org/2006/vcard/ns#> prefix var <http://openprovenance.org/var#> prefix tmpl <http://openprovenance.org/tmpl#> prefix dcterms <http://purl.org/dc/terms/> prefix foaf <http://xmlns.com/foaf/0.1/> prefix vargen <http://openprovenance.org/vargen#> prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#> prefix pre_0 <http://www.w3.org/2001/XMLSchema> prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix s-prov <http://purl.org/s-prov-v1-dev#> prefix swirrl <http://swirrl.knmi.nl/ns#> prefix uuid <urn:uuid:> bundle vargen:workflowRun prefix ewc <http://ewc.knmi.nl/ns#> prefix rdfs <http://www.w3.org/2000/01/rdf-schema#> prefix cwl <https://w3id.org/cwl/prov#> prefix xml <http://www.w3.org/XML/1998/namespace> prefix wf4ever <http://purl.org/wf4ever/wf4ever#> prefix vcard <http://www.w3.org/2006/vcard/ns#> prefix var <http://openprovenance.org/var#> prefix tmpl <http://openprovenance.org/tmpl#> prefix dcterms <http://purl.org/dc/terms/> prefix foaf <http://xmlns.com/foaf/0.1/> prefix vargen <http://openprovenance.org/vargen#> prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#> prefix pre_0 <http://www.w3.org/2001/XMLSchema> prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix s-prov <http://purl.org/s-prov-v1-dev#> prefix swirrl <http://swirrl.knmi.nl/ns#> prefix uuid <urn:uuid:> entity(vargen:InputParameter, [prov:type='provone:Data', rdfs:label='var:parName', prov:value='var:parVal']) entity(vargen:OutputDataCollection, [prov:type='prov:Collection']) entity(var:workflowId, [dcterms:source='var:tagurl', prov:atLocation='var:SystemImage', prov:type='prov:Plan', prov:type='provone:Workflow', rdfs:label='var:workflowName', dcterms:identifier='var:workflowId']) entity(var:dataIn, [prov:type='provone:Data', rdfs:label='var:dataName', prov:location='var:atLocation', prov:value='var:dataValue', dcterms:identifier='var:dataIn']) entity(var:lib, [swirrl:version='var:libversion', swirrl:installationMode='var:installationMode', swirrl:libname='var:libname']) entity(vargen:InputDataCollection, [prov:type='prov:Collection']) entity(vargen:libCollection, [prov:type='prov:Collection', swirrl:environment='var:environment']) entity(var:dataOut, [ewc:orangeWarnings='var:orangeWarnings', ewc:yellowWarnings='var:yellowWarnings', prov:type='provone:Data', prov:generatedAtTime='var:genattime', rdfs:label='var:dataName', ewc:redWarnings='var:redWarnings', prov:location='var:atLocation', prov:value='var:dataValue', dcterms:identifier='var:dataOut', ewc:colorlessWarnings='var:colorlessWarnings']) used(var:processIterationId, vargen:InputDataCollection, -) used(var:processIterationId, vargen:InputParameter, -) wasAssociatedWith(var:wfRunId, var:runAgent, var:workflowId) wasInformedBy(var:processIterationId, var:informerId) activity(var:wfRunId, -, -, [tmpl:startTime='var:startTime', prov:type='provone:Execution', tmpl:endTime='var:endTime', rdfs:label='var:workflowName']) activity(var:processIterationId, -, -, [tmpl:startTime='var:startTimeProcess', prov:type='provone:Execution', tmpl:endTime='var:endTimeProcess', rdfs:label='var:processName', provone:wasPartOf='var:wfRunId']) agent(var:runAgent, [rdfs:label='var:nameagent']) wasGeneratedBy(vargen:OutputDataCollection, var:wfRunId, -) wasGeneratedBy(vargen:OutputDataCollection, var:processIterationId, -) hadMember(vargen:InputDataCollection, var:dataIn) hadMember(vargen:OutputDataCollection, var:dataOut) hadMember(vargen:InputDataCollection, var:dataInExisting) hadMember(var:workflowId, vargen:libCollection) hadMember(vargen:libCollection, var:lib) endBundle endDocument
Bundles
vargen:workflowRun
http://openprovenance.org/vargen#workflowRun
· 3 years, 6 months ago