query-d3ba9c639b983cb5d160047913c85199

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel (SAMPLE(?img) AS ?sampleimg)
WHERE {
  ?item wdt:P31 wd:Q5.
  ?item wdt:P106 wd:Q169470.
  ?item wdt:P1801 ?img .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
} GROUP BY ?item ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?img"):::projected v1("?item"):::projected v3("?sampleimg") c7(["bd:serviceParam"]):::iri c4(["wd:Q169470"]):::iri c2(["wd:Q5"]):::iri c9(["en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P106"--> c4 v1 --"wdt:P1801"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind1[/"sample(?img)"/] v2 --o bind1 bind1 --as--o v3