query-f16b011fe136ccefd130d5a032117727
TODO
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 schema: <http://schema.org/>
SELECT (COUNT(*) AS ?count) WHERE { ?sitelink schema:about [ wikibase:sitelinks 1; wdt:P31/wdt:P279* wd:Q4167836 ]; schema:isPartOf <https://commons.wikimedia.org/> }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?sitelink")
a1((" "))
a2((" "))
c2(["1^^xsd:integer"]):::literal
c8([https://commons.wikimedia.org/]):::iri
c5(["wd:Q4167836"]):::iri
a1 --"wikibase:sitelinks"--> c2
a1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
v1 --"schema:about"--> a1
v1 --"schema:isPartOf"--> c8
bind1[/"count(*)"/]
bind1 --as--o v2