CLLD Concepticon conceptset download
收藏资源简介:
# Concepticon data download Data of Concepticon is published under the following license:http://creativecommons.org/licenses/by/4.0/ It should be cited as https://doi.org/10.5281/zenodo.7298022 ## Description The file conceptset.json conains information about concept sets labels and alternativelabels used in concept lists in the following format: ```{ "conceptset_labels": { "run": [ "1519", "RUN" ], ... } "alternative_labels": { "to run": [ "1519", "RUN" ], ... }}``` The `conceptset_labels` dictionary maps the lowercased english unique concept set labelto pairs `(CONCEPTSET_ID, CONCEPTSET_LABEL)`, whilethe `alternative_labels` dictionary maps the lowercased english labels encountered inconcept lists to pairs `(CONCEPTSET_ID, CONCEPTSET_LABEL)`.



