I want to do something like this:
A measurement is a kind of value.
A waist size is a kind of measurement.
Sadly, ni returns this problem:
You wrote 'A waist size is a kind of measurement' ...
but you are only allowed to create kinds of objects
(things, rooms, and so on) and kinds of 'value' ...
I take from this that it isn't possible to specialize values by making kinds of kinds of values? How can I accomplish something similar? My end goal is to make a property that can contain values from any of a certain set of kinds of values.