query-fa3ee3c99faf8453bf45982b36e66111
Countries that have a Featured Article on Russian Wikipedia
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/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?sitelink ?itemLabel WHERE {
?item wdt:P31 wd:Q6256.
?sitelink schema:isPartOf <https://ru.wikipedia.org/>;
schema:about ?item;
wikibase:badge wd:Q17437796 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item")
v2("?sitelink"):::projected
c9(["bd:serviceParam"]):::iri
c4([https://ru.wikipedia.org/]):::iri
c2(["wd:Q6256"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
c7(["wd:Q17437796"]):::iri
v1 --"wdt:P31"--> c2
v2 --"schema:isPartOf"--> c4
v2 --"schema:about"--> v1
v2 --"wikibase:badge"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end