query-464d67b0209b1fa418774a2f153ca12f

rq turtle/ttl

🪣 Taxa within scope of the project .#Invasive species without an image on WikidataSee also

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#defaultView:ImageGrid
SELECT 
  DISTINCT 
  ?topic ?taxonname (SAMPLE(?image_) AS ?image)
  (COUNT(?paper) AS ?count)
WHERE {
  ?paper wdt:P6104 wd:Q56241615 ;
         wdt:P921 ?topic .
  ?topic wdt:P225 ?taxonname ;
         wdt:P105 wd:Q7432 .
  ?topic wdt:P18 ?image_.
}
GROUP BY ?topic ?taxonname ?image ?count
ORDER BY DESC(?count)
LIMIT 200

Query found at