antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
564 stars 109 forks source link

Not conforming to SPARQL 1.1 JSON result format #138

Open fbaumgardt opened 8 years ago

fbaumgardt commented 8 years ago

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

fbaumgardt commented 8 years ago

Just discovered that similarly the specified "datatype" property is called "type" in rdfstore-js.