Skip to content

Commit

Permalink
Merge pull request #15 from open223/Add-pnnl-example2-model
Browse files Browse the repository at this point in the history
Add pnnl example2 model
  • Loading branch information
michaelpoplawskipnnl authored Jan 9, 2024
2 parents dc0f7e6 + b2c60ff commit d78ea0b
Show file tree
Hide file tree
Showing 3 changed files with 80,136 additions and 0 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parts:
- file: examples/nist-example.md
- file: examples/NREL-example.md
- file: examples/pnnl-example1.md
- file: examples/pnnl-example2.md
- caption: Example Systems
chapters:
- file: examples/guideline36-2021-4.1.md
Expand Down
34 changes: 34 additions & 0 deletions examples/pnnl-example2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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

## Queries

## Model Components
Loading

0 comments on commit d78ea0b

Please sign in to comment.