Public
SWIRRL Create

  • Created on 15 Feb 2022 at 11:01
  • by aspinuso
  • 658 views
Copy to Clipboard
document
  prefix vargen <http://openprovenance.org/vargen#>
  prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
  prefix xml <http://www.w3.org/XML/1998/namespace>
  prefix var <http://openprovenance.org/var#>
  prefix vcard <http://www.w3.org/2006/vcard/ns#>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix swirrl <http://swirrl.knmi.nl/ns#>
  prefix uuid <urn:uuid:>
  
  bundle vargen:CreateNotebook
    prefix vargen <http://openprovenance.org/vargen#>
    prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
    prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
    prefix xml <http://www.w3.org/XML/1998/namespace>
    prefix var <http://openprovenance.org/var#>
    prefix vcard <http://www.w3.org/2006/vcard/ns#>
    prefix tmpl <http://openprovenance.org/tmpl#>
    prefix swirrl <http://swirrl.knmi.nl/ns#>
    prefix uuid <urn:uuid:>
    
    entity(var:SystemImage, [prov:label='var:imageLabel', prov:location='var:systemImageLocation', prov:type='prov:Plan', prov:type='swirrl:SystemImage'])
    entity(var:Volume, [swirrl:volumeId='var:volumeId', prov:type='swirrl:Storage'])
    entity(var:Jupyter, [swirrl:sessionId='var:sessionId', swirrl:serviceId='var:notebookId', swirrl:poolId='var:poolId', prov:location='var:accessurl', prov:generatedAt='var:generatedAt', prov:type='swirrl:Notebook'])
    entity(var:lib, [swirrl:installationMode='var:installationMode', swirrl:name='var:libname', swirrl:version='var:libversion', prov:type='swirrl:Module'])
    entity(var:libList, [prov:value='var:liblistvalue', prov:type='prov:Plan'])
    entity(vargen:libs, [prov:type='swirrl:LibCollection'])
    wasAssociatedWith(var:CreateJupyter, var:user, var:libList)
    wasAssociatedWith(var:CreateJupyter, var:NotebookAPI, var:SystemImage)
    activity(var:CreateJupyter, -, -, [prov:location='var:method_path', swirrl:sessionId='var:sessionId', swirrl:serviceId='var:notebookId', tmpl:startTime='var:startTime', tmpl:endTime='var:endTime', swirrl:poolId='var:poolId', prov:type='swirrl:CreateNotebook'])
    agent(var:user, [vcard:uid='var:name', swirrl:authMode='var:authmode', swirrl:group='var:group', prov:type='prov:Person'])
    agent(var:NotebookAPI, [prov:label='var:name_api', prov:type='prov:SoftwareAgent'])
    actedOnBehalfOf(var:NotebookAPI, var:user, -)
    used(var:CreateJupyter, var:libList, -)
    wasGeneratedBy(var:Jupyter, var:CreateJupyter, -)
    hadMember(var:Jupyter, var:Volume)
    hadMember(vargen:libs, var:lib)
    hadMember(var:Jupyter, vargen:libs)
  endBundle
endDocument
        
Bundles
vargen:CreateNotebook
http://openprovenance.org/vargen#CreateNotebook · 2 years, 2 months ago
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
entity6
wasAssociatedWith2
activity1
agent2
actedOnBehalfOf1
used1
wasGeneratedBy1
hadMember3