query-a777586d3e1dc884136171a7e1d66d71

rq turtle/ttl

Gemälde in Neue und alter Meister

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#>
#----------------------------------------------------------
# Gemälde in Neue und alter Meister
#----------------------------------------------------------
#defaultView:ImageGrid
SELECT ?item ?itemLabel ?itemDescription ?image
WHERE 
{
  ?item wdt:P31 wd:Q3305213.
  {?item wdt:P276 wd:Q4890.}
  union
  {?item wdt:P276 wd:Q472706 .}
  OPTIONAL { ?item wdt:P18 ?image. }        # Bild
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en,[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?image"):::projected v1("?item"):::projected c2(["wd:Q3305213"]):::iri c8(["bd:serviceParam"]):::iri c4(["wd:Q4890"]):::iri c5(["wd:Q472706"]):::iri c10(["de,en,#91;AUTO_LANGUAGE#93;"]):::literal v1 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P276"--> c5 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P276"--> c4 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end