diff --git a/_static/images/ExampleBuilding1.png b/_static/images/ExampleBuilding1.png new file mode 100644 index 00000000..7873a1e4 Binary files /dev/null and b/_static/images/ExampleBuilding1.png differ diff --git a/_toc.yml b/_toc.yml index 7bc63e99..7a6667d2 100644 --- a/_toc.yml +++ b/_toc.yml @@ -7,12 +7,13 @@ root: intro parts: - caption: Example Buildings chapters: + - file: examples/bdg1-1.md + - file: examples/bdg1-2.md - file: examples/lbnl-example.md - file: examples/nist-example.md - file: examples/NREL-example.md - - file: examples/pnnl-example1.md - file: examples/pnnl-example2.md - - file: examples/pd-sr-mp-pritoni.md + - caption: Example Systems chapters: - file: examples/guideline36-2021-4.1.md diff --git a/examples/bdg1-1.md b/examples/bdg1-1.md new file mode 100644 index 00000000..9e309e56 --- /dev/null +++ b/examples/bdg1-1.md @@ -0,0 +1,25 @@ +# Example Building 1 model 1 + +Example Building 1 is a simplistic, reference tiny office building consisting of a single story with 5 rooms spanning 5 space types. + +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 + +## Queries + +## Model Components diff --git a/examples/bdg1-2.md b/examples/bdg1-2.md new file mode 100644 index 00000000..3c24b519 --- /dev/null +++ b/examples/bdg1-2.md @@ -0,0 +1,46 @@ +# Example Building 1 model 2 + +Example Building 1 is a simplistic, reference tiny office building consisting of a single story with 5 rooms spanning 5 space types. + +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 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. + +### 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 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. + +### Speckle view of rooms and lighting fixtures +image + +Model instance data have a prefix that is resolvable to a Speckle URL. +``` ttl +@prefix bdg1-2: +``` + +For example, the following luminaire resolves to https://speckle.xyz/streams/1fed8e620e/objects/05749166d93671bedf16efb52636ce38. +``` ttl +bdg1:05749166d93671bedf16efb52636ce38 a s223:Luminaire +``` + +## Downloads + +## Queries + +## Model Components diff --git a/examples/pd-sr-mp-pritoni.md b/examples/pd-sr-mp-pritoni.md deleted file mode 100644 index 96cf5777..00000000 --- a/examples/pd-sr-mp-pritoni.md +++ /dev/null @@ -1,11 +0,0 @@ -# Pritoni Office Building - -![image](https://github.com/steveraysteveray/models.open223.info/assets/1130189/a586b8cd-c699-42c1-9b49-0c3f8a81de55) - -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. - -## Downloads - -## Queries - -## Model Components diff --git a/examples/pnnl-example1.md b/examples/pnnl-example1.md deleted file mode 100644 index f5924cde..00000000 --- a/examples/pnnl-example1.md +++ /dev/null @@ -1,32 +0,0 @@ -# PNNL Example Building 1 - -This is an example building model provided by Pacific Northwest National Laboratory. - -The model is a simplistic, reference building consisting of a single story with 5 rooms: open office, private office, bathroom, kitchenette, corridor. - -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 -image - -Model instance data have a prefix that is resolvable to a Speckle URL. -``` ttl -@prefix bdg1: -``` - -For example, the following luminaire resolves to https://speckle.xyz/streams/1fed8e620e/objects/05749166d93671bedf16efb52636ce38. -```ttl -bdg1:05749166d93671bedf16efb52636ce38 a s223:Luminaire -``` - -## Downloads - -## Queries - -## Model Components diff --git a/models/pd-sr-mp-pritoni.ttl b/models/bdg1-1.ttl similarity index 100% rename from models/pd-sr-mp-pritoni.ttl rename to models/bdg1-1.ttl diff --git a/models/pnnl-example1.ttl b/models/bdg1-2.ttl similarity index 100% rename from models/pnnl-example1.ttl rename to models/bdg1-2.ttl