query-54a630b91d773d777559dc0b9effee30

rq turtle/ttl

Sitelinks and badges

Use at

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

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