aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader
diff options
context:
space:
mode:
authorAdam Novak2020-04-17 12:02:51 -0700
committerAdam Novak2020-04-17 12:02:51 -0700
commit3a10517123c261d5ce26f174b97764fcaad06e93 (patch)
tree69c16ec4ed43dfa8d207373b07a2157bf3dba1c0 /bh20sequploader
parent6c09aa8e672acd8c0deb593150ab3d0e5893d2ae (diff)
downloadbh20-seq-resource-3a10517123c261d5ce26f174b97764fcaad06e93.tar.gz
bh20-seq-resource-3a10517123c261d5ce26f174b97764fcaad06e93.tar.lz
bh20-seq-resource-3a10517123c261d5ce26f174b97764fcaad06e93.zip
Create option dropdowns from an options file
Diffstat (limited to 'bh20sequploader')
-rw-r--r--bh20sequploader/bh20seq-options.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/bh20sequploader/bh20seq-options.yml b/bh20sequploader/bh20seq-options.yml
new file mode 100644
index 0000000..02e911f
--- /dev/null
+++ b/bh20sequploader/bh20seq-options.yml
@@ -0,0 +1,16 @@
+# Contains suggested human-readable field values and their corresponding IRIs.
+# Keyed on the field names in the types in the schema. Relies on field names
+# being unique or at least using the same options in different containing
+# types.
+
+host_age_unit:
+ year: http://purl.obolibrary.org/obo/UO_0000036
+ month: http://purl.obolibrary.org/obo/UO_0000035
+ week: http://purl.obolibrary.org/obo/UO_0000035
+ day: http://purl.obolibrary.org/obo/UO_0000034
+ hour: http://purl.obolibrary.org/obo/UO_0000032
+
+host_sex:
+ Male: http://purl.obolibrary.org/obo/NCIT_C20197
+ Female: http://purl.obolibrary.org/obo/NCIT_C27993
+ unknown: http://purl.obolibrary.org/obo/NCIT_C17998