From 712614e5627e54df7ec6ab975dc86a1055051455 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Wed, 15 Jul 2020 14:54:59 +0100
Subject: License RDF
---
bh20sequploader/bh20seq-schema.yml | 3 ++-
bh20sequploader/bh20seq-shex.rdf | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
(limited to 'bh20sequploader')
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 :
PREFIX hostSchema:
PREFIX cc:
+PREFIX dc:
PREFIX xsd:
PREFIX obo:
PREFIX sio:
@@ -71,7 +72,7 @@ PREFIX wikidata:
: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 ?;
--
cgit v1.2.3