User:Battleofalma/Biodiversity

From Wikidata
Jump to navigation Jump to search
#Count all items with POWO ID
SELECT (COUNT (DISTINCT ?item) AS ?count)
WHERE
{
  ?item wdt:P5037 ?value
  # change P5037 to another property
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Geography[edit]

wikipedia:List of codes used in the World Geographical Scheme for Recording Plant Distributions

#Count all items with World Geographical ID 
SELECT (COUNT (DISTINCT ?item) AS ?count)
WHERE
{
  ?item wdt:P11897 ?value
  # change P5037 to another property
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!
SELECT ?item ?itemLabel ?PlaceID #All the places with a WGID added

WHERE { ?item wdt:P11897 ?Place #instance of a thing with this thing about it
     
      
      
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
       
       }
Try it!


Things for later[edit]


This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!

WDQS | PetScan | TABernacle | Find images | Recent changes | Query: SELECT ?item ?itemLabel #added a Label here WHERE { ?item wdt:P141 wd:Q11394 . #items with the status endangered species SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } #added labelservice here }

... (This will be overwritten by ListeriaBot) ...

End of automatically generated list.