aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader
diff options
context:
space:
mode:
authorPjotr Prins2020-07-15 14:54:59 +0100
committerPjotr Prins2020-07-15 14:54:59 +0100
commit712614e5627e54df7ec6ab975dc86a1055051455 (patch)
treee5e3c75d7e97b0bec226af9249d8618aae9660a7 /bh20sequploader
parentf4ed46dae20abe5147871495ede2d6ac2b0854bc (diff)
downloadbh20-seq-resource-712614e5627e54df7ec6ab975dc86a1055051455.tar.gz
bh20-seq-resource-712614e5627e54df7ec6ab975dc86a1055051455.tar.lz
bh20-seq-resource-712614e5627e54df7ec6ab975dc86a1055051455.zip
License RDF
Diffstat (limited to 'bh20sequploader')
-rw-r--r--bh20sequploader/bh20seq-schema.yml3
-rw-r--r--bh20sequploader/bh20seq-shex.rdf3
2 files changed, 4 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml
index c690e8a..ef55c55 100644
--- a/bh20sequploader/bh20seq-schema.yml
+++ b/bh20sequploader/bh20seq-schema.yml
@@ -1,6 +1,7 @@
$base: http://biohackathon.org/bh20-seq-schema
$namespaces:
cc: http://creativecommons.org/ns#
+ dc: http://purl.org/metadata/dublin_core_elements#
sch: https://schema.org/
efo: http://www.ebi.ac.uk/efo/
obo: http://purl.obolibrary.org/obo/
@@ -22,7 +23,7 @@ $graph:
doc: Attribution title related to data license
type: string?
jsonldPredicate:
- _id: http://semanticscience.org/resource/SIO_001167
+ _id: http://purl.org/metadata/dublin_core_elements#Title
attribution_name:
doc: Attribution NAME related to data license
type: string?
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf
index c48267d..9fab334 100644
--- a/bh20sequploader/bh20seq-shex.rdf
+++ b/bh20sequploader/bh20seq-shex.rdf
@@ -2,6 +2,7 @@ PREFIX : <https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh2
PREFIX MainSchema: <http://biohackathon.org/bh20-seq-schema#MainSchema/>
PREFIX hostSchema: <http://biohackathon.org/bh20-seq-schema#hostSchema/>
PREFIX cc: <http://creativecommons.org/ns#>
+PREFIX dc: <http://purl.org/metadata/dublin_core_elements#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX obo: <http://purl.obolibrary.org/obo/>
PREFIX sio: <http://semanticscience.org/resource/>
@@ -71,7 +72,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/>
:licenseShape{
cc:License xsd:string;
- sio:SIO_001167 xsd:string ?;
+ dc:Title xsd:string ?;
cc:attributionName xsd:string ?;
cc:attributionURL xsd:string ?;
cc:attributionSource xsd:string ?;