diff options
author | lltommy | 2020-07-08 23:50:36 +0200 |
---|---|---|
committer | lltommy | 2020-07-08 23:50:36 +0200 |
commit | b67df8c01c7051a5faf65928cbdb93815fd14a9f (patch) | |
tree | 5b28d9da7b0c40b7318d10705ccdeebf617ab926 /bh20sequploader/bh20seq-schema.yml | |
parent | 6e0f9f18167377bac073d7715b89e7ddbf1fe72d (diff) | |
download | bh20-seq-resource-b67df8c01c7051a5faf65928cbdb93815fd14a9f.tar.gz bh20-seq-resource-b67df8c01c7051a5faf65928cbdb93815fd14a9f.tar.lz bh20-seq-resource-b67df8c01c7051a5faf65928cbdb93815fd14a9f.zip |
Try to fix lab_address wrong predicate, fix submitter shape on the way and hopefully brought it in synch with the yaml
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 19c794a..a8ab920 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -197,15 +197,15 @@ $graph: doc: Address of the laboratory where the sample was taken type: string? jsonldPredicate: - _id: http://purl.obolibrary.org/obo/OBI_0600047 + _id: http://purl.obolibrary.org/obo/NCIT_C37900 provider_sample_id: type: string? jsonldPredicate: - _id: http://purl.obolibrary.org/obo/NCIT_C37900 + _id: http://www.ebi.ac.uk/efo/EFO_0001741 submitter_sample_id: type: string? jsonldPredicate: - _id: http://www.ebi.ac.uk/efo/EFO_0001741 + _id: http://purl.obolibrary.org/obo/NCIT_C42781 publication: doc: Reference to publication of this sample (e.g. DOI, pubmed ID, ...) type: string? |