diff options
author | lltommy | 2020-04-20 10:13:16 +0200 |
---|---|---|
committer | lltommy | 2020-04-20 10:13:16 +0200 |
commit | a1a5b2db96c315c784a8a77d8b2ce0db4c009f89 (patch) | |
tree | d9ede1baa4bc8e5bd5382f8941b2be9d2a9d703c /bh20sequploader | |
parent | fdbaeeb5ed29f6a2b1a9de466cb62e6fd6849b85 (diff) | |
download | bh20-seq-resource-a1a5b2db96c315c784a8a77d8b2ce0db4c009f89.tar.gz bh20-seq-resource-a1a5b2db96c315c784a8a77d8b2ce0db4c009f89.tar.lz bh20-seq-resource-a1a5b2db96c315c784a8a77d8b2ce0db4c009f89.zip |
Making collection date and collection location MANDATORY fields, turning orcid into IRI
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 5000f08..64008f2 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -87,12 +87,12 @@ $graph: _type: "@id" collection_date: doc: Date when the sample was taken - type: string? + type: string jsonldPredicate: _id: http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25164 collection_location: doc: Geographical location where the sample was collected as wikidata reference, e.g. http://www.wikidata.org/entity/Q148 (China) - type: string? + type: string jsonldPredicate: _id: http://purl.obolibrary.org/obo/GAZ_00000448 _type: "@id" @@ -214,6 +214,8 @@ $graph: type: string? jsonldPredicate: _id: http://semanticscience.org/resource/SIO_000115 + _type: "@id" + noLinkCheck: true - name: MainSchema type: record |