aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader/bh20seq-schema.yml
diff options
context:
space:
mode:
authorlltommy2020-04-11 04:02:55 +0200
committerlltommy2020-04-11 04:02:55 +0200
commit31686ba2e1b2edec29229ab5adb28b366893f17b (patch)
treed782f7296cdd7f90a62dfb6ce07c7da6de584820 /bh20sequploader/bh20seq-schema.yml
parent4f4229a61e63649730e7120c764f364078860f0f (diff)
downloadbh20-seq-resource-31686ba2e1b2edec29229ab5adb28b366893f17b.tar.gz
bh20-seq-resource-31686ba2e1b2edec29229ab5adb28b366893f17b.tar.lz
bh20-seq-resource-31686ba2e1b2edec29229ab5adb28b366893f17b.zip
Adding noLinkCheck to root
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r--bh20sequploader/bh20seq-schema.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml
index c259f16..81a7f22 100644
--- a/bh20sequploader/bh20seq-schema.yml
+++ b/bh20sequploader/bh20seq-schema.yml
@@ -13,6 +13,7 @@ $graph:
type: record
fields:
host_species:
+ ## autocomplete # NCBITAXON
doc: Host species as defined in NCBITaxon (e.g. http://purl.obolibrary.org/obo/NCBITaxon_9606 for Homo sapiens)
type: string
jsonldPredicate:
@@ -205,4 +206,5 @@ $graph:
type: string
jsonldPredicate:
_id: "@id"
- #_type: "@id" # Error (contains undefined reference) if I keep this file but we need a toplevel id to tie things together
+ _type: "@id"
+ noLinkCheck: true