From 9709eca5c76aabe823ba34d976c5d11a9d150b76 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 7 Nov 2020 10:06:30 +0000 Subject: RDF: use URIs --- bh20sequploader/bh20seq-shex.rdf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bh20sequploader/bh20seq-shex.rdf') diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf index fa765dd..1b15c58 100644 --- a/bh20sequploader/bh20seq-shex.rdf +++ b/bh20sequploader/bh20seq-shex.rdf @@ -2,6 +2,7 @@ PREFIX : PREFIX hostSchema: PREFIX cc: +PREFIX cclicenses: PREFIX dc: PREFIX xsd: PREFIX obo: @@ -71,9 +72,9 @@ PREFIX wikidata: } :licenseShape{ - cc:License xsd:string ; + cc:License [ cclicenses:~ ] ; dc:Title xsd:string ?; cc:attributionName xsd:string ?; - cc:attributionURL xsd:string ?; + cc:attributionURL /^http/ ; cc:attributionSource xsd:string ?; } -- cgit v1.2.3