Feature #2467
Updated by Bernhard Koschiček-Krombholz 8 months ago
For the archiving of projects, it would be good to have additional to the SQL dump also an RDF dump of all relevant data. It should have the CIDOC semantic, and very important are the external reference systems.
Important is, that sometimes we need just a "Case Study" of an OpenAtlas instance. Maybe we should provide an option to select a "type" or something.
*Further steps*
* Backend details
** Save RDF dumps to @/files/export/@
** Create a view (like the SQL export) for the RDF dump
** Somehow make an option to filter the result by one type (Case Study), this can be tricky
** Since the dump can take longer than a SQL dump, maybe move the process to the background and inform the user, that it can take a while
** Option for ASCII characters only, without special characters except *_*
*RDF*
* Use turtle (Vera suggested it)
* Extend LOUD format to present all data correctly
** add complete hierarchy for each type ✅
** add page number for references (P67) (https://linked.art/model/document/#pages)✅
** links should include the @format=loud@ parameter ✅
** for external reference systems, add the link ✅
** for image licenses, add also a link if a link exists (like in IIIF manifest) ✅
** add creator to files (https://linked.art/model/document/#creation-and-publication) and maybe license holder ✅
** value for value types is missing ✅
** add involvement type of people to participating (or other) to an event and reverse ✅
** add member functions ✅
** fix double part_of type in classifies_as ✅
** If a file is requested, also show the file information (representation and subject_of)
** should files be also P67 or only visual items? Maybe divert images and other files.
** remap subunits to archeological structure?
** resolve OA shortcuts
** administrative units as part_of (https://linked.art/model/place/)
** If Person, adapt timespans to birth/death and include into OA8 and OA9 (http://127.0.0.1:5000/static/manual/model/openatlas_shortcuts.html#e21-person) (https://linked.art/api/1.0/schema_docs/person/#died)