Skip to content

Commit

Permalink
deploy: 3cf09d6
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 14, 2023
1 parent 3e8def3 commit a428e77
Show file tree
Hide file tree
Showing 8 changed files with 25,944 additions and 25,967 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

11 changes: 3 additions & 8 deletions _sources/examples/NREL-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@ This is an example building provided by the National Renewable Energy Laboratory

## Downloads

- [Turtle file](../_static/models/nrel-example.ttl)
- [JSON-LD file](../_static/models/nrel-example.ttl)

## 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/models/NREL-example.ttl) |

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

## Model Components
| Root Class | Class | Instance Count |
|------------|-------|----------------|
Expand Down
6 changes: 3 additions & 3 deletions _sources/examples/lbnl-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is an example building provided by Lawrence Berkeley National Laboratory

## Downloads

- [Turtle file](../_static/models/lbnl-example.ttl)
- [JSON-LD file](../_static/models/lbnl-example.ttl)

- <a href="/lbnl-example.ttl">Turtle file</a>
- <a href="/lbnl-example.jsonld">JSON-LD file</a>
## Queries
| Description | Query URL |
|-------------|-----------|
Expand Down
Loading

0 comments on commit a428e77

Please sign in to comment.