Skip to content

Commit

Permalink
fix sphinx build config
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Dec 14, 2023
1 parent 7423e47 commit e66a044
Show file tree
Hide file tree
Showing 7 changed files with 25,956 additions and 25,956 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sphinx:
extra_extensions:
- sphinxcontrib.mermaid
config: # Additional configuration for Sphinx
html_static_path: ['models']
html_extra_path: ['models']


only_build_toc_files: true
Expand Down
2 changes: 1 addition & 1 deletion examples/G36-4-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and illustrated in Figure A-1.
- <a href="/G36-4-1.jsonld">JSON-LD file</a>

## Model Components
| Root Class | Class | Instance Count |
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Actuator](https://explore.open223.info/s223/Actuator.html) | 1 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Damper](https://explore.open223.info/s223/Damper.html) | 1 |
Expand Down
2 changes: 1 addition & 1 deletion examples/NREL-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is an example building provided by the National Renewable Energy Laboratory
- <a href="/NREL-example.jsonld">JSON-LD file</a>

## Model Components
| Root Class | Class | Instance Count |
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Sensor](https://explore.open223.info/s223/Sensor.html) | 131 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Valve](https://explore.open223.info/s223/Valve.html) | 41 |
Expand Down
2 changes: 1 addition & 1 deletion examples/lbnl-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is an example building provided by Lawrence Berkeley National Laboratory
| 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/lbnl-example.ttl) |

## Model Components
| Root Class | Class | Instance Count |
| Parent Class | Class | Instances |
|------------|-------|----------------|
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Sensor](https://explore.open223.info/s223/Sensor.html) | 167 |
| [Equipment](https://explore.open223.info/s223/Equipment.html) | [Actuator](https://explore.open223.info/s223/Actuator.html) | 85 |
Expand Down
166 changes: 83 additions & 83 deletions models/G36-4-1.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
]
},
{
"@id": "urn:ex/damper-in",
"@id": "urn:ex/damper-out",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-before-damper"
"@id": "urn:ex/duct-after-damper"
}
],
"http://data.ashrae.org/standard223#hasMedium": [
Expand All @@ -36,63 +36,39 @@
],
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/in"
"@id": "urn:ex/out"
}
]
},
{
"@id": "urn:ex/out",
"@id": "urn:ex/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/in-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/in-connection",
"@id": "urn:ex/damper-position",
"@type": [
"http://data.ashrae.org/standard223#Connection"
"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"
}
]
},
{
"@id": "urn:ex/duct-before-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/duct-after-damper",
"@type": [
"http://data.ashrae.org/standard223#Connection",
"http://data.ashrae.org/standard223#Duct"
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "http://qudt.org/vocab/unit/PERCENT"
}
]
},
Expand All @@ -118,63 +94,60 @@
]
},
{
"@id": "urn:ex/discharge-air-flow",
"@id": "urn:ex/duct-before-damper",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "http://data.ashrae.org/standard223#Role-Discharge"
}
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate"
}
"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/FT3-PER-MIN"
"@id": "http://data.ashrae.org/standard223#Medium-Air"
}
]
},
{
"@id": "urn:ex/damper-position",
"@id": "urn:ex/damper-in",
"@type": [
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://qudt.org/schema/qudt/hasQuantityKind": [
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio"
"@id": "urn:ex/duct-before-damper"
}
],
"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"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
{
"@id": "urn:ex/in"
}
]
},
{
"@id": "urn:ex/damper-out",
"@id": "urn:ex/discharge-air-flow-sensor",
"@type": [
"http://data.ashrae.org/standard223#OutletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/duct-after-damper"
}
"http://data.ashrae.org/standard223#Sensor"
],
"http://data.ashrae.org/standard223#hasMedium": [
"http://data.ashrae.org/standard223#hasObservationLocation": [
{
"@id": "http://data.ashrae.org/standard223#Medium-Air"
"@id": "urn:ex/out"
}
],
"http://data.ashrae.org/standard223#mapsTo": [
"http://data.ashrae.org/standard223#observes": [
{
"@id": "urn:ex/out"
"@id": "urn:ex/discharge-air-flow"
}
]
},
{
"@id": "urn:ex/",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
]
},
{
"@id": "urn:ex/damper-actuator",
"@type": [
Expand All @@ -192,36 +165,42 @@
]
},
{
"@id": "urn:ex/discharge-air-flow-sensor",
"@id": "urn:ex/discharge-air-flow",
"@type": [
"http://data.ashrae.org/standard223#Sensor"
"http://data.ashrae.org/standard223#QuantifiableObservableProperty"
],
"http://data.ashrae.org/standard223#hasObservationLocation": [
"http://data.ashrae.org/standard223#hasAspect": [
{
"@id": "urn:ex/out"
"@id": "http://data.ashrae.org/standard223#Role-Discharge"
}
],
"http://data.ashrae.org/standard223#observes": [
"http://qudt.org/schema/qudt/hasQuantityKind": [
{
"@id": "urn:ex/discharge-air-flow"
"@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate"
}
],
"http://qudt.org/schema/qudt/hasUnit": [
{
"@id": "http://qudt.org/vocab/unit/FT3-PER-MIN"
}
]
},
{
"@id": "urn:ex/",
"@id": "urn:ex/duct-after-damper",
"@type": [
"http://www.w3.org/2002/07/owl#Ontology"
"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/in",
"@id": "urn:ex/in-connection",
"@type": [
"http://data.ashrae.org/standard223#InletConnectionPoint"
],
"http://data.ashrae.org/standard223#cnx": [
{
"@id": "urn:ex/in-connection"
}
"http://data.ashrae.org/standard223#Connection"
],
"http://data.ashrae.org/standard223#hasMedium": [
{
Expand Down Expand Up @@ -262,5 +241,26 @@
"@id": "urn:ex/damper-position"
}
]
},
{
"@id": "urn:ex/out",
"@type": [
"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"
}
]
}
]
Loading

0 comments on commit e66a044

Please sign in to comment.