diff options
author | lltommy | 2020-04-14 22:56:33 +0200 |
---|---|---|
committer | lltommy | 2020-04-14 22:56:33 +0200 |
commit | b106dc843cdc60902b0c6d423291584086fd2868 (patch) | |
tree | 59b0f263f5f8bc6201ed3e309c98a88d11d348dd /bh20sequploader/supporting_webuploader.yml | |
parent | 7ff1350f0509f85ebe40ff6e56861546045e83d3 (diff) | |
download | bh20-seq-resource-b106dc843cdc60902b0c6d423291584086fd2868.tar.gz bh20-seq-resource-b106dc843cdc60902b0c6d423291584086fd2868.tar.lz bh20-seq-resource-b106dc843cdc60902b0c6d423291584086fd2868.zip |
Updated yaml schema and examples - plus ShEX shape to go along with it. Still work in progress but getting better and better I guess
Diffstat (limited to 'bh20sequploader/supporting_webuploader.yml')
-rw-r--r-- | bh20sequploader/supporting_webuploader.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bh20sequploader/supporting_webuploader.yml b/bh20sequploader/supporting_webuploader.yml new file mode 100644 index 0000000..5ad8f6c --- /dev/null +++ b/bh20sequploader/supporting_webuploader.yml @@ -0,0 +1,20 @@ +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/C20197 + Female: http://purl.obolibrary.org/obo/NCIT_C27993 + unknown: http://purl.obolibrary.org/obo/NCIT_C17998 + +host_species: + OLS-ontology: ncbitaxon + +virus_species: + OLS-ontology: ncbitaxon + +collection_location: + OLS-ontology: gaz
\ No newline at end of file |