query-a9d493bd7ba1f83a50952813d384155b
Propertiesinstance of (P31)main subject (P921)describes a project that uses (P4510)
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 ?ditemLabel (COUNT(?item) AS ?count)
WHERE
{
?item wdt:P31 wd:Q13442814.
?item wdt:P921 wd:Q164778.
?item wdt:P4510 ?ditem.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?ditemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count")
v2("?ditem")
v1("?item"):::projected
c2(["wd:Q13442814"]):::iri
c7(["bd:serviceParam"]):::iri
c4(["wd:Q164778"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P921"--> c4
v1 --"wdt:P4510"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v3