diff options
author | Pjotr Prins | 2020-07-15 11:43:35 +0100 |
---|---|---|
committer | GitHub | 2020-07-15 11:43:35 +0100 |
commit | a0c8ebd57b875f265e8b0efec4abfaf892eb6c45 (patch) | |
tree | b5477179d66540ab25634295112a2df47df30e27 /example | |
parent | 3dd94e87c25ff0b2942dc59c919a9e6e45fe45be (diff) | |
parent | b5e38b960c380f0f7868d8fc4038ea3c3a0c52ee (diff) | |
download | bh20-seq-resource-a0c8ebd57b875f265e8b0efec4abfaf892eb6c45.tar.gz bh20-seq-resource-a0c8ebd57b875f265e8b0efec4abfaf892eb6c45.tar.lz bh20-seq-resource-a0c8ebd57b875f265e8b0efec4abfaf892eb6c45.zip |
Merge pull request #97 from pjotrp/master
Add license metadata to record
Diffstat (limited to 'example')
-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 |