query-8ad8681809c6a1091152cf9032a53b6a
5, 4, 3, 2, Tutorial sandbox 1 | Main sandboxOther sandboxes: .create it hereFor a sandbox of your own, . not an encyclopedia article, or data item. It serves as a testing spot and page development space for the user and is user page. A user sandbox is a subpage of the user's PremeditatedThis is the user sandbox of https://w.wiki/8hZFCurrent highlights[12]12. Feb 2024 - [11]4. Jul 2022 - [10]13. Nov 2020 - [9]18. Oct 2020 - [8]16. Oct 2020 - [7]14. Oct 2020 - [6]28. Jan 2020 - [5]18. Jan 2020 - [4]10. Dec 2019 - [3]25. Oct 2019 - [2]11. Dec 2018 - [1]18. Dec 2018 - Edits500 000Edit nr. 200 000Edit nr. 100Edit nr. 1Edit nr. Query for vandalism check (missing named as)https://w.wiki/4jPW: (P8313)Lex ID https://w.wiki/4DqP: (P1971)number of children
Use at
- https://query.wikidata.org/sparql
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 ?count WHERE {
{
SELECT ?item (COUNT (?id) AS ?count) WHERE {
?item wdt:P31 wd:Q15911738;
wdt:P7626 ?id.
} GROUP BY ?item
}.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}