File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ describe('triple builder chanier', function () {
534
534
"db:schema" ] } ,
535
535
{ "add_quad" : [ "scm:P_max" ,
536
536
"owl:maxCardinality" ,
537
- 4 ,
537
+ { "@value" : "4" , "@type" : "xsd:nonNegativeInteger" } ,
538
538
"db:schema" ] } ] } ;
539
539
540
540
expect ( woqlObject . json ( ) ) . to . eql ( jsonObj ) ;
@@ -563,7 +563,7 @@ describe('triple builder chanier', function () {
563
563
"db:schema" ] } ,
564
564
{ "add_quad" : [ "scm:P_min" ,
565
565
"owl:minCardinality" ,
566
- 2 ,
566
+ { "@value" : "2" , "@type" : "xsd:nonNegativeInteger" } ,
567
567
"db:schema" ] } ] } ;
568
568
569
569
expect ( woqlObject . json ( ) ) . to . eql ( jsonObj ) ;
@@ -592,7 +592,7 @@ describe('triple builder chanier', function () {
592
592
"db:schema" ] } ,
593
593
{ "add_quad" : [ "scm:P_cardinality" ,
594
594
"owl:cardinality" ,
595
- 3 ,
595
+ { "@value" : "3" , "@type" : "xsd:nonNegativeInteger" } ,
596
596
"db:schema" ] } ] } ;
597
597
598
598
expect ( woqlObject . json ( ) ) . to . eql ( jsonObj ) ;
You can’t perform that action at this time.
0 commit comments