about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Amstutz2020-07-16 12:04:26 -0400
committerPeter Amstutz2020-07-16 12:04:26 -0400
commit0e84b18cb134855d572d1f94d5d3c43571afe7e9 (patch)
treee5e7b67ccb8da4958abab7cad51ae1f374ca3f62
parenta10569f51072569604b2384e6e4d583b36de73c4 (diff)
downloadbh20-seq-resource-0e84b18cb134855d572d1f94d5d3c43571afe7e9.tar.gz
bh20-seq-resource-0e84b18cb134855d572d1f94d5d3c43571afe7e9.tar.lz
bh20-seq-resource-0e84b18cb134855d572d1f94d5d3c43571afe7e9.zip
Make license optional
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
-rw-r--r--bh20sequploader/bh20seq-shex.rdf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-shex.rdf b/bh20sequploader/bh20seq-shex.rdf
index 7331e86..bbc7309 100644
--- a/bh20sequploader/bh20seq-shex.rdf
+++ b/bh20sequploader/bh20seq-shex.rdf
@@ -17,7 +17,7 @@ PREFIX wikidata: <http://www.wikidata.org/entity/>
   MainSchema:submitter @:submitterShape ;
   MainSchema:technology @:technologyShape ;
   MainSchema:virus @:virusShape;
-  MainSchema:license @:licenseShape;
+  MainSchema:license @:licenseShape ?;
 }
 
 :hostShape  {
@@ -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 ?;