Hi,
In the documentation, it says Collections can only contain equipment and points. The relationship is typically 'brick:hasPart'.
https://docs.brickschema.org/modeling/collections.html?highlight=collection
Should collections allow a 'brick:hasPoint' relationship if the collection represents a group of points?
For example, if I want to create a custom entity with a collection base class to represent a group of Room Scene Control points, could I have a relationship such as 'ext:Room_Scene_Control_Collection' brick:hasPoint ext:SceneModeCommand?
Currently, I've created a custom entity with an equipment base class to represent a group of Room Scene Control points because it supports the 'brick:hasPoint' relationship.
Thanks,
Sarah