diff options
author | lltommy | 2020-04-22 19:41:27 +0200 |
---|---|---|
committer | lltommy | 2020-04-22 19:41:27 +0200 |
commit | a12fe94f174da766be612fbb2712b4db2ba98296 (patch) | |
tree | 0c1a21fcfc638460d91309f7dfac3fdc967ca7c1 /bh20sequploader/bh20seq-schema.yml | |
parent | ba8b5d364f0ba96f3fef5214137d30ed00a8079d (diff) | |
download | bh20-seq-resource-a12fe94f174da766be612fbb2712b4db2ba98296.tar.gz bh20-seq-resource-a12fe94f174da766be612fbb2712b4db2ba98296.tar.lz bh20-seq-resource-a12fe94f174da766be612fbb2712b4db2ba98296.zip |
Small changes all around, trying to make the importer/metadata better
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 1ceebe2..80013c3 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -25,7 +25,7 @@ $graph: jsonldPredicate: _id: http://semanticscience.org/resource/SIO_000115 host_sex: - doc: Sex of the host as defined in NCIT, IRI expected (http://purl.obolibrary.org/obo/NCIT_C20197 (Male), http://purl.obolibrary.org/obo/NCIT_C27993 (Female), http://purl.obolibrary.org/obo/NCIT_C45908 (Intersex), or http://purl.obolibrary.org/obo/NCIT_C17998 (Unknown)) + doc: Sex of the host as defined in PATO, expect male () or female () type: string? jsonldPredicate: _id: http://purl.obolibrary.org/obo/PATO_0000047 @@ -144,7 +144,7 @@ $graph: fields: sample_sequencing_technology: doc: Technology that was used to sequence this sample (e.g Sanger, Nanopor MiniION) - type: string + type: string? jsonldPredicate: _id: http://purl.obolibrary.org/obo/OBI_0600047 _type: "@id" |