reteplayground
Aggregate

๐Ÿ“ˆ White Stork sightings by year

SELECT ?year (COUNT(?o) AS ?n) WHERE {
  ?o a <https://w3id.org/rete/gbif/taxon/species/2481912>โ€ฆ
}
GROUP BY ?year ORDER BY ?year
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ no server, no download โ€” the query runs in your browser.

The query

PREFIX v: <https://w3id.org/rete/gbif/vocab#> PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> SELECT ?year (COUNT(?o) AS ?n) WHERE { ?o a <https://w3id.org/rete/gbif/taxon/species/2481912> ; dwc:year ?year . } GROUP BY ?year ORDER BY ?year

rete playground ยท documentation ยท github.com/caviri/rete