query-35d6d3d31d04ea10d0d9ca33b13c3fc5

rq turtle/ttl

Propertieslocated in the administrative territorial entity (P131)instance of (P31)creator (P170)coordinate location (P625)image (P18)made from material (P186)location (P276)Vanderkrogt.net Statues ID (P3711)OpenStreetMap node ID (P11693)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 ?liegtinLabel ?isteinLabel ?urheberLabel ?ortLabel ?materLabel ?vanderk ?pic ?loc ?osmkn ?wirdbeschr
WHERE {
  ?item wdt:P131+ wd:Q490457. # liegt in der Stadt Rendsburg
  VALUES ?wasSuchenWir { wd:Q860861 wd:Q179700 wd:Q483453 wd:Q2293362 wd:Q4989906 wd:Q17489160 wd:Q659396 wd:Q245117 wd:Q29382748 wd:Q928357 }
  # Skulptur, Statue, Zierbrunnen, Skulpturengruppe, Denkmal, Büste, Reiterstandbild, Relief, Metallskulptur, Bronzeskulptur
  ?item wdt:P31 ?wasSuchenWir.   # Suche nach Skulptur oder Unterklasse
  ?item wdt:P31 ?istein.
  OPTIONAL { ?item wdt:P131  ?liegtin }
  OPTIONAL { ?item wdt:P170  ?urheber }
  OPTIONAL { ?item wdt:P625  ?loc }
  OPTIONAL { ?item wdt:P18   ?pic }
  OPTIONAL { ?item wdt:P186  ?mater }
  OPTIONAL { ?item wdt:P276  ?ort }
  OPTIONAL { ?item wdt:P3711 ?vanderk }
  OPTIONAL { ?item wdt:P11693 ?osmkn }
  OPTIONAL { ?item wdt:P973  ?wirdbeschr }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?itemLabel
LIMIT 150   #  23 (Juni 2024)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?istein") v2("?item"):::projected v1("?itemLabel"):::projected v5("?liegtin") v7("?loc"):::projected v9("?mater") v10("?ort") v12("?osmkn"):::projected v8("?pic"):::projected v6("?urheber") v11("?vanderk"):::projected v3("?wasSuchenWir") v13("?wirdbeschr"):::projected c13(["bd:serviceParam"]):::iri c15(["de,en"]):::literal c2(["wd:Q490457"]):::iri v2 --"wdt:P131"--> c2 bind0[/VALUES ?wasSuchenWir/] bind0-->v3 bind00(["wd:Q860861"]) bind00 --> bind0 bind01(["wd:Q179700"]) bind01 --> bind0 bind02(["wd:Q483453"]) bind02 --> bind0 bind03(["wd:Q2293362"]) bind03 --> bind0 bind04(["wd:Q4989906"]) bind04 --> bind0 bind05(["wd:Q17489160"]) bind05 --> bind0 bind06(["wd:Q659396"]) bind06 --> bind0 bind07(["wd:Q245117"]) bind07 --> bind0 bind08(["wd:Q29382748"]) bind08 --> bind0 bind09(["wd:Q928357"]) bind09 --> 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:P186".-> 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:P11693".-> 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