From 0a883bef4f687843293ca71a7f8d8d3c13f681c9 Mon Sep 17 00:00:00 2001
From: lltommy
Date: Thu, 23 Apr 2020 22:04:30 +0200
Subject: adding a submitter comment field

---
 bh20sequploader/bh20seq-schema.yml | 5 +++++
 bh20sequploader/bh20seq-shex.rdf   | 1 +
 2 files changed, 6 insertions(+)

diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml
index a54ddb1..ea813a0 100644
--- a/bh20sequploader/bh20seq-schema.yml
+++ b/bh20sequploader/bh20seq-schema.yml
@@ -233,6 +233,11 @@ $graph:
           _id: http://semanticscience.org/resource/SIO_000115
           _type: "@id"
           noLinkCheck: true
+    additional_submitter_information:
+      doc: Field for additional submitter information
+      type: string?
+      jsonldPredicate:
+        _id: http://semanticscience.org/resource/SIO_001167
 
 - name: MainSchema
   type: record
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf
index 953e27a..c3b0ae1 100644
--- a/bh20sequploader/bh20seq-shex.rdf
+++ b/bh20sequploader/bh20seq-shex.rdf
@@ -50,6 +50,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/>
     efo:EFO_0001741 xsd:string ?;
     obo:NCIT_C19026 xsd:string ?;
     sio:SIO_000115 /https:\u002F\u002Forcid.org\u002F.{4}-.{4}-.{4}-.{4}/?;
+    sio:SIO_001167 xsd:string ?;
 }
 
 :technologyShape {
-- 
cgit v1.2.3