Use case: I want to find properties that have an 'inverse of' statement and then create reverse relations for object-items. This is so the item of an author can automatically get a list of author of works, if works have the item listed as author.
(This is for my institution's wikibase instance.)
pywikibot's PropertyPage object does not have a claims property like the ItemPage has, though properties can have claims as well. Even calling the toJSON method does not return any info about claims for a property.