query-3cc425a5b948bbff52675d80224b7a10
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 Pablo BusattoThis is the user sandbox of Neutral Question Support Oppose
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 ?statementcount WHERE {
?item wdt:P31/(wdt:P279)* wd:Q14659 .
?item wikibase:statements ?statementcount .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],pt-br,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?statementcount"):::projected
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,pt-br,en"]):::literal
c3(["wd:Q14659"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wikibase:statements"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end