inveniosoftware / invenio-vocabularies

Invenio module for managing vocabularies.
https://invenio-vocabularies.readthedocs.io
MIT License
2 stars 40 forks source link

replace `:` by `_` in namespaces for cf relations #224

Closed ppanero closed 1 year ago

ppanero commented 1 year ago

https://github.com/inveniosoftware/invenio-vocabularies/blob/master/invenio_vocabularies/records/systemfields/relations.py#L38

ppanero commented 1 year ago

Ideally, we would have a fully consolidated programming interface. Accessing sublevels with a dotted API (e.g. record.cern.experiment). Replacing by underscore would enable dot access, but with a different interface. After discussing IRL, is better to close and re-open in the future if needed.