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 +++- bh20sequploader/rdf-mappings.ttl | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bh20sequploader/rdf-mappings.ttl (limited to 'bh20sequploader') 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 diff --git a/bh20sequploader/rdf-mappings.ttl b/bh20sequploader/rdf-mappings.ttl new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3