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 /example/minimal_example.yaml | |
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 'example/minimal_example.yaml')
-rw-r--r-- | example/minimal_example.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml index f4118d1..ed578e2 100644 --- a/example/minimal_example.yaml +++ b/example/minimal_example.yaml @@ -8,6 +8,8 @@ sample: sample_id: XX collector_name: John Doe collecting_institution: Doe university + collection_date: 2020-01 + collection_location: http://www.wikidata.org/entity/Q148 virus: virus_species: http://purl.obolibrary.org/obo/NCBITaxon_2697049 |