You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in w3c/rdf-tests#58, literals in SPARQL query results should be not compared character-by-character, but by value.
For example, by first converting to canonical form.
rdf-terms may be a good place to introduce this canonicalization functionality. Alternatively, a new rdf-literal-canonical lib could be created.
This will require changes in QueryResultBindings and QueryResultQuads.
The text was updated successfully, but these errors were encountered:
As noted in w3c/rdf-tests#58, literals in SPARQL query results should be not compared character-by-character, but by value.
For example, by first converting to canonical form.
rdf-terms
may be a good place to introduce this canonicalization functionality. Alternatively, a newrdf-literal-canonical
lib could be created.This will require changes in
QueryResultBindings
andQueryResultQuads
.The text was updated successfully, but these errors were encountered: