Skip to content

Commit

Permalink
deploy: 569e0bc
Browse files Browse the repository at this point in the history
  • Loading branch information
BradEstacio committed Dec 21, 2023
1 parent 1de73ea commit 1f6ef15
Show file tree
Hide file tree
Showing 13 changed files with 35,511 additions and 35,503 deletions.
2 changes: 2 additions & 0 deletions _sources/examples/ibal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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: 6 additions & 0 deletions examples/ibal.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@ <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
192 changes: 96 additions & 96 deletions guideline36-2021-4.1.jsonld
Original file line number Diff line number Diff line change
@@ -1,56 +1,29 @@
[
{
"@id": "urn:ex/in-connection",
"@id": "urn:ex/damper-out",
"@type": [
"http://data.ashrae.org/standard223#Connection"
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "urn:ex/duct-after-damper"
}
]
},
{
"@id": "urn:ex/damper",
"@type": [
"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/damper-in"
},
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/damper-out"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
],
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "urn:ex/damper-command"
},
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/damper-position"
"@id": "urn:ex/out"
}
]
},
{
"@id": "urn:ex/vav-cooling-only",
"@id": "urn:ex/",
"@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"
}
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
Expand All @@ -70,100 +43,120 @@
]
},
{
"@id": "urn:ex/out",
"@id": "urn:ex/damper-in",
"@type": [
"http://data.ashrae.org/standard223#OutletConnectionPoint"
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/out-connection"
"@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#hasProperty": [
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/discharge-air-flow"
"@id": "urn:ex/in"
}
]
},
{
"@id": "urn:ex/damper-command",
"@id": "urn:ex/in-connection",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
"http://data.ashrae.org/standard223#Connection"
],
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/discharge-air-flow",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
"@id": "http://data.ashrae.org/standard223#Role-Discharge"
}
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
"@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
"@id": "http://qudt.org/vocab/unit/FT3-PER-MIN"
}
]
},
{
"@id": "urn:ex/damper-position",
"@id": "urn:ex/vav-cooling-only",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
"http://data.ashrae.org/standard223#SingleDuctTerminal",
"http://data.ashrae.org/standard223/1.0/extensions/g36#VAV"
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
"@id": "urn:ex/in"
},
{
"@id": "urn:ex/out"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
"http://data.ashrae.org/standard223#contains": [
{
"@id": "http://qudt.org/vocab/unit/PERCENT"
"@id": "urn:ex/damper"
}
]
},
{
"@id": "urn:ex/duct-before-damper",
"@id": "urn:ex/out",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
"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/damper-in",
"@id": "urn:ex/damper-position",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-before-damper"
}
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"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/out-connection",
"@id": "urn:ex/duct-before-damper",
"@type": [
"http://data.ashrae.org/standard223#Connection"
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
],
"http://data.ashrae.org/standard223#hasMedium": [
{
Expand All @@ -184,53 +177,65 @@
]
},
{
"@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"
"@id": "urn:ex/damper-in"
},
{
"@id": "urn:ex/damper-out"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://data.ashrae.org/standard223#hasProperty": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "urn:ex/damper-command"
},
{
"@id": "urn:ex/damper-position"
}
]
},
{
"@id": "urn:ex/damper-actuator",
"@type": [
"http://data.ashrae.org/standard223#Actuator"
],
"http://data.ashrae.org/standard223#mapsTo": [
"http://data.ashrae.org/standard223#actuates": [
{
"@id": "urn:ex/out"
"@id": "urn:ex/damper"
}
],
"http://data.ashrae.org/standard223#commandedByProperty": [
{
"@id": "urn:ex/damper-command"
}
]
},
{
"@id": "urn:ex/discharge-air-flow",
"@id": "urn:ex/damper-command",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
"http://data.ashrae.org/standard223#QuantifiableActuatableProperty"
],
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#Role-Discharge"
"@id": "http://data.ashrae.org/standard223#EnumerationKind-Position"
}
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate"
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/FT3-PER-MIN"
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
{
"@id": "urn:ex/",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
"@id": "urn:ex/discharge-air-flow-sensor",
"@type": [
Expand All @@ -248,18 +253,13 @@
]
},
{
"@id": "urn:ex/damper-actuator",
"@id": "urn:ex/out-connection",
"@type": [
"http://data.ashrae.org/standard223#Actuator"
],
"http://data.ashrae.org/standard223#actuates": [
{
"@id": "urn:ex/damper"
}
"http://data.ashrae.org/standard223#Connection"
],
"http://data.ashrae.org/standard223#commandedByProperty": [
"http://data.ashrae.org/standard223#hasMedium": [
{
"@id": "urn:ex/damper-command"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
}
Expand Down
Loading

0 comments on commit 1f6ef15

Please sign in to comment.