Skip to content

Walkthroughs

Julia Damerow edited this page Jul 14, 2022 · 2 revisions

Walkthrough Notes

Ingest data into Blazegraph

  • Login to JupytherHub
  • Create folder and upload notebooks and data: https://github.com/dh-tech/DH2022-workshop/tree/main/notebooks/ingest
  • Open recogito-json-annotations-to-blazegraph.ipynb
  • Rename anno_named_graph_uri in cell 2
  • Run all cells
  • Open process-person-annotations.ipynb
  • Adjust in cell 3 anno_named_graph_uri to match uri from previous notebook
  • Run all cells
  • Open recogito-csv-relations-to-blazegraph.ipynb
  • Adjust in cell 3 anno_named_graph_uri to match uri from previous notebook
  • Run all cells

All data should now be in Blazegraph.

Clone this wiki locally