blob: 02e911f8169c166a2dc4ce680567be2c2c2c1fbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|