@@ -97,8 +97,6 @@ export const dgBaseSchema: Schema = {
9797 type : "NodeConstraint" ,
9898 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
9999 } ,
100- min : 0 ,
101- max : 1 ,
102100 } ,
103101 {
104102 type : "TripleConstraint" ,
@@ -115,10 +113,8 @@ export const dgBaseSchema: Schema = {
115113 predicate : "http://purl.org/dc/terms/creator" ,
116114 valueExpr : {
117115 type : "NodeConstraint" ,
118- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
116+ nodeKind : "iri " ,
119117 } ,
120- min : 0 ,
121- max : 1 ,
122118 } ,
123119 ] ,
124120 } ,
@@ -157,10 +153,8 @@ export const dgBaseSchema: Schema = {
157153 predicate : "http://purl.org/dc/terms/creator" ,
158154 valueExpr : {
159155 type : "NodeConstraint" ,
160- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
156+ nodeKind : "iri " ,
161157 } ,
162- min : 0 ,
163- max : 1 ,
164158 } ,
165159 {
166160 type : "TripleConstraint" ,
@@ -169,8 +163,6 @@ export const dgBaseSchema: Schema = {
169163 type : "NodeConstraint" ,
170164 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
171165 } ,
172- min : 0 ,
173- max : 1 ,
174166 } ,
175167 {
176168 type : "TripleConstraint" ,
@@ -237,10 +229,8 @@ export const dgBaseSchema: Schema = {
237229 predicate : "http://purl.org/dc/terms/creator" ,
238230 valueExpr : {
239231 type : "NodeConstraint" ,
240- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
232+ nodeKind : "iri " ,
241233 } ,
242- min : 0 ,
243- max : 1 ,
244234 } ,
245235 {
246236 type : "TripleConstraint" ,
@@ -249,8 +239,6 @@ export const dgBaseSchema: Schema = {
249239 type : "NodeConstraint" ,
250240 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
251241 } ,
252- min : 0 ,
253- max : 1 ,
254242 } ,
255243 {
256244 type : "TripleConstraint" ,
@@ -327,10 +315,8 @@ export const dgBaseSchema: Schema = {
327315 predicate : "http://purl.org/dc/terms/creator" ,
328316 valueExpr : {
329317 type : "NodeConstraint" ,
330- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
318+ nodeKind : "iri " ,
331319 } ,
332- min : 0 ,
333- max : 1 ,
334320 } ,
335321 {
336322 type : "TripleConstraint" ,
@@ -339,8 +325,6 @@ export const dgBaseSchema: Schema = {
339325 type : "NodeConstraint" ,
340326 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
341327 } ,
342- min : 0 ,
343- max : 1 ,
344328 } ,
345329 {
346330 type : "TripleConstraint" ,
@@ -407,10 +391,8 @@ export const dgBaseSchema: Schema = {
407391 predicate : "http://purl.org/dc/terms/creator" ,
408392 valueExpr : {
409393 type : "NodeConstraint" ,
410- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
394+ nodeKind : "iri " ,
411395 } ,
412- min : 0 ,
413- max : 1 ,
414396 } ,
415397 {
416398 type : "TripleConstraint" ,
@@ -419,8 +401,6 @@ export const dgBaseSchema: Schema = {
419401 type : "NodeConstraint" ,
420402 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
421403 } ,
422- min : 0 ,
423- max : 1 ,
424404 } ,
425405 {
426406 type : "TripleConstraint" ,
@@ -493,10 +473,8 @@ export const dgBaseSchema: Schema = {
493473 predicate : "http://purl.org/dc/terms/creator" ,
494474 valueExpr : {
495475 type : "NodeConstraint" ,
496- datatype : "http://www.w3.org/2001/XMLSchema#string " ,
476+ nodeKind : "iri " ,
497477 } ,
498- min : 0 ,
499- max : 1 ,
500478 } ,
501479 {
502480 type : "TripleConstraint" ,
@@ -505,8 +483,6 @@ export const dgBaseSchema: Schema = {
505483 type : "NodeConstraint" ,
506484 datatype : "http://www.w3.org/2001/XMLSchema#dateTime" ,
507485 } ,
508- min : 0 ,
509- max : 1 ,
510486 } ,
511487 {
512488 type : "TripleConstraint" ,
0 commit comments