diff options
author | Pjotr Prins | 2020-07-15 14:30:56 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-15 14:31:15 +0100 |
commit | f4ed46dae20abe5147871495ede2d6ac2b0854bc (patch) | |
tree | 6a6d168aa9fa358ad60e66835322970ebe70f9cc /bh20sequploader/bh20seq-schema.yml | |
parent | 924b8df23ae6cd8b82385b463be9698636ab610c (diff) | |
download | bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.tar.gz bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.tar.lz bh20-seq-resource-f4ed46dae20abe5147871495ede2d6ac2b0854bc.zip |
Add RDF output
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 29ac22c..c690e8a 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -23,16 +23,21 @@ $graph: type: string? jsonldPredicate: _id: http://semanticscience.org/resource/SIO_001167 + attribution_name: + doc: Attribution NAME related to data license + type: string? + jsonldPredicate: + _id: https://creativecommons.org/ns#attributionName attribution_url: doc: Attribution URL related to data license type: string? jsonldPredicate: - _id: https://creativecommons.org/ns#Work + _id: https://creativecommons.org/ns#attributionURL attribution_source: doc: Attribution source URL related to data license type: string? jsonldPredicate: - _id: https://creativecommons.org/ns#Work + _id: https://creativecommons.org/ns#attributionSource - name: hostSchema type: record |