├── data
| ├── graphrag <- GraphRAG test file
| ├── wikidata_metadata <- Wikidata annotations
| └── target <- Latin BERT input fragments.
├── figures <- Figures from the paper
├── src
| ├── generation <- Code for generating the knowledge graph in Neo4j
| ├── graphrag <- Code for Neo4j GraphRag
| └── utils
├── .gitignore
└── README.md