query-febdc3d2f4066a51bb0a114d16902488

rq turtle/ttl

منحوتات ماكس بيل Sculptures by Max Bill Sculptures by Max Bill Sochy Maxe Billa Skulpturer af Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures de Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculture di Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculpturen van Max Bill Sculptures by Max Bill Sculptures by Max Bill Sculptures by Max Bill Скульптуры Макса Билла Sculptures by Max Bill Skulpturer av Max Bill Sculptures by Max Bill Max Bill heykelleri Sculptures by Max Bill Sculptures by Max Bill 马克斯·比尔(Max Bill)的雕塑作品

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 DISTINCT ?item ?itemLabel ?countryLabel ?placeLabel (YEAR(?date) as ?year) ?coords ?image
WHERE
{
  ?item wdt:P31/wdt:P279* wd:Q860861 .
  ?item wdt:P170 wd:Q123454 .
  OPTIONAL { ?item wdt:P17 ?country . }
  OPTIONAL { ?item wdt:P131 ?place . }
  OPTIONAL { ?item wdt:P571 ?date . }
  OPTIONAL { ?item wdt:P625 ?coords . }
  OPTIONAL { ?item wdt:P18 ?image . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" . }
}
ORDER BY ?itemLabel ?placeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?coords"):::projected v4("?country") v6("?date"):::projected v8("?image"):::projected v3("?item"):::projected v1("?itemLabel"):::projected v5("?place") v2("?placeLabel"):::projected v9("?year") a1((" ")) c5(["wd:Q123454"]):::iri c14(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal c12(["bd:serviceParam"]):::iri c3(["wd:Q860861"]):::iri v3 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v3 --"wdt:P170"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P17".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P131".-> v5 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P571".-> v6 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P625".-> v7 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P18".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end bind0[/"year-from-dateTime(?date)"/] v6 --o bind0 bind0 --as--o v9