How would you request the set of all Properties that an Item has?
Specifically, I'm looking for the English Labels for each Item that is the Value of an Item's Property.
E.g. "Earth":
{
"Challenger Deep",
"Solar System",
"oblate spheroid",
"geoid",
"World Ocean",
"Afro-Eurasia",
...
}
I'm using the Wikidata Toolkit library for now, but I'd take recommendations.