Your new Terminal Unit documentation also demonstrates the use of brick:Sensor_Equipment: https://docs.brickschema.org/modeling/terminal-units.html. Does the community have a recommendation when modeling sensors in a room?
If you model sensors to be part of a piece of equipment that represents the box that sensors reside in like below, then you need to create a query to search for Points ‘IsPointOf’ EquipmentX that ‘hasLocation’ RoomX.
Alternatively, if you model sensors to be Point ‘isPointOf’ RoomX, then you can create a query to directly search for points located in a room.
Do you recommend when modeling Sensor Equipment that you also model the Point ‘IsPointOf’ RoomX relationship?
For example add this additional relationship to the relationships above :