query-2f9fc1c1f59b185b528ff18f0fb9c48d

rq turtle/ttl

P131 (encore)Bonjour, qui a déjà été posée moultes fois). Topic:Xaoh51xb9fhyz1gsSerait-il possible d'envisager de finalement faire le grand ménage dans les valeurs de P131 d'une commune. Certes la question n'est pas simple mais cela a des conséquences importantes (cf. la question sur le bistrot ) d'une commune : (P131)located in the administrative territorial entity des valeurs se trouvant en localisation ((P31)instance of Déjà pour savoir où l'on en est actuellement, voici une requête compte la nature (

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 ?type ?typeLabel (COUNT(?commune) AS ?compte) WHERE {
  ?commune wdt:P31 wd:Q484170 ;
           wdt:P131/wdt:P31 ?type .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?type ?typeLabel
ORDER BY DESC(?compte)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?commune"):::projected v4("?compte") v3("?type"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q484170"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P131"--> a1 a1 --"wdt:P31"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind1[/"count(?commune)"/] v2 --o bind1 bind1 --as--o v4