UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Graph and namespace organization #156

Open jgonggrijp opened 6 months ago

jgonggrijp commented 6 months ago

This note is based on our discussions on February 21 and March 7 2024. It is not really a separate task, but rather an overview of the way we plan to organize the graphs in the triplestore, so that we can refer to it from other tickets. I took the liberty to fill in some details, but these can still be discussed. Names of the graphs are my own creative suggestions. edpop: is the common prefix of all of our IRI terms, likely something along the lines of https://edpop.hum.uu.nl/rdf/ in production. This should be a Django setting.

Graphs

Namespaces

jgonggrijp commented 6 months ago
  • edpop:user/<name> contains annotations that the corresponding user made for personal use, outside of the context of any particular collection. These annotations are visible but not editable for other users, similar to the option to see annotations that were made to the same record in the context of another collection.

Possible variation to think about: if users can have private collections (mentioned as an option in #159), then there is probably no need to have annotations that are "outside" of any collection.