reteplayground
Select

๐Ÿ”Ž Search the photo archive โ€” the Somorrostro beach

SELECT ?photo ?title ?description ?open WHERE {
  ?u schema:description ?description ;
     schema:image ?photo ;
     schema:name ?title ;
     schema:url ?open .
  FILTER(CONTAINS(?description, "Somorrostro"))
Run this query โ†’ no server ยท no download ยท no account
caviri.github.io/rete
Run this query in the playground โ†’ 30 rows ยท 2.8 s ยท 19.5 MB of 128.4 MB read over HTTP range ยท no server, no download โ€” the query runs in your browser.

The query

PREFIX schema: <http://schema.org/> SELECT ?photo ?title ?description ?open WHERE { ?u schema:description ?description ; schema:image ?photo ; schema:name ?title ; schema:url ?open . FILTER(CONTAINS(?description, "Somorrostro")) } LIMIT 30

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