Skip to content

turnguard/sparql-minimums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages