query-fbcdf45d1bbb5e7ad5b68edfe5b3b2b7

rq turtle/ttl

Recipes with any recipe you might have for finding images of your interest. Here are some recipes: %0Replace the body of the query (P921)main subject equals its (P180)depicts Filter in images whose 10 LIMIT } ).?b = ?a(FILTER ].?b P921:ps[ P921:p ];?a P180:ps[ P180:p ?image { ?image DISTINCT SELECT (P921)main subject equals its (P180)depicts Filter out images whose 10 LIMIT } ).?b != ?a(FILTER ].?b P921:ps[ P921:p ];?a P180:ps[ P180:p ?image { ?image DISTINCT SELECT (for some reason, a lot of these images are shown) (Q735)art is (P921)main subject Filter out images whose

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT DISTINCT ?image {
  ?image p:P180 [];
         p:P921 [ps:P921 ?b].
  FILTER(?b != wd:Q735).
}
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?b") v2("?image"):::projected a1((" ")) a2((" ")) f0[["?b != 'wd:Q735'"]] f0 --> v1 v2 --"p:P180"--> a1 a2 --"p:statement/P921"--> v1 v2 --"p:P921"--> a2