reteplayground
Select

A species' records: House Sparrow, with country & year

SELECT ?occ ?country ?year WHERE {
  ?occ a <https://w3id.org/rete/gbif/taxon/species/523119…
       dct:spatial ?c ; dwc:year ?year .
  ?c rdfs:label ?country .
} LIMIT 100
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX v: <https://w3id.org/rete/gbif/vocab#> PREFIX dwc: <http://rs.tdwg.org/dwc/terms/> SELECT ?occ ?country ?year WHERE { ?occ a <https://w3id.org/rete/gbif/taxon/species/5231190> ; dct:spatial ?c ; dwc:year ?year . ?c rdfs:label ?country . } LIMIT 100

rete playground · documentation · github.com/caviri/rete