diff options
author | lltommy | 2020-04-13 02:36:18 +0200 |
---|---|---|
committer | lltommy | 2020-04-13 02:36:18 +0200 |
commit | bc62d3f4c9ed8d94e536d2dd67fedf40b3e011ab (patch) | |
tree | 45087b43c880dc459ea05793005ae8377306d98e /example/minimal_example.yaml | |
parent | 31686ba2e1b2edec29229ab5adb28b366893f17b (diff) | |
download | bh20-seq-resource-bc62d3f4c9ed8d94e536d2dd67fedf40b3e011ab.tar.gz bh20-seq-resource-bc62d3f4c9ed8d94e536d2dd67fedf40b3e011ab.tar.lz bh20-seq-resource-bc62d3f4c9ed8d94e536d2dd67fedf40b3e011ab.zip |
Starting to turn values into IRIs ...
Diffstat (limited to 'example/minimal_example.yaml')
-rw-r--r-- | example/minimal_example.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml index 160d1d4..43adfa8 100644 --- a/example/minimal_example.yaml +++ b/example/minimal_example.yaml @@ -2,8 +2,8 @@ id: placeholder host: host_id: XX - host_species: string - host_sex: string + host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 + host_sex: http://purl.obolibrary.org/obo/NCIT_C20197 sample: sample_id: XXX |