query-5e8aa4e7cacfb005f9f3a368eb43b144

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT * WHERE {
    ?article schema:about ?item .
    ?article  wikibase:badge wd:Q17437796 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article"):::projected v2("?item"):::projected c3(["wd:Q17437796"]):::iri v1 --"schema:about"--> v2 v1 --"wikibase:badge"--> c3