Skip to content

Commit

Permalink
deploy: c2f42d1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveraysteveray committed Jan 11, 2024
1 parent c29cd5c commit 607d36c
Show file tree
Hide file tree
Showing 37 changed files with 154,239 additions and 154,174 deletions.
Binary file added _images/ExampleBuilding1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# Pritoni Office Building
# Example Building 1 model 1

![image](https://github.com/steveraysteveray/models.open223.info/assets/1130189/a586b8cd-c699-42c1-9b49-0c3f8a81de55)
Example Building 1 is a simplistic, reference tiny office building consisting of a single story with 5 rooms spanning 5 space types.

This example office building was used as a test artifact during the creation of the 223 standard specification, named after one of the committee participants, Marco Pritoni of Lawrence Berkeley National Laboratory.
This reference building was developed for and first described in the journal article ["Metadata Schemas and Ontologies for Building Energy Applications: A Critical Review and Use Case Analysis"](https://doi.org/10.3390/en14072024).

This example Building 1 model 1 is provided by current and former NIST staff and Pacific Northwest National Laboratory. See also [Building 1 model 2](../bdg1-2.md) for a different modeling approach for the same building.

### Schematic view

![image](../_static/images/ExampleBuilding1.png)

## Contents

The model contains a representation of the building architecture, mechanical system, and electrical/lighting system.

## Source

The model was created using [TopQuadrant](https://www.topquadrant.com/) TopBraid Composer Maestro Edition.

## Downloads

- <a href="/pd-sr-mp-pritoni.ttl">Turtle file</a>
- <a href="/pd-sr-mp-pritoni.jsonld">JSON-LD file</a>
- <a href="/bdg1-1.ttl">Turtle file</a>
- <a href="/bdg1-1.jsonld">JSON-LD file</a>

## Queries

Expand Down
36 changes: 25 additions & 11 deletions _sources/examples/pnnl-example1.md → _sources/examples/bdg1-2.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,48 @@
# PNNL Example Building 1
# Example Building 1 model 2

This is an example building model provided by Pacific Northwest National Laboratory.
Example Building 1 is a simplistic, reference tiny office building consisting of a single story with 5 rooms spanning 5 space types.

The model is a simplistic, reference building consisting of a single story with 5 rooms: open office, private office, bathroom, kitchenette, corridor.
This reference building was developed for and first described in the journal article ["Metadata Schemas and Ontologies for Building Energy Applications: A Critical Review and Use Case Analysis"](https://doi.org/10.3390/en14072024).

The model contains a representation of the building architecture and lighting system.
This example Building 1 model 2 is provided by Pacific Northwest National Laboratory. See also [Building 1 model 1](../bdg1-1.md) for a different modeling approach for the same building.

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

![image](../_static/images/ExampleBuilding1.png)

## Contents

The model contains a representation of the building architecture and electrical/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. The Real Estate Core ontology is extended by defining 2 subclasses for rec:Office.
``` ttl
recx:OpenOffice rdfs:subClassOf rec:Office;
rdfs:label "Open Office".
recx:PrivateOffice rdfs:subClassOf rec:Office;
rdfs:label "Private Office".
```

## 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 model was created from source data consisting of a building information model (BIM) created using [Autodesk](https://www.autodesk.com/) Revit, and exported via a [Speckle](https://speckle.systems/) interface.

### The Speckle view of rooms and lighting fixtures
### Speckle view of rooms and lighting fixtures
<img width="1212" alt="image" src="https://github.com/open223/models.open223.info/assets/22898727/92b1afd2-b3c3-492b-a7c7-61dea827a246">

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

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

## Downloads

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

## Queries

Expand Down
Binary file added _static/images/ExampleBuilding1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 607d36c

Please sign in to comment.