diff options
author | lltommy | 2020-04-23 22:04:30 +0200 |
---|---|---|
committer | lltommy | 2020-04-23 22:04:30 +0200 |
commit | 0a883bef4f687843293ca71a7f8d8d3c13f681c9 (patch) | |
tree | 58f89f0cb188c1165842e7ad0b1d4783f8c19fc5 /bh20sequploader | |
parent | 4666ba880def50adef3ea23ad954cb4e7bf2693a (diff) | |
download | bh20-seq-resource-0a883bef4f687843293ca71a7f8d8d3c13f681c9.tar.gz bh20-seq-resource-0a883bef4f687843293ca71a7f8d8d3c13f681c9.tar.lz bh20-seq-resource-0a883bef4f687843293ca71a7f8d8d3c13f681c9.zip |
adding a submitter comment field
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 5 | ||||
-rw-r--r-- | bh20sequploader/bh20seq-shex.rdf | 1 |
2 files changed, 6 insertions, 0 deletions
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 { |