query-78f7d09ca38368a99cab09524551d4ee

rq turtle/ttl

Nature reserves close to many monuments

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#>
#TEMPLATE={ "template": { "en": "Municipality ?muncipality" }, "variables": { "?muncipality": { "query": "SELECT ?id WHERE { ?id wdt:P31 wd:Q127448. }" } } }
#defaultView:Map
#title: Nature reserves close to many monuments

SELECT ?nr ?nrLabel ?nr_coord ?url (COUNT(?m) AS ?m_count) WHERE {
  BIND(wd:Q508140 AS ?muncipality)
  ?nr wdt:P31 wd:Q179049;
    wdt:P131 ?muncipality;
    wdt:P625 ?nr_coord.
  SERVICE wikibase:around {
    ?m wdt:P625 ?location.
    bd:serviceParam wikibase:center ?nr_coord;
      wikibase:radius "1".
  }
  ?m wdt:P1435 wd:Q21287602.
  BIND(REPLACE(STR(?nr), 'http://www.wikidata.org/entity/', '') AS ?qid)

  BIND(URI(CONCAT('https://query.wikidata.org/embed.html#%23defaultView%3AMap%0ASELECT%20%3Fm%20%3FmLabel%20%3Fm_coord%20WHERE%20%7B%0A%20%20BIND%28wd%3A', ?qid, '%20AS%20%3Fnr%29%0A%20%20%3Fnr%20wdt%3AP625%20%3Fnr_coord%20.%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fm%20wdt%3AP625%20%3Fm_coord%20.%0A%20%20%20%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%3Fnr_coord%20%3B%0A%20%20%20%20%20%20wikibase%3Aradius%20%221%22.%0A%20%20%7D%0A%20%20%3Fm%20wdt%3AP1435%20wd%3AQ21287602.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Csv%22.%20%7D%0A%7D')) AS ?url)

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],sv". }
}
GROUP BY ?nr ?nrLabel ?nr_coord ?url
ORDER BY DESC (?m_count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?location") v5("?m"):::projected v9("?m_count") v2("?muncipality") v3("?nr"):::projected v4("?nr_coord"):::projected v7("?qid") v8("?url"):::projected c14(["#91;AUTO_LANGUAGE#93;,sv"]):::literal c9(["1"]):::literal c6(["bd:serviceParam"]):::iri c11(["wd:Q21287602"]):::iri c2(["wd:Q179049"]):::iri bind0[/"'wd:Q508140'"/] bind0 --as--o v2 v3 --"wdt:P31"--> c2 v3 --"wdt:P131"--> v2 v3 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#around"] style s1 stroke-width:4px; v5 --"wdt:P625"--> v6 c6 --"wikibase:center"--> v4 c6 --"wikibase:radius"--> c9 end v5 --"wdt:P1435"--> c11 bind1[/"replace(str(?nr),'http://www.wikidata.org/entity/','')"/] v3 --o bind1 bind1 --as--o v7 bind2[/"concat('https://query.wikidata.org/embed.html#%23defaultView%3AMap%0ASELECT%20%3Fm%20%3FmLabel%20%3Fm_coord%20WHERE%20%7B%0A%20%20BIND%28wd%3A',?qid,'%20AS%20%3Fnr%29%0A%20%20%3Fnr%20wdt%3AP625%20%3Fnr_coord%20.%0A%20%20SERVICE%20wikibase%3Aaround%20%7B%0A%20%20%20%20%3Fm%20wdt%3AP625%20%3Fm_coord%20.%0A%20%20%20%20%20%20%20bd%3AserviceParam%20wikibase%3Acenter%20%3Fnr_coord%20%3B%0A%20%20%20%20%20%20wikibase%3Aradius%20%221%22.%0A%20%20%7D%0A%20%20%3Fm%20wdt%3AP1435%20wd%3AQ21287602.%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Csv%22.%20%7D%0A%7D')"/] v7 --o bind2 bind2 --as--o v8 subgraph s2["http://wikiba.se/ontology#label"] style s2 stroke-width:4px; c6 --"wikibase:language"--> c14 end bind4[/"count(?m)"/] v5 --o bind4 bind4 --as--o v9