diff options
author | Pjotr Prins | 2020-04-15 08:21:42 -0500 |
---|---|---|
committer | GitHub | 2020-04-15 08:21:42 -0500 |
commit | 7cf44a7aed6dd190e16ac94958aefcf7bffed6a0 (patch) | |
tree | 0edef9a2cb236183eaebfb563d2f2ac7547623bc /bh20sequploader | |
parent | c9a132fe4c8eb1fb40cc624910af412c0727bd5e (diff) | |
parent | c63e1f83fbe8db588a9f6c9383942145407d46b7 (diff) | |
download | bh20-seq-resource-7cf44a7aed6dd190e16ac94958aefcf7bffed6a0.tar.gz bh20-seq-resource-7cf44a7aed6dd190e16ac94958aefcf7bffed6a0.tar.lz bh20-seq-resource-7cf44a7aed6dd190e16ac94958aefcf7bffed6a0.zip |
Merge pull request #20 from stain/patch-1
submitter_orchid -> submitter_orcid
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 4 |
1 files 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 |