Skip to content

v1.4.3

Latest
Compare
Choose a tag to compare
@gtfierro gtfierro released this 20 Mar 23:52
518d340

What's Changed

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