query-f9e5cdcf2a669ebda77275d19de071a1

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?wtf ?wtfLabel ?edition ?editionLabel WHERE {
    ?edition wdt:P31 wd:Q3331189 . ?wtf wdt:P629 ?edition .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?edition"):::projected v2("?wtf"):::projected c5(["bd:serviceParam"]):::iri c2(["wd:Q3331189"]):::iri c7(["en"]):::literal v1 --"wdt:P31"--> c2 v2 --"wdt:P629"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end