Frequently Asked Questions
1. Why is the title in German but the website in English?
The website actually has two titles:
The second part in English is the subtitle. I used the German title from a poster I created about my Master's thesis for a conference. Since the title
grew on me, I also thought it fitting for this website, as it portrays perfectly my key focus. The full title of the poster is
Wissen vernetzen ist wie Sterne beobachten, which translates to Connecting knowledge is like stargazing. Also, it is planned
to offer a German and French version of this website in the future.
2. What purpose does this website have?
My name is Sarah, a Digital Humanities student currently enrolled at Trier University. While I have been working on this correspondence in context of my Master's thesis, I felt the need to display the things I developed and make them reusable for other people. Since one of the main goals of my thesis is to transform any information given about the correspondence into a linked open data approach that relies on principles of FAIR data, a website which provides access to all results seemed like the best option. Also, having people interact with the knowledge graph and not just "putting it aside" as a data model in the background felt like the right thing to do. Visualising the knowledge graph offers a clear and intuitive way for users new to this correspondence to understand the complex relationships and connections within the (meta)data. This way, exploring and navigating the information becomes easier. The visualisation works like constellations of stars: It guides users through the correspondence. Identifying constellations (or... patterns, if we put the metaphor aside), outliers, and perspectives that are not apparent from a first look on endless Excel tables is easier this way. Additionally, the visual representation can help to stimulate collaboration and communication among those interested in the correspondence.
3. Who is Constance de Salm and what is her correspondence?
Constance de Salm (1767-1845) was a prominent French writer and intellectual of the 19th century. Known for her literary talent and active participation in literary salons, she forged connections with influential figures and conducted a (long-distance) espitolary salon with numerous friends, renowned writers, scholars and artists of her time, with which she correspondend constinuously and frequently. Her diverse body of work encompassed plays, novels, poetry, and essays, exploring themes of love, passion, and the societal roles of women. Constance de Salm's advocacy for women's rights and her progressive ideas continue to inspire and shape the intellectual discourse of her time and beyond. The letters she (and others) wrote are partly cummulated in an edition Constance de Salm herself wanted to publish; also, other documents and further, non-edited letters are part of a collection currently with provenance at the German Historical Institute (DHI) in Paris. The provided metadata on this website concerns around 2,300 letters from only Constance de Salm to other people. All letters are indexed with metadata and can be viewed online as digital copies, now also via the knowledge graph presented on this website.
4. What is a knowledge graph?
Knowledge graphs represent knowledge, capturing information about entities, their attributes, and the relationships between them. With knowledge graphs, it is possible to organise, analyse and retrieve big amounts of interconnected data on the web, which immensly facilitates advanced insights into these sets of data. Storing metadata in RDF for research data management (RDM) is useful since RDF provides a flexible and extensible data model representing complex relationships and attributes. Researchers can capture rich and structured metadata about datasets. The semantic structuring provided by RDF and the use of ontologies plus controlled vocabularies helps formulating standardized descriptions. That way, data discoverability and interoperability is enhanced. It goes without saying that RDF's compatibility with linked data and FAIR principles enables (oftenly) seemless integration of metadata across different research domains, facilitating interdisciplinary exploration, usage and collaboration of data.
5. What software is behind this project?
To bring this project to life, I used Protégé to define the ontology, providing a first structured framework for the graph database. Then, using Python in combination with the owlready2 package, I populated the knowledge graph with relevant data from an Excel file. To ensure efficient data visualisation and management, I integrated it in Neo4J, which meant the RDF graph needed to be transformed into a Labeled Property Graph. Neo4J offered powerful features for handling and visualizing the graph database. Finally, I leveraged JavaScript and D3.js to create an interactive visualisation within the web browser. For doing so, I had a local server API request to the Neo4J data base provide the required data format (a JSON file with information about nodes and edges). allowing users to explore and engage with the knowledge graph.
6. Is it possible to download project files?
Under the tab Ontology/Downloads, you will find a list of downloadable files. Also, if you are looking for more information about backend processes or data, you can visit the Contact page, there you will find a link to the GitHub repositories.