about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bh20sequploader/bh20seq-schema.yml4
-rw-r--r--bh20sequploader/rdf-mappings.ttl0
2 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
diff --git a/bh20sequploader/rdf-mappings.ttl b/bh20sequploader/rdf-mappings.ttl
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bh20sequploader/rdf-mappings.ttl