rdfstore-js
rdfstore-js copied to clipboard
Not conforming to SPARQL 1.1 JSON result format
Had an issue when handling query results because the types of RDF terms are called "token" rather than "type" which is specified here: https://www.w3.org/TR/sparql11-results-json/#select-bindings
Just discovered that similarly the specified "datatype" property is called "type" in rdfstore-js.