Skip to content

Commit

Permalink
deploy: 6612992
Browse files Browse the repository at this point in the history
  • Loading branch information
BradEstacio committed Dec 21, 2023
1 parent 1f6ef15 commit cd9bf21
Show file tree
Hide file tree
Showing 14 changed files with 35,189 additions and 35,197 deletions.
2 changes: 0 additions & 2 deletions _sources/examples/ibal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The schematics of the air and hydronic systems can be found [here](../_static/sc
| 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) |
| Sensors in Connections | [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+%3Fsegment+%3Fchannel+%3Fid+WHERE+%7B+++++%3Fsegment+a+s223%3AConnection+.+++++%3Fchannel+a%2Frdfs%3AsubClassOf%2A+s223%3ASensor+.+++++%3Fchannel+s223%3Aobserves+%3Fid+.+%7D+&url=https://models.open223.info/ibal.ttl) |
| Sensors in AHU 1 and what units they are measured in | [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+%3Fchannel+%3Fid+%3Funit+WHERE+%7B+++++BIND%28IBAL%3AAHU_1+as+%3Fahu%29+%7B+++++%7D+++++UNION+%7B+++++++++%3Fahu+s223%3Acontains+%3Fequipment+.+++++++++%3Fchannel+s223%3AhasObservationLocation+%3Fequipment+.+++++++++%3Fchannel+s223%3Aobserves+%3Fid+.+++++++++%3Fid+qudt%3AhasUnit+%3Funit+.+++++%7D+++++UNION+%7B+++++++++%3Fahu+s223%3Acontains+%3Fequipment+.+++++++++%3Fequipment+s223%3AconnectedThrough+%3Fconnnection+.+++++++++%3Fchannel+s223%3AhasObservationLocation+%3Fconnection+.+++++++++%3Fchannel+s223%3Aobserves+%3Fid+.+++++++++%3Fid+qudt%3AhasUnit+%3Fu+.+++++%7D+%7D+&url=https://models.open223.info/ibal.ttl) |

## Model Components
| Parent Class | Class | Instances |
Expand Down
6 changes: 0 additions & 6 deletions examples/ibal.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,6 @@ <h2>Queries<a class="headerlink" href="#queries" title="Permalink to this headin
<tr class="row-even"><td><p>Zone/room temperature sensors</p></td>
<td><p><a class="reference external" href="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+&amp;url=https://models.open223.info/ibal.ttl">Query Link</a></p></td>
</tr>
<tr class="row-odd"><td><p>Sensors in Connections</p></td>
<td><p><a class="reference external" href="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+%3Fsegment+%3Fchannel+%3Fid+WHERE+%7B+++++%3Fsegment+a+s223%3AConnection+.+++++%3Fchannel+a%2Frdfs%3AsubClassOf%2A+s223%3ASensor+.+++++%3Fchannel+s223%3Aobserves+%3Fid+.+%7D+&amp;url=https://models.open223.info/ibal.ttl">Query Link</a></p></td>
</tr>
<tr class="row-even"><td><p>Sensors in AHU 1 and what units they are measured in</p></td>
<td><p><a class="reference external" href="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+%3Fchannel+%3Fid+%3Funit+WHERE+%7B+++++BIND%28IBAL%3AAHU_1+as+%3Fahu%29+%7B+++++%7D+++++UNION+%7B+++++++++%3Fahu+s223%3Acontains+%3Fequipment+.+++++++++%3Fchannel+s223%3AhasObservationLocation+%3Fequipment+.+++++++++%3Fchannel+s223%3Aobserves+%3Fid+.+++++++++%3Fid+qudt%3AhasUnit+%3Funit+.+++++%7D+++++UNION+%7B+++++++++%3Fahu+s223%3Acontains+%3Fequipment+.+++++++++%3Fequipment+s223%3AconnectedThrough+%3Fconnnection+.+++++++++%3Fchannel+s223%3AhasObservationLocation+%3Fconnection+.+++++++++%3Fchannel+s223%3Aobserves+%3Fid+.+++++++++%3Fid+qudt%3AhasUnit+%3Fu+.+++++%7D+%7D+&amp;url=https://models.open223.info/ibal.ttl">Query Link</a></p></td>
</tr>
</tbody>
</table>
</section>
Expand Down
184 changes: 92 additions & 92 deletions guideline36-2021-4.1.jsonld
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
[
{
"@id": "urn:ex/damper-out",
"@id": "urn:ex/damper",
"@type": [
"http://data.ashrae.org/standard223#OutletConnectionPoint"
"http://data.ashrae.org/standard223#Damper",
"http://data.ashrae.org/standard223/1.0/extensions/g36#Damper"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-after-damper"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
"@id": "urn:ex/damper-in"
},
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "urn:ex/damper-out"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "urn:ex/out"
"@id": "urn:ex/damper-command"
},
{
"@id": "urn:ex/damper-position"
}
]
},
{
"@id": "urn:ex/",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
"@id": "urn:ex/in",
"@id": "urn:ex/vav-cooling-only",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
"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-connection"
"@id": "urn:ex/in"
},
{
"@id": "urn:ex/out"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://data.ashrae.org/standard223#contains": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "urn:ex/damper"
}
]
},
{
"@id": "urn:ex/damper-in",
"@id": "urn:ex/damper-command",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
],
"http://data.ashrae.org/standard223#cnx": [
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "urn:ex/duct-before-damper"
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "urn:ex/in"
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
{
"@id": "urn:ex/in-connection",
"@id": "urn:ex/out-connection",
"@type": [
"http://data.ashrae.org/standard223#Connection"
],
Expand All @@ -74,6 +74,12 @@
}
]
},
{
"@id": "urn:ex/",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
"@id": "urn:ex/discharge-air-flow",
"@type": [
Expand All @@ -96,22 +102,23 @@
]
},
{
"@id": "urn:ex/vav-cooling-only",
"@id": "urn:ex/damper-out",
"@type": [
"http://data.ashrae.org/standard223#SingleDuctTerminal",
"http://data.ashrae.org/standard223/1.0/extensions/g36#VAV"
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/in"
},
"@id": "urn:ex/duct-after-damper"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/out"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#contains": [
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/damper"
"@id": "urn:ex/out"
}
]
},
Expand All @@ -136,22 +143,6 @@
}
]
},
{
"@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/duct-before-damper",
"@type": [
Expand All @@ -165,37 +156,18 @@
]
},
{
"@id": "urn:ex/duct-after-damper",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@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"
}
]
},
Expand All @@ -216,14 +188,9 @@
]
},
{
"@id": "urn:ex/damper-command",
"@id": "urn:ex/damper-position",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
],
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
}
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
Expand All @@ -237,30 +204,63 @@
]
},
{
"@id": "urn:ex/discharge-air-flow-sensor",
"@id": "urn:ex/in-connection",
"@type": [
"http://data.ashrae.org/standard223#Sensor"
"http://data.ashrae.org/standard223#Connection"
],
"http://data.ashrae.org/standard223#hasObservationLocation": [
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/out"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/duct-after-damper",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
],
"http://data.ashrae.org/standard223#observes": [
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/discharge-air-flow"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/out-connection",
"@id": "urn:ex/damper-in",
"@type": [
"http://data.ashrae.org/standard223#Connection"
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-before-damper"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/in"
}
]
},
{
"@id": "urn:ex/discharge-air-flow-sensor",
"@type": [
"http://data.ashrae.org/standard223#Sensor"
],
"http://data.ashrae.org/standard223#hasObservationLocation": [
{
"@id": "urn:ex/out"
}
],
"http://data.ashrae.org/standard223#observes": [
{
"@id": "urn:ex/discharge-air-flow"
}
]
}
]
Loading

0 comments on commit cd9bf21

Please sign in to comment.