query-6d907bd4e0dda5baf4e6264105c93d40

rq turtle/ttl

القطط، بصور . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Gats, amb fotografies . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Kočky, s obrázky . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Katte, med billeder . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Katzen, mit Bildern . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Gatos con imágenes . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Katuak irudiekin . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of kucing (dengan gambar) . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Gatti, con immagini . I risultati sono visualizzati come una galleria con l'opzione '#defaultView:ImageGrid'. (P18)image con un (Q146)house cat uguale a (P31)instance of Questa query esamina tutti gli elementi con valore ネコ(画像付き) がある全ての項目を見つけます。オプション '#defaultView:ImageGrid' により、結果がギャラリーとして表示されます。 (P18)image に相当し、(Q146)house cat の値が(P31)instance of このクエリは Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Katės su nuotraukomis . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Gatos, com imagens . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Pisici, cu imagini . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Кошки, с изображениями . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of බළලුන් (පින්තූර සමඟ) . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Resimleriyle kediler . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of Коти, із зображеннями. Результати відображаються як галерея з параметром '#defaultView:ImageGrid'. (P18)image з (Q146)house cat , що дорівнює (P31)instance of Цей запит розглядає всі елементи зі значенням Cats, with pictures . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of 有照片的猫 . The results are displayed as a gallery with the option '#defaultView:ImageGrid'. (P18)image with a (Q146)house cat equals to (P31)instance of This query looks at all items with value of

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#>
#title: <span lang="en" dir="ltr" class="mw-content-ltr">Cats, with pictures</span>
#defaultView:ImageGrid
SELECT ?item ?itemLabel ?pic WHERE {
  ?item wdt:P31 wd:Q146;
    wdt:P18 ?pic.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?pic"):::projected c2(["wd:Q146"]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P18"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end