query-545a0241e5fc37b4f85c928d64742773

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
SELECT ?item ?linkcount
WHERE 
{
  ?item wikibase:sitelinks ?linkcount .
  FILTER (?linkcount > 300)
}
ORDER BY DESC(?linkcount)
LIMIT 50

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?linkcount"):::projected f0[["?linkcount > '300^^xsd:integer'"]] f0 --> v1 v2 --"wikibase:sitelinks"--> v1