reteplayground
Geo

Where the field ('Nature') photos were collected

SELECT ?name ?image ?wkt WHERE {
  ?photo a pa:Photo ; pa:source "nature" ; rdfs:label ?na…
         schema:image ?image ; pa:atLocality ?loc .
  ?loc geo:asWKT ?wkt .
} LIMIT 400
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → 400 mapped feature(s) · 111 ms · 128.0 KB of 9.8 MB read over HTTP range · no server, no download — the query runs in your browser.

The query

PREFIX pa: <https://w3id.org/rete/plantatlas/ontology#> PREFIX schema: <http://schema.org/> PREFIX geo: <http://www.opengis.net/ont/geosparql#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?name ?image ?wkt WHERE { ?photo a pa:Photo ; pa:source "nature" ; rdfs:label ?name ; schema:image ?image ; pa:atLocality ?loc . ?loc geo:asWKT ?wkt . } LIMIT 400

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