diff options
author | Peter Amstutz | 2020-04-09 15:59:46 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-09 15:59:46 -0400 |
commit | dbe094a150d6c969b3d69f112b3538e6a87a74a2 (patch) | |
tree | 1616dc14701be69ba91f6aede1cc24ed66b98e5b /bh20sequploader | |
parent | deedb2ed7046bbe81136b8d9d1edc353984d356b (diff) | |
download | bh20-seq-resource-dbe094a150d6c969b3d69f112b3538e6a87a74a2.tar.gz bh20-seq-resource-dbe094a150d6c969b3d69f112b3538e6a87a74a2.tar.lz bh20-seq-resource-dbe094a150d6c969b3d69f112b3538e6a87a74a2.zip |
Add "sequencefile" for the metadata subject.
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index fd9e854..5c962d1 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -1,3 +1,8 @@ +$base: http://biohackathon.org/bh20-seq-schema +$namespaces: + sch: https://schema.org/ + efo: http://www.ebi.ac.uk/efo/ + obo: http://purl.obolibrary.org/obo/ $graph: - name: hostSchema @@ -75,4 +80,10 @@ $graph: sample: sampleSchema virus: virusSchema? technology: technologySchema - submitter: submitterSchema
\ No newline at end of file + submitter: submitterSchema + sequencefile: + doc: The subject (eg the fasta/fastq file) that this metadata describes + type: string? + jsonldPredicate: + _id: "@id" + _type: "@id" |