Closed kasei closed 2 years ago
The type signature for sparql-compare is:
xsd:boolean sparql-compare (RDF-star term, RDF-star term)
with a return value of xsd:boolean. However, the description says:
xsd:boolean
The function sparql-compare returns -1, 0, 1, or throws an error, based on the comparison of two RDF-star terms.
I believe xsd:boolean should be changed to xsd:integer here.
xsd:integer
The type signature for sparql-compare is:
with a return value of
xsd:boolean
. However, the description says:I believe
xsd:boolean
should be changed toxsd:integer
here.