Insert graph error using [ ]

Hi
Im trying insert weight value for triple on virtuoso instance 8.3 by

sparql
PREFIX : <https://ods-qa.openlinksw.com/public_home/kidehen/Drives/google-drive/mydata2.ttl#>
INSERT DATA  {
                GRAPH <urn:text>
                      {
                          [
                            rdf:type rdf:Statement ;
                            rdfs:Subject  :Subject ;
                            rdfs:Predicate  :Predicate1;
                            rdfs:Object  :Object1
                          ] 
                                            :weight "1.00"^^xsd:decimal.
                      }
             }

but i have this error

SQLState: 22023
Message: SR130: Value for IRI ID column out of range

I tried the save syntax on another virtuoso instance 8.3, it works well.
Where is the problem, Thanks

What’s the output for the following, for both of the versions you tested?

virtuoso-iodbc-t -?