X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d26d87bbe23b31f2838c3eaea26699c829223792..fd44760652570645bb40ff9445bb5b9305a7fa1c:/public/vocabulary-example.json diff --git a/public/vocabulary-example.json b/public/vocabulary-example.json index 4859b5d6..59d4de7a 100644 --- a/public/vocabulary-example.json +++ b/public/vocabulary-example.json @@ -57,27 +57,32 @@ "IDTAGANIMALS": { "strict": false, "labels": [ - {"label": "Animal" } + {"label": "Animal" }, + {"label": "Creature"} ], "values": { "IDVALANIMALS1": { "labels": [ - {"label": "Human"} + {"label": "Human"}, + {"label": "Homo sapiens"} ] }, "IDVALANIMALS2": { "labels": [ - {"label": "Dog"} + {"label": "Dog"}, + {"label": "Canis lupus familiaris"} ] }, "IDVALANIMALS3": { "labels": [ - {"label": "Elephant"} + {"label": "Elephant"}, + {"label": "Loxodonta"} ] }, "IDVALANIMALS4": { "labels": [ - {"label": "Eagle"} + {"label": "Eagle"}, + {"label": "Haliaeetus leucocephalus"} ] } }