query-52fb2db554bf1d61168ec2022074503c

rq turtle/ttl

🚧 Species with a Global Invasive Species Database ID (P5626) or an Invasive Species Compendium Datasheet ID (P5698) but not tagged as being within scope of this WikiProject

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title: Species with a Global Invasive Species Database ID (P5626) or an Invasive Species Compendium Datasheet ID (P5698) but not tagged as being within scope of this WikiProject
#defaultView:ImageGrid
SELECT DISTINCT ?item ?taxonname ?taxonrank (SAMPLE(?image_) AS ?image) ?linkcount WHERE {

  {?item wdt:P5698 [].} UNION {?item wdt:P5626 [].}
  FILTER NOT EXISTS {   ?item wdt:P6104 wd:Q56241615 . }
  ?item wdt:P18 ?image_ ;
        wdt:P105 wd:Q7432 ;
        wdt:P225 ?taxonname.
  ?work wdt:P921 ?item .
  ?item wikibase:sitelinks ?linkcount .
}
GROUP BY ?item ?taxonname ?taxonrank ?image ?linkcount

ORDER BY DESC(?linkcount)

Query found at