django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

BUG: daiquiri uses ucd `meta.ref` in a wrong way. #154

Open agy-why opened 1 year ago

agy-why commented 1 year ago

daiquiri make use the ucd meta.ref to create useful links in the webinterface. However meta.ref is exclusively a primary ucd and daiquiri uses it as a secondary. validating an exported VOTable with PyVo validate will fail.

agy-why commented 1 year ago

The problem is that meta.ref is a primary UCD and can not be used combined with another primary UCD like meta.id for instance.

A possible solution is to use meta.ref.uri which indicates an additional reference. The latter was introduced in IVOA UCD v1.11