diff options
author | lltommy | 2020-05-06 17:50:07 +0200 |
---|---|---|
committer | lltommy | 2020-05-06 17:50:07 +0200 |
commit | 20b446c79420b1d5c9742caed6713b7a3e5991f4 (patch) | |
tree | f0e375edcd8755074273a81d2499f3841554d6bd /bh20sequploader | |
parent | 6b4c3697ef59324ef5489c46ed9b1f8a101754d1 (diff) | |
download | bh20-seq-resource-20b446c79420b1d5c9742caed6713b7a3e5991f4.tar.gz bh20-seq-resource-20b446c79420b1d5c9742caed6713b7a3e5991f4.tar.lz bh20-seq-resource-20b446c79420b1d5c9742caed6713b7a3e5991f4.zip |
Adding additional frontend option (PATO_0001340) to QC
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 2 | ||||
-rw-r--r-- | bh20sequploader/bh20seq-shex.rdf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 99e1a11..8a16bd3 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 PATO, expect male () or female () + doc: Sex of the host as defined in PATO, expect Male (http://purl.obolibrary.org/obo/PATO_0000384) or Female (http://purl.obolibrary.org/obo/PATO_0000383) or in Intersex (http://purl.obolibrary.org/obo/PATO_0001340) type: string? jsonldPredicate: _id: http://purl.obolibrary.org/obo/PATO_0000047 diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf index cdf2296..a017805 100644 --- a/bh20sequploader/bh20seq-shex.rdf +++ b/bh20sequploader/bh20seq-shex.rdf @@ -20,7 +20,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/> :hostShape { efo:EFO_0000532 [ obo:NCBITaxon_~ ] ; sio:SIO_000115 xsd:string ?; - obo:PATO_0000047 [ obo:PATO_0000384 obo:PATO_0000383 ] ?; + obo:PATO_0000047 [ obo:PATO_0000384 obo:PATO_0000383 obo:PATO_0001340] ?; obo:PATO_0000011 xsd:integer ?; obo:NCIT_C42574 [ obo:UO_~ ] ?; obo:NCIT_C25688 [obo:NCIT_C115935 obo:NCIT_C3833 obo:NCIT_C25269 obo:GENEPIO_0002020 obo:GENEPIO_0001849 obo:NCIT_C28554 obo:NCIT_C37987 ] ? ; |