query-534962a2094d58eb5cfe8341ce34d91b

rq turtle/ttl

Peintures décrivant des instruments à vent en boisPeintures décrivant des instruments à vent en bois(P18)image (P180)depicts (P279)subclass of (P31)instance of Propriétés utilisées : (Q181247)woodwind instrument (Q3305213)painting Éléments utilisés :

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:Peintures décrivant des instruments à vent en bois
#defaultView:ImageGrid
SELECT ?item ?itemLabel ?object ?objectLabel ?artistLabel ?image
WHERE
{
  ?item wdt:P31/wdt:P279* wd:Q3305213 . # Painting or sub-type of painting
  ?item wdt:P180 ?object .
  ?object wdt:P279* wd:Q181247 .
  OPTIONAL {?item wdt:P170 ?artistitem}
  BIND (IF(wikibase:isSomeValue(?artistitem), "Artist unknown", ?artistitem) AS ?artist).
  ?item wdt:P18 ?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; v4("?artist") v3("?artistitem") v5("?image"):::projected v1("?item"):::projected v2("?object"):::projected a1((" ")) c3(["wd:Q3305213"]):::iri c9(["bd:serviceParam"]):::iri c5(["wd:Q181247"]):::iri c11(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P180"--> v2 v2 --"wdt:P279"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P170".-> v3 end bind0[/"if(http://wikiba.se/ontology#isSomeValue(?artistitem),'Artist unknown',?artistitem)"/] v3 --o bind0 bind0 --as--o v4 v1 --"wdt:P18"--> v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end