Skip to content

Commit

Permalink
update shape uris
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Sep 20, 2024
1 parent 03a8787 commit 0f608af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/ashrae/guideline36/4.6-multiple-zone-vav-ahu.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix : <urn:ashrae/g36/4.6/mz-vav-ahu/> .
@prefix : <urn:ashrae/g36/4.6/multiple-zone-vav-ahu/> .

:multiple-zone-vav-ahu a sh:NodeShape, owl:Class, bmotif:System_Specification ;
rdfs:label "Multiple-Zone VAV Air-Handling Unit" ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix : <urn:ashrae/g36/4.7/df-dd-vav-ahu/> .
@prefix : <urn:ashrae/g36/4.7/dual-fan-dual-duct-heating-vav-ahu/> .

:dual-fan-dual-duct-heating-vav-ahu a sh:NodeShape, owl:Class, bmotif:System_Specification ;
rdfs:label "Dual-Fan Dual-Duct Heating VAV Air-Handling Unit" ;
Expand Down
2 changes: 1 addition & 1 deletion libraries/ashrae/guideline36/4.8-single-zone-vav-ahu.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix : <urn:ashrae/g36/4.8/sz-vav-ahu/> .
@prefix : <urn:ashrae/g36/4.8/single-zone-vav-ahu/> .

:single-zone-vav-ahu a sh:NodeShape, owl:Class, bmotif:System_Specification ;
rdfs:label "Single-Zone VAV Air-Handling Unit" ;
Expand Down

0 comments on commit 0f608af

Please sign in to comment.