query-93e327db875ca6b4af7000ff2c98633b
Propertiesinstance of (P31)
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 . # Sitelink is badged as a Featured Article
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } .
} ORDER BY ?itemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item")
v1("?itemLabel"):::projected
v3("?sitelink"):::projected
c9(["bd:serviceParam"]):::iri
c4([https://ru.wikipedia.org/]):::iri
c11(["en"]):::literal
c2(["wd:Q6256"]):::iri
c7(["wd:Q17437796"]):::iri
v2 --"wdt:P31"--> c2
v3 --"schema:isPartOf"--> c4
v3 --"schema:about"--> v2
v3 --"wikibase:badge"--> c7
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end