Skip to content

Commit

Permalink
add ibal schematic and model (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro authored Dec 18, 2023
1 parent b2a3dc7 commit 3f64838
Show file tree
Hide file tree
Showing 11 changed files with 45,871 additions and 26,095 deletions.
Binary file added _static/schematics/ibal.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parts:
chapters:
- file: examples/lbnl-example.md
- file: examples/NREL-example.md
- file: examples/ibal.md
- caption: Example Systems
chapters:
- file: examples/guideline36-2021-4.1.md
Expand Down
20 changes: 19 additions & 1 deletion examples/guideline36-2021-4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ This component model is an example of the variable air volume (VAV) terminal uni

## Downloads


- <a href="/guideline36-2021-4.2.ttl">Turtle file</a>
- <a href="/guideline36-2021-4.2.jsonld">JSON-LD file</a>

## Queries


## Model Components
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Actuator](https://explore.open223.info/s223/Actuator.html) | 2 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Sensor](https://explore.open223.info/s223/Sensor.html) | 2 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Damper](https://explore.open223.info/s223/Damper.html) | 1 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [HeatingCoil](https://explore.open223.info/s223/HeatingCoil.html) | 1 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Valve](https://explore.open223.info/s223/Valve.html) | 1 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [SingleDuctTerminal](https://explore.open223.info/s223/SingleDuctTerminal.html) | 1 |
| [Connection](https://explore.open223.info/s223/Connection.html) | [Duct](https://explore.open223.info/s223/Duct.html) | 3 |
| [Connection](https://explore.open223.info/s223/Connection.html) | [Pipe](https://explore.open223.info/s223/Pipe.html) | 3 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [OutletConnectionPoint](https://explore.open223.info/s223/OutletConnectionPoint.html) | 6 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [InletConnectionPoint](https://explore.open223.info/s223/InletConnectionPoint.html) | 6 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableProperty](https://explore.open223.info/s223/QuantifiableProperty.html) | 6 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableObservableProperty](https://explore.open223.info/s223/QuantifiableObservableProperty.html) | 4 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableActuatableProperty](https://explore.open223.info/s223/QuantifiableActuatableProperty.html) | 2 |

45 changes: 45 additions & 0 deletions examples/ibal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# NIST Intelligent Buildings Agents Laboratory

This is a model of the Intelligent Buildings Agents Laboratory (IBAL) at NIST.

The schematics of the air and hydronic systems can be found [here](_static/schematics/ibal.pdf)

## Downloads

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

## Queries
| Description | Query URL |
|-------------|-----------|
| Zone/room temperature sensors | [Query Link](https://query.open223.info/?query=PREFIX+s223%3A+%3Chttp%3A%2F%2Fdata.ashrae.org%2Fstandard223%23%3E+PREFIX+unit%3A+%3Chttp%3A%2F%2Fqudt.org%2Fvocab%2Funit%2F%3E+PREFIX+rdfs%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2000%2F01%2Frdf-schema%23%3E+PREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E+PREFIX+quantitykind%3A+%3Chttp%3A%2F%2Fqudt.org%2Fvocab%2Fquantitykind%2F%3E+PREFIX+qudt%3A+%3Chttp%3A%2F%2Fqudt.org%2Fschema%2Fqudt%2F%3E+PREFIX+sh%3A+%3Chttp%3A%2F%2Fwww.w3.org%2Fns%2Fshacl%23%3E+PREFIX+owl%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23%3E+SELECT+%3Flocation+%3Fsensor+WHERE+%7B+++++%3Fsensor+rdf%3Atype%2Frdfs%3AsubClassOf%2A+s223%3ASensor+.+++++%3Fsensor+s223%3Aobserves+%3Fproperty+.+++++%3Fproperty+qudt%3AhasQuantityKind+quantitykind%3ATemperature+.+++++%3Fsensor+s223%3AhasObservationLocation+%3Flocation+%7D+&url=https://models.open223.info/ibal.ttl) |

## Model Components
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [TemperatureSensor](https://explore.open223.info/s223/TemperatureSensor.html) | 38 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Damper](https://explore.open223.info/s223/Damper.html) | 19 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [FlowSensor](https://explore.open223.info/s223/FlowSensor.html) | 12 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Controller](https://explore.open223.info/s223/Controller.html) | 9 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [HumiditySensor](https://explore.open223.info/s223/HumiditySensor.html) | 9 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [PressureSensor](https://explore.open223.info/s223/PressureSensor.html) | 8 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [HeatingCoil](https://explore.open223.info/s223/HeatingCoil.html) | 7 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [VariableFrequencyDrive](https://explore.open223.info/s223/VariableFrequencyDrive.html) | 5 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Fan](https://explore.open223.info/s223/Fan.html) | 5 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [ThreeWayValve](https://explore.open223.info/s223/ThreeWayValve.html) | 5 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [TwoWayValve](https://explore.open223.info/s223/TwoWayValve.html) | 5 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Pump](https://explore.open223.info/s223/Pump.html) | 4 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [TerminalUnit](https://explore.open223.info/s223/TerminalUnit.html) | 4 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [AirHandlingUnit](https://explore.open223.info/s223/AirHandlingUnit.html) | 3 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [CoolingCoil](https://explore.open223.info/s223/CoolingCoil.html) | 3 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Chiller](https://explore.open223.info/s223/Chiller.html) | 2 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [ElectricMeter](https://explore.open223.info/s223/ElectricMeter.html) | 2 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [HeatExchanger](https://explore.open223.info/s223/HeatExchanger.html) | 2 |
| [Connection](https://explore.open223.info/s223/Connection.html) | [Pipe](https://explore.open223.info/s223/Pipe.html) | 1 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [InletConnectionPoint](https://explore.open223.info/s223/InletConnectionPoint.html) | 159 |
| [ConnectionPoint](https://explore.open223.info/s223/ConnectionPoint.html) | [OutletConnectionPoint](https://explore.open223.info/s223/OutletConnectionPoint.html) | 137 |
| [DomainSpace](https://explore.open223.info/s223/DomainSpace.html) | [](https://explore.open223.info/s223/.html) | 4 |
| [Zone](https://explore.open223.info/s223/Zone.html) | [](https://explore.open223.info/s223/.html) | 6 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableObservableProperty](https://explore.open223.info/s223/QuantifiableObservableProperty.html) | 77 |
| [Property](https://explore.open223.info/s223/Property.html) | [QuantifiableProperty](https://explore.open223.info/s223/QuantifiableProperty.html) | 6 |

196 changes: 98 additions & 98 deletions models/G36-4-1.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -21,104 +21,68 @@
]
},
{
"@id": "urn:ex/damper-position",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
{
"@id": "urn:ex/out",
"@id": "urn:ex/damper-out",
"@type": [
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/out-connection"
"@id": "urn:ex/duct-after-damper"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#hasProperty": [
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/discharge-air-flow"
"@id": "urn:ex/out"
}
]
},
{
"@id": "urn:ex/damper",
"@id": "urn:ex/in",
"@type": [
"http://data.ashrae.org/standard223#Damper",
"http://data.ashrae.org/standard223/1.0/extensions/g36#Damper"
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/damper-in"
},
{
"@id": "urn:ex/damper-out"
"@id": "urn:ex/in-connection"
}
],
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "urn:ex/damper-command"
},
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/damper-position"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/damper-out",
"@id": "urn:ex/in-connection",
"@type": [
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-after-damper"
}
"http://data.ashrae.org/standard223#Connection"
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/out"
}
]
},
{
"@id": "urn:ex/damper-command",
"@id": "urn:ex/",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
],
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
}
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
"@id": "urn:ex/duct-before-damper",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
],
"http://qudt.org/schema/qudt/hasUnit": [
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
Expand All @@ -144,38 +108,18 @@
]
},
{
"@id": "urn:ex/in",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/in-connection"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/vav-cooling-only",
"@id": "urn:ex/discharge-air-flow-sensor",
"@type": [
"http://data.ashrae.org/standard223#SingleDuctTerminal",
"http://data.ashrae.org/standard223/1.0/extensions/g36#VAV"
"http://data.ashrae.org/standard223#Sensor"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/in"
},
"http://data.ashrae.org/standard223#hasObservationLocation": [
{
"@id": "urn:ex/out"
}
],
"http://data.ashrae.org/standard223#contains": [
"http://data.ashrae.org/standard223#observes": [
{
"@id": "urn:ex/damper"
"@id": "urn:ex/discharge-air-flow"
}
]
},
Expand All @@ -191,47 +135,83 @@
]
},
{
"@id": "urn:ex/",
"@id": "urn:ex/damper-position",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
{
"@id": "urn:ex/discharge-air-flow-sensor",
"@id": "urn:ex/damper",
"@type": [
"http://data.ashrae.org/standard223#Sensor"
"http://data.ashrae.org/standard223#Damper",
"http://data.ashrae.org/standard223/1.0/extensions/g36#Damper"
],
"http://data.ashrae.org/standard223#hasObservationLocation": [
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/out"
"@id": "urn:ex/damper-in"
},
{
"@id": "urn:ex/damper-out"
}
],
"http://data.ashrae.org/standard223#observes": [
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "urn:ex/discharge-air-flow"
"@id": "urn:ex/damper-command"
},
{
"@id": "urn:ex/damper-position"
}
]
},
{
"@id": "urn:ex/in-connection",
"@id": "urn:ex/out",
"@type": [
"http://data.ashrae.org/standard223#Connection"
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/out-connection"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "urn:ex/discharge-air-flow"
}
]
},
{
"@id": "urn:ex/duct-before-damper",
"@id": "urn:ex/damper-command",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
}
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
Expand All @@ -251,6 +231,26 @@
}
]
},
{
"@id": "urn:ex/vav-cooling-only",
"@type": [
"http://data.ashrae.org/standard223#SingleDuctTerminal",
"http://data.ashrae.org/standard223/1.0/extensions/g36#VAV"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/in"
},
{
"@id": "urn:ex/out"
}
],
"http://data.ashrae.org/standard223#contains": [
{
"@id": "urn:ex/damper"
}
]
},
{
"@id": "urn:ex/duct-after-damper",
"@type": [
Expand Down
Loading

0 comments on commit 3f64838

Please sign in to comment.