Skip to content

Commit

Permalink
1.3 -> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 19, 2024
1 parent 8e99932 commit 7300ad4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions libraries/chiller-plant/points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ chiller:
- template: condenser
args: {"name": "cnd"}
- template: https://brickschema.org/schema/Brick#Leaving_Chilled_Water_Temperature_Sensor
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "chwst"}
- template: https://brickschema.org/schema/Brick#Entering_Chilled_Water_Temperature_Sensor
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "chwrt"}
- template: https://brickschema.org/schema/Brick#Chilled_Water_Pump
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "chwp"}
- template: pump
args: {"name": "chwp"}
Expand All @@ -36,7 +36,7 @@ control_valve:
brick:hasPoint P:vlv_cmd .
dependencies:
- template: https://brickschema.org/schema/Brick#Valve_Command
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "vlv_cmd"}

bypass_valve:
Expand All @@ -47,7 +47,7 @@ bypass_valve:
brick:hasPoint P:vlv_cmd .
dependencies:
- template: https://brickschema.org/schema/Brick#Valve_Command
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "vlv_cmd"}


Expand Down Expand Up @@ -93,13 +93,13 @@ pump:
- template: electrical_meter
args: {"name": "meter"}
- template: https://brickschema.org/schema/Brick#Run_Status
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "run"}
- template: https://brickschema.org/schema/Brick#Frequency_Command
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "vsd"}
- template: https://brickschema.org/schema/Brick#Mode_Command
library: https://brickschema.org/schema/1.3/Brick
library: https://brickschema.org/schema/1.4/Brick
args: {"name": "mode"}
- template: control_valve
args: {"name": "control_valve"}
Expand Down
2 changes: 1 addition & 1 deletion libraries/medium-office/contraints.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@prefix : <urn:medium-office-brick-constraints/> .

: a owl:Ontology ;
owl:imports <https://brickschema.org/schema/1.3/Brick> ;
owl:imports <https://brickschema.org/schema/1.4/Brick> ;
owl:imports <https://nrel.gov/BuildingMOTIF/constraints> ;
owl:imports <urn:zonepac-app> ;
.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@prefix bldg: <http://example.org/building/> .

: a owl:Ontology ;
owl:imports <https://brickschema.org/schema/1.3/Brick> ;
owl:imports <https://brickschema.org/schema/1.4/Brick> ;
owl:imports <https://nrel.gov/BuildingMOTIF/constraints> ;
owl:imports <urn:ashrae/g36> ;
.
Expand Down

0 comments on commit 7300ad4

Please sign in to comment.