query-b587bb76ec943dffec7ac32a39648aef

rq turtle/ttl

Propertieslocation (P276)instance of (P31)subclass of (P279)located in the administrative territorial entity (P131)creator (P170)coordinate location (P625)image (P18)Commons category (P373)Vanderkrogt.net Statues ID (P3711)made from material (P186)described at URL (P973)

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 ?item ?itemLabel ?itemDescription ?isteinLabel ?urheberLabel ?materLabel ?ortLabel ?commCatLabel ?vanderk ?pic ?loc ?wirdbeschr
WHERE {
  ?item wdt:P276 wd:Q3489. # Ort ist ein Stadtteil
  VALUES ?wasSuchenWir { wd:Q838948 wd:Q860861 wd:Q179700 wd:Q483453 wd:Q2293362 wd:Q4989906 wd:Q17489160 wd:Q659396 wd:Q245117 }
  # Kunstwerk, Skulptur, Statue, Zierbrunnen, Skulpturengruppe, Denkmal, Büste, Reiterstandbild, Relief
  ?item wdt:P31 ?wasSuchenWir.   # Suche nach Skulptur oder Unterklasse /wdt:P279? führt zu Timeout bzw SEHR vielen Doppelzeilen
  ?item wdt:P31 ?istein.
  OPTIONAL { ?item wdt:P131  ?liegtIn }
  OPTIONAL { ?item wdt:P170  ?urheber }
  OPTIONAL { ?item wdt:P625  ?loc }
  OPTIONAL { ?item wdt:P18   ?pic }  # gibt Mehrfachtreffer wenn mehrere Bilder vorhanden
  OPTIONAL { ?item wdt:P373  ?commCat }
  OPTIONAL { ?item wdt:P276  ?ort }
  OPTIONAL { ?item wdt:P3711 ?vanderk }
  OPTIONAL { ?item wdt:P186  ?mater }
  OPTIONAL { ?item wdt:P973  ?wirdbeschr }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?itemLabel
LIMIT 1000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v9("?commCat") v4("?istein") v2("?item"):::projected v1("?itemLabel"):::projected v5("?liegtIn") v7("?loc"):::projected v12("?mater") v10("?ort") v8("?pic"):::projected v6("?urheber") v11("?vanderk"):::projected v3("?wasSuchenWir") v13("?wirdbeschr"):::projected c13(["bd:serviceParam"]):::iri c15(["de,en"]):::literal c2(["wd:Q3489"]):::iri v2 --"wdt:P276"--> c2 bind0[/VALUES ?wasSuchenWir/] bind0-->v3 bind00(["wd:Q838948"]) bind00 --> bind0 bind01(["wd:Q860861"]) bind01 --> bind0 bind02(["wd:Q179700"]) bind02 --> bind0 bind03(["wd:Q483453"]) bind03 --> bind0 bind04(["wd:Q2293362"]) bind04 --> bind0 bind05(["wd:Q4989906"]) bind05 --> bind0 bind06(["wd:Q17489160"]) bind06 --> bind0 bind07(["wd:Q659396"]) bind07 --> bind0 bind08(["wd:Q245117"]) bind08 --> bind0 v2 --"wdt:P31"--> v3 v2 --"wdt:P31"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P131".-> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P170".-> v6 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v7 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v8 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P373".-> v9 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P276".-> v10 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P3711".-> v11 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P186".-> v12 end subgraph optional8["(optional)"] style optional8 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P973".-> v13 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c13 --"wikibase:language"--> c15 end