aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2020-07-16 09:25:58 +0100
committerPjotr Prins2020-07-16 09:25:58 +0100
commit01b192417f858d4389226b5130a430bd3b6d4416 (patch)
tree29dd4aab3eccc91d922b7969cccb167900dd3a40
parent712614e5627e54df7ec6ab975dc86a1055051455 (diff)
downloadbh20-seq-resource-01b192417f858d4389226b5130a430bd3b6d4416.tar.gz
bh20-seq-resource-01b192417f858d4389226b5130a430bd3b6d4416.tar.lz
bh20-seq-resource-01b192417f858d4389226b5130a430bd3b6d4416.zip
Make license optional for now
-rw-r--r--bh20sequploader/bh20seq-schema.yml2
-rw-r--r--bh20sequploader/bh20seq-shex.rdf2
2 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml
index ef55c55..ee852fa 100644
--- a/bh20sequploader/bh20seq-schema.yml
+++ b/bh20sequploader/bh20seq-schema.yml
@@ -16,7 +16,7 @@ $graph:
fields:
license_type:
doc: License types as defined in https://wiki.creativecommons.org/images/d/d6/Ccrel-1.0.pdf
- type: string
+ type: string?
jsonldPredicate:
_id: https://creativecommons.org/ns#License
title:
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf
index 9fab334..7331e86 100644
--- a/bh20sequploader/bh20seq-shex.rdf
+++ b/bh20sequploader/bh20seq-shex.rdf
@@ -71,7 +71,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/>
}
:licenseShape{
- cc:License xsd:string;
+ cc:License xsd:string ?;
dc:Title xsd:string ?;
cc:attributionName xsd:string ?;
cc:attributionURL xsd:string ?;