Skip to content

Commit

Permalink
deploy: d78ea0b
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoplawskipnnl committed Jan 9, 2024
1 parent f296419 commit 96fc6dd
Show file tree
Hide file tree
Showing 32 changed files with 421,387 additions and 40,593 deletions.
48 changes: 48 additions & 0 deletions _sources/examples/pnnl-example2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# PNNL Example Building 2

This is an example building model provided by Pacific Northwest National Laboratory.

The model is based on a [Department of Energy Prototype Builiding](https://www.energycodes.gov/prototype-building-models) model.
Specifically, the DOE Prototype Medium Office Building was extended by creating unique detailed building architecture for each of the three building floors,
and designing a lighting layout that complies with the ASHRAE 90.1-2019 energy code.

The model contains a representation of the building architecture and lighting system.

In addition to the s223 ontology, the model uses the [Real Estate Core ontology](https://dev.realestatecore.io/ontology/) to describe space types.

## Source

The model was created from souce data consisting of a Revit building information model (BIM) exported via a [Speckle](https://speckle.systems/) interface.

### The Speckle view of rooms and lighting fixtures
<img width="1178" alt="image" src="https://github.com/open223/models.open223.info/assets/22898727/5a5dcecb-9b87-4e84-8261-6a3a315e1265">

Model instance data have a prefix that is resolvable to a Speckle URL.
``` ttl
@prefix bdg1: <http://speckle.xyz/streams/1fed8e620e/objects/>
```

For example, the following luminaire resolves to https://speckle.xyz/streams/1fed8e620e/objects/05749166d93671bedf16efb52636ce38 :
```ttl
bdg1:05749166d93671bedf16efb52636ce38 a s223:Luminaire
```

## Downloads

- <a href="/pnnl-example2.ttl">Turtle file</a>
- <a href="/pnnl-example2.jsonld">JSON-LD file</a>

## Queries

## Model Components
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Luminaire](https://explore.open223.info/s223/Luminaire.html) | 853 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [ElectricBreaker](https://explore.open223.info/s223/ElectricBreaker.html) | 3 |
| [Connection](https://explore.open223.info/s223/Connection.html) | [ElectricWire](https://explore.open223.info/s223/ElectricWire.html) | 856 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [OutletConnectionPoint](https://explore.open223.info/s223/OutletConnectionPoint.html) | 1709 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [InletConnectionPoint](https://explore.open223.info/s223/InletConnectionPoint.html) | 1709 |
| [DomainSpace](https://explore.open223.info/s223/DomainSpace.html) | [](https://explore.open223.info/s223/.html) | 311 |
| [Zone](https://explore.open223.info/s223/Zone.html) | [](https://explore.open223.info/s223/.html) | 220 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableProperty](https://explore.open223.info/s223/QuantifiableProperty.html) | 394 |

1 change: 1 addition & 0 deletions examples/NREL-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="nav bd-sidenav">
Expand Down
7 changes: 4 additions & 3 deletions examples/guideline36-2021-4.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="ASHRAE Guideline 36-2021 4.2 VAV Terminal Unit with Reheat" href="guideline36-2021-4.2.html" />
<link rel="prev" title="PNNL Example Building 1" href="pnnl-example1.html" />
<link rel="prev" title="PNNL Example Building 2" href="pnnl-example2.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down Expand Up @@ -491,12 +492,12 @@ <h2>Model Components<a class="headerlink" href="#model-components" title="Permal

<div class="prev-next-area">
<a class="left-prev"
href="pnnl-example1.html"
href="pnnl-example2.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">PNNL Example Building 1</p>
<p class="prev-next-title">PNNL Example Building 2</p>
</div>
</a>
<a class="right-next"
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.3-parallel-constant.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.3-parallel-variable.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/guideline36-2021-4.6.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="current nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/lbnl-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="nav bd-sidenav">
Expand Down
1 change: 1 addition & 0 deletions examples/nist-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1 current active"><a class="current reference internal" href="#">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example1.html">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="nav bd-sidenav">
Expand Down
7 changes: 4 additions & 3 deletions examples/pnnl-example1.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<script>DOCUMENTATION_OPTIONS.pagename = 'examples/pnnl-example1';</script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="ASHRAE Guideline 36-2021 4.1 VAV Terminal Unit with Cooling Only" href="guideline36-2021-4.1.html" />
<link rel="next" title="PNNL Example Building 2" href="pnnl-example2.html" />
<link rel="prev" title="NREL Example Building" href="NREL-example.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -176,6 +176,7 @@
<li class="toctree-l1"><a class="reference internal" href="nist-example.html">NIST Example Building</a></li>
<li class="toctree-l1"><a class="reference internal" href="NREL-example.html">NREL Example Building</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">PNNL Example Building 1</a></li>
<li class="toctree-l1"><a class="reference internal" href="pnnl-example2.html">PNNL Example Building 2</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Example Systems</span></p>
<ul class="nav bd-sidenav">
Expand Down Expand Up @@ -526,11 +527,11 @@ <h2>Model Components<a class="headerlink" href="#model-components" title="Permal
</div>
</a>
<a class="right-next"
href="guideline36-2021-4.1.html"
href="pnnl-example2.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">ASHRAE Guideline 36-2021 4.1 VAV Terminal Unit with Cooling Only</p>
<p class="prev-next-title">PNNL Example Building 2</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
Loading

0 comments on commit 96fc6dd

Please sign in to comment.