query-16ec7d41887db81523c59c436709133d

rq turtle/ttl

خريطة جميع اللوحات التي نعرف موقعا مع العدد لكل موقع Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Mapa všech obrazů, u kterých známe umístění, s počtem pro jednotlivá umístění Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Carte des tableaux dont on connait une localisation avec le nombre de tableaux par lieu Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Mappa di tutti i dipinti di cui conosciamo l'ubicazione, con il conteggio per ubicazione. Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Kaart van alle schilderijen waarvan we een locatie kennen met de telling per locatie Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Karta över alla målningar som vi känner till en plats med antal per plats Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location Map of all the paintings for which we know a location with the count per location 我们知道其位置的所有画作在地图上,包含每个位置的计数

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#>
#Map of all the paintings for which we know a location with the count per location
#defaultView:Map
SELECT ?locationLabel ?coord (count(*) as ?count)
WHERE
{
    ?painting wdt:P31 wd:Q3305213 .
    ?painting wdt:P276 ?location .
  ?location wdt:P625 ?coord
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
GROUP BY ?locationLabel ?coord

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v4("?count") v2("?location") v1("?painting") c2(["wd:Q3305213"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P276"--> v2 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind1[/"count(*)"/] bind1 --as--o v4