query-92677f248222d704b98a2decba6ac31d

rq turtle/ttl

Propertieson focus list of Wikimedia project (P5008)

Use at

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/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?sitelink ?itemLabel ?badge ?badgeLabel WHERE {
  ?item wdt:P5008 wd:Q15304953.    # item is within the focus of WikiProject Climate Change
  ?sitelink schema:about ?item;    # sitelinks about the item
     wikibase:badge ?badge .       # sitelink has a quality badge
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } .
} ORDER BY ?badgeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?badge"):::projected v1("?badgeLabel"):::projected v2("?item") v3("?sitelink"):::projected c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q15304953"]):::iri v2 --"wdt:P5008"--> c2 v3 --"schema:about"--> v2 v3 --"wikibase:badge"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end