diff options
author | lltommy | 2020-04-22 21:06:47 +0200 |
---|---|---|
committer | lltommy | 2020-04-22 21:06:47 +0200 |
commit | a448aba5afb633dec197c93ed5fcc6fa61c7c491 (patch) | |
tree | 4c07641ef3fbdfa8c73c0fe224f67389d40504fb /bh20sequploader | |
parent | 9ae32dda5908d666dd6cf574769984c882cc40e6 (diff) | |
download | bh20-seq-resource-a448aba5afb633dec197c93ed5fcc6fa61c7c491.tar.gz bh20-seq-resource-a448aba5afb633dec197c93ed5fcc6fa61c7c491.tar.lz bh20-seq-resource-a448aba5afb633dec197c93ed5fcc6fa61c7c491.zip |
Forgot to add _id
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 232ccc6..9a89979 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -46,7 +46,8 @@ $graph: host_health_status: doc: A condition or state at a particular time, must be one of the following (obo:NCIT_C115935 obo:NCIT_C3833 obo:NCIT_C25269 obo:GENEPIO_0002020 obo:GENEPIO_0001849 obo:NCIT_C28554 obo:NCIT_C37987) type: string? - jsonldPredicate: http://purl.obolibrary.org/obo/NCIT_C25688 + jsonldPredicate: + _id: http://purl.obolibrary.org/obo/NCIT_C25688 host_treatment: doc: Process in which the act is intended to modify or alter host status type: string? |