From 9170e0b79275ba9b7eaba6ae9147afe10ee2539b Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Wed, 15 Apr 2020 14:00:16 +0100 Subject: submitter_orchid -> submitter_orcid "orchid" is the flower :) also use an actual ORCID example which is fictitious person (with a real record!) - dedicated for example use.--- example/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/metadata.yaml b/example/metadata.yaml index 0408f0d..bbd3e36 100644 --- a/example/metadata.yaml +++ b/example/metadata.yaml @@ -37,4 +37,4 @@ submitter: provider_sample_id: string submitter_sample_id: string authors: testAuthor - submitter_orchid: https://orcid.org/00A0-0002-1825-009X + submitter_orcid: https://orcid.org/0000-0002-1825-0097 -- cgit v1.2.3 From c63e1f83fbe8db588a9f6c9383942145407d46b7 Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Wed, 15 Apr 2020 14:02:48 +0100 Subject: Typo: submitter_orchid -> submitter_orcid --- bh20sequploader/bh20seq-schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index cbbb577..d8641a6 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -191,8 +191,8 @@ $graph: type: string? jsonldPredicate: _id: http://purl.obolibrary.org/obo/NCIT_C19026 - submitter_orchid: - doc: ORCHID of the submitter + submitter_orcid: + doc: ORCID of the submitter as a full URI, e.g. https://orcid.org/0000-0002-1825-0097 type: string? jsonldPredicate: _id: http://semanticscience.org/resource/SIO_000115 -- cgit v1.2.3