Public
SWIRRL Restore

  • Created on 30 Apr 2024 at 16:33
  • by aspinuso
  • 60 views
Copy to Clipboard
document
  prefix csvw <http://www.w3.org/ns/csvw#>
  prefix geo <http://www.opengis.net/ont/geosparql#>
  prefix prof <http://www.w3.org/ns/dx/prof/>
  prefix vann <http://purl.org/vocab/vann/>
  prefix odrl <http://www.w3.org/ns/odrl/2/>
  prefix brick <https://brickschema.org/schema/Brick#>
  prefix schema <https://schema.org/>
  prefix owl <http://www.w3.org/2002/07/owl#>
  prefix dc <http://purl.org/dc/elements/1.1/>
  prefix skos <http://www.w3.org/2004/02/skos/core#>
  prefix swirrl <http://swirrl.knmi.nl/ns#>
  prefix uuid <urn:uuid:>
  prefix dcam <http://purl.org/dc/dcam/>
  prefix dcmitype <http://purl.org/dc/dcmitype/>
  prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
  prefix xml <http://www.w3.org/XML/1998/namespace>
  prefix ssn <http://www.w3.org/ns/ssn/>
  prefix time <http://www.w3.org/2006/time#>
  prefix var <http://openprovenance.org/var#>
  prefix vcard <http://www.w3.org/2006/vcard/ns#>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix foaf <http://xmlns.com/foaf/0.1/>
  prefix dcterms <http://purl.org/dc/terms/>
  prefix void <http://rdfs.org/ns/void#>
  prefix org <http://www.w3.org/ns/org#>
  prefix dcat <http://www.w3.org/ns/dcat#>
  prefix vargen <http://openprovenance.org/vargen#>
  prefix sosa <http://www.w3.org/ns/sosa/>
  prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  prefix sh <http://www.w3.org/ns/shacl#>
  prefix doap <http://usefulinc.com/ns/doap#>
  prefix wgs <https://www.w3.org/2003/01/geo/wgs84_pos#>
  prefix qb <http://purl.org/linked-data/cube#>
  
  bundle vargen:RestoreLibs
    prefix csvw <http://www.w3.org/ns/csvw#>
    prefix geo <http://www.opengis.net/ont/geosparql#>
    prefix prof <http://www.w3.org/ns/dx/prof/>
    prefix vann <http://purl.org/vocab/vann/>
    prefix odrl <http://www.w3.org/ns/odrl/2/>
    prefix brick <https://brickschema.org/schema/Brick#>
    prefix schema <https://schema.org/>
    prefix owl <http://www.w3.org/2002/07/owl#>
    prefix dc <http://purl.org/dc/elements/1.1/>
    prefix skos <http://www.w3.org/2004/02/skos/core#>
    prefix swirrl <http://swirrl.knmi.nl/ns#>
    prefix uuid <urn:uuid:>
    prefix dcam <http://purl.org/dc/dcam/>
    prefix dcmitype <http://purl.org/dc/dcmitype/>
    prefix rdfs <http://www.w3.org/2000/01/rdf-schema#>
    prefix xml <http://www.w3.org/XML/1998/namespace>
    prefix ssn <http://www.w3.org/ns/ssn/>
    prefix time <http://www.w3.org/2006/time#>
    prefix var <http://openprovenance.org/var#>
    prefix vcard <http://www.w3.org/2006/vcard/ns#>
    prefix tmpl <http://openprovenance.org/tmpl#>
    prefix foaf <http://xmlns.com/foaf/0.1/>
    prefix dcterms <http://purl.org/dc/terms/>
    prefix void <http://rdfs.org/ns/void#>
    prefix org <http://www.w3.org/ns/org#>
    prefix dcat <http://www.w3.org/ns/dcat#>
    prefix vargen <http://openprovenance.org/vargen#>
    prefix sosa <http://www.w3.org/ns/sosa/>
    prefix rdf <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
    prefix sh <http://www.w3.org/ns/shacl#>
    prefix doap <http://usefulinc.com/ns/doap#>
    prefix wgs <https://www.w3.org/2003/01/geo/wgs84_pos#>
    prefix qb <http://purl.org/linked-data/cube#>
    
    agent(var:NotebookAPI, [prov:label='var:nameApi', prov:type='prov:SoftwareAgent'])
    agent(var:user, [vcard:uid='var:name', swirrl:authMode='var:authmode', swirrl:group='var:group', prov:type='prov:Person'])
    activity(var:RestoreJupyter, -, -, [prov:location='var:methodPath', tmpl:startTime='var:startTime', swirrl:serviceId='var:notebookId', swirrl:sessionId='var:sessionId', tmpl:endTime='var:endTime', swirrl:poolId='var:poolId', prov:type='swirrl:RestoreLibs'])
    wasAssociatedWith(var:RestoreJupyter, var:user, vargen:plan)
    wasAssociatedWith(var:RestoreJupyter, var:NotebookAPI, var:SystemImage)
    entity(vargen:libs, [prov:type='swirrl:LibCollection'])
    entity(var:lib, [swirrl:version='var:libversion', swirrl:installationMode='var:installationMode', swirrl:name='var:libname', prov:type='swirrl:Module'])
    entity(var:Jupyter, [swirrl:poolId='var:poolId', prov:generatedAt='var:generatedAt', swirrl:serviceId='var:notebookId', swirrl:sessionId='var:sessionId', prov:location='var:accessurl', prov:type='swirrl:Notebook'])
    entity(var:Volume, [swirrl:volumeId='var:volumeId', prov:type='swirrl:Storage'])
    entity(vargen:plan)
    entity(var:SystemImage, [prov:location='var:systemImageLocation', prov:label='var:imageLabel', prov:type='prov:Plan', prov:type='swirrl:SystemImage'])
    actedOnBehalfOf(var:NotebookAPI, var:user, -)
    wasDerivedFrom(var:Jupyter, var:JupyterPrev, -, -, -)
    used(var:RestoreJupyter, var:JupyterPrev, -)
    wasGeneratedBy(var:Jupyter, var:RestoreJupyter, -)
    hadMember(var:Jupyter, vargen:libs)
    hadMember(vargen:libs, var:lib)
    hadMember(var:Jupyter, var:Volume)
  endBundle
endDocument
        
Bundles
vargen:RestoreLibs
http://openprovenance.org/vargen#RestoreLibs · 2 weeks, 5 days ago
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
agent2
activity1
wasAssociatedWith2
entity6
actedOnBehalfOf1
wasDerivedFrom1
used1
wasGeneratedBy1
hadMember3