www-from-model/config/_default/taxonomies.toml
Michael Hanke 8cc8e479bd
feat: build and integrate dataset records
The infrastructure is more or less exactly identical to that for
instruments.
2026-05-21 13:22:52 +02:00

11 lines
300 B
TOML

tag = "tags"
# person related to the subject of a page
person = "persons"
# projects related to the subject of a page
project = "projects"
# topics related to the subject of a page
topic = "topics"
dataset = "datasets"
instrument = "instruments"
objective = "objectives"
publication = "publications"