diff options
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 4 | ||||
-rw-r--r-- | example/metadata.yaml | 2 |
2 files changed, 3 insertions, 3 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 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 |