query-fcf273442437908c579f91b99a0e13af

rq turtle/ttl

صور الأحماض العضوية Images of organic acids Images of organic acids Obrázky organických kyselin Images of organic acids Bilder von Organischen Säuren Images of organic acids Images of organic acids Images of organic acids Images of organic acids Images of organic acids Images des acides organiques Images of organic acids Images of organic acids Images of organic acids Immagini di acidi organici Images of organic acids Images of organic acids Images of organic acids Images of organic acids Images of organic acids Afbeeldingen van organische zuren Images of organic acids Images of organic acids Images of organic acids Изображения органических кислот Images of organic acids Images of organic acids Images of organic acids Images of organic acids Зображення органічних кислот Images of organic acids 有机酸的图像

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#>
#defaultView:ImageGrid
SELECT ?compound ?compoundLabel ?image WHERE {
  ?compound wdt:P279+|wdt:P31+ wd:Q421948 ;
            wdt:P18|wdt:P117 ?image .
  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("?compound"):::projected v2("?image"):::projected c2(["wd:Q421948"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P279"--> c2 end union0r <== or ==> union0l end subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P117"--> v2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P18"--> v2 end union1r <== or ==> union1l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end