query-6b355bb93f718075776a8ae9f3792b70

rq turtle/ttl

P131 des communes ? (P131)located in the administrative territorial entity J'en profite pour rebondir sur un point spécifique de la discussion précédente. Quelle valeur autorise-t-on, tolère-t-on et interdit-on en en valeurs suggérées (le consensus étant relativement clair pour ces deux là). (Q6465)department of France et (Q194203)arrondissement of France Actuellement, sur le tableau récapitulatif, il n'y a que Si on regarde la nature des valeurs actuellement utilisées, on voit qu'il y en a bien plus :

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 ?instance ?instanceLabel (COUNT(?item) AS ?count)
WHERE
{
    ?item wdt:P31 wd:Q484170 ; wdt:P131/wdt:P31 ?instance.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}
GROUP BY ?instance ?instanceLabel
ORDER BY DESC (?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?count") v3("?instance"):::projected v2("?item"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c7(["fr"]):::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(?item)"/] v2 --o bind1 bind1 --as--o v4