diff options
author | Pjotr Prins | 2020-07-13 08:50:25 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-13 08:50:25 +0100 |
commit | b5e38b960c380f0f7868d8fc4038ea3c3a0c52ee (patch) | |
tree | b5477179d66540ab25634295112a2df47df30e27 /example/maximum_metadata_example.yaml | |
parent | 4167c87ece222f07b8a7cf4e56f71d8256ab5839 (diff) | |
download | bh20-seq-resource-b5e38b960c380f0f7868d8fc4038ea3c3a0c52ee.tar.gz bh20-seq-resource-b5e38b960c380f0f7868d8fc4038ea3c3a0c52ee.tar.lz bh20-seq-resource-b5e38b960c380f0f7868d8fc4038ea3c3a0c52ee.zip |
Add ontology and schema for license information. For review.
Diffstat (limited to 'example/maximum_metadata_example.yaml')
-rw-r--r-- | example/maximum_metadata_example.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/example/maximum_metadata_example.yaml b/example/maximum_metadata_example.yaml index 432877c..54736f8 100644 --- a/example/maximum_metadata_example.yaml +++ b/example/maximum_metadata_example.yaml @@ -1,5 +1,11 @@ id: placeholder +license: + license_type: http://creativecommons.org/licenses/by/4.0/ + title: "Sample" + attribution_name: "John doe, Joe Boe, Jonny Oe" + attribution_url: http://covid19.genenetwork.org/id + host: host_id: XX1 host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 @@ -13,9 +19,9 @@ host: additional_host_information: Optional free text field for additional information sample: - sample_id: Id of the sample as defined by the submitter + 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 sampling + collecting_institution: Institute that was responsible of sampling specimen_source: [http://purl.obolibrary.org/obo/NCIT_C155831,http://purl.obolibrary.org/obo/NCIT_C155835] collection_date: "2020-01-01" collection_location: http://www.wikidata.org/entity/Q148 |