blob: d05be5a414b346a19e0ea29294b22bd308a607db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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:
Years: http://purl.obolibrary.org/obo/UO_0000036
Months: http://purl.obolibrary.org/obo/UO_0000035
Weeks: http://purl.obolibrary.org/obo/UO_0000034
Days: http://purl.obolibrary.org/obo/UO_0000033
Hours: 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
Intersex: http://purl.obolibrary.org/obo/NCIT_C45908
Unknown: http://purl.obolibrary.org/obo/NCIT_C17998
|