query-db7829801cc4136a274cc791f13ba657

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
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 ?username
WHERE 
{
  ?item p:P2002 [ps:P2002 ?username; pq:P1552 wd:Q111678803; a wikibase:BestRank]. 
  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; v2("?item"):::projected v1("?username"):::projected a1((" ")) c3(["wd:Q111678803"]):::iri c8(["bd:serviceParam"]):::iri c5(["wikibase:BestRank"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal a1 --"p:statement/P2002"--> v1 a1 --"p:qualifier/P1552"--> c3 a1 --"a"--> c5 v2 --"p:P2002"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end