[00:36:13] Hello! I'm trying to pull some data from Wikipedia, and someone pointed me to Wikidata. Which seems ideal! Except I haven't got my head around Sparql. In particular, I can't figure out how to get certain properties for a given identifier. [00:36:54] My "input" would be, ideally, a wikipedia page like https://en.wikipedia.org/wiki/Common_loon. I want to get the taxon name and eBird ID, which is included in wikidata - I've found this query so far. https://w.wiki/5fgP [00:37:36] But a) I don't know how to query if I don't know the Wikidata ID already (though I can parse that out of wikipedia's API, I think) and b) I don't know how to say "Just give me these two fields back". Pointers would be appreciated! [09:35:59] y [11:07:02] creature: You should try https://petscan.wmflabs.org/ [13:14:42] HakanIST: Thanks for the pointer! I hadn't seen that. I figured out how to get some basic metadata (including the wikidata ID) from that - "Other sources" tab, "Common_loon" in "manual list" - but I don't know how to extend that to include the taxon name and ebird ID.