We would like to capture the relationship between some sensor and what it is associated with.
We have hasLocation, but this is not the same as knowing what entity a sensor is actually measuring.
We have hasPoint/isPointOf, but this seems to be more about encapsulating points in a single piece of equipment.
I think there's a need for a more generic notion of what a point is measuring, or what its controlling. We already have a controls/isControlledBy, which would be associated with some Command Point.
Just to clarify, it is entirely w/n the realm of possibility that we have sensors not associated with any particular piece of equipment.
Any thoughts?
We would like to capture the relationship between some sensor and what it is associated with.
We have
hasLocation, but this is not the same as knowing what entity a sensor is actually measuring.We have
hasPoint/isPointOf, but this seems to be more about encapsulating points in a single piece of equipment.I think there's a need for a more generic notion of what a point is measuring, or what its controlling. We already have a
controls/isControlledBy, which would be associated with someCommandPoint.Just to clarify, it is entirely w/n the realm of possibility that we have sensors not associated with any particular piece of equipment.
Any thoughts?