query-ef2262bf6a7f0ad64e545088ba3c29f8

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel 
WHERE 
{
  ?item p:P528 ?statement.
  ?statement pq:P972 wd:Q51278630.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?statement") c5(["bd:serviceParam"]):::iri c3(["wd:Q51278630"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P528"--> v2 v2 --"p:qualifier/P972"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end