Skip to content

Commit

Permalink
few fixes per @gtfierro
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Oct 25, 2023
1 parent b7a1149 commit 594b7ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/ashrae/guideline36/4.10-chilled-water-plant.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
@prefix components: <urn:ashrae/g36/components/> .
@prefix : <urn:ashrae/g36/4.10/chilled-water-plant/> .

: a owl:Ontology .

# 4.10 Chilled Water Plant

:chilled-water-plant a sh:NodeShape, owl:Class, bmotif:System_Specification ;
Expand Down Expand Up @@ -583,6 +585,7 @@
sh:property [
rdfs:label "CHW supply temperature" ;
rdfs:comment "CHW supply temperature sensor required for primary-only plants." ;
sh:path brick:hasPoint ;
sh:qualifiedValueShape [ sh:class brick:Leaving_Chilled_Water_Temperature_Sensor ] ;
sh:qualifiedMinCount 1 ;
sh:qualifiedMaxCount 1
Expand Down Expand Up @@ -1206,6 +1209,7 @@
sh:property [
rdfs:label "WSE entering CHW temperature" ;
rdfs:comment "Note: WSE entering CHW temperatures is located in the pipe entering the HX, not the CHWR main upstream of the WSE." ;
sh:path brick:hasPoint ;
sh:qualifiedValueShape [ sh:class brick:Entering_Chilled_Water_Temperature_Sensor ] ;
sh:qualifiedMinCount 1 ;
sh:qualifiedMaxCount 1
Expand Down Expand Up @@ -1248,13 +1252,15 @@
# applications
sh:property [
rdfs:label "WSE CHW bypass valve" ;
sh:path brick:hasPoint ;
sh:qualifiedValueShape [ sh:node brick:Valve_Position_Command ] ;
sh:qualifiedMinCount 1 ;
sh:qualifiedMaxCount 1
] ;
# applications
sh:property [
rdfs:label "WSE CHW differential pressure" ;
sh:path brick:hasPoint ;
sh:qualifiedValueShape [ sh:node brick:Differential_Pressure_Sensor ] ;
sh:qualifiedMinCount 1 ;
sh:qualifiedMaxCount 1
Expand Down
2 changes: 2 additions & 0 deletions libraries/ashrae/guideline36/4.11-hot-water-plant.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
@prefix components: <urn:ashrae/g36/components/> .
@prefix : <urn:ashrae/g36/4.11/hot-water-plant/> .

: a owl:Ontology .

# 4.11 Hot Water Plant

:hot-water-plant a sh:NodeShape, owl:Class, bmotif:System_Specification ;
Expand Down

0 comments on commit 594b7ef

Please sign in to comment.