query-54a630b91d773d777559dc0b9effee30
Sitelinks and badges
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
SELECT ?item ?article ?id
WHERE {
?item wdt:P8849 ?id .
?article schema:about ?item ; schema:isPartOf <https://bg.wikipedia.org/> .
}
Query found at
- https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries
- https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/sandbox
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?article"):::projected
v2("?id"):::projected
v1("?item"):::projected
c4([https://bg.wikipedia.org/]):::iri
v1 --"wdt:P8849"--> v2
v3 --"schema:about"--> v1
v3 --"schema:isPartOf"--> c4