IMPROVEMENT: missing relation between datlink entries and releases #210
Labels
app:datalink
concern the datalink-app
app:oai
concern the oai-app
category:datalink
category:interface:OAI-PMH
concern the oai-pmh interface
category:metadata
enhancement
priority:medium
Milestone
There is no clear way to relate a datalink entry with a given release.
However this relation does exists. Each datalink table (non-generated ones) leaves in a schema (representing the release).
A solution would be to propagate the schema information down to OAI via the oai datalink adapter:
https://github.com/django-daiquiri/daiquiri/blob/master/daiquiri/oai/adapter.py#L206
The schema information is stored in the table name. From this one could extract the
published
andupdated
dates but also theIsPartOf
entry without the necessity of a specific semantic from datalink.This would only require to put the datalink table in the proper schema (representing the release).
The text was updated successfully, but these errors were encountered: