From 31686ba2e1b2edec29229ab5adb28b366893f17b Mon Sep 17 00:00:00 2001 From: lltommy Date: Sat, 11 Apr 2020 04:02:55 +0200 Subject: Adding noLinkCheck to root --- bh20sequploader/bh20seq-schema.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bh20sequploader/bh20seq-schema.yml') 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 -- cgit v1.2.3