Open davidread opened 10 years ago
Here are some messages about the current limitations for this sort of thing:
https://lists.okfn.org/pipermail/ckan-dev/2013-August/005710.html
Meeting is positive about having Tag Extras.
Debate how to store in the db:
CKAN has the 'tag vocabularies' feature, which allows you to create a list of tags that are attached to a 'vocabulary'. It seems a bit limited that the tag is only a name and no other properties. I'd like to add a 'display_name' which is the human-readable version of the tag, a 'uri' for it, 'broader' and 'narrower' references to create a tag hierarchy, and basically all the usual sort of vocab stuff you see in skos. This is so I can import some skos vocabularies and use them in CKAN.
I'd have thought we could create a TagExtras object to cover this.