Proyecto Fichas Colonia Dignidad
2024-2025
Proyecto
Developed in the context of a collaboration between IMFD and the Instituto Nacional de Derechos Humanos (INDH), this project consists of two stages. First, the automatic creation of a knowledge base stored as a graph from a body of documents made up of intelligence files found in Colonia Dignidad, previously transcribed by the INDH, and then, a graphical interface aimed at facilitating the exploration, querying, and interpretation of this data. The system processes these documents, automatically extracts entities of interest (e.g., people, places, etc.) using automatic named entity recognition (NER) tools, and relates them to one another. The result is stored in our graph management system MillenniumDB. These resulting connections are then presented in a visualization, allowing entities and connections to be explored intuitively.
The application offers a query section that allows users to write and run queries directly, showing the results in an interactive table. Another feature is the paths section, which allows users to find relationships between a set of nodes based on certain parameters defined by the user. The frontend was built with React and Vite, using Material UI (MUI) for the design, along with visualization tools such as React Force Graph, AG Grid, and Monaco Editor.
