Skip to content

Files

Latest commit

85b8f77 · Jul 26, 2016

History

History
14 lines (11 loc) · 642 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 642 Bytes

sparql-minimums

run the following sparql query at this endpoint: http://sparql.turnguard.com/sparql

SELECT ?obs ?componentProperty ?obsValue FROM <http://labs.turnguard.com/scuba> WHERE {
                    ?obs a qb:Observation;
                         qb:dataSet/qb:structure/qb:component/qb:componentProperty ?componentProperty .
                    ?obs ?componentProperty ?obsValue
            }  ORDER BY ?obs ?componentProperty

open developer console (e.g. f12) and reload the page, output is written to the console.

seeAlso: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce