Skip to content

Commit

Permalink
deploy: cd16993
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Sep 13, 2024
1 parent 83c9ee6 commit 76e9165
Show file tree
Hide file tree
Showing 10 changed files with 1,179 additions and 1,183 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/explanations/shapes-and-templates.doctree
Binary file not shown.
Binary file modified .doctrees/guides/generating-queries.doctree
Binary file not shown.
Binary file modified .doctrees/guides/ingress-bacnet-to-brick.doctree
Binary file not shown.
Binary file modified .doctrees/tutorials/model_creation.doctree
Binary file not shown.
68 changes: 34 additions & 34 deletions explanations/shapes-and-templates.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions guides/generating-queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ <h3>Setup<a class="headerlink" href="#setup" title="Permalink to this heading">#
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=1be44264-4777-448f-b870-7394e1c7f38d (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=06a22a5b-6951-4b52-b6c4-a86c7893c2a4 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -621,7 +621,7 @@ <h3>Generating Queries from Shapes<a class="headerlink" href="#generating-querie
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>PREFIX sh: &lt;http://www.w3.org/ns/shacl#&gt;
PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
SELECT ?roomTemp ?target ?coolsp ?heatsp WHERE {
SELECT ?heatsp ?roomTemp ?coolsp ?target WHERE {
?target rdf:type/rdfs:subClassOf* &lt;https://brickschema.org/schema/Brick#Fan_Coil_Unit&gt; .
?target &lt;https://brickschema.org/schema/Brick#hasPoint&gt; ?coolsp .
?coolsp rdf:type/rdfs:subClassOf* &lt;https://brickschema.org/schema/Brick#Occupied_Cooling_Temperature_Setpoint&gt; .
Expand Down
2,262 changes: 1,129 additions & 1,133 deletions guides/ingress-bacnet-to-brick.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions tutorials/model_creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,16 +588,16 @@ <h2>Loading Libraries<a class="headerlink" href="#loading-libraries" title="Perm
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>The Brick library contains the following templates:
</pre></div>
</div>
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - https://brickschema.org/schema/Brick#Preheat_Discharge_Air_Temperature_Sensor
- https://brickschema.org/schema/Brick#Discharge_Air_Static_Pressure_Setpoint
- https://brickschema.org/schema/Brick#Supply_Air_Duct_Pressure_Status
- https://brickschema.org/schema/Brick#Coil
- https://brickschema.org/schema/Brick#Supply_Air_Static_Pressure_Step_Parameter
- https://brickschema.org/schema/Brick#Cooling_Demand_Setpoint
- https://brickschema.org/schema/Brick#Tint_Status
- https://brickschema.org/schema/Brick#Building_Hot_Water_Meter
- https://brickschema.org/schema/Brick#Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status
- https://brickschema.org/schema/Brick#Static_Pressure_Deadband_Setpoint
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span> - https://brickschema.org/schema/Brick#Entering_High_Temperature_Hot_Water_Temperature_Sensor
- https://brickschema.org/schema/Brick#Exhaust_Air_Humidity_Sensor
- https://brickschema.org/schema/Brick#Status
- https://brickschema.org/schema/Brick#Min_Fresh_Air_Setpoint_Limit
- https://brickschema.org/schema/Brick#Cooling_Tower_Fan
- https://brickschema.org/schema/Brick#Rain_Sensor
- https://brickschema.org/schema/Brick#Heat_Wheel_VFD
- https://brickschema.org/schema/Brick#Leaving_Water_Flow_Sensor
- https://brickschema.org/schema/Brick#Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint
- https://brickschema.org/schema/Brick#Radiator
</pre></div>
</div>
</div>
Expand All @@ -621,7 +621,7 @@ <h3>Adding Individual RDF Triples to a Model<a class="headerlink" href="#adding-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=737fd8db-30a3-4b52-bfa9-e7386d76bd16 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=0f80131f-b426-4a4c-b9c7-aec0dd281dd8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -667,7 +667,7 @@ <h3>Importing RDF Graphs Into a Model<a class="headerlink" href="#importing-rdf-
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=737fd8db-30a3-4b52-bfa9-e7386d76bd16 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=0f80131f-b426-4a4c-b9c7-aec0dd281dd8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -909,7 +909,7 @@ <h3>Adding Evaluated Templates to the Model<a class="headerlink" href="#adding-e
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=737fd8db-30a3-4b52-bfa9-e7386d76bd16 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;Graph identifier=0f80131f-b426-4a4c-b9c7-aec0dd281dd8 (&lt;class &#39;rdflib.graph.Graph&#39;&gt;)&gt;
</pre></div>
</div>
</div>
Expand Down

0 comments on commit 76e9165

Please sign in to comment.