query-8ad8681809c6a1091152cf9032a53b6a

rq turtle/ttl

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

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". }
  }

Query found at

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