cambridge-cares / TheWorldAvatar

A knowledge-graph-based digital twin of the world.
https://theworldavatar.io/
MIT License
84 stars 25 forks source link

Dev 1793 extend ontology for acph on lab dashboard #1211

Closed Michael-TeguhLaksana closed 3 months ago

Michael-TeguhLaksana commented 3 months ago

Added the ACPH and its property for the air change per hour in the CARES lab. I haven't added the room volume related concepts yet, as depending on how its calculated, it may require different representations.

Abyssus1010 commented 3 months ago

I shifted hasAirExchangeRate to ontobms instead and did some other corrections to the definitions. I also modified the domain of hasAirExchangeRate to bot:Zone instead of saref:HVAC as ACH is a metric used to describe the ventilation rate of a space, indicating how many times the air within that space is replaced in one hour. It is not used to describe the operating property of a HVAC device.

Abyssus1010 commented 3 months ago

@Michael-TeguhLaksana Please review and let me know if it is okay

Michael-TeguhLaksana commented 3 months ago

Yes, its supposed to be ontobms:hasAirExchangeRate, I somehow put it wrong there. Seems to make sense now, I think its correct.