Public
KS23-Figures

  • Created on 17 Jun 2022 at 10:33
  • by aspinuso
  • 775 views
Copy to Clipboard
document
  prefix vargen <http://openprovenance.org/vargen#>
  prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#>
  prefix tmpl <http://openprovenance.org/tmpl#>
  prefix var <http://openprovenance.org/var#>
  prefix swirrl <http://swirrl.knmi.nl/ns#>
  prefix dcterms <http://purl.org/dc/terms/>
  
  bundle vargen:KSFigure
    prefix vargen <http://openprovenance.org/vargen#>
    prefix provone <http://purl.dataone.org/provone/2015/01/15/ontology#>
    prefix tmpl <http://openprovenance.org/tmpl#>
    prefix var <http://openprovenance.org/var#>
    prefix swirrl <http://swirrl.knmi.nl/ns#>
    prefix dcterms <http://purl.org/dc/terms/>
    
    entity(vargen:dataCollectionId, [prov:type='prov:Collection'])
    entity(var:figureId, [dcterms:description='var:description', prov:label="var:figureName", prov:type='provone:Visualisation', prov:generatedAtTime='var:generatedAt', prov:location='var:figureLocation', dcterms:identifier='var:figureId'])
    entity(var:sourceCodeId, [prov:label="var:sourceCodeName", prov:type='provone:Workflow', prov:location='var:sourceCodeLocation', dcterms:identifier='var:sourceCodeId'])
    entity(var:inputDataId, [prov:label="var:inputDataName", prov:type='provone:Data', prov:location='var:inputDataLocation', prov:value='var:inputDataFilename', dcterms:identifier='var:inputDataId'])
    entity(var:publicationId, [prov:label="var:publicationName", prov:type='provone:Document', prov:location='var:publicationLocation', dcterms:identifier='var:publicationId'])
    used(vargen:codeExecutionId, vargen:dataCollectionId, -)
    wasAssociatedWith(vargen:codeExecutionId, var:creatorId, var:sourceCodeId)
    wasDerivedFrom(var:figureId, vargen:dataCollectionId, -, -, -)
    wasDerivedFrom(var:publicationId, var:figureId, -, -, -)
    activity(vargen:codeExecutionId, -, -, [tmpl:startTime='var:startTime', prov:type='provone:Execution', tmpl:endTime='var:endTime', prov:location='var:executionLocation'])
    wasGeneratedBy(var:figureId, vargen:codeExecutionId, -)
    agent(var:creatorId, [dcterms:creator='var:creatorName'])
    hadMember(vargen:dataCollectionId, var:inputDataId)
  endBundle
endDocument
        
Bundles
vargen:KSFigure
http://openprovenance.org/vargen#KSFigure · 1 year, 9 months ago
Download as

PROV-N JSON AdjMatrix
Turtle Trig XML

Export graphic

PDF PNG SVG

Validate Visualisations

Assertions #
entity5
used1
wasAssociatedWith1
wasDerivedFrom2
activity1
wasGeneratedBy1
agent1
hadMember1