reteplayground
Select

Impressionism, with the canvases

SELECT ?title ?artist ?year (CONCAT("data:image/webp;base…
  ?w wa:style "Impressionism" ; wa:imageData ?d ;
     wa:artistNameText ?artist ; rdfs:label ?title ; wa:y…
} LIMIT 24
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 wa: <https://w3id.org/rete/wikiart#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?title ?artist ?year (CONCAT("data:image/webp;base64,", STR(?d)) AS ?painting) WHERE { ?w wa:style "Impressionism" ; wa:imageData ?d ; wa:artistNameText ?artist ; rdfs:label ?title ; wa:yearText ?year . } LIMIT 24

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