What's Changed
- fix release tool and update docs by @gtfierro in #679
- add Valve parent to HVAC valve subclasses. by @gtfierro in #680
- Add missing properties from rec.ttl by @metesaka in #681
- add resolution property by @metesaka in #683
- v1.4.3 Release by @gtfierro in #686
New Contributors
Added Concepts
None of these are actually new concepts, but there were bugs in their definitions that made them not properly modeled.
https://brickschema.org/schema/Brick#Room_Air_Temperature_Sensor
https://brickschema.org/schema/Brick#aliasOf
https://brickschema.org/schema/Brick#hasQuantity
https://brickschema.org/schema/Brick#hasSubstance
https://brickschema.org/schema/Brick#resolution
https://brickschema.org/schema/BrickShape#DeprecationShape
https://brickschema.org/schema/BrickShape#ElectricVehicleChargingDirectionalityShape
https://brickschema.org/schema/BrickShape#ElectricVehicleChargingTypeShape
https://brickschema.org/schema/BrickShape#ElectricVehicleConnectorTypeShape
https://brickschema.org/schema/BrickShape#ResolutionShape
Removed Concepts
Most of these are the result of fixed definitions. For example the ElectricVehicleChargingDirectionalityShape
shape was mistakenly defined in the wrong namespace.
https://brickschema.org/schema/Brick#DeprecationShape
https://brickschema.org/schema/Brick#ElectricVehicleChargingDirectionalityShape
https://brickschema.org/schema/Brick#ElectricVehicleChargingTypeShape
https://brickschema.org/schema/Brick#ElectricVehicleConnectorTypeShape
https://brickschema.org/schema/Brick#Relationship
Deprecations
Deprecations JSON
{
"https://w3id.org/rec#AudioVisualEquipment": {
"version": "1.4.0",
"message": "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Audio_Visual_Equipment",
"replacement": "https://brickschema.org/schema/Brick#Audio_Visual_Equipment"
},
"https://w3id.org/rec#Gateway": {
"version": "1.4.0",
"message": "REC ICT classes are being phased out in favor of Brick classes. For a replacement, consider brick:Gateway",
"replacement": "https://brickschema.org/schema/Brick#Gateway"
}
}
Full Changelog: v1.4.2...v1.4.3