You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a good idea to list the path upwards of supertypes wherever we provide a supertype:
AggregateMeasure's supertype list would then be: Entity
AggregateMeasureCollection's supertype list would then be: Collection; Entity
This can helpfully help people not have to hope through a trail in the reference for finding supertypes, especially when there are two or more in the path up to the root Entity or Event.
We could also explicitly indicate that the property inheritance also works all the way up the inheritance chain... so the Person properties description should say something like (emphasis notes addition):
Person inherits all properties defined by its supertypes Agent and Entity, of which id and type are required.
The text was updated successfully, but these errors were encountered:
It might be a good idea to list the path upwards of supertypes wherever we provide a supertype:
AggregateMeasure
's supertype list would then be:Entity
AggregateMeasureCollection
's supertype list would then be:Collection; Entity
This can helpfully help people not have to hope through a trail in the reference for finding supertypes, especially when there are two or more in the path up to the root Entity or Event.
We could also explicitly indicate that the property inheritance also works all the way up the inheritance chain... so the
Person
properties description should say something like (emphasis notes addition):The text was updated successfully, but these errors were encountered: