diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/metadata.yaml | 6 | ||||
-rw-r--r-- | example/minimal_example.yaml | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/example/metadata.yaml b/example/metadata.yaml index 5e1be0a..8bbf980 100644 --- a/example/metadata.yaml +++ b/example/metadata.yaml @@ -15,9 +15,9 @@ sample: sample_id: Id of the sample as defined by the submitter collector_name: Name of the person that took the sample collecting_institution: Institute that was responsible of sampeling - specimen_source: Method how specimen was derived - specimen_source2: Method how specimen was derived if two methods were used - collection_date: Date when the sample was taken + specimen_source: http://purl.obolibrary.org/obo/NCIT_C155831 + specimen_source2: http://purl.obolibrary.org/obo/NCIT_C155835 + collection_date: 2020-01-01 collection_location: http://www.wikidata.org/entity/Q148 sample_storage_conditions: XXX additional_collection_information: XXX 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 |