Property Categories
I want to use categories to organize my properties on a Thing. Is there a way to get the list of categories implemented by the Thing? Preferably without having to get ALL of the Property Definitions and then running a Distinct snippet on the Category field.
I also want to avoid using Thing Shapes as a way of organizing the properties. We have instances of multiple Things needing to implement the same Shape but having wildly different properties and thus, doubling the size of the Shape actually needed for each Thing.

