diff options
author | lltommy | 2020-04-19 19:47:39 +0200 |
---|---|---|
committer | lltommy | 2020-04-19 19:47:39 +0200 |
commit | 47666ab547da0c2fbdc2026f955d7d7b615d11fb (patch) | |
tree | 337161e1474ee0c80bae1245e4bd6100f65f0654 /bh20sequploader/bh20seq-schema.yml | |
parent | 6d477eedd556c0adfc16cdd0ecd67a5144362dcf (diff) | |
download | bh20-seq-resource-47666ab547da0c2fbdc2026f955d7d7b615d11fb.tar.gz bh20-seq-resource-47666ab547da0c2fbdc2026f955d7d7b615d11fb.tar.lz bh20-seq-resource-47666ab547da0c2fbdc2026f955d7d7b615d11fb.zip |
Updating NCBI dictonaries, adding UI options, small yaml schema changes
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 4cd0865..fc80080 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -23,15 +23,9 @@ $graph: type: string jsonldPredicate: _id: http://semanticscience.org/resource/SIO_000115 -# Removed_common_name. Not necessary since we turned species into IRI -# host_common_name: -# doc: Text label for the host species (e.g. homo sapiens) -# type: string? -# jsonldPredicate: -# _id: http://purl.obolibrary.org/obo/NOMEN_0000037 host_sex: doc: Sex of the host as defined in NCIT, IRI expected (http://purl.obolibrary.org/obo/NCIT_C20197 (Male), http://purl.obolibrary.org/obo/NCIT_C27993 (Female), http://purl.obolibrary.org/obo/NCIT_C45908 (Intersex), or http://purl.obolibrary.org/obo/NCIT_C17998 (Unknown)) - type: string + type: string? jsonldPredicate: _id: http://purl.obolibrary.org/obo/PATO_0000047 _type: "@id" |