From df355bdf641ec3db0a97543473e7c5133e905585 Mon Sep 17 00:00:00 2001 From: gtfierro Date: Wed, 3 Jan 2024 20:35:03 +0000 Subject: [PATCH] deploy: 14731ac63ede40aec080ccb863fa7b0ad7974bda --- guideline36-2021-4.1.jsonld | 176 +- guideline36-2021-4.2.jsonld | 418 +- guideline36-2021-4.3-parallel-constant.jsonld | 606 +- guideline36-2021-4.3-parallel-variable.jsonld | 634 +- guideline36-2021-4.4.jsonld | 416 +- guideline36-2021-4.5.jsonld | 346 +- guideline36-2021-4.6.jsonld | 1752 +- lbnl-example.jsonld | 30152 ++++++++-------- nist-example.jsonld | 14258 ++++---- nrel-example.jsonld | 22320 ++++++------ pd-sr-mp-pritoni.jsonld | 8440 +++++ pd-sr-mp-pritoni.ttl | 2456 ++ 12 files changed, 46435 insertions(+), 35539 deletions(-) create mode 100644 pd-sr-mp-pritoni.jsonld create mode 100644 pd-sr-mp-pritoni.ttl diff --git a/guideline36-2021-4.1.jsonld b/guideline36-2021-4.1.jsonld index 8a276c21..820d8d15 100644 --- a/guideline36-2021-4.1.jsonld +++ b/guideline36-2021-4.1.jsonld @@ -1,22 +1,33 @@ [ { - "@id": "urn:ex/out", + "@id": "urn:ex/duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/out-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-cooling-only", + "@type": [ + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAV" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/in" + }, + { + "@id": "urn:ex/out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/discharge-air-flow" + "@id": "urn:ex/damper" } ] }, @@ -37,13 +48,13 @@ ] }, { - "@id": "urn:ex/damper-out", + "@id": "urn:ex/out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-damper" + "@id": "urn:ex/out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -51,20 +62,20 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/out" + "@id": "urn:ex/discharge-air-flow" } ] }, { - "@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": [ @@ -74,19 +85,14 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/in" + "@id": "urn:ex/out" } ] }, { - "@id": "urn:ex/in", + "@id": "urn:ex/out-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": [ { @@ -95,14 +101,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": [ { @@ -116,10 +117,9 @@ ] }, { - "@id": "urn:ex/duct-before-damper", + "@id": "urn:ex/in-connection", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -128,32 +128,30 @@ ] }, { - "@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" } ] }, { - "@id": "urn:ex/damper-position", + "@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#EnumerationKind-Position" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -167,29 +165,31 @@ ] }, { - "@id": "urn:ex/vav-cooling-only", + "@id": "urn:ex/discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAV" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/in" - }, + "@id": "http://data.ashrae.org/standard223#Role-Discharge" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/damper" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@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": [ { @@ -198,50 +198,62 @@ ] }, { - "@id": "urn:ex/discharge-air-flow", + "@id": "urn:ex/damper-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/duct-before-damper" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/in" } ] }, { - "@id": "urn:ex/discharge-air-flow-sensor", + "@id": "urn:ex/damper", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/out" + "@id": "urn:ex/damper-in" + }, + { + "@id": "urn:ex/damper-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/discharge-air-flow" + "@id": "urn:ex/damper-command" + }, + { + "@id": "urn:ex/damper-position" } ] }, { - "@id": "urn:ex/in-connection", + "@id": "urn:ex/discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "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#observes": [ + { + "@id": "urn:ex/discharge-air-flow" } ] }, @@ -250,17 +262,5 @@ "@type": [ "http://www.w3.org/2002/07/owl#Ontology" ] - }, - { - "@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" - } - ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.2.jsonld b/guideline36-2021-4.2.jsonld index 50972b44..1bc84156 100644 --- a/guideline36-2021-4.2.jsonld +++ b/guideline36-2021-4.2.jsonld @@ -1,103 +1,135 @@ [ { - "@id": "urn:ex/pipe-hot-water-return-before-valve", + "@id": "urn:ex/duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/air-out", + "@id": "urn:ex/damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/air-out-connection" + "@id": "urn:ex/damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/damper-command" } + ] + }, + { + "@id": "urn:ex/reheat-coil-valve-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/discharge-air-flow" - }, + "@id": "urn:ex/pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/discharge-air-temp", + "@id": "urn:ex/damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/air-out-connection", + "@id": "urn:ex/pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/reheat-coil-valve-actuator", + "@id": "urn:ex/damper-position", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/reheat-coil-air-in", + "@id": "urn:ex/reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-damper" + "@id": "urn:ex/hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/hot-water-in" + } + ] + }, + { + "@id": "urn:ex/air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/air-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/discharge-air-temp" + } ] }, { @@ -133,57 +165,19 @@ ] }, { - "@id": "urn:ex/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ] - }, - { - "@id": "urn:ex/reheat-coil-valve", + "@id": "urn:ex/hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/reheat-coil-valve-in" - }, - { - "@id": "urn:ex/reheat-coil-valve-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/reheat-coil-valve-command" - }, - { - "@id": "urn:ex/reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/discharge-air-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/air-out" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/damper-in", + "@id": "urn:ex/air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -196,71 +190,55 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/air-in" - } ] }, { - "@id": "urn:ex/reheat-coil-valve-out", + "@id": "urn:ex/hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/hot-water-out-connection" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/air-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/damper", + "@id": "urn:ex/damper-command", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/damper-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/damper-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/damper-command" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/damper-position" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } - ] - }, - { - "@id": "urn:ex/hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/discharge-air-flow", + "@id": "urn:ex/discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -271,77 +249,61 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/discharge-air-flow-sensor", + "@id": "urn:ex/air-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/air-in" - } + "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/reheat-coil-valve-in", + "@id": "urn:ex/discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/pipe-hot-water-return-before-valve" + "@id": "urn:ex/air-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/discharge-air-temp" } ] }, { - "@id": "urn:ex/damper-position", + "@id": "urn:ex/reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/reheat-coil-valve" } - ] - }, - { - "@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://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/hot-water-out", + "@id": "urn:ex/reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -354,6 +316,11 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/hot-water-out" + } ] }, { @@ -372,18 +339,6 @@ } ] }, - { - "@id": "urn:ex/air-in-connection", - "@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/reheat-coil", "@type": [ @@ -411,67 +366,81 @@ ] }, { - "@id": "urn:ex/damper-actuator", + "@id": "urn:ex/discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/damper" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/damper-command" + "@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/damper-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/duct-after-damper" + "@id": "urn:ex/air-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/air-in" + } ] }, { - "@id": "urn:ex/hot-water-in-connection", + "@id": "urn:ex/reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/air-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/air-out" } ] }, { - "@id": "urn:ex/damper-command", + "@id": "urn:ex/reheat-coil-water-out", "@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#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/pipe-hot-water-return-before-valve" } ], - "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-Water" } ] }, @@ -497,13 +466,13 @@ ] }, { - "@id": "urn:ex/air-in", + "@id": "urn:ex/reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/air-in-connection" + "@id": "urn:ex/duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -513,7 +482,7 @@ ] }, { - "@id": "urn:ex/reheat-coil-water-in", + "@id": "urn:ex/hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -526,21 +495,16 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/hot-water-in" - } ] }, { - "@id": "urn:ex/hot-water-in", + "@id": "urn:ex/hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/hot-water-in-connection" + "@id": "urn:ex/hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -550,40 +514,76 @@ ] }, { - "@id": "urn:ex/reheat-coil-water-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/pipe-hot-water-return-before-valve" + "@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-Water" + "@id": "urn:ex/damper-command" + }, + { + "@id": "urn:ex/damper-position" } ] }, { - "@id": "urn:ex/reheat-coil-air-out", + "@id": "urn:ex/reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/air-out-connection" + "@id": "urn:ex/reheat-coil-valve-in" + }, + { + "@id": "urn:ex/reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/air-out" + "@id": "urn:ex/reheat-coil-valve-command" + }, + { + "@id": "urn:ex/reheat-coil-valve-position" + } + ] + }, + { + "@id": "urn:ex/discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/discharge-air-flow" } ] + }, + { + "@id": "urn:ex/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.3-parallel-constant.jsonld b/guideline36-2021-4.3-parallel-constant.jsonld index 1a78bedc..c9031017 100644 --- a/guideline36-2021-4.3-parallel-constant.jsonld +++ b/guideline36-2021-4.3-parallel-constant.jsonld @@ -1,74 +1,69 @@ [ { - "@id": "urn:ex/out", + "@id": "urn:ex/duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/out-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/damper" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/discharge-air-temp" + "@id": "urn:ex/damper-command" } ] }, { - "@id": "urn:ex/pipe-hot-water-return-before-valve", + "@id": "urn:ex/duct-after-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/discharge-air-temp", + "@id": "urn:ex/reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/return-air-from-plenum-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/duct-after-fan", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -77,18 +72,14 @@ ] }, { - "@id": "urn:ex/reheat-coil-valve-actuator", + "@id": "urn:ex/pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/reheat-coil-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, @@ -114,35 +105,29 @@ ] }, { - "@id": "urn:ex/fan-in", + "@id": "urn:ex/damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/duct-after-reheat-coil" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ] - }, - { - "@id": "urn:ex/return-air-from-plenum-in", + "@id": "urn:ex/fan-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/return-air-from-plenum-in-connection" + "@id": "urn:ex/duct-after-reheat-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -152,164 +137,114 @@ ] }, { - "@id": "urn:ex/reheat-coil-valve", + "@id": "urn:ex/reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/reheat-coil-valve-in" - }, - { - "@id": "urn:ex/reheat-coil-valve-out" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/reheat-coil-valve-command" - }, - { - "@id": "urn:ex/reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/supply-air-flow-sensor", + "@id": "urn:ex/duct-before-damper", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/supply-air-in" - } + "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/supply-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/discharge-air-temp-sensor", + "@id": "urn:ex/fan-start-status", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/damper-in", + "@id": "urn:ex/fan", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Fan" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/fan-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/fan-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/supply-air-in" + "@id": "urn:ex/fan-start-cmd" + }, + { + "@id": "urn:ex/fan-start-status" } ] }, { - "@id": "urn:ex/junction", + "@id": "urn:ex/supply-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/junction-in-1" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/junction-in-2" - }, + "@id": "http://data.ashrae.org/standard223#Role-Supply" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/junction-out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/parallel-fan-powered-terminal-unit-constant-volume-fan", + "@id": "urn:ex/damper-command", "@type": [ - "http://data.ashrae.org/standard223#FanPoweredTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/out" - }, - { - "@id": "urn:ex/return-air-from-plenum-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/supply-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/damper" - }, - { - "@id": "urn:ex/fan" - }, - { - "@id": "urn:ex/junction" - }, - { - "@id": "urn:ex/reheat-coil" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/reheat-coil-valve" + "@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": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/reheat-coil-valve-out", + "@id": "urn:ex/pipe-hot-water-return-after-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/pipe-hot-water-return-after-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -318,48 +253,59 @@ ] }, { - "@id": "urn:ex/damper", + "@id": "urn:ex/reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/damper-in" + "@id": "urn:ex/reheat-coil-valve-in" }, { - "@id": "urn:ex/damper-out" + "@id": "urn:ex/reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/damper-command" + "@id": "urn:ex/reheat-coil-valve-command" }, { - "@id": "urn:ex/damper-position" + "@id": "urn:ex/reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/junction-in-2", + "@id": "urn:ex/discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/duct-after-fan" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/out-connection", + "@id": "urn:ex/duct-after-fan", "@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": [ { @@ -368,42 +314,41 @@ ] }, { - "@id": "urn:ex/reheat-coil-valve-in", + "@id": "urn:ex/supply-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/pipe-hot-water-return-before-valve" + "@id": "urn:ex/supply-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/supply-air-flow" } ] }, { - "@id": "urn:ex/damper-position", + "@id": "urn:ex/reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/duct-before-reheat-coil", + "@id": "urn:ex/supply-air-in-connection", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -412,41 +357,45 @@ ] }, { - "@id": "urn:ex/duct-after-damper", + "@id": "urn:ex/discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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#observes": [ + { + "@id": "urn:ex/discharge-air-temp" } ] }, { - "@id": "urn:ex/reheat-coil-valve-position", + "@id": "urn:ex/reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], - "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-Water" } ] }, { - "@id": "urn:ex/fan-out", + "@id": "urn:ex/junction-in-1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-fan" + "@id": "urn:ex/duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -456,60 +405,75 @@ ] }, { - "@id": "urn:ex/reheat-coil-water-out", + "@id": "urn:ex/fan-start-cmd", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/pipe-hot-water-supply" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/reheat-coil-in", + "@id": "urn:ex/parallel-fan-powered-terminal-unit-constant-volume-fan", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FanPoweredTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-reheat-coil" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/out" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/return-air-from-plenum-in" + }, + { + "@id": "urn:ex/supply-air-in" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/return-air-from-plenum-in" + "@id": "urn:ex/damper" + }, + { + "@id": "urn:ex/fan" + }, + { + "@id": "urn:ex/junction" + }, + { + "@id": "urn:ex/reheat-coil" + }, + { + "@id": "urn:ex/reheat-coil-valve" } ] }, { - "@id": "urn:ex/supply-air-flow", + "@id": "urn:ex/out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#Connection" ], - "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" } ] }, @@ -540,108 +504,126 @@ ] }, { - "@id": "urn:ex/fan", + "@id": "urn:ex/reheat-coil-in", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Fan" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/fan-in" - }, - { - "@id": "urn:ex/fan-out" + "@id": "urn:ex/duct-before-reheat-coil" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/fan-start-cmd" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/fan-start-status" + "@id": "urn:ex/return-air-from-plenum-in" } ] }, { - "@id": "urn:ex/damper-actuator", + "@id": "urn:ex/junction", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/damper" + "@id": "urn:ex/junction-in-1" + }, + { + "@id": "urn:ex/junction-in-2" + }, + { + "@id": "urn:ex/junction-out" } ], - "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" } ] }, { - "@id": "urn:ex/damper-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/duct-after-damper" + "@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/supply-air-in" + } ] }, { - "@id": "urn:ex/supply-air-in", + "@id": "urn:ex/reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/supply-air-in-connection" + "@id": "urn:ex/duct-after-reheat-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/supply-air-flow" - } ] }, { - "@id": "urn:ex/fan-start-cmd", + "@id": "urn:ex/reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + } + ], + "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/supply-air-in-connection", + "@id": "urn:ex/reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/pipe-hot-water-supply" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/duct-after-reheat-coil", + "@id": "urn:ex/return-air-from-plenum-in-connection", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -650,66 +632,55 @@ ] }, { - "@id": "urn:ex/damper-command", + "@id": "urn:ex/supply-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + "@id": "urn:ex/supply-air-in-connection" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/supply-air-flow" } ] }, { - "@id": "urn:ex/reheat-coil-valve-command", + "@id": "urn:ex/out", "@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#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/out-connection" } ], - "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" } - ] - }, - { - "@id": "urn:ex/fan-start-status", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/discharge-air-temp" } ] }, { - "@id": "urn:ex/junction-in-1", + "@id": "urn:ex/junction-in-2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-damper" + "@id": "urn:ex/duct-after-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -719,18 +690,18 @@ ] }, { - "@id": "urn:ex/reheat-coil-water-in", + "@id": "urn:ex/fan-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-hot-water-return-after-valve" + "@id": "urn:ex/duct-after-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -747,31 +718,60 @@ ] }, { - "@id": "urn:ex/pipe-hot-water-return-after-valve", + "@id": "urn:ex/damper", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/damper-in" + }, + { + "@id": "urn:ex/damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/damper-command" + }, + { + "@id": "urn:ex/damper-position" } ] }, { - "@id": "urn:ex/reheat-coil-air-out", + "@id": "urn:ex/return-air-from-plenum-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-reheat-coil" + "@id": "urn:ex/return-air-from-plenum-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/duct-before-reheat-coil", + "@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/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.3-parallel-variable.jsonld b/guideline36-2021-4.3-parallel-variable.jsonld index 40acc588..e147cd35 100644 --- a/guideline36-2021-4.3-parallel-variable.jsonld +++ b/guideline36-2021-4.3-parallel-variable.jsonld @@ -1,62 +1,69 @@ [ { - "@id": "urn:ex/out", + "@id": "urn:ex/duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/out-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/damper" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/discharge-air-temp" + "@id": "urn:ex/damper-command" } ] }, { - "@id": "urn:ex/pipe-hot-water-return-before-valve", + "@id": "urn:ex/duct-after-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/discharge-air-temp", + "@id": "urn:ex/reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/return-air-from-plenum-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#cnx": [ + { + "@id": "urn:ex/duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -65,35 +72,40 @@ ] }, { - "@id": "urn:ex/duct-after-fan", + "@id": "urn:ex/pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/reheat-coil-valve-actuator", + "@id": "urn:ex/junction-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/reheat-coil-valve" + "@id": "urn:ex/out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/out" } ] }, { - "@id": "urn:ex/fan-speed-status", + "@id": "urn:ex/damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -109,185 +121,210 @@ ] }, { - "@id": "urn:ex/junction-out", + "@id": "urn:ex/fan-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-after-reheat-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/out" - } ] }, { - "@id": "urn:ex/fan-in", + "@id": "urn:ex/reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-reheat-coil" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/", + "@id": "urn:ex/duct-before-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/return-air-from-plenum-in", + "@id": "urn:ex/fan-speed-status", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/return-air-from-plenum-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/reheat-coil-valve", + "@id": "urn:ex/fan-start-status", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/reheat-coil-valve-in" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/reheat-coil-valve-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/fan", + "@type": [ + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/fan-in" + }, + { + "@id": "urn:ex/fan-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/reheat-coil-valve-command" + "@id": "urn:ex/fan-speed-cmd" }, { - "@id": "urn:ex/reheat-coil-valve-position" + "@id": "urn:ex/fan-speed-status" + }, + { + "@id": "urn:ex/fan-start-cmd" + }, + { + "@id": "urn:ex/fan-start-status" } ] }, { - "@id": "urn:ex/supply-air-flow-sensor", + "@id": "urn:ex/supply-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#hasRole": [ { - "@id": "urn:ex/supply-air-in" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/supply-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/discharge-air-temp-sensor", + "@id": "urn:ex/damper-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/discharge-air-temp" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/damper-in", + "@id": "urn:ex/pipe-hot-water-return-after-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-before-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/supply-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/junction", + "@id": "urn:ex/reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/junction-in-1" - }, - { - "@id": "urn:ex/junction-in-2" + "@id": "urn:ex/reheat-coil-valve-in" }, { - "@id": "urn:ex/junction-out" + "@id": "urn:ex/reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/reheat-coil-valve-command" + }, + { + "@id": "urn:ex/reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/reheat-coil-valve-out", + "@id": "urn:ex/discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/pipe-hot-water-return-after-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/duct-before-damper", + "@id": "urn:ex/duct-after-fan", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -299,51 +336,39 @@ ] }, { - "@id": "urn:ex/damper", + "@id": "urn:ex/supply-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/damper-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/damper-out" + "@id": "urn:ex/supply-air-in" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/damper-command" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/damper-position" + "@id": "urn:ex/supply-air-flow" } ] }, { - "@id": "urn:ex/fan-speed-cmd", + "@id": "urn:ex/reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Speed" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/out-connection", + "@id": "urn:ex/supply-air-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], @@ -354,29 +379,29 @@ ] }, { - "@id": "urn:ex/junction-in-2", + "@id": "urn:ex/discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/duct-after-fan" + "@id": "urn:ex/out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/discharge-air-temp" } ] }, { - "@id": "urn:ex/reheat-coil-valve-in", + "@id": "urn:ex/reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-hot-water-return-before-valve" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -386,26 +411,14 @@ ] }, { - "@id": "urn:ex/damper-position", + "@id": "urn:ex/junction-in-1", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/duct-after-damper" } - ] - }, - { - "@id": "urn:ex/duct-before-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -414,14 +427,13 @@ ] }, { - "@id": "urn:ex/duct-after-damper", + "@id": "urn:ex/fan-start-cmd", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, @@ -442,76 +454,48 @@ ] }, { - "@id": "urn:ex/fan-out", + "@id": "urn:ex/parallel-fan-powered-terminal-unit-variable-volume-fan", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#FanPoweredTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-fan" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/out" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/reheat-coil-water-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:ex/return-air-from-plenum-in" + }, { - "@id": "urn:ex/pipe-hot-water-supply" + "@id": "urn:ex/supply-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/reheat-coil-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:ex/damper" + }, { - "@id": "urn:ex/duct-before-reheat-coil" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/fan" + }, + { + "@id": "urn:ex/junction" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "@id": "urn:ex/reheat-coil" + }, { - "@id": "urn:ex/return-air-from-plenum-in" + "@id": "urn:ex/reheat-coil-valve" } ] }, { - "@id": "urn:ex/supply-air-flow", + "@id": "urn:ex/out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#Connection" ], - "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" } ] }, @@ -542,58 +526,61 @@ ] }, { - "@id": "urn:ex/fan", + "@id": "urn:ex/fan-speed-cmd", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/fan-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/fan-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Speed" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/fan-speed-cmd" - }, - { - "@id": "urn:ex/fan-speed-status" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/fan-start-cmd" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/fan-start-status" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/damper-actuator", + "@id": "urn:ex/reheat-coil-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/damper" + "@id": "urn:ex/duct-before-reheat-coil" } ], - "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" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/return-air-from-plenum-in" } ] }, { - "@id": "urn:ex/damper-out", + "@id": "urn:ex/junction", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-damper" + "@id": "urn:ex/junction-in-1" + }, + { + "@id": "urn:ex/junction-in-2" + }, + { + "@id": "urn:ex/junction-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -603,13 +590,13 @@ ] }, { - "@id": "urn:ex/supply-air-in", + "@id": "urn:ex/damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/supply-air-in-connection" + "@id": "urn:ex/duct-before-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -617,74 +604,69 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/supply-air-flow" + "@id": "urn:ex/supply-air-in" } ] }, { - "@id": "urn:ex/fan-start-cmd", + "@id": "urn:ex/reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/duct-after-reheat-coil" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/parallel-fan-powered-terminal-unit-variable-volume-fan", + "@id": "urn:ex/reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#FanPoweredTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanPoweredTerminal" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/out" - }, - { - "@id": "urn:ex/return-air-from-plenum-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/supply-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/damper" - }, - { - "@id": "urn:ex/fan" - }, - { - "@id": "urn:ex/junction" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/reheat-coil" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/supply-air-in-connection", + "@id": "urn:ex/reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/pipe-hot-water-supply" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/duct-after-reheat-coil", + "@id": "urn:ex/return-air-from-plenum-in-connection", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -693,66 +675,55 @@ ] }, { - "@id": "urn:ex/damper-command", + "@id": "urn:ex/supply-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + "@id": "urn:ex/supply-air-in-connection" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/supply-air-flow" } ] }, { - "@id": "urn:ex/reheat-coil-valve-command", + "@id": "urn:ex/out", "@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#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/out-connection" } ], - "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" } - ] - }, - { - "@id": "urn:ex/fan-start-status", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/discharge-air-temp" } ] }, { - "@id": "urn:ex/junction-in-1", + "@id": "urn:ex/junction-in-2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-damper" + "@id": "urn:ex/duct-after-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -762,18 +733,18 @@ ] }, { - "@id": "urn:ex/reheat-coil-water-in", + "@id": "urn:ex/fan-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-hot-water-return-after-valve" + "@id": "urn:ex/duct-after-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -790,31 +761,60 @@ ] }, { - "@id": "urn:ex/pipe-hot-water-return-after-valve", + "@id": "urn:ex/damper", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/damper-in" + }, + { + "@id": "urn:ex/damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/damper-command" + }, + { + "@id": "urn:ex/damper-position" } ] }, { - "@id": "urn:ex/reheat-coil-air-out", + "@id": "urn:ex/return-air-from-plenum-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-reheat-coil" + "@id": "urn:ex/return-air-from-plenum-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/duct-before-reheat-coil", + "@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/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.4.jsonld b/guideline36-2021-4.4.jsonld index 9d0e4337..d67475f5 100644 --- a/guideline36-2021-4.4.jsonld +++ b/guideline36-2021-4.4.jsonld @@ -1,90 +1,109 @@ [ { - "@id": "urn:ex/hot-deck-damper-command", + "@id": "urn:ex/hot-deck-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + "@id": "urn:ex/hot-deck-damper-in" + }, + { + "@id": "urn:ex/hot-deck-damper-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/hot-deck-damper-command" + }, + { + "@id": "urn:ex/hot-deck-damper-position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Role-Heating" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ] }, { - "@id": "urn:ex/out", + "@id": "urn:ex/cold-deck-supply-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/out-connection" + "@id": "urn:ex/cold-deck-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/cold-deck-supply-air-flow" } ] }, { - "@id": "urn:ex/hot-deck-in", + "@id": "urn:ex/cold-deck-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/hot-deck-in-connection" + "@id": "urn:ex/cold-deck-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/cold-deck-damper-command" } + ] + }, + { + "@id": "urn:ex/duct-after-hot-deck-damper", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/hot-deck-supply-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/hot-deck-damper", + "@id": "urn:ex/junction-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/hot-deck-damper-in" - }, - { - "@id": "urn:ex/hot-deck-damper-out" + "@id": "urn:ex/out-connection" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/hot-deck-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/hot-deck-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" - }, + "@id": "urn:ex/out" + } + ] + }, + { + "@id": "urn:ex/duct-before-hot-deck-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#Role-Supply" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -110,56 +129,42 @@ ] }, { - "@id": "urn:ex/junction-out", + "@id": "urn:ex/dual-duct-terminal-unit-with-inlet-sensors", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DualDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/out-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/cold-deck-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "@id": "urn:ex/hot-deck-in" + }, { "@id": "urn:ex/out" } - ] - }, - { - "@id": "urn:ex/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ] - }, - { - "@id": "urn:ex/cold-deck-damper-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/duct-after-cold-deck-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/cold-deck-damper" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/hot-deck-damper" + }, + { + "@id": "urn:ex/junction" } ] }, { - "@id": "urn:ex/hot-deck-damper-in", + "@id": "urn:ex/hot-deck-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-hot-deck-damper" + "@id": "urn:ex/hot-deck-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -167,54 +172,58 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/hot-deck-in" + "@id": "urn:ex/hot-deck-supply-air-flow" } ] }, { - "@id": "urn:ex/junction", + "@id": "urn:ex/cold-deck-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/junction-in-1" - }, - { - "@id": "urn:ex/junction-in-2" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/junction-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/junction-in-2", + "@id": "urn:ex/cold-deck-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-cold-deck-damper" + "@id": "urn:ex/duct-before-cold-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/cold-deck-in" + } ] }, { - "@id": "urn:ex/out-connection", + "@id": "urn:ex/hot-deck-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-hot-deck-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -235,33 +244,45 @@ ] }, { - "@id": "urn:ex/hot-deck-supply-air-flow", + "@id": "urn:ex/cold-deck-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/cold-deck-damper-in" }, { - "@id": "http://data.ashrae.org/standard223#Role-Supply" + "@id": "urn:ex/cold-deck-damper-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/cold-deck-damper-command" + }, + { + "@id": "urn:ex/cold-deck-damper-position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ] }, { - "@id": "urn:ex/hot-deck-in-connection", + "@id": "urn:ex/junction-in-1", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-hot-deck-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -270,7 +291,7 @@ ] }, { - "@id": "urn:ex/cold-deck-in-connection", + "@id": "urn:ex/out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], @@ -281,61 +302,61 @@ ] }, { - "@id": "urn:ex/duct-before-hot-deck-damper", + "@id": "urn:ex/cold-deck-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/cold-deck-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/cold-deck-supply-air-flow" + } ] }, { - "@id": "urn:ex/hot-deck-damper-actuator", + "@id": "urn:ex/hot-deck-supply-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/hot-deck-damper" + "@id": "urn:ex/hot-deck-in" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/hot-deck-damper-command" + "@id": "urn:ex/hot-deck-supply-air-flow" } ] }, { - "@id": "urn:ex/cold-deck-damper", + "@id": "urn:ex/junction", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/cold-deck-damper-in" + "@id": "urn:ex/junction-in-1" }, { - "@id": "urn:ex/cold-deck-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/cold-deck-damper-command" + "@id": "urn:ex/junction-in-2" }, { - "@id": "urn:ex/cold-deck-damper-position" + "@id": "urn:ex/junction-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Supply" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -352,23 +373,45 @@ ] }, { - "@id": "urn:ex/cold-deck-in", + "@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" + } + ] + }, + { + "@id": "urn:ex/junction-in-2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/cold-deck-in-connection" + "@id": "urn:ex/duct-after-cold-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/cold-deck-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/cold-deck-supply-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -397,124 +440,86 @@ ] }, { - "@id": "urn:ex/dual-duct-terminal-unit-with-inlet-sensors", + "@id": "urn:ex/hot-deck-damper-in", "@type": [ - "http://data.ashrae.org/standard223#DualDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#DualDuctTerminalWithInletSensors" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/cold-deck-in" - }, - { - "@id": "urn:ex/hot-deck-in" - }, - { - "@id": "urn:ex/out" + "@id": "urn:ex/duct-before-hot-deck-damper" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/cold-deck-damper" - }, - { - "@id": "urn:ex/hot-deck-damper" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/junction" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/duct-after-hot-deck-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/hot-deck-in" } ] }, { - "@id": "urn:ex/cold-deck-damper-actuator", + "@id": "urn:ex/hot-deck-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/cold-deck-damper" + "@id": "urn:ex/hot-deck-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/cold-deck-damper-command" + "@id": "urn:ex/hot-deck-damper-command" } ] }, { - "@id": "urn:ex/hot-deck-supply-air-flow-sensor", + "@id": "urn:ex/hot-deck-supply-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#hasRole": [ { - "@id": "urn:ex/hot-deck-in" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://data.ashrae.org/standard223#Role-Heating" + }, { - "@id": "urn:ex/hot-deck-supply-air-flow" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } - ] - }, - { - "@id": "urn:ex/cold-deck-damper-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "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/cold-deck-damper-in", + "@id": "urn:ex/cold-deck-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-cold-deck-damper" + "@id": "urn:ex/duct-after-cold-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/cold-deck-in" - } ] }, { - "@id": "urn:ex/hot-deck-damper-out", + "@id": "urn:ex/hot-deck-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-after-hot-deck-damper" - } + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -523,9 +528,14 @@ ] }, { - "@id": "urn:ex/hot-deck-damper-position", + "@id": "urn:ex/hot-deck-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#EnumerationKind-Position" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -539,35 +549,25 @@ ] }, { - "@id": "urn:ex/junction-in-1", + "@id": "urn:ex/hot-deck-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/duct-after-hot-deck-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/cold-deck-supply-air-flow-sensor", + "@id": "urn:ex/", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/cold-deck-in" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/cold-deck-supply-air-flow" - } + "http://www.w3.org/2002/07/owl#Ontology" ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.5.jsonld b/guideline36-2021-4.5.jsonld index 34b3d78b..6f00da7c 100644 --- a/guideline36-2021-4.5.jsonld +++ b/guideline36-2021-4.5.jsonld @@ -1,62 +1,4 @@ [ - { - "@id": "urn:ex/hot-deck-damper-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" - } - ], - "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/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" - } - ] - }, - { - "@id": "urn:ex/hot-deck-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/hot-deck-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, { "@id": "urn:ex/hot-deck-damper", "@type": [ @@ -89,23 +31,30 @@ ] }, { - "@id": "urn:ex/cold-deck-damper-command", + "@id": "urn:ex/cold-deck-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + "@id": "urn:ex/cold-deck-damper" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/cold-deck-damper-command" } + ] + }, + { + "@id": "urn:ex/duct-after-hot-deck-damper", + "@type": [ + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -131,90 +80,100 @@ ] }, { - "@id": "urn:ex/", + "@id": "urn:ex/duct-before-hot-deck-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/cold-deck-damper-out", + "@id": "urn:ex/cold-deck-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/duct-after-cold-deck-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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/hot-deck-damper-in", + "@id": "urn:ex/hot-deck-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-hot-deck-damper" + "@id": "urn:ex/hot-deck-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/hot-deck-in" - } ] }, { - "@id": "urn:ex/junction", + "@id": "urn:ex/cold-deck-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/junction-in-1" - }, - { - "@id": "urn:ex/junction-in-2" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/junction-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/junction-in-2", + "@id": "urn:ex/cold-deck-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-cold-deck-damper" + "@id": "urn:ex/duct-before-cold-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/cold-deck-in" + } ] }, { - "@id": "urn:ex/out-connection", + "@id": "urn:ex/hot-deck-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-hot-deck-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -235,23 +194,33 @@ ] }, { - "@id": "urn:ex/discharge-air-flow", + "@id": "urn:ex/cold-deck-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/cold-deck-damper-in" + }, + { + "@id": "urn:ex/cold-deck-damper-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/cold-deck-damper-command" + }, + { + "@id": "urn:ex/cold-deck-damper-position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ] }, @@ -271,6 +240,22 @@ } ] }, + { + "@id": "urn:ex/junction-in-1", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-hot-deck-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, { "@id": "urn:ex/dual-duct-terminal-unit-with-discharge-sensor", "@type": [ @@ -301,7 +286,7 @@ ] }, { - "@id": "urn:ex/hot-deck-in-connection", + "@id": "urn:ex/out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], @@ -312,21 +297,14 @@ ] }, { - "@id": "urn:ex/cold-deck-in-connection", + "@id": "urn:ex/cold-deck-in", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/cold-deck-in-connection" } - ] - }, - { - "@id": "urn:ex/duct-before-hot-deck-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -335,49 +313,45 @@ ] }, { - "@id": "urn:ex/hot-deck-damper-actuator", + "@id": "urn:ex/discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/hot-deck-damper" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/hot-deck-damper-command" + "@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/cold-deck-damper", + "@id": "urn:ex/junction", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/cold-deck-damper-in" + "@id": "urn:ex/junction-in-1" }, { - "@id": "urn:ex/cold-deck-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/cold-deck-damper-command" + "@id": "urn:ex/junction-in-2" }, { - "@id": "urn:ex/cold-deck-damper-position" + "@id": "urn:ex/junction-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Supply" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -394,26 +368,35 @@ ] }, { - "@id": "urn:ex/cold-deck-in", + "@id": "urn:ex/out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/cold-deck-in-connection" + "@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/duct-after-hot-deck-damper", + "@id": "urn:ex/junction-in-2", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-cold-deck-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -422,29 +405,24 @@ ] }, { - "@id": "urn:ex/cold-deck-damper-actuator", + "@id": "urn:ex/cold-deck-in-connection", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/cold-deck-damper" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/cold-deck-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/cold-deck-damper-in", + "@id": "urn:ex/hot-deck-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-cold-deck-damper" + "@id": "urn:ex/duct-before-hot-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -454,34 +432,34 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/cold-deck-in" + "@id": "urn:ex/hot-deck-in" } ] }, { - "@id": "urn:ex/cold-deck-damper-position", + "@id": "urn:ex/hot-deck-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/hot-deck-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/hot-deck-damper-command" } ] }, { - "@id": "urn:ex/hot-deck-damper-out", + "@id": "urn:ex/cold-deck-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-hot-deck-damper" + "@id": "urn:ex/duct-after-cold-deck-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -491,9 +469,25 @@ ] }, { - "@id": "urn:ex/hot-deck-damper-position", + "@id": "urn:ex/hot-deck-in-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, + { + "@id": "urn:ex/hot-deck-damper-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasAspect": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -507,19 +501,25 @@ ] }, { - "@id": "urn:ex/junction-in-1", + "@id": "urn:ex/hot-deck-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/duct-after-hot-deck-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] + }, + { + "@id": "urn:ex/", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ] } ] \ No newline at end of file diff --git a/guideline36-2021-4.6.jsonld b/guideline36-2021-4.6.jsonld index 28479b81..ccbb23ec 100644 --- a/guideline36-2021-4.6.jsonld +++ b/guideline36-2021-4.6.jsonld @@ -1,25 +1,24 @@ [ { - "@id": "urn:ex/supply-duct-static-pressure-sensor", + "@id": "urn:ex/heat-coil-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/sa-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/supply-duct-static-pressure" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/duct-after-ra-fan", + "@id": "urn:ex/sa-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -28,18 +27,14 @@ ] }, { - "@id": "urn:ex/ra-damper-position", + "@id": "urn:ex/pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, @@ -65,216 +60,251 @@ ] }, { - "@id": "urn:ex/ea-damper", + "@id": "urn:ex/clg-coil-valve-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/ea-damper-in" - }, + "@id": "urn:ex/pipe-chilled-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ea-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/ra-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/ea-damper-command" - }, + "@id": "urn:ex/ra-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ea-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Role-Exhaust" + "@id": "urn:ex/ra-temp" } ] }, { - "@id": "urn:ex/ra-temp", + "@id": "urn:ex/sa-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Role-Return" + "@id": "urn:ex/sa-out" } ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/sa-temp" + } + ] + }, + { + "@id": "urn:ex/ra-fan-discharge-static-pressure", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/", + "@id": "urn:ex/ea-damper-in", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-before-ea-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } ] }, { - "@id": "urn:ex/duct-after-clg-coil", + "@id": "urn:ex/pipe-hot-water-return-after-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/filter-in", + "@id": "urn:ex/oa-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-filter" + "@id": "urn:ex/oa-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/ma-temp" - } ] }, { - "@id": "urn:ex/oa-temp", + "@id": "urn:ex/clg-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Outside" + "@id": "urn:ex/clg-coil-valve-in" + }, + { + "@id": "urn:ex/clg-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/clg-coil-valve-command" + }, + { + "@id": "urn:ex/clg-coil-valve-position" } ] }, { - "@id": "urn:ex/ra-flow", + "@id": "urn:ex/ra-fan-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/VolumeFlowRate" + "@id": "urn:ex/ra-in-connection" } ], - "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" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/ra-in" } ] }, { - "@id": "urn:ex/ra-fan", + "@id": "urn:ex/clg-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/ra-fan-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/ra-fan-out" + "@id": "urn:ex/clg-coil-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/ra-fan-speed-cmd" - }, - { - "@id": "urn:ex/ra-fan-start-cmd" - }, - { - "@id": "urn:ex/ra-fan-start-status" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/ra-flow" + "@id": "urn:ex/clg-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/ra-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Return" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/heat-coil-air-temp-sensor", + "@id": "urn:ex/filter-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-htg-coil" + "@id": "urn:ex/duct-after-filter" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/heat-coil-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/sa-temp-sensor", + "@id": "urn:ex/return-exhaust-junction-out-2", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/sa-out" + "@id": "urn:ex/duct-before-ra-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/sa-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/ra-flow-sensor", + "@id": "urn:ex/sa-fan-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/ra-fan" + "@id": "urn:ex/sa-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ra-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/sa-out" } ] }, { - "@id": "urn:ex/sa-fan-start-cmd", + "@id": "urn:ex/sa-fan-start-status", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -299,40 +329,31 @@ ] }, { - "@id": "urn:ex/clg-coil", + "@id": "urn:ex/ra-temp", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/clg-coil-air-in" - }, - { - "@id": "urn:ex/clg-coil-air-out" - }, - { - "@id": "urn:ex/clg-coil-water-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/clg-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Role-Return" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/outside-supply-junction-in-2", + "@id": "urn:ex/duct-before-ra-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-after-minimum-oa-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -341,37 +362,23 @@ ] }, { - "@id": "urn:ex/filter-differential-pressure-sensor", + "@id": "urn:ex/ra-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#DifferentialSensor", - "http://data.ashrae.org/standard223/1.0/extensions/g36#DifferentialPressureSensor" + "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/filter-in" - }, - { - "@id": "urn:ex/filter-out" - } - ], - "http://data.ashrae.org/standard223#hasObservationLocationHigh": [ - { - "@id": "urn:ex/filter-in" - } - ], - "http://data.ashrae.org/standard223#hasObservationLocationLow": [ - { - "@id": "urn:ex/filter-out" + "@id": "urn:ex/ra-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/filter-differential-pressure" + "@id": "urn:ex/ra-temp" } ] }, { - "@id": "urn:ex/duct-after-economizer-oa-damper", + "@id": "urn:ex/duct-after-ra-fan", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -383,13 +390,13 @@ ] }, { - "@id": "urn:ex/return-exhaust-junction-out-2", + "@id": "urn:ex/minimum-oa-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-ra-damper" + "@id": "urn:ex/duct-before-minimum-oa-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -399,43 +406,18 @@ ] }, { - "@id": "urn:ex/filter", + "@id": "urn:ex/htg-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Filter", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/filter-in" - }, - { - "@id": "urn:ex/filter-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/filter-differential-pressure" - } - ] - }, - { - "@id": "urn:ex/ea-damper-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/pipe-hot-water-supply" } ], - "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-Water" } ] }, @@ -452,30 +434,28 @@ ] }, { - "@id": "urn:ex/clg-coil-valve", + "@id": "urn:ex/clg-coil", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve" + "http://data.ashrae.org/standard223#CoolingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/clg-coil-valve-in" + "@id": "urn:ex/clg-coil-air-in" }, { - "@id": "urn:ex/clg-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/clg-coil-air-out" + }, { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "urn:ex/clg-coil-water-in" + }, + { + "@id": "urn:ex/clg-coil-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/clg-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/clg-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" } ] }, @@ -517,81 +497,49 @@ ] }, { - "@id": "urn:ex/ra-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/ra-damper-in" - }, - { - "@id": "urn:ex/ra-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/ra-damper-command" - }, - { - "@id": "urn:ex/ra-damper-position" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Return" - } - ] - }, - { - "@id": "urn:ex/ra-fan-start-status", + "@id": "urn:ex/duct-after-htg-coil", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/pipe-chilled-water-return-before-valve", + "@id": "urn:ex/duct-after-ra-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/ma-temp", + "@id": "urn:ex/ra-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/ra-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/ra-damper-command" } ] }, { - "@id": "urn:ex/outside-air-junction-out-1", + "@id": "urn:ex/ea-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-before-minimum-oa-damper" - } + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -600,163 +548,150 @@ ] }, { - "@id": "urn:ex/htg-coil-air-out", + "@id": "urn:ex/htg-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-htg-coil" + "@id": "urn:ex/htg-coil-valve-in" + }, + { + "@id": "urn:ex/htg-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/heat-coil-air-temp" - } - ] - }, - { - "@id": "urn:ex/clg-coil-valve-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/pipe-chilled-water-return-before-valve" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/htg-coil-valve-command" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/htg-coil-valve-position" } ] }, { - "@id": "urn:ex/return-exhaust-junction-in", + "@id": "urn:ex/multiple-zone-ahu", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#AirHandlingUnit", + "http://data.ashrae.org/standard223/1.0/extensions/g36#MultiZoneVAVAirHandlingUnit" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-ra-fan" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/ea-out" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/htg-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ + "@id": "urn:ex/oa-in" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/ra-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/sa-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ] - }, - { - "@id": "urn:ex/outside-supply-junction", - "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:ex/clg-coil" + }, { - "@id": "urn:ex/outside-supply-junction-in-1" + "@id": "urn:ex/clg-coil-valve" }, { - "@id": "urn:ex/outside-supply-junction-in-2" + "@id": "urn:ex/ea-damper" }, { - "@id": "urn:ex/outside-supply-junction-in-3" + "@id": "urn:ex/economizer-oa-damper" }, { - "@id": "urn:ex/outside-supply-junction-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/filter" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/htg-coil" + }, + { + "@id": "urn:ex/htg-coil-valve" + }, + { + "@id": "urn:ex/minimum-oa-damper" + }, + { + "@id": "urn:ex/outside-air-junction" + }, + { + "@id": "urn:ex/outside-supply-junction" + }, + { + "@id": "urn:ex/ra-damper" + }, + { + "@id": "urn:ex/ra-fan" + }, + { + "@id": "urn:ex/return-exhaust-junction" + }, + { + "@id": "urn:ex/sa-fan" } ] }, { - "@id": "urn:ex/sa-out", + "@id": "urn:ex/sa-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/sa-out-connection" - } + "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/sa-fan" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/sa-temp" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/supply-duct-static-pressure" + "@id": "urn:ex/sa-flow" } ] }, { - "@id": "urn:ex/ra-fan-in", + "@id": "urn:ex/duct-before-filter", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ra-in-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/ra-flow-sensor", + "@type": [ + "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/ra-fan" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/ra-in" + "@id": "urn:ex/ra-flow" } ] }, { - "@id": "urn:ex/return-exhaust-junction", + "@id": "urn:ex/clg-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/return-exhaust-junction-in" - }, - { - "@id": "urn:ex/return-exhaust-junction-out-1" - }, - { - "@id": "urn:ex/return-exhaust-junction-out-2" + "@id": "urn:ex/duct-after-htg-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -766,35 +701,23 @@ ] }, { - "@id": "urn:ex/minimum-oa-damper", + "@id": "urn:ex/ra-damper-position", "@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/minimum-oa-damper-in" - }, - { - "@id": "urn:ex/minimum-oa-damper-out" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/minimum-oa-damper-command" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/minimum-oa-damper-position" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Outside" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/ra-damper-command", + "@id": "urn:ex/economizer-oa-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -815,63 +738,88 @@ ] }, { - "@id": "urn:ex/sa-fan", + "@id": "urn:ex/outside-supply-junction-out", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/sa-fan-in" - }, + "@id": "urn:ex/duct-before-filter" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/sa-fan-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/ea-damper-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/sa-fan-speed-cmd" - }, + "@id": "urn:ex/ea-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/sa-fan-start-cmd" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/sa-fan-start-status" - }, + "@id": "urn:ex/ea-out" + } + ] + }, + { + "@id": "urn:ex/minimum-oa-damper-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/sa-flow" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Supply" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/clg-coil-water-out", + "@id": "urn:ex/oa-flow-measurement-station", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/pipe-chilled-water-supply" + "@id": "urn:ex/minimum-oa-damper-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/oa-flow" } ] }, { - "@id": "urn:ex/outside-air-junction-out-2", + "@id": "urn:ex/outside-air-junction", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-economizer-oa-damper" + "@id": "urn:ex/outside-air-junction-in" + }, + { + "@id": "urn:ex/outside-air-junction-out-1" + }, + { + "@id": "urn:ex/outside-air-junction-out-2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -881,9 +829,21 @@ ] }, { - "@id": "urn:ex/ea-out-connection", + "@id": "urn:ex/sa-fan-start-cmd", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/duct-after-filter", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -892,116 +852,58 @@ ] }, { - "@id": "urn:ex/clg-coil-air-in", + "@id": "urn:ex/clg-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-htg-coil" + "@id": "urn:ex/pipe-chilled-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/ra-fan-out", + "@id": "urn:ex/clg-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-ra-fan" + "@id": "urn:ex/duct-after-clg-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/ra-fan-discharge-static-pressure" - } ] }, { - "@id": "urn:ex/multiple-zone-ahu", + "@id": "urn:ex/ma-temp", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit", - "http://data.ashrae.org/standard223/1.0/extensions/g36#MultiZoneVAVAirHandlingUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/ea-out" - }, - { - "@id": "urn:ex/oa-in" - }, - { - "@id": "urn:ex/ra-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/sa-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/clg-coil" - }, - { - "@id": "urn:ex/clg-coil-valve" - }, - { - "@id": "urn:ex/ea-damper" - }, - { - "@id": "urn:ex/economizer-oa-damper" - }, - { - "@id": "urn:ex/filter" - }, - { - "@id": "urn:ex/htg-coil" - }, - { - "@id": "urn:ex/htg-coil-valve" - }, - { - "@id": "urn:ex/minimum-oa-damper" - }, - { - "@id": "urn:ex/outside-air-junction" - }, - { - "@id": "urn:ex/outside-supply-junction" - }, - { - "@id": "urn:ex/ra-damper" - }, - { - "@id": "urn:ex/ra-fan" - }, - { - "@id": "urn:ex/return-exhaust-junction" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/sa-fan" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/ra-damper-out", + "@id": "urn:ex/duct-before-economizer-oa-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-after-ra-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1010,39 +912,43 @@ ] }, { - "@id": "urn:ex/clg-coil-air-out", + "@id": "urn:ex/filter", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Filter", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-clg-coil" + "@id": "urn:ex/filter-in" + }, + { + "@id": "urn:ex/filter-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/filter-differential-pressure" } ] }, { - "@id": "urn:ex/ea-out", + "@id": "urn:ex/htg-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/ea-out-connection" + "@id": "urn:ex/pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/economizer-oa-damper-command", + "@id": "urn:ex/htg-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -1063,35 +969,67 @@ ] }, { - "@id": "urn:ex/ra-temp-sensor", + "@id": "urn:ex/htg-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/ra-in" + "@id": "urn:ex/htg-coil-air-in" + }, + { + "@id": "urn:ex/htg-coil-air-out" + }, + { + "@id": "urn:ex/htg-coil-water-in" + }, + { + "@id": "urn:ex/htg-coil-water-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/ra-temp" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/duct-before-economizer-oa-damper", + "@id": "urn:ex/ra-fan", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/ra-fan-in" + }, + { + "@id": "urn:ex/ra-fan-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/ra-fan-speed-cmd" + }, + { + "@id": "urn:ex/ra-fan-start-cmd" + }, + { + "@id": "urn:ex/ra-fan-start-status" + }, + { + "@id": "urn:ex/ra-flow" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Return" } ] }, { - "@id": "urn:ex/duct-before-ea-damper", + "@id": "urn:ex/duct-after-minimum-oa-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -1103,73 +1041,64 @@ ] }, { - "@id": "urn:ex/minimum-oa-damper-actuator", + "@id": "urn:ex/filter-differential-pressure-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#DifferentialSensor", + "http://data.ashrae.org/standard223/1.0/extensions/g36#DifferentialPressureSensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/minimum-oa-damper" + "@id": "urn:ex/filter-in" + }, + { + "@id": "urn:ex/filter-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocationHigh": [ { - "@id": "urn:ex/minimum-oa-damper-command" + "@id": "urn:ex/filter-in" } - ] - }, - { - "@id": "urn:ex/htg-coil-water-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocationLow": [ { - "@id": "urn:ex/pipe-hot-water-return-after-valve" + "@id": "urn:ex/filter-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/filter-differential-pressure" } ] }, { - "@id": "urn:ex/filter-differential-pressure", + "@id": "urn:ex/ea-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } - ] - }, - { - "@id": "urn:ex/duct-before-filter", - "@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" } ] }, { - "@id": "urn:ex/ea-damper-in", + "@id": "urn:ex/outside-supply-junction-in-2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-ea-damper" + "@id": "urn:ex/duct-after-minimum-oa-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1179,52 +1108,57 @@ ] }, { - "@id": "urn:ex/economizer-oa-damper-position", + "@id": "urn:ex/ea-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/ea-damper-in" + }, + { + "@id": "urn:ex/ea-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/ea-damper-command" + }, + { + "@id": "urn:ex/ea-damper-position" } - ] - }, - { - "@id": "urn:ex/ra-fan-start-cmd", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#Role-Exhaust" } ] }, { - "@id": "urn:ex/pipe-hot-water-return-after-valve", + "@id": "urn:ex/heat-coil-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/duct-after-htg-coil" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/heat-coil-air-temp" } ] }, { - "@id": "urn:ex/outside-supply-junction-out", + "@id": "urn:ex/ra-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-filter" + "@id": "urn:ex/duct-after-ra-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1234,154 +1168,160 @@ ] }, { - "@id": "urn:ex/pipe-hot-water-return-before-valve", + "@id": "urn:ex/duct-after-clg-coil", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/economizer-oa-damper", + "@id": "urn:ex/htg-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/economizer-oa-damper-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/economizer-oa-damper-out" + "@id": "urn:ex/htg-coil-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/economizer-oa-damper-command" - }, + "@id": "urn:ex/htg-coil-valve-command" + } + ] + }, + { + "@id": "urn:ex/return-exhaust-junction-out-1", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/economizer-oa-damper-position" + "@id": "urn:ex/duct-before-ea-damper" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Economizer" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/minimum-oa-damper-position", + "@id": "urn:ex/economizer-oa-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/economizer-oa-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/economizer-oa-damper-command" } ] }, { - "@id": "urn:ex/oa-flow", + "@id": "urn:ex/ra-fan-speed-cmd", "@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#EnumerationKind-Speed" + } ], "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/sa-flow-sensor", + "@id": "urn:ex/ma-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/sa-fan" + "@id": "urn:ex/filter-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/sa-flow" + "@id": "urn:ex/ma-temp" } ] }, { - "@id": "urn:ex/ra-in-connection", + "@id": "urn:ex/economizer-oa-damper", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/economizer-oa-damper-in" + }, + { + "@id": "urn:ex/economizer-oa-damper-out" } - ] - }, - { - "@id": "urn:ex/heat-coil-air-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/economizer-oa-damper-command" + }, + { + "@id": "urn:ex/economizer-oa-damper-position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Economizer" } ] }, { - "@id": "urn:ex/economizer-oa-damper-actuator", + "@id": "urn:ex/ra-damper", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/economizer-oa-damper" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "@id": "urn:ex/ra-damper-in" + }, { - "@id": "urn:ex/economizer-oa-damper-command" + "@id": "urn:ex/ra-damper-out" } - ] - }, - { - "@id": "urn:ex/sa-flow", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/ra-damper-command" + }, + { + "@id": "urn:ex/ra-damper-position" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Return" } ] }, { - "@id": "urn:ex/clg-coil-valve-position", + "@id": "urn:ex/economizer-oa-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -1397,75 +1337,69 @@ ] }, { - "@id": "urn:ex/minimum-oa-damper-out", + "@id": "urn:ex/oa-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/duct-after-minimum-oa-damper" - } + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/oa-flow" - }, - { - "@id": "urn:ex/oa-temp" - } ] }, { - "@id": "urn:ex/duct-after-htg-coil", + "@id": "urn:ex/ra-fan-start-cmd", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/htg-coil", + "@id": "urn:ex/sa-fan", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/htg-coil-air-in" + "@id": "urn:ex/sa-fan-in" }, { - "@id": "urn:ex/htg-coil-air-out" + "@id": "urn:ex/sa-fan-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/sa-fan-speed-cmd" }, { - "@id": "urn:ex/htg-coil-water-in" + "@id": "urn:ex/sa-fan-start-cmd" }, { - "@id": "urn:ex/htg-coil-water-out" + "@id": "urn:ex/sa-fan-start-status" + }, + { + "@id": "urn:ex/sa-flow" } ], "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ] }, { - "@id": "urn:ex/clg-coil-water-in", + "@id": "urn:ex/htg-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-chilled-water-return-after-valve" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1475,127 +1409,145 @@ ] }, { - "@id": "urn:ex/htg-coil-valve-in", + "@id": "urn:ex/minimum-oa-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/pipe-hot-water-return-before-valve" + "@id": "urn:ex/minimum-oa-damper-in" + }, + { + "@id": "urn:ex/minimum-oa-damper-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/minimum-oa-damper-command" + }, + { + "@id": "urn:ex/minimum-oa-damper-position" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Outside" } ] }, { - "@id": "urn:ex/duct-before-ra-damper", + "@id": "urn:ex/ea-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/clg-coil-valve-actuator", + "@id": "urn:ex/ea-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/clg-coil-valve" + "@id": "urn:ex/ea-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/clg-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/htg-coil-valve-actuator", + "@id": "urn:ex/pipe-chilled-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/htg-coil-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/htg-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/sa-fan-out", + "@id": "urn:ex/return-exhaust-junction", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/sa-out-connection" + "@id": "urn:ex/return-exhaust-junction-in" + }, + { + "@id": "urn:ex/return-exhaust-junction-out-1" + }, + { + "@id": "urn:ex/return-exhaust-junction-out-2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/sa-out" - } ] }, { - "@id": "urn:ex/ea-damper-out", + "@id": "urn:ex/sa-fan-speed-cmd", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/ea-out-connection" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Speed" } ], - "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/ea-out" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/ea-damper-position", + "@id": "urn:ex/ea-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/ea-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/ea-damper-command" } ] }, { - "@id": "urn:ex/oa-in-connection", + "@id": "urn:ex/return-exhaust-junction-in", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-ra-fan" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1604,136 +1556,138 @@ ] }, { - "@id": "urn:ex/sa-temp", + "@id": "urn:ex/filter-differential-pressure", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/duct-after-minimum-oa-damper", + "@id": "urn:ex/clg-coil-valve-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/pipe-chilled-water-return-after-valve" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/oa-flow-measurement-station", + "@id": "urn:ex/minimum-oa-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/minimum-oa-damper-out" + "@id": "urn:ex/duct-after-minimum-oa-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { "@id": "urn:ex/oa-flow" + }, + { + "@id": "urn:ex/oa-temp" } ] }, { - "@id": "urn:ex/return-exhaust-junction-out-1", + "@id": "urn:ex/minimum-oa-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/duct-before-ea-damper" + "@id": "urn:ex/minimum-oa-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/minimum-oa-damper-command" } ] }, { - "@id": "urn:ex/supply-duct-static-pressure", + "@id": "urn:ex/oa-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/oa-in", + "@id": "urn:ex/sa-flow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/oa-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/sa-fan-speed-cmd", + "@id": "urn:ex/filter-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Speed" + "@id": "urn:ex/duct-before-filter" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/ma-temp" } ] }, { - "@id": "urn:ex/sa-fan-in", + "@id": "urn:ex/outside-air-junction-out-1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-clg-coil" + "@id": "urn:ex/duct-before-minimum-oa-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1743,52 +1697,33 @@ ] }, { - "@id": "urn:ex/htg-coil-valve-position", + "@id": "urn:ex/ra-fan-start-status", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/ma-temp-sensor", + "@id": "urn:ex/pipe-chilled-water-return-after-valve", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/filter-in" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ma-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/outside-air-junction", + "@id": "urn:ex/duct-before-minimum-oa-damper", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/outside-air-junction-in" - }, - { - "@id": "urn:ex/outside-air-junction-out-1" - }, - { - "@id": "urn:ex/outside-air-junction-out-2" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1797,29 +1732,29 @@ ] }, { - "@id": "urn:ex/ra-damper-actuator", + "@id": "urn:ex/outside-supply-junction-in-3", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/ra-damper" + "@id": "urn:ex/duct-after-economizer-oa-damper" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/ra-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/minimum-oa-damper-in", + "@id": "urn:ex/outside-air-junction-out-2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-before-minimum-oa-damper" + "@id": "urn:ex/duct-before-economizer-oa-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1829,50 +1764,72 @@ ] }, { - "@id": "urn:ex/sa-fan-start-status", + "@id": "urn:ex/clg-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/sa-out-connection", + "@id": "urn:ex/supply-duct-static-pressure", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Supply" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/ra-fan-speed-cmd", + "@id": "urn:ex/sa-fan-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Speed" + "@id": "urn:ex/duct-after-clg-coil" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/duct-before-ea-damper", + "@type": [ + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/duct-after-ra-damper", + "@id": "urn:ex/duct-after-economizer-oa-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -1884,14 +1841,25 @@ ] }, { - "@id": "urn:ex/clg-coil-valve-command", + "@id": "urn:ex/economizer-oa-damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Position" + "@id": "urn:ex/duct-after-economizer-oa-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/htg-coil-valve-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -1905,85 +1873,119 @@ ] }, { - "@id": "urn:ex/ra-fan-discharge-static-pressure", + "@id": "urn:ex/supply-duct-static-pressure-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:ex/sa-out-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:ex/supply-duct-static-pressure" } ] }, { - "@id": "urn:ex/htg-coil-valve-out", + "@id": "urn:ex/htg-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-hot-water-return-after-valve" + "@id": "urn:ex/duct-after-filter" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/duct-after-filter", + "@id": "urn:ex/htg-coil-air-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/duct-after-htg-coil" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/heat-coil-air-temp" + } ] }, { - "@id": "urn:ex/htg-coil-valve", + "@id": "urn:ex/ra-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/htg-coil-valve-in" - }, + "@id": "urn:ex/duct-before-ra-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/htg-coil-valve-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, + { + "@id": "urn:ex/ra-fan-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/duct-after-ra-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/htg-coil-valve-command" - }, + "@id": "urn:ex/ra-fan-discharge-static-pressure" + } + ] + }, + { + "@id": "urn:ex/ra-flow", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/htg-coil-valve-position" + "@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/htg-coil-water-out", + "@id": "urn:ex/htg-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-hot-water-supply" + "@id": "urn:ex/pipe-hot-water-return-after-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2009,126 +2011,146 @@ ] }, { - "@id": "urn:ex/filter-out", + "@id": "urn:ex/clg-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-filter" + "@id": "urn:ex/pipe-chilled-water-supply" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/duct-before-minimum-oa-damper", + "@id": "urn:ex/sa-temp", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } - ] - }, - { - "@id": "urn:ex/outside-supply-junction-in-3", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/duct-after-economizer-oa-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/ra-damper-in", + "@id": "urn:ex/clg-coil-valve-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-ra-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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/outside-supply-junction-in-1", + "@id": "urn:ex/ra-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-after-ra-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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/ra-in", + "@id": "urn:ex/oa-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/ra-in-connection" + "@id": "http://data.ashrae.org/standard223#Role-Outside" } ], - "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/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/ra-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/htg-coil-air-in", + "@id": "urn:ex/sa-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-filter" + "@id": "urn:ex/sa-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/sa-temp" + }, + { + "@id": "urn:ex/supply-duct-static-pressure" + } ] }, { - "@id": "urn:ex/economizer-oa-damper-out", + "@id": "urn:ex/outside-supply-junction", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/duct-after-economizer-oa-damper" + "@id": "urn:ex/outside-supply-junction-in-1" + }, + { + "@id": "urn:ex/outside-supply-junction-in-2" + }, + { + "@id": "urn:ex/outside-supply-junction-in-3" + }, + { + "@id": "urn:ex/outside-supply-junction-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2138,7 +2160,7 @@ ] }, { - "@id": "urn:ex/pipe-chilled-water-return-after-valve", + "@id": "urn:ex/pipe-hot-water-supply", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -2150,47 +2172,25 @@ ] }, { - "@id": "urn:ex/ea-damper-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/ea-damper" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ - { - "@id": "urn:ex/ea-damper-command" - } - ] - }, - { - "@id": "urn:ex/clg-coil-valve-out", + "@id": "urn:ex/outside-supply-junction-in-1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/pipe-chilled-water-return-after-valve" + "@id": "urn:ex/duct-after-ra-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/pipe-hot-water-supply", + "@id": "urn:ex/", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://www.w3.org/2002/07/owl#Ontology" ] } ] \ No newline at end of file diff --git a/lbnl-example.jsonld b/lbnl-example.jsonld index b6e3b893..ed0d93a9 100644 --- a/lbnl-example.jsonld +++ b/lbnl-example.jsonld @@ -1,78 +1,69 @@ [ { - "@id": "urn:ex/vav-511-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" - } - ] - }, - { - "@id": "urn:ex/room-104-out", + "@id": "urn:ex/office-ahu-sa-fan-power", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "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/W" } ] }, { - "@id": "urn:ex/vav-523-duct-after-damper", + "@id": "urn:ex/vav-522-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil", + "@id": "urn:ex/vav-528-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-504-reheat-coil-air-out" + "@id": "urn:ex/vav-528-reheat-coil-valve-in" }, { - "@id": "urn:ex/vav-504-reheat-coil-water-in" - }, + "@id": "urn:ex/vav-528-reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-504-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-528-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-528-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-521-air-in", + "@id": "urn:ex/connection-to-room-105", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -81,187 +72,158 @@ ] }, { - "@id": "urn:ex/vav-513-hot-water-in", + "@id": "urn:ex/vav-504-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-hot-water-in-connection" + "@id": "urn:ex/vav-504-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-522-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-504-hot-water-in" } ] }, { - "@id": "urn:ex/vav-524-discharge-air-temp", + "@id": "urn:ex/vav-507-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-507-air-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-507-discharge-air-flow" } ] }, { - "@id": "urn:ex/room-302-out", + "@id": "urn:ex/vav-513-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-103" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-513-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-513-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-513-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-513-discharge-air-temp-setpoint" + } ] }, { - "@id": "urn:ex/vav-507-air-in", + "@id": "urn:ex/vav-533-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-533-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/vav-521-damper-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-533-hot-water-in" } ] }, { - "@id": "urn:ex/vav-539-duct-after-damper", + "@id": "urn:ex/vav-540-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-115-occupancy-override", + "@id": "urn:ex/vav-537-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-flow", + "@id": "urn:ex/vav-508-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/connection-to-room-109" } ], - "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/vav-528-damper", - "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-528-damper-in" + "@id": "urn:ex/vav-508-discharge-air-flow" }, { - "@id": "urn:ex/vav-528-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-528-damper-command" + "@id": "urn:ex/vav-508-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-528-damper-position" - } - ] - }, - { - "@id": "urn:ex/vav-506-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:ex/vav-508-discharge-air-temp" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-508-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-air-in", + "@id": "urn:ex/vav-515-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-530-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -271,141 +233,150 @@ ] }, { - "@id": "urn:ex/vav-538-damper", + "@id": "urn:ex/zone-208-209", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-538-damper-in" + "@id": "urn:ex/room-208-hvac-domain" }, { - "@id": "urn:ex/vav-538-damper-out" + "@id": "urn:ex/room-209-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-damper-command" + "@id": "urn:ex/zone-208-209-cooling-setpoint" }, { - "@id": "urn:ex/vav-538-damper-position" + "@id": "urn:ex/zone-208-209-heating-setpoint" + }, + { + "@id": "urn:ex/zone-208-209-occupancy" + }, + { + "@id": "urn:ex/zone-208-209-occupancy-override" + }, + { + "@id": "urn:ex/zone-208-209-temp" + }, + { + "@id": "urn:ex/zone-208-209-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-water-out", + "@id": "urn:ex/room-112-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-112-114" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-101-hvac-domain", + "@id": "urn:ex/vav-508-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-101-in" + "@id": "urn:ex/connection-to-room-109" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-508-heating-pid-output" }, { - "@id": "urn:ex/room-101-out" + "@id": "urn:ex/vav-508-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-508-air-out" } ] }, { - "@id": "urn:ex/zone-111-cooling-setpoint", + "@id": "urn:ex/vav-515-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-512-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-water-in", + "@id": "urn:ex/vav-532-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-523-hot-water-in" + "@id": "urn:ex/vav-532-air-in" } ] }, { - "@id": "urn:ex/vav-510-hot-water-in", + "@id": "urn:ex/vav-540-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-hot-water-in-connection" + "@id": "urn:ex/vav-540-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-510-duct-after-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-540-hot-water-in" } ] }, { - "@id": "urn:ex/vav-529-hot-water-in-connection", + "@id": "urn:ex/vav-508-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -417,31 +388,34 @@ ] }, { - "@id": "urn:ex/vav-513-damper-out", + "@id": "urn:ex/vav-512-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-duct-after-damper" + "@id": "urn:ex/vav-512-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-532-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-513-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-513-cooling-pid-output" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-temp", + "@id": "urn:ex/vav-505-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -452,113 +426,121 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-537-damper-position", + "@id": "urn:ex/zone-303-304-306-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-507-damper-in", + "@id": "urn:ex/vav-505-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } + ] + }, + { + "@id": "urn:ex/zone-311-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-507-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-valve-out", + "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-524-hot-water-out-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/room-209-out", + "@type": [ + "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-Water" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-524-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-position", + "@id": "urn:ex/zone-101-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-506-hot-water-in", + "@id": "urn:ex/office-ahu-sa-fan-start-status", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-506-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-in", + "@id": "urn:ex/vav-520-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-530-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -568,46 +550,35 @@ ] }, { - "@id": "urn:ex/zone-301-temp-sensor", + "@id": "urn:ex/office-ahu-duct-after-clg-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-301-hvac-domain" - } + "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/zone-301-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-309-310-occupancy", + "@id": "urn:ex/vav-515-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } - ] - }, - { - "@id": "urn:ex/vav-507-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/UNITLESS" } ] }, { - "@id": "urn:ex/zone-203-temp", + "@id": "urn:ex/zone-106-107-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -623,107 +594,108 @@ ] }, { - "@id": "urn:ex/vav-536-more-heat-requests", + "@id": "urn:ex/vav-516-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-516-hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-512-damper", + "@id": "urn:ex/room-214-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-damper-in" + "@id": "urn:ex/room-214-in" }, { - "@id": "urn:ex/vav-512-damper-out" + "@id": "urn:ex/room-214-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-512-damper-command" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-512-damper-position" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil", + "@id": "urn:ex/vav-502-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-525-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-525-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-525-reheat-coil-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-525-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-103-occupancy", + "@id": "urn:ex/vav-520-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-531-damper", + "@id": "urn:ex/zone-105-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-531-damper-in" - }, + "@id": "urn:ex/room-105-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-531-damper-out" + "@id": "urn:ex/zone-105-temp" } + ] + }, + { + "@id": "urn:ex/vav-512-discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-531-damper-command" - }, + "@id": "urn:ex/vav-512-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-531-damper-position" + "@id": "urn:ex/vav-512-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-508-hot-water-in", + "@id": "urn:ex/vav-513-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-hot-water-in-connection" + "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -733,51 +705,44 @@ ] }, { - "@id": "urn:ex/vav-533-heating-pid-output", + "@id": "urn:ex/vav-533-discharge-air-flow", "@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/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve", + "@id": "urn:ex/vav-527-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-523-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-523-reheat-coil-valve-out" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-527-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-523-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-523-reheat-coil-valve-position" + "@id": "urn:ex/vav-527-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-513-hot-water-in-connection", + "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -789,151 +754,94 @@ ] }, { - "@id": "urn:ex/vav-535-colder-supply-air-requests", + "@id": "urn:ex/vav-505-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-523", + "@id": "urn:ex/room-101-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-air-in" - }, - { - "@id": "urn:ex/vav-523-air-out" - }, - { - "@id": "urn:ex/vav-523-hot-water-in" - }, - { - "@id": "urn:ex/vav-523-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-523-damper" - }, - { - "@id": "urn:ex/vav-523-reheat-coil" - }, - { - "@id": "urn:ex/vav-523-reheat-coil-valve" - } - ] - }, - { - "@id": "urn:ex/vav-511-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-511-reheat-coil-valve" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-511-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-521-hot-water-in", + "@id": "urn:ex/vav-507-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-hot-water-out", + "@id": "urn:ex/vav-534-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-hot-water-out-connection" + "@id": "urn:ex/vav-534-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-520-air-in", + "@id": "urn:ex/room-113", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/room-113-hvac-domain" } ] }, { - "@id": "urn:ex/zone-312", + "@id": "urn:ex/vav-504-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-312-hvac-domain" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-312-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-312-heating-setpoint" - }, - { - "@id": "urn:ex/zone-312-occupancy" - }, - { - "@id": "urn:ex/zone-312-occupancy-override" - }, - { - "@id": "urn:ex/zone-312-temp" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-312-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-heating-pid-output", + "@id": "urn:ex/vav-536-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -949,322 +857,325 @@ ] }, { - "@id": "urn:ex/vav-521-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-528-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-537-discharge-air-flow-setpoint", + "@id": "urn:ex/connection-to-room-215", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "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/vav-538-heating-pid-output", + "@id": "urn:ex/zone-102-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-102-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-102-temp" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve-position", + "@id": "urn:ex/vav-510-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-510-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-512-damper-position", + "@id": "urn:ex/office-ahu-clg-coil-water-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/office-ahu-chilled-water-in-connection" } ], - "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-Water" } - ] - }, - { - "@id": "urn:ex/vav-516-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/office-ahu-colder-chilled-water-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/office-ahu-chilled-water-in" } ] }, { - "@id": "urn:ex/vav-539-damper-in", + "@id": "urn:ex/vav-518-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-518-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-539-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-211-cooling-setpoint", + "@id": "urn:ex/vav-528-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-215-out", + "@id": "urn:ex/vav-536-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-313" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-536-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-536-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-536-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-536-discharge-air-temp-setpoint" + } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-air-in", + "@id": "urn:ex/vav-504-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-507-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/zone-307-308", + "@id": "urn:ex/office-ahu-ea-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-307-hvac-domain" - }, - { - "@id": "urn:ex/room-308-hvac-domain" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-307-308-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-307-308-heating-setpoint" - }, - { - "@id": "urn:ex/zone-307-308-occupancy" - }, - { - "@id": "urn:ex/zone-307-308-occupancy-override" - }, - { - "@id": "urn:ex/zone-307-308-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-307-308-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-air-out", + "@id": "urn:ex/vav-524-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-212" + "@id": "urn:ex/vav-524-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-536-discharge-air-flow-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-526-heating-pid-output" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-526-more-heat-requests" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-526-air-out" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-104-cooling-setpoint", + "@id": "urn:ex/vav-507-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-526-hot-water-out", + "@id": "urn:ex/zone-102-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-526-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-530-cooling-pid-output", + "@id": "urn:ex/vav-532-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-524-heating-pid-output", + "@id": "urn:ex/zone-210-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-210-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-210-temp" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-valve-out", + "@id": "urn:ex/vav-502-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-hot-water-out-connection" + "@id": "urn:ex/vav-502-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/office-ahu-ra-damper-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-hot-water-out" + "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-527-damper-command", + "@id": "urn:ex/vav-530-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -1280,14 +1191,10 @@ ] }, { - "@id": "urn:ex/room-109-out", + "@id": "urn:ex/connection-to-room-211", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1296,7 +1203,7 @@ ] }, { - "@id": "urn:ex/vav-532-air-in", + "@id": "urn:ex/vav-503-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -1312,104 +1219,92 @@ ] }, { - "@id": "urn:ex/vav-513-reheat-coil-air-in", + "@id": "urn:ex/vav-538-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-duct-after-damper" + "@id": "urn:ex/connection-to-room-213" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-528-damper-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-528-damper" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "@id": "urn:ex/vav-538-discharge-air-flow" + }, { - "@id": "urn:ex/vav-528-damper-command" + "@id": "urn:ex/vav-538-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-538-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-538-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-532-hot-water-out-connection", + "@id": "urn:ex/vav-507-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-507-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-507-hot-water-out" + } ] }, { - "@id": "urn:ex/zone-105-window-switch-on-off", + "@id": "urn:ex/zone-301-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-504-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-524-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-521-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-534-colder-supply-air-requests", + "@id": "urn:ex/room-302-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-connection-from-rooms" } - ] - }, - { - "@id": "urn:ex/office-ahu-duct-after-air-filter", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1418,342 +1313,371 @@ ] }, { - "@id": "urn:ex/vav-536-reheat-coil-valve-out", + "@id": "urn:ex/vav-526-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-536-hot-water-out-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-536-hot-water-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-water-out", + "@id": "urn:ex/zone-113-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-528-damper-position", + "@id": "urn:ex/room-215-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-215-in" + }, + { + "@id": "urn:ex/room-215-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-538-damper-in", + "@id": "urn:ex/vav-530-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-530-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-530-damper-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-air-in" + "@id": "urn:ex/vav-530-damper-command" + }, + { + "@id": "urn:ex/vav-530-damper-position" } ] }, { - "@id": "urn:ex/zone-113-temp", + "@id": "urn:ex/vav-509-hot-water-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/Temperature" + "@id": "urn:ex/vav-509-hot-water-in-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-213-out", + "@id": "urn:ex/room-115-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/room-115-in" + }, + { + "@id": "urn:ex/room-115-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-508-discharge-air-temp-sensor", + "@id": "urn:ex/zone-215-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-508-air-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-535-heating-pid-output", + "@id": "urn:ex/zone-303-304-306-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/connection-to-room-301", + "@id": "urn:ex/vav-525-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-525-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-524-air-out", + "@id": "urn:ex/zone-101", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/connection-to-room-210" + "@id": "urn:ex/room-101-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-discharge-air-flow" + "@id": "urn:ex/zone-101-building-static-pressure" }, { - "@id": "urn:ex/vav-524-discharge-air-flow-setpoint" + "@id": "urn:ex/zone-101-building-static-pressure-setpoint" }, { - "@id": "urn:ex/vav-524-discharge-air-temp" + "@id": "urn:ex/zone-101-co2-concentration" }, { - "@id": "urn:ex/vav-524-discharge-air-temp-setpoint" + "@id": "urn:ex/zone-101-co2-concentration-setpoint" + }, + { + "@id": "urn:ex/zone-101-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-101-heating-setpoint" + }, + { + "@id": "urn:ex/zone-101-occupancy" + }, + { + "@id": "urn:ex/zone-101-occupancy-override" + }, + { + "@id": "urn:ex/zone-101-temp" + }, + { + "@id": "urn:ex/zone-101-window-switch-on-off" } ] }, { - "@id": "urn:ex/room-106-in", + "@id": "urn:ex/vav-535-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-106-107" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/room-207-out", + "@id": "urn:ex/vav-525-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-air-out", + "@id": "urn:ex/zone-118", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/connection-to-room-210" + "@id": "urn:ex/room-118-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-heating-pid-output" + "@id": "urn:ex/zone-118-cooling-setpoint" }, { - "@id": "urn:ex/vav-524-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "@id": "urn:ex/zone-118-heating-setpoint" + }, { - "@id": "urn:ex/vav-524-air-out" - } - ] - }, - { - "@id": "urn:ex/vav-504-reheat-coil-valve-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/zone-118-occupancy" + }, { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/zone-118-occupancy-override" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/zone-118-temp" + }, + { + "@id": "urn:ex/zone-118-window-switch-on-off" } ] }, { - "@id": "urn:ex/office-ahu-sa-out", + "@id": "urn:ex/vav-512-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-512-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-512-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-colder-supply-air-requests" - }, - { - "@id": "urn:ex/office-ahu-increased-air-pressure-requests" - }, - { - "@id": "urn:ex/office-ahu-sa-temp" - }, - { - "@id": "urn:ex/office-ahu-sa-temp-setpoint" - }, - { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure" - }, - { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure-setpoint" + "@id": "urn:ex/vav-512-reheat-coil-valve-command" }, { - "@id": "urn:ex/office-ahu-warmer-supply-air-requests" + "@id": "urn:ex/vav-512-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-505-damper-actuator", + "@id": "urn:ex/vav-525-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-505-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-505-damper-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-505-discharge-air-flow", + "@id": "urn:ex/vav-540-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-530-reheat-coil-valve-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-530-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-530-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve-command", + "@id": "urn:ex/vav-521-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -1767,92 +1691,101 @@ ] }, { - "@id": "urn:ex/vav-536-colder-supply-air-requests", + "@id": "urn:ex/zone-307-308-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/room-307-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-307-308-temp" } ] }, { - "@id": "urn:ex/vav-506-damper-actuator", + "@id": "urn:ex/office-ahu-sa-flow", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-506-damper" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-506-damper-command" + "@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/vav-506-hot-water-out", + "@id": "urn:ex/vav-540-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-215" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-507-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-507-reheat-coil-air-in" + "@id": "urn:ex/vav-540-discharge-air-flow" }, { - "@id": "urn:ex/vav-507-reheat-coil-air-out" + "@id": "urn:ex/vav-540-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-507-reheat-coil-water-in" + "@id": "urn:ex/vav-540-discharge-air-temp" }, { - "@id": "urn:ex/vav-507-reheat-coil-water-out" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-540-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-301-out", + "@id": "urn:ex/vav-535-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "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/UNITLESS" } ] }, { - "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve", + "@id": "urn:ex/room-205", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:ex/room-205-hvac-domain" + } + ] + }, + { + "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -1864,7 +1797,7 @@ ] }, { - "@id": "urn:ex/connection-to-room-302", + "@id": "urn:ex/vav-531-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -1876,199 +1809,179 @@ ] }, { - "@id": "urn:ex/vav-517-hot-water-out", + "@id": "urn:ex/zone-111-occupancy", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-523-more-heat-requests", + "@id": "urn:ex/vav-501-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/room-308-out", + "@id": "urn:ex/zone-108-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/room-108-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-108-temp" } ] }, { - "@id": "urn:ex/vav-528-hot-water-in", + "@id": "urn:ex/vav-520-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-hot-water-in-connection" + "@id": "urn:ex/vav-520-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-509-discharge-air-flow", + "@id": "urn:ex/vav-523-cooling-pid-output", "@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" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-air-in", + "@id": "urn:ex/vav-517-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-duct-after-damper" + "@id": "urn:ex/vav-517-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-position", + "@id": "urn:ex/zone-112-114-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-515-heating-pid-output", + "@id": "urn:ex/vav-513-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-202-occupancy", + "@id": "urn:ex/room-104-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/room-104-in" + }, + { + "@id": "urn:ex/room-104-out" } - ] - }, - { - "@id": "urn:ex/zone-109-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/office-ahu-ea-damper-actuator", + "@id": "urn:ex/room-207-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-ea-damper" + "@id": "urn:ex/connection-to-room-207" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-ea-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-308-hvac-domain", + "@id": "urn:ex/vav-525-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-308-in" - }, - { - "@id": "urn:ex/room-308-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-504-discharge-air-temp", + "@id": "urn:ex/vav-511-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -2082,88 +1995,68 @@ ] }, { - "@id": "urn:ex/vav-526", + "@id": "urn:ex/vav-528-damper-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-air-in" - }, - { - "@id": "urn:ex/vav-526-air-out" - }, - { - "@id": "urn:ex/vav-526-hot-water-in" - }, - { - "@id": "urn:ex/vav-526-hot-water-out" + "@id": "urn:ex/vav-528-duct-after-damper" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-526-damper" - }, - { - "@id": "urn:ex/vav-526-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-528-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-528-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve-out", + "@id": "urn:ex/vav-525-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-519-hot-water-out" + "@id": "urn:ex/vav-525-air-in" } ] }, { - "@id": "urn:ex/vav-531-air-in", + "@id": "urn:ex/vav-518-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-519-damper-in", + "@id": "urn:ex/vav-510-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -2179,35 +2072,28 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-519-air-in" + "@id": "urn:ex/vav-510-air-in" } ] }, { - "@id": "urn:ex/vav-535-damper", + "@id": "urn:ex/vav-508-air-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/vav-535-damper-in" - }, - { - "@id": "urn:ex/vav-535-damper-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-535-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-535-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-532-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-511-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -2223,271 +2109,227 @@ ] }, { - "@id": "urn:ex/zone-113-window-switch-on-off", + "@id": "urn:ex/vav-526-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve" } - ] - }, - { - "@id": "urn:ex/vav-536-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": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/connection-to-room-110", + "@id": "urn:ex/zone-206-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/room-206-hvac-domain" } - ] - }, - { - "@id": "urn:ex/vav-540-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/zone-206-occupancy" } ] }, { - "@id": "urn:ex/office-ahu-moisture-eliminator", + "@id": "urn:ex/vav-529-damper-in", "@type": [ - "http://data.ashrae.org/standard223#AirFilter", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-moisture-eliminator-in" - }, + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-moisture-eliminator-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-529-air-in" } ] }, { - "@id": "urn:ex/zone-204-205", + "@id": "urn:ex/vav-506-damper", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-204-hvac-domain" + "@id": "urn:ex/vav-506-damper-in" }, { - "@id": "urn:ex/room-205-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-506-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-204-205-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-204-205-heating-setpoint" - }, - { - "@id": "urn:ex/zone-204-205-occupancy" - }, - { - "@id": "urn:ex/zone-204-205-occupancy-override" - }, - { - "@id": "urn:ex/zone-204-205-temp" + "@id": "urn:ex/vav-506-damper-command" }, { - "@id": "urn:ex/zone-204-205-window-switch-on-off" + "@id": "urn:ex/vav-506-damper-position" } ] }, { - "@id": "urn:ex/zone-101-building-static-pressure-setpoint", + "@id": "urn:ex/vav-512-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-530-hot-water-in", + "@id": "urn:ex/vav-532-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-530-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-sa-flow-sensor", + "@id": "urn:ex/vav-532-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-sa-fan-in" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:ex/vav-532-reheat-coil-air-in" + }, { - "@id": "urn:ex/office-ahu-sa-flow" + "@id": "urn:ex/vav-532-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-532-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-532-reheat-coil-water-out" } - ] - }, - { - "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve-in", + "@id": "urn:ex/vav-507-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-113", + "@id": "urn:ex/vav-510-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/room-113-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-113-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-113-heating-setpoint" - }, - { - "@id": "urn:ex/zone-113-occupancy" - }, - { - "@id": "urn:ex/zone-113-occupancy-override" - }, - { - "@id": "urn:ex/zone-113-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-113-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-539-damper-actuator", + "@id": "urn:ex/vav-516-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-damper" + "@id": "urn:ex/vav-516-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-539-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-516-hot-water-out" } ] }, { - "@id": "urn:ex/vav-505-hot-water-out-connection", + "@id": "urn:ex/zone-111-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-208-209-temp-sensor", + "@id": "urn:ex/office-ahu-colder-chilled-water-requests", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-208-hvac-domain" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-208-209-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-air-out", + "@id": "urn:ex/vav-517-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-303-304-306" + "@id": "urn:ex/vav-517-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2497,50 +2339,38 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-529-heating-pid-output" + "@id": "urn:ex/vav-517-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-529-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-529-air-out" + "@id": "urn:ex/vav-517-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-208-209-temp", + "@id": "urn:ex/vav-512-reheat-coil-valve-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/Temperature" + "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-313-window-switch-on-off", + "@id": "urn:ex/vav-529-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-529-duct-after-damper" } - ] - }, - { - "@id": "urn:ex/connection-to-room-214", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -2549,235 +2379,308 @@ ] }, { - "@id": "urn:ex/vav-510-reheat-coil-air-out", + "@id": "urn:ex/vav-505-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-111" + "@id": "urn:ex/vav-505-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-505-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-510-heating-pid-output" + "@id": "urn:ex/vav-505-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-510-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-510-air-out" + "@id": "urn:ex/vav-505-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/zone-204-205-occupancy-sensor", + "@id": "urn:ex/vav-520-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-204-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-204-205-occupancy" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-538-colder-supply-air-requests", + "@id": "urn:ex/room-115-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-flow-setpoint", + "@id": "urn:ex/room-116", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-116-hvac-domain" } + ] + }, + { + "@id": "urn:ex/vav-539-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-535-damper-actuator", + "@id": "urn:ex/vav-530-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-damper" + "@id": "urn:ex/vav-530-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-530-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-530-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-530-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-535-damper-command" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-516-hot-water-out", + "@id": "urn:ex/zone-305-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-516-hot-water-out-connection" + "@id": "urn:ex/room-305-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-305-temp" } ] }, { - "@id": "urn:ex/room-304-out", + "@id": "urn:ex/vav-537-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-537-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-529-discharge-air-flow-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-537-colder-supply-air-requests" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-537-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-air-in", + "@id": "urn:ex/vav-531-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-538-duct-after-damper" + "@id": "urn:ex/vav-531-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-514-reheat-coil-valve", - "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-514-reheat-coil-valve-in" + "@id": "urn:ex/vav-531-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-out" + "@id": "urn:ex/vav-531-cooling-pid-output" } + ] + }, + { + "@id": "urn:ex/office-ahu-sa-fan-start-cmd", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/vav-524-discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/vav-524-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-524-discharge-air-flow" + } + ] + }, + { + "@id": "urn:ex/office-ahu-ra-fan", + "@type": [ + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-ra-fan-in" + }, + { + "@id": "urn:ex/office-ahu-ra-fan-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-514-reheat-coil-valve-command" + "@id": "urn:ex/office-ahu-ra-fan-power" }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-position" + "@id": "urn:ex/office-ahu-ra-fan-speed-cmd" + }, + { + "@id": "urn:ex/office-ahu-ra-fan-speed-status" + }, + { + "@id": "urn:ex/office-ahu-ra-fan-start-cmd" + }, + { + "@id": "urn:ex/office-ahu-ra-fan-start-status" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Return" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-valve-in", + "@id": "urn:ex/zone-301-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-538-discharge-air-temp-sensor", + "@id": "urn:ex/vav-505-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "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/vav-506-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-538-air-out" + "@id": "urn:ex/vav-506-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-538-discharge-air-temp" + "@id": "urn:ex/vav-506-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-in", + "@id": "urn:ex/zone-204-205-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-204-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-204-205-occupancy" } ] }, { - "@id": "urn:ex/connection-to-room-213", + "@id": "urn:ex/connection-to-room-102", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -2789,29 +2692,78 @@ ] }, { - "@id": "urn:ex/vav-516-discharge-air-flow-sensor", + "@id": "urn:ex/zone-202", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-516-air-in" + "@id": "urn:ex/room-202-hvac-domain" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-516-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-202-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-202-heating-setpoint" + }, + { + "@id": "urn:ex/zone-202-occupancy" + }, + { + "@id": "urn:ex/zone-202-occupancy-override" + }, + { + "@id": "urn:ex/zone-202-temp" + }, + { + "@id": "urn:ex/zone-202-window-switch-on-off" } ] }, { - "@id": "urn:ex/room-110-in", + "@id": "urn:ex/vav-525-reheat-coil-valve-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-525-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-525-reheat-coil-valve-command" + } + ] + }, + { + "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-523-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-110" + "@id": "urn:ex/vav-523-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2821,104 +2773,154 @@ ] }, { - "@id": "urn:ex/vav-534-reheat-coil", + "@id": "urn:ex/zone-309-310-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/room-304", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:ex/room-304-hvac-domain" + } + ] + }, + { + "@id": "urn:ex/room-117-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-reheat-coil-air-in" + "@id": "urn:ex/room-117-in" }, { - "@id": "urn:ex/vav-534-reheat-coil-air-out" - }, + "@id": "urn:ex/room-117-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-534-reheat-coil-water-in" - }, + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ] + }, + { + "@id": "urn:ex/vav-512-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-534-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-507-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-535-air-in", + "@id": "urn:ex/vav-510-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "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/UNITLESS" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-flow-sensor", + "@id": "urn:ex/vav-538-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-515-air-in" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-515-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-514", + "@id": "urn:ex/vav-538", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-air-in" + "@id": "urn:ex/vav-538-air-in" }, { - "@id": "urn:ex/vav-514-air-out" + "@id": "urn:ex/vav-538-air-out" }, { - "@id": "urn:ex/vav-514-hot-water-in" + "@id": "urn:ex/vav-538-hot-water-in" }, { - "@id": "urn:ex/vav-514-hot-water-out" + "@id": "urn:ex/vav-538-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-514-damper" + "@id": "urn:ex/vav-538-damper" }, { - "@id": "urn:ex/vav-514-reheat-coil" + "@id": "urn:ex/vav-538-reheat-coil" }, { - "@id": "urn:ex/vav-514-reheat-coil-valve" + "@id": "urn:ex/vav-538-reheat-coil-valve" } ] }, { - "@id": "urn:ex/room-312-in", + "@id": "urn:ex/zone-214-occupancy", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/connection-to-room-312" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } + ] + }, + { + "@id": "urn:ex/vav-502-duct-after-damper", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -2927,45 +2929,45 @@ ] }, { - "@id": "urn:ex/zone-211-heating-setpoint", + "@id": "urn:ex/vav-506-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-303-304-306-temp-sensor", + "@id": "urn:ex/vav-529-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-303-hvac-domain" + "@id": "urn:ex/vav-529-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-303-304-306-temp" + "@id": "urn:ex/vav-529-discharge-air-flow" } ] }, { - "@id": "urn:ex/room-112-out", + "@id": "urn:ex/vav-524-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-524-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2975,61 +2977,58 @@ ] }, { - "@id": "urn:ex/vav-503-colder-supply-air-requests", + "@id": "urn:ex/vav-536-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-512-damper-out", + "@id": "urn:ex/vav-503-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-512-duct-after-damper" - } + "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" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-512-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-512-cooling-pid-output" - } ] }, { - "@id": "urn:ex/zone-101-cooling-setpoint", + "@id": "urn:ex/vav-507-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-513-hot-water-out-connection", + "@id": "urn:ex/vav-533-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-533-hot-water-in-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -3038,21 +3037,25 @@ ] }, { - "@id": "urn:ex/vav-506-hot-water-out-connection", + "@id": "urn:ex/zone-211-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-201-temp", + "@id": "urn:ex/zone-106-107-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -3066,23 +3069,28 @@ ] }, { - "@id": "urn:ex/vav-529-hot-water-out", + "@id": "urn:ex/vav-519-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-519-air-in" } ] }, { - "@id": "urn:ex/vav-503-more-heat-requests", + "@id": "urn:ex/vav-539-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -3093,50 +3101,56 @@ ] }, { - "@id": "urn:ex/vav-527-hot-water-out", + "@id": "urn:ex/zone-105-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-527-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve-out", + "@id": "urn:ex/vav-523", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-hot-water-out-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-523-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-523-air-out" + }, + { + "@id": "urn:ex/vav-523-hot-water-in" + }, + { + "@id": "urn:ex/vav-523-hot-water-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-527-hot-water-out" + "@id": "urn:ex/vav-523-damper" + }, + { + "@id": "urn:ex/vav-523-reheat-coil" + }, + { + "@id": "urn:ex/vav-523-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-504-hot-water-out", + "@id": "urn:ex/vav-521-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-hot-water-out-connection" + "@id": "urn:ex/vav-521-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -3146,41 +3160,25 @@ ] }, { - "@id": "urn:ex/zone-210-window-switch-on-off", + "@id": "urn:ex/zone-206-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" - } - ] - }, - { - "@id": "urn:ex/vav-536-heating-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-212", + "@id": "urn:ex/zone-201", "@type": [ "http://data.ashrae.org/standard223#Zone", "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-212-hvac-domain" + "@id": "urn:ex/room-201-hvac-domain" } ], "http://data.ashrae.org/standard223#hasDomain": [ @@ -3190,289 +3188,314 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-212-cooling-setpoint" + "@id": "urn:ex/zone-201-cooling-setpoint" }, { - "@id": "urn:ex/zone-212-heating-setpoint" + "@id": "urn:ex/zone-201-heating-setpoint" }, { - "@id": "urn:ex/zone-212-occupancy" + "@id": "urn:ex/zone-201-occupancy" }, { - "@id": "urn:ex/zone-212-occupancy-override" + "@id": "urn:ex/zone-201-occupancy-override" }, { - "@id": "urn:ex/zone-212-temp" + "@id": "urn:ex/zone-201-temp" }, { - "@id": "urn:ex/zone-212-window-switch-on-off" + "@id": "urn:ex/zone-201-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-522-reheat-coil-valve-in", + "@id": "urn:ex/vav-504-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-504-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-504-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-529-duct-after-damper", + "@id": "urn:ex/vav-533-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-in", + "@id": "urn:ex/vav-520-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-531-heating-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-537-discharge-air-temp-sensor", + "@id": "urn:ex/vav-516-air-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-air-out" + "@id": "urn:ex/connection-to-room-201" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-537-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-516-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-516-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-516-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-516-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve", + "@id": "urn:ex/vav-513-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-528-reheat-coil-valve-out" + "@id": "urn:ex/vav-513-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-528-reheat-coil-valve-command" + "@id": "urn:ex/vav-513-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-position" + "@id": "urn:ex/vav-513-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-water-in", + "@id": "urn:ex/vav-527-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-539-hot-water-in" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-water-out", + "@id": "urn:ex/room-207", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-207-hvac-domain" } ] }, { - "@id": "urn:ex/zone-208-209-window-switch-on-off", + "@id": "urn:ex/vav-540-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve", + "@id": "urn:ex/office-ahu-sa-fan-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-505-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-505-reheat-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-505-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-505-reheat-coil-valve-position" + "@id": "urn:ex/office-ahu-sa-out" } ] }, { - "@id": "urn:ex/vav-501-hot-water-in-connection", + "@id": "urn:ex/vav-511-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/vav-511-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-511-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-507-hot-water-in", + "@id": "urn:ex/vav-535-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-507-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil", + "@id": "urn:ex/vav-507-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-reheat-coil-air-in" - }, + "@id": "urn:ex/connection-to-room-110" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-523-reheat-coil-air-out" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-523-reheat-coil-water-in" + "@id": "urn:ex/vav-507-heating-pid-output" }, { - "@id": "urn:ex/vav-523-reheat-coil-water-out" + "@id": "urn:ex/vav-507-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-507-air-out" } ] }, { - "@id": "urn:ex/vav-517-hot-water-in-connection", + "@id": "urn:ex/vav-518-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-518-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-518-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/zone-110-occupancy-sensor", + "@id": "urn:ex/vav-524-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/vav-524-damper-in" + }, + { + "@id": "urn:ex/vav-524-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-524-damper-command" + }, + { + "@id": "urn:ex/vav-524-damper-position" + } + ] + }, + { + "@id": "urn:ex/vav-511-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-110-hvac-domain" + "@id": "urn:ex/vav-511-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-110-occupancy" + "@id": "urn:ex/vav-511-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-512-duct-after-damper", + "@id": "urn:ex/vav-505-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -3484,7 +3507,7 @@ ] }, { - "@id": "urn:ex/vav-507-discharge-air-temp", + "@id": "urn:ex/vav-531-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -3495,358 +3518,273 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-524-reheat-coil-water-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/room-112-hvac-domain", + "@id": "urn:ex/zone-302-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-112-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-112-out" + "@id": "urn:ex/room-302-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/zone-302-temp" } ] }, { - "@id": "urn:ex/office-ahu-chilled-water-in", + "@id": "urn:ex/vav-519-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-chilled-water-in-connection" + "@id": "urn:ex/vav-519-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-519-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-water-in", + "@id": "urn:ex/vav-528-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-502-hot-water-in" + "@id": "urn:ex/vav-528-air-in" } ] }, { - "@id": "urn:ex/vav-530-damper-command", + "@id": "urn:ex/connection-to-room-210", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-301-hvac-domain", + "@id": "urn:ex/room-312-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-301-in" - }, - { - "@id": "urn:ex/room-301-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-command", + "@id": "urn:ex/office-ahu-htg-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/office-ahu-pipe-hot-water-return-before-valve" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-530-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-506-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ] - }, - { - "@id": "urn:ex/vav-530-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-530-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-530-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-530-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-530-reheat-coil-water-out" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/connection-to-room-202", + "@id": "urn:ex/zone-116-117-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-512-discharge-air-flow", + "@id": "urn:ex/vav-512-cooling-pid-output", "@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" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-525-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-533-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/room-214-hvac-domain", + "@id": "urn:ex/zone-116-117-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-214-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-214-out" + "@id": "urn:ex/room-116-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/zone-116-117-occupancy" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-532-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-water-in", + "@id": "urn:ex/zone-111-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-507-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-507-hot-water-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/zone-202-occupancy-sensor", + "@id": "urn:ex/vav-513-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-202-hvac-domain" + "@id": "urn:ex/vav-513-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-202-occupancy" + "@id": "urn:ex/vav-513-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-518-damper-command", + "@id": "urn:ex/office-ahu-duct-after-ra-fan", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-air-in", + "@id": "urn:ex/zone-105-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-540-duct-after-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-531-hot-water-out", + "@id": "urn:ex/vav-539-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-hot-water-out-connection" + "@id": "urn:ex/vav-539-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-539-hot-water-in" + } ] }, { - "@id": "urn:ex/vav-521-discharge-air-temp", + "@id": "urn:ex/vav-524-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -3860,9 +3798,14 @@ ] }, { - "@id": "urn:ex/vav-517-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-514-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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": [ { @@ -3876,21 +3819,30 @@ ] }, { - "@id": "urn:ex/vav-521-hot-water-out-connection", + "@id": "urn:ex/vav-520-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-520-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-520-hot-water-out" + } ] }, { - "@id": "urn:ex/vav-528-discharge-air-temp-setpoint", + "@id": "urn:ex/zone-111-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -3904,122 +3856,154 @@ ] }, { - "@id": "urn:ex/zone-109-temp-sensor", + "@id": "urn:ex/zone-311", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-109-hvac-domain" + "@id": "urn:ex/room-311-hvac-domain" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/zone-109-temp" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:ex/vav-528-discharge-air-flow-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/zone-311-cooling-setpoint" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/zone-311-heating-setpoint" + }, + { + "@id": "urn:ex/zone-311-occupancy" + }, + { + "@id": "urn:ex/zone-311-occupancy-override" + }, + { + "@id": "urn:ex/zone-311-temp" + }, + { + "@id": "urn:ex/zone-311-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-valve-in", + "@id": "urn:ex/vav-538-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-522-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/room-314-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/connection-to-room-314" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-air-out", + "@id": "urn:ex/vav-520-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-112-114" + "@id": "urn:ex/vav-520-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-520-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-511-heating-pid-output" + "@id": "urn:ex/vav-520-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-511-more-heat-requests" + "@id": "urn:ex/vav-520-reheat-coil-valve-position" } + ] + }, + { + "@id": "urn:ex/zone-309-310-occupancy-override", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-511-air-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-506-air-in", + "@id": "urn:ex/room-211", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/room-211-hvac-domain" } + ] + }, + { + "@id": "urn:ex/zone-208-209-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/room-314-out", + "@id": "urn:ex/vav-508-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-508-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4029,56 +4013,73 @@ ] }, { - "@id": "urn:ex/office-ahu-ra-damper-actuator", + "@id": "urn:ex/connection-to-room-208-209", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-ra-damper" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-509-discharge-air-flow-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-ra-damper-command" + "@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/room-210", + "@id": "urn:ex/vav-512-damper-position", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-210-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-water-out", + "@id": "urn:ex/zone-302-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-water-out", + "@id": "urn:ex/vav-530-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-530-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4088,13 +4089,13 @@ ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-out", + "@id": "urn:ex/vav-505-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-hot-water-out-connection" + "@id": "urn:ex/vav-505-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4104,262 +4105,288 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-529-hot-water-out" - } - ] - }, - { - "@id": "urn:ex/room-117", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:ex/room-117-hvac-domain" + "@id": "urn:ex/vav-505-hot-water-in" } ] }, { - "@id": "urn:ex/vav-531-discharge-air-flow-sensor", + "@id": "urn:ex/vav-530-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-air-in" + "@id": "urn:ex/vav-530-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-531-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-duct-after-clg-coil", + "@id": "urn:ex/vav-502-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-519-damper-command", + "@id": "urn:ex/vav-516", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-516-air-in" + }, + { + "@id": "urn:ex/vav-516-air-out" + }, + { + "@id": "urn:ex/vav-516-hot-water-in" + }, + { + "@id": "urn:ex/vav-516-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-516-damper" + }, + { + "@id": "urn:ex/vav-516-reheat-coil" + }, + { + "@id": "urn:ex/vav-516-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-529-damper-in", + "@id": "urn:ex/vav-531-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-531-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-529-air-in" - } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve", + "@id": "urn:ex/vav-509-damper", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "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/vav-518-reheat-coil-valve-in" + "@id": "urn:ex/vav-509-damper-in" }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-out" + "@id": "urn:ex/vav-509-damper-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-509-damper-command" + }, + { + "@id": "urn:ex/vav-509-damper-position" + } + ] + }, + { + "@id": "urn:ex/vav-527-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/vav-527-damper-in" + }, + { + "@id": "urn:ex/vav-527-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-518-reheat-coil-valve-command" + "@id": "urn:ex/vav-527-damper-command" }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-position" + "@id": "urn:ex/vav-527-damper-position" } ] }, { - "@id": "urn:ex/room-115-out", + "@id": "urn:ex/vav-518-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/connection-to-room-203", + "@id": "urn:ex/zone-311-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-water-in", + "@id": "urn:ex/vav-539-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-214" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-516-hot-water-in" + "@id": "urn:ex/vav-539-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-539-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-539-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-539-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-505-cooling-pid-output", + "@id": "urn:ex/zone-103-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/room-202-in", + "@id": "urn:ex/office-ahu-ra-fan-start-cmd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/connection-to-room-202" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/vav-520-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-water-out", + "@id": "urn:ex/vav-531-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-307-308" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-513-cooling-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-531-discharge-air-flow" + }, { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/vav-531-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-531-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-531-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-515-cooling-pid-output", + "@id": "urn:ex/zone-118-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-502-more-heat-requests", + "@id": "urn:ex/connection-to-room-109", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-in", + "@id": "urn:ex/vav-534-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4369,45 +4396,51 @@ ] }, { - "@id": "urn:ex/vav-528-discharge-air-flow", + "@id": "urn:ex/vav-518-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-518-damper" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-518-damper-command" } + ] + }, + { + "@id": "urn:ex/zone-206-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/room-307", + "@id": "urn:ex/room-309", "@type": [ "http://data.ashrae.org/standard223#PhysicalSpace" ], "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-307-hvac-domain" + "@id": "urn:ex/room-309-hvac-domain" } ] }, { - "@id": "urn:ex/vav-513-air-in", + "@id": "urn:ex/room-314-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4417,70 +4450,53 @@ ] }, { - "@id": "urn:ex/vav-531-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-539-reheat-coil-air-in", + "@id": "urn:ex/vav-503-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-duct-after-damper" + "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-sa-flow", + "@id": "urn:ex/vav-538-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-538-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-524-duct-after-damper", + "@id": "urn:ex/vav-526-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-529-damper-position", + "@id": "urn:ex/office-ahu-ra-fan-speed-cmd", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -4494,21 +4510,41 @@ ] }, { - "@id": "urn:ex/vav-507-hot-water-in-connection", + "@id": "urn:ex/vav-527", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-527-air-in" + }, + { + "@id": "urn:ex/vav-527-air-out" + }, + { + "@id": "urn:ex/vav-527-hot-water-in" + }, + { + "@id": "urn:ex/vav-527-hot-water-out" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/vav-527-damper" + }, + { + "@id": "urn:ex/vav-527-reheat-coil" + }, + { + "@id": "urn:ex/vav-527-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-101-temp", + "@id": "urn:ex/zone-207-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -4522,260 +4558,157 @@ ] }, { - "@id": "urn:ex/vav-512-air-out", + "@id": "urn:ex/vav-526-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-118" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-512-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-512-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-512-discharge-air-temp" - }, - { - "@id": "urn:ex/vav-512-discharge-air-temp-setpoint" - } - ] - }, - { - "@id": "urn:ex/vav-530-discharge-air-flow-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-530-air-in" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/vav-530-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-521-damper", + "@id": "urn:ex/vav-507-more-heat-requests", "@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/vav-521-damper-in" - }, - { - "@id": "urn:ex/vav-521-damper-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-521-damper-command" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-521-damper-position" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-530-air-out", + "@id": "urn:ex/vav-523-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-303-304-306" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-523-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-530-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-530-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-530-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-530-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-523-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-540", + "@id": "urn:ex/vav-504-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-air-in" + "@id": "urn:ex/vav-504-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-540-air-out" + "@id": "urn:ex/vav-504-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-540-hot-water-in" + "@id": "urn:ex/vav-504-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-540-hot-water-out" + "@id": "urn:ex/vav-504-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-540-damper" - }, - { - "@id": "urn:ex/vav-540-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-540-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/zone-208-209-occupancy", + "@id": "urn:ex/vav-504-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/zone-112-114-heating-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-523-damper-command", + "@id": "urn:ex/zone-104-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure-sensor", + "@id": "urn:ex/vav-511-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-sa-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-511", - "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#mapsTo": [ { "@id": "urn:ex/vav-511-air-in" - }, - { - "@id": "urn:ex/vav-511-air-out" - }, - { - "@id": "urn:ex/vav-511-hot-water-in" - }, - { - "@id": "urn:ex/vav-511-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-511-damper" - }, - { - "@id": "urn:ex/vav-511-reheat-coil" - }, - { - "@id": "urn:ex/vav-511-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-528-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-528-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-102", + "@id": "urn:ex/zone-104", "@type": [ "http://data.ashrae.org/standard223#Zone", "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-102-hvac-domain" + "@id": "urn:ex/room-104-hvac-domain" } ], "http://data.ashrae.org/standard223#hasDomain": [ @@ -4785,97 +4718,93 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-102-cooling-setpoint" + "@id": "urn:ex/zone-104-cooling-setpoint" }, { - "@id": "urn:ex/zone-102-heating-setpoint" + "@id": "urn:ex/zone-104-heating-setpoint" }, { - "@id": "urn:ex/zone-102-occupancy" + "@id": "urn:ex/zone-104-occupancy" }, { - "@id": "urn:ex/zone-102-occupancy-override" + "@id": "urn:ex/zone-104-occupancy-override" }, { - "@id": "urn:ex/zone-102-temp" + "@id": "urn:ex/zone-104-temp" }, { - "@id": "urn:ex/zone-102-window-switch-on-off" + "@id": "urn:ex/zone-104-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve-actuator", + "@id": "urn:ex/room-313-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-reheat-coil-valve" + "@id": "urn:ex/room-313-in" + }, + { + "@id": "urn:ex/room-313-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-535-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-in", + "@id": "urn:ex/vav-526-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-502-hot-water-in", + "@id": "urn:ex/vav-520-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-207" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-506-discharge-air-temp-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-520-discharge-air-flow" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-520-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-520-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-520-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-water-out", + "@id": "urn:ex/vav-529-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4885,60 +4814,49 @@ ] }, { - "@id": "urn:ex/vav-512-discharge-air-temp", + "@id": "urn:ex/vav-521-heating-pid-output", "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-509", + "@id": "urn:ex/vav-506-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-air-in" + "@id": "urn:ex/vav-506-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-509-air-out" + "@id": "urn:ex/vav-506-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-509-hot-water-in" + "@id": "urn:ex/vav-506-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-509-hot-water-out" + "@id": "urn:ex/vav-506-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-509-damper" - }, - { - "@id": "urn:ex/vav-509-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-509-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-523-discharge-air-flow", + "@id": "urn:ex/vav-519-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -4949,38 +4867,23 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ] - }, - { - "@id": "urn:ex/office-ahu-air-filter", - "@type": [ - "http://data.ashrae.org/standard223#AirFilter", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-air-filter-in" - }, - { - "@id": "urn:ex/office-ahu-air-filter-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-air-out", + "@id": "urn:ex/vav-515-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-110" + "@id": "urn:ex/connection-to-room-116-117" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4990,20 +4893,36 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-507-heating-pid-output" + "@id": "urn:ex/vav-515-heating-pid-output" }, { - "@id": "urn:ex/vav-507-more-heat-requests" + "@id": "urn:ex/vav-515-more-heat-requests" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-507-air-out" + "@id": "urn:ex/vav-515-air-out" } ] }, { - "@id": "urn:ex/vav-524-hot-water-out-connection", + "@id": "urn:ex/zone-312-heating-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/office-ahu-chilled-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -5015,412 +4934,422 @@ ] }, { - "@id": "urn:ex/office-ahu", + "@id": "urn:ex/vav-533-damper-command", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-chilled-water-in" - }, - { - "@id": "urn:ex/office-ahu-chilled-water-out" - }, - { - "@id": "urn:ex/office-ahu-ea-out" - }, - { - "@id": "urn:ex/office-ahu-hot-water-in" - }, - { - "@id": "urn:ex/office-ahu-hot-water-out" - }, - { - "@id": "urn:ex/office-ahu-oa-in" - }, - { - "@id": "urn:ex/office-ahu-ra-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-sa-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/office-ahu-air-filter" - }, - { - "@id": "urn:ex/office-ahu-clg-coil" - }, - { - "@id": "urn:ex/office-ahu-clg-coil-valve" - }, - { - "@id": "urn:ex/office-ahu-ea-damper" - }, - { - "@id": "urn:ex/office-ahu-htg-coil" - }, - { - "@id": "urn:ex/office-ahu-htg-coil-valve" - }, - { - "@id": "urn:ex/office-ahu-moisture-eliminator" - }, - { - "@id": "urn:ex/office-ahu-oa-damper" - }, - { - "@id": "urn:ex/office-ahu-ra-damper" - }, - { - "@id": "urn:ex/office-ahu-ra-fan" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-sa-fan" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-312-temp-sensor", + "@id": "urn:ex/vav-531-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-312-hvac-domain" + "@id": "urn:ex/vav-531-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-312-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/zone-212-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-531-hot-water-in" } ] }, { - "@id": "urn:ex/room-103-in", + "@id": "urn:ex/vav-526-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-103" + "@id": "urn:ex/vav-526-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-526-hot-water-in" } ] }, { - "@id": "urn:ex/vav-511-air-in", + "@id": "urn:ex/vav-515-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-515-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-515-hot-water-out" } ] }, { - "@id": "urn:ex/room-308-in", + "@id": "urn:ex/vav-527-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-307-308" + "@id": "urn:ex/vav-527-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-527-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-527-cooling-pid-output" + } ] }, { - "@id": "urn:ex/vav-522-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-511-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-511-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-511-damper-command" } ] }, { - "@id": "urn:ex/vav-507-cooling-pid-output", + "@id": "urn:ex/vav-525-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-111-occupancy", + "@id": "urn:ex/vav-526-damper-command", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-ra-fan-in", + "@id": "urn:ex/vav-505-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ] + }, + { + "@id": "urn:ex/vav-535-reheat-coil-water-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-535-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/office-ahu-ra-in" + "@id": "urn:ex/vav-535-hot-water-in" } ] }, { - "@id": "urn:ex/connection-to-room-201", + "@id": "urn:ex/zone-101-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-519-damper", + "@id": "urn:ex/vav-515-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-519-damper-in" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-519-damper-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } + ] + }, + { + "@id": "urn:ex/zone-115-cooling-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-519-damper-command" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-519-damper-position" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/office-ahu-ea-out", + "@id": "urn:ex/vav-511-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-536-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-ea-out-connection" + "@id": "urn:ex/vav-536-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil", + "@id": "urn:ex/connection-to-room-106-107", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-508-reheat-coil-air-in" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, + { + "@id": "urn:ex/zone-203-occupancy-override", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-508-reheat-coil-air-out" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + } + ] + }, + { + "@id": "urn:ex/vav-510-discharge-air-flow", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-508-reheat-coil-water-in" - }, + "@id": "http://data.ashrae.org/standard223#Role-Discharge" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-508-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-539-air-in", + "@id": "urn:ex/vav-513-damper-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-512-cooling-pid-output", + "@id": "urn:ex/office-ahu-sa-fan-speed-status", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil", + "@id": "urn:ex/vav-526-damper-position", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-514-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-514-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-514-reheat-coil-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-514-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-527", + "@id": "urn:ex/zone-311-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-527-air-in" - }, - { - "@id": "urn:ex/vav-527-air-out" - }, - { - "@id": "urn:ex/vav-527-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-527-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-527-damper" - }, - { - "@id": "urn:ex/vav-527-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-527-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-106-107-temp", + "@id": "urn:ex/vav-515-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil", + "@id": "urn:ex/zone-113-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/room-113-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-113-occupancy" + } + ] + }, + { + "@id": "urn:ex/vav-509-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#HeatingCoil", "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-reheat-coil-air-in" + "@id": "urn:ex/vav-509-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-506-reheat-coil-air-out" + "@id": "urn:ex/vav-509-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-506-reheat-coil-water-in" + "@id": "urn:ex/vav-509-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-506-reheat-coil-water-out" + "@id": "urn:ex/vav-509-reheat-coil-water-out" } ], "http://data.ashrae.org/standard223#hasRole": [ @@ -5430,465 +5359,465 @@ ] }, { - "@id": "urn:ex/vav-516-hot-water-in-connection", + "@id": "urn:ex/vav-533-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-533-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-water-out" } - ] - }, - { - "@id": "urn:ex/room-215", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/room-215-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-out", + "@id": "urn:ex/vav-533-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-hot-water-out-connection" + "@id": "urn:ex/vav-533-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-520-hot-water-out" + "@id": "urn:ex/vav-533-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-533-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-516-air-in", + "@id": "urn:ex/vav-503-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-515-more-heat-requests", + "@id": "urn:ex/zone-213-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-508-damper-actuator", + "@id": "urn:ex/zone-313-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-508-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-damper-command" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-509-discharge-air-temp", + "@id": "urn:ex/zone-307-308-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/vav-512-reheat-coil-valve-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-309-out", + "@id": "urn:ex/vav-537-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-312" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-537-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-537-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-537-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-537-discharge-air-temp-setpoint" + } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-534-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-506-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-506-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-306-hvac-domain", + "@id": "urn:ex/vav-506-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-306-in" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/zone-302-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-306-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } + ] + }, + { + "@id": "urn:ex/vav-514-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-510-damper-in", + "@id": "urn:ex/vav-540-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-540-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-510-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-203-occupancy-sensor", + "@id": "urn:ex/vav-524-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-203-hvac-domain" + "@id": "urn:ex/vav-524-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-203-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-524-hot-water-out" } ] }, { - "@id": "urn:ex/vav-516-discharge-air-flow", + "@id": "urn:ex/vav-505-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-505-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/zone-305-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-valve", + "@id": "urn:ex/vav-509-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-511-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-113" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-511-reheat-coil-valve-command" + "@id": "urn:ex/vav-509-heating-pid-output" }, { - "@id": "urn:ex/vav-511-reheat-coil-valve-position" + "@id": "urn:ex/vav-509-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-509-air-out" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve-position", + "@id": "urn:ex/zone-204-205-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-506-cooling-pid-output", + "@id": "urn:ex/vav-538-damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/vav-538-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/zone-112-114-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-538-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-538-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-510-heating-pid-output", + "@id": "urn:ex/zone-108-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-540-hot-water-in", + "@id": "urn:ex/vav-503-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-hot-water-in-connection" + "@id": "urn:ex/vav-503-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-valve", + "@id": "urn:ex/vav-510-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-531-reheat-coil-valve-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-531-reheat-coil-valve-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-531-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-531-reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/vav-511-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-517-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-534-reheat-coil-valve" + "@id": "urn:ex/vav-517-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-534-reheat-coil-valve-command" + "@id": "urn:ex/vav-517-damper-command" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-flow-sensor", + "@id": "urn:ex/connection-to-room-101", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-501-air-in" - } + "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/vav-501-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-510-hot-water-out", + "@id": "urn:ex/zone-102", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-510-hot-water-out-connection" + "@id": "urn:ex/room-102-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:ex/vav-522-reheat-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/zone-102-cooling-setpoint" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/zone-102-heating-setpoint" + }, + { + "@id": "urn:ex/zone-102-occupancy" + }, + { + "@id": "urn:ex/zone-102-occupancy-override" + }, + { + "@id": "urn:ex/zone-102-temp" + }, + { + "@id": "urn:ex/zone-102-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-520-damper-actuator", + "@id": "urn:ex/vav-529-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-520-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-520-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/room-212-in", + "@id": "urn:ex/vav-530-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-212" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -5898,143 +5827,109 @@ ] }, { - "@id": "urn:ex/room-114-out", + "@id": "urn:ex/vav-512-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-510-damper-out", + "@id": "urn:ex/vav-510-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-duct-after-damper" + "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-510-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-510-cooling-pid-output" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-535-air-out", + "@id": "urn:ex/vav-516-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-311" + "@id": "urn:ex/vav-516-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-516-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-535-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-535-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-535-discharge-air-temp" + "@id": "urn:ex/vav-516-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-535-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-516-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-534-damper-out", + "@id": "urn:ex/vav-511-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-duct-after-damper" + "@id": "urn:ex/vav-511-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-534-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-534-cooling-pid-output" + "@id": "urn:ex/vav-511-hot-water-in" } ] }, { - "@id": "urn:ex/zone-115-occupancy-sensor", + "@id": "urn:ex/vav-517-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-115-hvac-domain" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-115-occupancy" + "@id": "urn:ex/office-ahu-connection-to-vavs" } - ] - }, - { - "@id": "urn:ex/office-ahu-htg-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-htg-coil-air-in" - }, - { - "@id": "urn:ex/office-ahu-htg-coil-air-out" - }, - { - "@id": "urn:ex/office-ahu-htg-coil-water-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-htg-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-517-air-in" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-temp", + "@id": "urn:ex/vav-517-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -6055,74 +5950,34 @@ ] }, { - "@id": "urn:ex/vav-533-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-513-reheat-coil-valve", - "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-513-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-513-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-513-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-513-reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/vav-503-discharge-air-flow-sensor", + "@id": "urn:ex/zone-206-temp", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-503-air-in" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-503-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-104-occupancy", + "@id": "urn:ex/vav-514-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-508-discharge-air-temp", + "@id": "urn:ex/vav-527-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -6133,49 +5988,59 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-position", + "@id": "urn:ex/vav-525-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-speed-cmd", + "@id": "urn:ex/room-314-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-314-in" + }, + { + "@id": "urn:ex/room-314-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-516-damper-in", + "@id": "urn:ex/vav-537-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -6191,260 +6056,264 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-516-air-in" + "@id": "urn:ex/vav-537-air-in" } ] }, { - "@id": "urn:ex/vav-520-discharge-air-temp", + "@id": "urn:ex/room-313-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-out", + "@id": "urn:ex/vav-501-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-102" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-515-hot-water-out" - } - ] - }, - { - "@id": "urn:ex/vav-516-cooling-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-501-discharge-air-flow" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-501-discharge-air-flow-setpoint" + }, { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/vav-501-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-501-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-534-discharge-air-flow-setpoint", + "@id": "urn:ex/room-111-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-111-in" + }, + { + "@id": "urn:ex/room-111-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-538-damper-actuator", + "@id": "urn:ex/vav-505-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-538-damper" + "@id": "urn:ex/vav-505-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-538-damper-command" + "@id": "urn:ex/vav-505-damper-command" } ] }, { - "@id": "urn:ex/vav-522-discharge-air-temp", + "@id": "urn:ex/vav-510-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-309-310-temp-sensor", + "@id": "urn:ex/office-ahu-oa-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-309-hvac-domain" + "@id": "urn:ex/office-ahu-oa-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-309-310-temp" + "@id": "urn:ex/office-ahu-oa-damper-command" } ] }, { - "@id": "urn:ex/zone-116-117-occupancy", + "@id": "urn:ex/vav-501-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-115-temp-sensor", + "@id": "urn:ex/vav-536-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-115-hvac-domain" + "@id": "urn:ex/vav-536-duct-after-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-115-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/zone-301-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-536-colder-supply-air-requests" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-536-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-207-occupancy-sensor", + "@id": "urn:ex/room-104-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-207-hvac-domain" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-207-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/connection-to-room-212", + "@id": "urn:ex/vav-524-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-508", + "@id": "urn:ex/vav-526", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-air-in" + "@id": "urn:ex/vav-526-air-in" }, { - "@id": "urn:ex/vav-508-air-out" + "@id": "urn:ex/vav-526-air-out" }, { - "@id": "urn:ex/vav-508-hot-water-in" + "@id": "urn:ex/vav-526-hot-water-in" }, { - "@id": "urn:ex/vav-508-hot-water-out" + "@id": "urn:ex/vav-526-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-508-damper" + "@id": "urn:ex/vav-526-damper" }, { - "@id": "urn:ex/vav-508-reheat-coil" + "@id": "urn:ex/vav-526-reheat-coil" }, { - "@id": "urn:ex/vav-508-reheat-coil-valve" + "@id": "urn:ex/vav-526-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-204-205-temp-sensor", + "@id": "urn:ex/vav-517-reheat-coil-valve-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-517-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-517-hot-water-out" + } + ] + }, + { + "@id": "urn:ex/vav-521-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-204-hvac-domain" + "@id": "urn:ex/vav-521-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-204-205-temp" + "@id": "urn:ex/vav-521-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-115-temp", + "@id": "urn:ex/zone-302-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -6458,419 +6327,421 @@ ] }, { - "@id": "urn:ex/vav-524-more-heat-requests", + "@id": "http://data.ashrae.org/standard223#Role-Outside", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" - } + "http://data.ashrae.org/standard223#EnumerationKind-Role" ] }, { - "@id": "urn:ex/vav-510-damper-actuator", + "@id": "urn:ex/room-308-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-damper" + "@id": "urn:ex/connection-to-room-307-308" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-510-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve", + "@id": "urn:ex/vav-520-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-reheat-coil-valve-in" + "@id": "urn:ex/vav-520-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-520-reheat-coil-air-out" + }, { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-520-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-520-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-534-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-534-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-water-out", + "@id": "urn:ex/office-ahu-ra-fan-power", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/W" } ] }, { - "@id": "urn:ex/vav-526-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-111-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-111-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/zone-111-temp" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-air-out", + "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-314" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-510-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-534-heating-pid-output" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-534-more-heat-requests" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-534-air-out" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/connection-to-room-105", + "@id": "urn:ex/vav-506-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-air-out", + "@id": "urn:ex/vav-506-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-311" + "@id": "urn:ex/vav-506-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-506-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-535-heating-pid-output" + "@id": "urn:ex/vav-506-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-535-more-heat-requests" + "@id": "urn:ex/vav-506-reheat-coil-valve-position" + } + ] + }, + { + "@id": "urn:ex/vav-527-heating-pid-output", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-535-air-out" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-530-colder-supply-air-requests", + "@id": "urn:ex/zone-303-304-306-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-206", + "@id": "urn:ex/room-102", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-206-hvac-domain" + "@id": "urn:ex/room-102-hvac-domain" } + ] + }, + { + "@id": "urn:ex/vav-513-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-206-co2-concentration" - }, - { - "@id": "urn:ex/zone-206-co2-concentration-setpoint" - }, - { - "@id": "urn:ex/zone-206-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-206-heating-setpoint" - }, - { - "@id": "urn:ex/zone-206-occupancy" - }, - { - "@id": "urn:ex/zone-206-occupancy-override" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-206-temp" - }, + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ] + }, + { + "@id": "urn:ex/vav-526-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-206-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-522-discharge-air-flow-sensor", + "@id": "urn:ex/vav-503-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-522-air-in" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-522-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-115", + "@id": "urn:ex/vav-506-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-115-hvac-domain" + "@id": "urn:ex/vav-506-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-518-reheat-coil-valve", + "@type": [ + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-115-cooling-setpoint" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-115-heating-setpoint" + "@id": "urn:ex/vav-518-reheat-coil-valve-in" }, { - "@id": "urn:ex/zone-115-occupancy" - }, + "@id": "urn:ex/vav-518-reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-115-occupancy-override" - }, + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-115-temp" + "@id": "urn:ex/vav-518-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-115-window-switch-on-off" + "@id": "urn:ex/vav-518-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/zone-309-310-window-switch-on-off", + "@id": "urn:ex/vav-522-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/zone-105-occupancy", + "@id": "urn:ex/vav-522-damper-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-522-duct-after-damper" } - ] - }, - { - "@id": "urn:ex/vav-536-discharge-air-temp-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-522-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-522-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-530-heating-pid-output", + "@id": "urn:ex/zone-112-114-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/room-118-hvac-domain", + "@id": "urn:ex/vav-516-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-118-in" - }, - { - "@id": "urn:ex/room-118-out" + "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-203", + "@id": "urn:ex/room-108-in", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-203-hvac-domain" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/connection-to-room-108" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-203-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-203-heating-setpoint" - }, - { - "@id": "urn:ex/zone-203-occupancy" - }, - { - "@id": "urn:ex/zone-203-occupancy-override" - }, - { - "@id": "urn:ex/zone-203-temp" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-203-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-302-in", + "@id": "urn:ex/vav-532-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/connection-to-room-302" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-536-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-position", + "@id": "urn:ex/vav-525-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-525-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-valve-out" } ], - "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#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-525-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-521-hot-water-out", + "@id": "urn:ex/vav-537-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-hot-water-out-connection" + "@id": "urn:ex/vav-537-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -6880,46 +6751,39 @@ ] }, { - "@id": "urn:ex/room-116-out", + "@id": "urn:ex/vav-538-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-513-damper", + "@id": "urn:ex/vav-534-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-513-damper-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-513-damper-out" + "@id": "urn:ex/vav-534-damper" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-513-damper-command" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-513-damper-position" + "@id": "urn:ex/vav-534-damper-command" } ] }, { - "@id": "urn:ex/vav-514-cooling-pid-output", + "@id": "urn:ex/vav-502-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -6935,266 +6799,248 @@ ] }, { - "@id": "urn:ex/vav-530-reheat-coil-water-out", + "@id": "urn:ex/vav-518-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-530-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-512-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-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-507-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-505-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-505-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-525-damper-actuator", + "@id": "urn:ex/vav-504-air-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-damper" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-525-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-521-colder-supply-air-requests", + "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-flow", + "@id": "urn:ex/zone-206-co2-concentration", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#ofSubstance": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#Substance-CO2" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/vav-525-damper-position", + "@id": "urn:ex/vav-532-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/connection-to-room-309-310" } ], - "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" } - ] - }, - { - "@id": "urn:ex/zone-103-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/room-103-hvac-domain" + "@id": "urn:ex/vav-532-heating-pid-output" + }, + { + "@id": "urn:ex/vav-532-more-heat-requests" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-103-temp" + "@id": "urn:ex/vav-532-air-out" } ] }, { - "@id": "urn:ex/vav-504-colder-supply-air-requests", + "@id": "urn:ex/connection-to-room-309-310", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-112", + "@id": "urn:ex/room-204-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-112-hvac-domain" + "@id": "urn:ex/room-204-in" + }, + { + "@id": "urn:ex/room-204-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-508-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-536-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-303-304-306-window-switch-on-off", + "@id": "urn:ex/office-ahu-warmer-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-509-discharge-air-temp-sensor", + "@id": "urn:ex/vav-537-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-509-air-out" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-509-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-514-damper-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil", + "@id": "urn:ex/vav-515-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-528-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-528-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-528-reheat-coil-water-out" + "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-514-damper-command", + "@id": "urn:ex/vav-540-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-540-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-540-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-517-damper-out", + "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-duct-after-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-517-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-517-cooling-pid-output" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-ra-fan-speed-status", + "@id": "urn:ex/vav-510-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7210,23 +7056,7 @@ ] }, { - "@id": "urn:ex/vav-535-cooling-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/UNITLESS" - } - ] - }, - { - "@id": "urn:ex/vav-521-damper-position", + "@id": "urn:ex/vav-521-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7242,135 +7072,112 @@ ] }, { - "@id": "urn:ex/room-108-in", + "@id": "urn:ex/vav-507-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-108" + "@id": "urn:ex/connection-to-room-110" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/office-ahu-ea-damper-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-duct-after-ra-fan" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-507-discharge-air-flow" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/vav-517-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-507-discharge-air-flow-setpoint" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-507-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-507-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-air-out", + "@id": "urn:ex/vav-539-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-115" + "@id": "urn:ex/vav-539-hot-water-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/vav-514-heating-pid-output" - }, - { - "@id": "urn:ex/vav-514-more-heat-requests" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-514-air-out" + "@id": "urn:ex/vav-539-hot-water-out" } ] }, { - "@id": "urn:ex/vav-512-heating-pid-output", + "@id": "urn:ex/zone-207-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-207-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-207-occupancy" } ] }, { - "@id": "urn:ex/vav-505-damper-position", + "@id": "urn:ex/vav-533-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-511-damper-position", + "@id": "urn:ex/vav-501-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-501-damper-in" + }, + { + "@id": "urn:ex/vav-501-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-501-damper-command" + }, + { + "@id": "urn:ex/vav-501-damper-position" } ] }, { - "@id": "urn:ex/room-209-in", + "@id": "urn:ex/connection-to-room-207", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-208-209" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -7379,37 +7186,36 @@ ] }, { - "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-524-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-522-hot-water-out", + "@id": "urn:ex/zone-109-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-522-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-101-heating-setpoint", + "@id": "urn:ex/vav-533-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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": [ { @@ -7423,63 +7229,68 @@ ] }, { - "@id": "urn:ex/zone-102-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" - } - ] - }, - { - "@id": "urn:ex/vav-534-damper", + "@id": "urn:ex/vav-503-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/vav-534-damper-in" + "@id": "urn:ex/vav-503-damper-in" }, { - "@id": "urn:ex/vav-534-damper-out" + "@id": "urn:ex/vav-503-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-534-damper-command" + "@id": "urn:ex/vav-503-damper-command" }, { - "@id": "urn:ex/vav-534-damper-position" + "@id": "urn:ex/vav-503-damper-position" } ] }, { - "@id": "urn:ex/vav-527-air-in", + "@id": "urn:ex/vav-511-cooling-pid-output", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" + } + ] + }, + { + "@id": "urn:ex/vav-517-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-517-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-water-in", + "@id": "urn:ex/office-ahu-htg-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-hot-water-in-connection" + "@id": "urn:ex/office-ahu-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -7489,73 +7300,63 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-519-hot-water-in" + "@id": "urn:ex/office-ahu-hot-water-out" } ] }, { - "@id": "urn:ex/zone-118-occupancy-override", + "@id": "urn:ex/vav-536-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-536-air-in" } - ] - }, - { - "@id": "urn:ex/room-101", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/room-101-hvac-domain" + "@id": "urn:ex/vav-536-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-111-occupancy-sensor", + "@id": "urn:ex/room-114-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-111-hvac-domain" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-111-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-505-heating-pid-output", + "@id": "urn:ex/vav-523-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-water-out", + "@id": "urn:ex/vav-517-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -7564,129 +7365,161 @@ ] }, { - "@id": "urn:ex/vav-529-air-in", + "@id": "urn:ex/vav-534-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-534-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-215-occupancy-sensor", + "@id": "urn:ex/vav-535-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-215-hvac-domain" + "@id": "urn:ex/vav-535-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-215-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-535-hot-water-out" } ] }, { - "@id": "urn:ex/vav-505-damper-out", + "@id": "urn:ex/vav-502-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/vav-505-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-502-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-502-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-505-colder-supply-air-requests" + "@id": "urn:ex/vav-502-damper-command" }, { - "@id": "urn:ex/vav-505-cooling-pid-output" + "@id": "urn:ex/vav-502-damper-position" } ] }, { - "@id": "urn:ex/zone-112-114-window-switch-on-off", + "@id": "urn:ex/zone-305", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/room-305-hvac-domain" } - ] - }, - { - "@id": "urn:ex/vav-503-reheat-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ] - }, - { - "@id": "urn:ex/zone-101-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:ex/zone-305-cooling-setpoint" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/zone-305-heating-setpoint" + }, + { + "@id": "urn:ex/zone-305-occupancy" + }, + { + "@id": "urn:ex/zone-305-occupancy-override" + }, + { + "@id": "urn:ex/zone-305-temp" + }, + { + "@id": "urn:ex/zone-305-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-509-hot-water-out", + "@id": "urn:ex/vav-517-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-203" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-517-heating-pid-output" + }, + { + "@id": "urn:ex/vav-517-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-517-air-out" } ] }, { - "@id": "urn:ex/connection-to-room-313", + "@id": "urn:ex/vav-529-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-529-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-529-reheat-coil-valve-out" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-529-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-529-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-528-heating-pid-output", + "@id": "urn:ex/vav-511-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7702,239 +7535,184 @@ ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve-in", + "@id": "urn:ex/room-207-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-207-in" + }, + { + "@id": "urn:ex/room-207-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/zone-314-occupancy-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-314-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/zone-314-occupancy" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/zone-307-308-cooling-setpoint", + "@id": "urn:ex/vav-506-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-118-temp-sensor", + "@id": "urn:ex/vav-531-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-118-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:ex/vav-531-reheat-coil-valve-in" + }, { - "@id": "urn:ex/zone-118-temp" + "@id": "urn:ex/vav-531-reheat-coil-valve-out" } - ] - }, - { - "@id": "urn:ex/vav-506-discharge-air-flow-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-506-air-in" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-506-discharge-air-flow" + "@id": "urn:ex/vav-531-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-531-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-water-out", + "@id": "urn:ex/vav-522-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-208-209" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/room-206-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-522-heating-pid-output" + }, + { + "@id": "urn:ex/vav-522-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-522-air-out" } ] }, { - "@id": "urn:ex/vav-517-discharge-air-flow", + "@id": "urn:ex/room-209-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/room-209-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-209-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/zone-109-occupancy", + "@id": "urn:ex/vav-509-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-504-air-out", + "@id": "urn:ex/vav-537-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/connection-to-room-105" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-537-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-537-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-504-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-504-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-504-discharge-air-temp" + "@id": "urn:ex/vav-537-damper-command" }, { - "@id": "urn:ex/vav-504-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-537-damper-position" } ] }, { - "@id": "urn:ex/zone-105-heating-setpoint", + "@id": "urn:ex/vav-528-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-536-reheat-coil-water-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-536-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-536-hot-water-in" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve-out", + "@id": "urn:ex/vav-534-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-501-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-534-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-501-hot-water-out" + "@id": "urn:ex/vav-534-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-514-damper-in", + "@id": "urn:ex/vav-506-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -7950,14 +7728,14 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-514-air-in" + "@id": "urn:ex/vav-506-air-in" } ] }, { - "@id": "urn:ex/zone-204-205-cooling-setpoint", + "@id": "urn:ex/zone-108-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -7971,18 +7749,7 @@ ] }, { - "@id": "urn:ex/zone-305-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" - } - ] - }, - { - "@id": "urn:ex/vav-531-reheat-coil-valve-command", + "@id": "urn:ex/vav-521-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -7998,103 +7765,99 @@ ] }, { - "@id": "urn:ex/vav-529-damper-actuator", + "@id": "urn:ex/vav-524-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-529-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-529-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-212-cooling-setpoint", + "@id": "urn:ex/vav-535-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-517-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-532-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-532-damper-in" + }, + { + "@id": "urn:ex/vav-532-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-532-damper-command" + }, + { + "@id": "urn:ex/vav-532-damper-position" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-511-air-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-reheat-coil-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-518-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-536-discharge-air-flow", + "@id": "urn:ex/room-205-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/room-205-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-205-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/zone-215-occupancy-override", + "@id": "urn:ex/room-109", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-109-hvac-domain" } ] }, { - "@id": "urn:ex/vav-529-hot-water-out-connection", + "@id": "urn:ex/vav-514-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -8106,103 +7869,87 @@ ] }, { - "@id": "urn:ex/vav-524-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-111-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-538-damper-command", + "@id": "urn:ex/vav-530-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-533-discharge-air-flow-sensor", + "@id": "urn:ex/vav-539-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/vav-533-air-in" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-533-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/zone-211-temp-sensor", + "@id": "urn:ex/zone-105-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-211-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-211-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-501", + "@id": "urn:ex/vav-540-damper-command", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-501-air-in" - }, - { - "@id": "urn:ex/vav-501-air-out" - }, - { - "@id": "urn:ex/vav-501-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-501-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-501-damper" - }, - { - "@id": "urn:ex/vav-501-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-501-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-530-more-heat-requests", + "@id": "urn:ex/vav-526-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -8213,60 +7960,50 @@ ] }, { - "@id": "urn:ex/vav-531-duct-after-damper", + "@id": "urn:ex/vav-528-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/office-ahu-ra-flow-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-ra-in" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-ra-flow" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/room-211-hvac-domain", + "@id": "urn:ex/vav-535-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-211-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-211-out" + "@id": "urn:ex/vav-535-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-535-damper-command" } ] }, { - "@id": "urn:ex/room-108-out", + "@id": "urn:ex/vav-513-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -8276,13 +8013,13 @@ ] }, { - "@id": "urn:ex/vav-503-hot-water-in", + "@id": "urn:ex/vav-536-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-hot-water-in-connection" + "@id": "urn:ex/vav-536-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -8292,374 +8029,344 @@ ] }, { - "@id": "urn:ex/vav-513-damper-command", + "@id": "urn:ex/vav-502-damper-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/office-ahu-connection-to-vavs" } ], - "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/vav-502-air-in" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-temp", + "@id": "urn:ex/vav-526-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/connection-to-room-212" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-526-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-526-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-526-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-526-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/zone-210-cooling-setpoint", + "@id": "urn:ex/vav-509-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-207-cooling-setpoint", + "@id": "urn:ex/vav-508-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-508-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-508-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-valve-in", + "@id": "urn:ex/vav-519-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-204-205" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/room-215-hvac-domain", - "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/room-215-in" + "@id": "urn:ex/vav-519-heating-pid-output" }, { - "@id": "urn:ex/room-215-out" + "@id": "urn:ex/vav-519-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-519-air-out" } ] }, { - "@id": "urn:ex/office-ahu-air-filter-in", + "@id": "urn:ex/office-ahu-moisture-eliminator-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" + "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-ma-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-valve-actuator", + "@id": "urn:ex/room-305-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-reheat-coil-valve" + "@id": "urn:ex/room-305-in" + }, + { + "@id": "urn:ex/room-305-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-524-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-503-damper-position", + "@id": "urn:ex/zone-118-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve", + "@id": "urn:ex/room-108-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-reheat-coil-valve-in" + "@id": "urn:ex/room-108-in" }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/room-108-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-516-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-516-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-508-air-out", + "@id": "urn:ex/vav-532-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-109" + "@id": "urn:ex/vav-532-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-508-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-508-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-508-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-508-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-532-hot-water-out" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-temp-sensor", + "@id": "urn:ex/vav-525-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-518-air-out" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-518-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-540-air-out", + "@id": "urn:ex/vav-531-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-215" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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#hasProperty": [ - { - "@id": "urn:ex/vav-540-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-540-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-540-discharge-air-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-540-discharge-air-temp-setpoint" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-508-cooling-pid-output", + "@id": "urn:ex/vav-501-air-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/Dimensionless" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-504-discharge-air-flow", + "@id": "urn:ex/zone-305-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-305-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/zone-305-occupancy" } ] }, { - "@id": "urn:ex/vav-531-discharge-air-flow", + "@id": "urn:ex/zone-302-co2-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/room-302-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/zone-302-co2-concentration" } + ] + }, + { + "@id": "urn:ex/zone-210-occupancy-override", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-water-in", + "@id": "urn:ex/vav-526-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-212" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-529-hot-water-in" - } - ] - }, - { - "@id": "urn:ex/vav-518-heating-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-526-heating-pid-output" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/vav-526-more-heat-requests" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/vav-526-air-out" } ] }, { - "@id": "urn:ex/zone-303-304-306-occupancy", + "@id": "urn:ex/zone-312-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-508-damper-in", + "@id": "urn:ex/vav-514-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -8672,52 +8379,63 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-508-air-in" - } ] }, { - "@id": "urn:ex/zone-302-temp-sensor", + "@id": "urn:ex/vav-502-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-302-hvac-domain" + "@id": "urn:ex/vav-502-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-502-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-502-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-502-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/zone-302-temp" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-valve-out", + "@id": "urn:ex/vav-515-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-hot-water-out-connection" + "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-502-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-513-hot-water-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-530-discharge-air-temp-setpoint", + "@id": "urn:ex/zone-203-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -8733,26 +8451,30 @@ ] }, { - "@id": "urn:ex/zone-103-occupancy-sensor", + "@id": "urn:ex/vav-507-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-103-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-103-occupancy" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-504-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8761,126 +8483,150 @@ ] }, { - "@id": "urn:ex/vav-505-reheat-coil-air-out", + "@id": "urn:ex/vav-515-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-108" + "@id": "urn:ex/vav-515-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-515-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-505-heating-pid-output" + "@id": "urn:ex/vav-515-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-505-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-505-air-out" + "@id": "urn:ex/vav-515-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-valve-position", + "@id": "urn:ex/vav-530-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-530-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-530-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-502-air-in", + "@id": "urn:ex/vav-507-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-507-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-507-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-507-cooling-pid-output" + } ] }, { - "@id": "urn:ex/vav-534-heating-pid-output", + "@id": "urn:ex/zone-313", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-313-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-313-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-313-heating-setpoint" + }, + { + "@id": "urn:ex/zone-313-occupancy" + }, + { + "@id": "urn:ex/zone-313-occupancy-override" + }, + { + "@id": "urn:ex/zone-313-temp" + }, + { + "@id": "urn:ex/zone-313-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-540-damper-command", + "@id": "urn:ex/zone-115-heating-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-213-cooling-setpoint", + "@id": "urn:ex/office-ahu-duct-after-htg-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "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/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve", + "@id": "urn:ex/vav-532-reheat-coil-valve", "@type": [ "http://data.ashrae.org/standard223#Valve", "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-reheat-coil-valve-in" + "@id": "urn:ex/vav-532-reheat-coil-valve-in" }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-out" + "@id": "urn:ex/vav-532-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -8890,79 +8636,31 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-525-reheat-coil-valve-command" + "@id": "urn:ex/vav-532-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/zone-210-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-532-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-536-discharge-air-flow-setpoint", + "@id": "urn:ex/office-ahu-ra-fan-speed-status", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "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": "urn:ex/zone-111", - "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-111-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-111-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-111-heating-setpoint" - }, - { - "@id": "urn:ex/zone-111-occupancy" - }, - { - "@id": "urn:ex/zone-111-occupancy-override" - }, - { - "@id": "urn:ex/zone-111-temp" - }, - { - "@id": "urn:ex/zone-111-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-511-duct-after-damper", + "@id": "urn:ex/office-ahu-connection-from-rooms", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -8974,120 +8672,153 @@ ] }, { - "@id": "urn:ex/vav-527-damper-in", + "@id": "urn:ex/vav-501-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-501-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-501-reheat-coil-valve-command" + } + ] + }, + { + "@id": "urn:ex/vav-527-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-527-damper" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-527-air-in" + "@id": "urn:ex/vav-527-damper-command" } ] }, { - "@id": "urn:ex/zone-312-occupancy", + "@id": "urn:ex/vav-509-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-517-damper-actuator", + "@id": "urn:ex/vav-531-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-517-damper" + "@id": "urn:ex/vav-531-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-517-damper-command" + "@id": "urn:ex/vav-531-damper-command" } ] }, { - "@id": "urn:ex/zone-105-temp-sensor", + "@id": "urn:ex/vav-514-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-105-hvac-domain" + "@id": "urn:ex/vav-514-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-105-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-526-damper-out", + "@id": "urn:ex/vav-524", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-524-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-524-air-out" + }, + { + "@id": "urn:ex/vav-524-hot-water-in" + }, + { + "@id": "urn:ex/vav-524-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-526-colder-supply-air-requests" + "@id": "urn:ex/vav-524-damper" }, { - "@id": "urn:ex/vav-526-cooling-pid-output" + "@id": "urn:ex/vav-524-reheat-coil" + }, + { + "@id": "urn:ex/vav-524-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-536-hot-water-in-connection", + "@id": "urn:ex/vav-503-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/vav-503-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-503-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-532-more-heat-requests", + "@id": "urn:ex/vav-512-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-damper-position", + "@id": "urn:ex/vav-527-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -9101,34 +8832,35 @@ ] }, { - "@id": "urn:ex/room-210-out", + "@id": "urn:ex/vav-504-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-214", + "@id": "urn:ex/room-309-out", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-214-hvac-domain" + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-valve-position", + "@id": "urn:ex/vav-530-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -9144,13 +8876,13 @@ ] }, { - "@id": "urn:ex/office-ahu-moisture-eliminator-out", + "@id": "urn:ex/room-209-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator" + "@id": "urn:ex/connection-to-room-208-209" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -9160,371 +8892,439 @@ ] }, { - "@id": "urn:ex/vav-517-heating-pid-output", + "@id": "urn:ex/room-211-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-211-in" + }, + { + "@id": "urn:ex/room-211-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/room-303", + "@id": "urn:ex/vav-539-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-303-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve", + "@id": "urn:ex/connection-to-room-204-205", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-flow", + "@id": "urn:ex/vav-515-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-515-reheat-coil-air-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-515-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-515-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-515-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/connection-to-room-111", + "@id": "urn:ex/vav-535-damper-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#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-535-duct-after-damper" } - ] - }, - { - "@id": "urn:ex/vav-534-discharge-air-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-534-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-534-discharge-air-temp" + "@id": "urn:ex/vav-535-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-535-cooling-pid-output" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil", + "@id": "urn:ex/office-ahu", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil" + "http://data.ashrae.org/standard223#AirHandlingUnit" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-clg-coil-air-in" + "@id": "urn:ex/office-ahu-chilled-water-in" }, { - "@id": "urn:ex/office-ahu-clg-coil-air-out" + "@id": "urn:ex/office-ahu-chilled-water-out" }, { - "@id": "urn:ex/office-ahu-clg-coil-water-in" + "@id": "urn:ex/office-ahu-ea-out" }, { - "@id": "urn:ex/office-ahu-clg-coil-water-out" + "@id": "urn:ex/office-ahu-hot-water-in" + }, + { + "@id": "urn:ex/office-ahu-hot-water-out" + }, + { + "@id": "urn:ex/office-ahu-oa-in" + }, + { + "@id": "urn:ex/office-ahu-ra-in" + }, + { + "@id": "urn:ex/office-ahu-sa-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" + "@id": "urn:ex/office-ahu-air-filter" + }, + { + "@id": "urn:ex/office-ahu-clg-coil" + }, + { + "@id": "urn:ex/office-ahu-clg-coil-valve" + }, + { + "@id": "urn:ex/office-ahu-ea-damper" + }, + { + "@id": "urn:ex/office-ahu-htg-coil" + }, + { + "@id": "urn:ex/office-ahu-htg-coil-valve" + }, + { + "@id": "urn:ex/office-ahu-moisture-eliminator" + }, + { + "@id": "urn:ex/office-ahu-oa-damper" + }, + { + "@id": "urn:ex/office-ahu-ra-damper" + }, + { + "@id": "urn:ex/office-ahu-ra-fan" + }, + { + "@id": "urn:ex/office-ahu-sa-fan" } ] }, { - "@id": "urn:ex/zone-204-205-window-switch-on-off", + "@id": "urn:ex/vav-522-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-522-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-522-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-position", + "@id": "urn:ex/vav-508-reheat-coil-valve-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/vav-508-pipe-hot-water-return-before-valve" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-528-colder-supply-air-requests", + "@id": "urn:ex/vav-502-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-502-hot-water-out-connection" } - ] - }, - { - "@id": "urn:ex/vav-520-discharge-air-flow-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-502-hot-water-out" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil", + "@id": "urn:ex/office-ahu-clg-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-527-reheat-coil-air-out" + "@id": "urn:ex/office-ahu-clg-coil-valve-in" }, { - "@id": "urn:ex/vav-527-reheat-coil-water-in" - }, + "@id": "urn:ex/office-ahu-clg-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-527-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/office-ahu-clg-coil-valve-command" + }, + { + "@id": "urn:ex/office-ahu-clg-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-valve-position", + "@id": "urn:ex/zone-311-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-517-air-out", + "@id": "urn:ex/office-ahu-oa-flow", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/connection-to-room-203" + "@id": "http://data.ashrae.org/standard223#Role-Outside" } ], - "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/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-517-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ] + }, + { + "@id": "urn:ex/vav-537-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-537-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-517-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-537-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-517-discharge-air-temp" + "@id": "urn:ex/vav-537-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-517-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-537-reheat-coil-water-out" } - ] - }, - { - "@id": "urn:ex/zone-201-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/zone-109-window-switch-on-off", + "@id": "urn:ex/vav-521-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-521-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-102-temp-sensor", + "@id": "urn:ex/vav-519-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-102-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-102-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-504-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-528-duct-after-damper", + "@id": "urn:ex/vav-513-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-312-window-switch-on-off", + "@id": "urn:ex/vav-524-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-534-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-524-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve", + "@id": "urn:ex/vav-529-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-527-reheat-coil-valve-out" + "@id": "urn:ex/vav-529-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-527-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-527-reheat-coil-valve-position" + "@id": "urn:ex/vav-529-hot-water-out" } ] }, { - "@id": "urn:ex/office-ahu-ea-out-connection", + "@id": "urn:ex/vav-517-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-517-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -9533,30 +9333,14 @@ ] }, { - "@id": "urn:ex/vav-508-discharge-air-flow", + "@id": "urn:ex/office-ahu-ra-temp", "@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://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Return" } - ] - }, - { - "@id": "urn:ex/zone-102-cooling-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -9570,23 +9354,23 @@ ] }, { - "@id": "urn:ex/vav-523-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-532-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper-position", + "@id": "urn:ex/vav-515-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -9602,39 +9386,44 @@ ] }, { - "@id": "urn:ex/vav-532-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-530-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-temp-sensor", + "@id": "urn:ex/vav-523-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-air-out" + "@id": "urn:ex/vav-523-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-514-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-523-hot-water-in" } ] }, { - "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-516-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -9646,168 +9435,241 @@ ] }, { - "@id": "urn:ex/zone-207-heating-setpoint", + "@id": "urn:ex/vav-515-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-513-more-heat-requests", + "@id": "urn:ex/zone-201-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-532-hot-water-in-connection", + "@id": "urn:ex/office-ahu-moisture-eliminator-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/office-ahu-oa-in-connection" } - ] + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/office-ahu-oa-in" + } + ] }, { - "@id": "urn:ex/vav-528-reheat-coil-air-in", + "@id": "urn:ex/vav-520-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-520-air-in" + } ] }, { - "@id": "urn:ex/room-107-out", + "@id": "urn:ex/vav-525-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-539-colder-supply-air-requests", + "@id": "urn:ex/zone-110", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/room-110-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-110-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-110-heating-setpoint" + }, + { + "@id": "urn:ex/zone-110-occupancy" + }, + { + "@id": "urn:ex/zone-110-occupancy-override" + }, + { + "@id": "urn:ex/zone-110-temp" + }, + { + "@id": "urn:ex/zone-110-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-215-heating-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-528-hot-water-out", + "@id": "urn:ex/vav-523-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-206" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-523-heating-pid-output" + }, + { + "@id": "urn:ex/vav-523-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-523-air-out" } ] }, { - "@id": "urn:ex/vav-509-hot-water-out-connection", + "@id": "urn:ex/vav-514-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-514-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-514-hot-water-out" + } ] }, { - "@id": "urn:ex/room-109-hvac-domain", + "@id": "urn:ex/vav-511-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-109-in" + "@id": "urn:ex/vav-511-reheat-coil-valve-in" }, { - "@id": "urn:ex/room-109-out" + "@id": "urn:ex/vav-511-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-511-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-511-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil", + "@id": "urn:ex/zone-108-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/vav-501-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#HeatingCoil", "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-517-reheat-coil-air-in" + "@id": "urn:ex/vav-501-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-517-reheat-coil-air-out" + "@id": "urn:ex/vav-501-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-517-reheat-coil-water-in" + "@id": "urn:ex/vav-501-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-517-reheat-coil-water-out" + "@id": "urn:ex/vav-501-reheat-coil-water-out" } ], "http://data.ashrae.org/standard223#hasRole": [ @@ -9817,55 +9679,124 @@ ] }, { - "@id": "urn:ex/zone-208-209-heating-setpoint", + "@id": "urn:ex/vav-506-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-506-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-506-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/room-118-out", + "@id": "urn:ex/vav-523-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/vav-538-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/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-538-damper-in" + }, + { + "@id": "urn:ex/vav-538-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/vav-538-damper-command" + }, + { + "@id": "urn:ex/vav-538-damper-position" } ] }, { - "@id": "urn:ex/vav-511-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-311-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + } + ] + }, + { + "@id": "urn:ex/vav-525-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/vav-525-damper-in" + }, + { + "@id": "urn:ex/vav-525-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-525-damper-command" + }, + { + "@id": "urn:ex/vav-525-damper-position" + } + ] + }, + { + "@id": "urn:ex/vav-518-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-502-heating-pid-output", + "@id": "urn:ex/vav-506-hot-water-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-506-hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-527-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -9881,25 +9812,33 @@ ] }, { - "@id": "urn:ex/vav-531-reheat-coil-air-in", + "@id": "urn:ex/vav-504-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-duct-after-damper" + "@id": "urn:ex/vav-504-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-504-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-504-cooling-pid-output" + } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve-position", + "@id": "urn:ex/vav-523-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -9913,96 +9852,117 @@ ] }, { - "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve", + "@id": "urn:ex/connection-to-room-307-308", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-520-damper-out", + "@id": "urn:ex/vav-507-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-duct-after-damper" + "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-515-reheat-coil-valve-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-520-colder-supply-air-requests" - }, + "@id": "urn:ex/vav-515-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-520-cooling-pid-output" + "@id": "urn:ex/vav-515-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve-out", + "@id": "urn:ex/vav-504-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-105" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-504-heating-pid-output" + }, + { + "@id": "urn:ex/vav-504-more-heat-requests" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-521-hot-water-out" + "@id": "urn:ex/vav-504-air-out" } ] }, { - "@id": "urn:ex/vav-525", + "@id": "urn:ex/vav-540-damper-in", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-air-in" - }, - { - "@id": "urn:ex/vav-525-air-out" - }, - { - "@id": "urn:ex/vav-525-hot-water-in" - }, + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-525-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-525-damper" - }, + "@id": "urn:ex/vav-540-air-in" + } + ] + }, + { + "@id": "urn:ex/vav-525-discharge-air-temp-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-525-reheat-coil" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-525-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-537-damper-command", + "@id": "urn:ex/office-ahu-sa-fan-speed-cmd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -10018,129 +9978,130 @@ ] }, { - "@id": "urn:ex/vav-536", + "@id": "urn:ex/vav-537-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-536-air-in" - }, - { - "@id": "urn:ex/vav-536-air-out" - }, - { - "@id": "urn:ex/vav-536-hot-water-in" - }, - { - "@id": "urn:ex/vav-536-hot-water-out" + "@id": "urn:ex/vav-537-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-536-damper" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-536-reheat-coil" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve" + "@id": "urn:ex/vav-537-hot-water-in" } ] }, { - "@id": "urn:ex/vav-526-more-heat-requests", + "@id": "urn:ex/vav-529-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-503-duct-after-damper", + "@id": "urn:ex/zone-203-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/room-203-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-203-occupancy" } ] }, { - "@id": "urn:ex/zone-113-heating-setpoint", + "@id": "urn:ex/office-ahu-ra-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-ra-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/office-ahu-ra-temp" } ] }, { - "@id": "urn:ex/vav-501-damper", + "@id": "urn:ex/vav-531-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/vav-501-damper-in" + "@id": "urn:ex/vav-531-damper-in" }, { - "@id": "urn:ex/vav-501-damper-out" + "@id": "urn:ex/vav-531-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-501-damper-command" + "@id": "urn:ex/vav-531-damper-command" }, { - "@id": "urn:ex/vav-501-damper-position" + "@id": "urn:ex/vav-531-damper-position" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-out", + "@id": "urn:ex/office-ahu-ea-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-hot-water-out-connection" + "@id": "urn:ex/office-ahu-ea-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-528-hot-water-out" + "@id": "urn:ex/office-ahu-ea-out" } ] }, { - "@id": "urn:ex/vav-522-hot-water-in", + "@id": "urn:ex/vav-506-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-522-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/office-ahu-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10149,400 +10110,355 @@ ] }, { - "@id": "urn:ex/vav-508-heating-pid-output", + "@id": "urn:ex/zone-109-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-109-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-109-temp" } ] }, { - "@id": "urn:ex/zone-118-cooling-setpoint", + "@id": "urn:ex/vav-531-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-118-temp", + "@id": "urn:ex/room-302-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/Temperature" + "@id": "urn:ex/connection-to-room-302" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-air-in", + "@id": "urn:ex/vav-512-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-duct-after-damper" + "@id": "urn:ex/vav-512-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-512-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-512-cooling-pid-output" + } ] }, { - "@id": "urn:ex/zone-302", + "@id": "urn:ex/vav-534-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/room-302-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-302-co2-concentration" - }, - { - "@id": "urn:ex/zone-302-co2-concentration-setpoint" - }, - { - "@id": "urn:ex/zone-302-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-302-heating-setpoint" - }, - { - "@id": "urn:ex/zone-302-occupancy" - }, - { - "@id": "urn:ex/zone-302-occupancy-override" - }, - { - "@id": "urn:ex/zone-302-temp" - }, - { - "@id": "urn:ex/zone-302-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-518-air-out", + "@id": "urn:ex/vav-517-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-202" + "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-525", + "@type": [ + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-discharge-air-flow" + "@id": "urn:ex/vav-525-air-in" }, { - "@id": "urn:ex/vav-518-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-525-air-out" }, { - "@id": "urn:ex/vav-518-discharge-air-temp" + "@id": "urn:ex/vav-525-hot-water-in" }, { - "@id": "urn:ex/vav-518-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-525-hot-water-out" } - ] - }, - { - "@id": "urn:ex/zone-203-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-525-damper" + }, + { + "@id": "urn:ex/vav-525-reheat-coil" + }, + { + "@id": "urn:ex/vav-525-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-208-209-occupancy-sensor", + "@id": "urn:ex/vav-530-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-208-hvac-domain" + "@id": "urn:ex/vav-530-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-208-209-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/zone-103-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-530-hot-water-in" } ] }, { - "@id": "urn:ex/zone-109-occupancy-sensor", + "@id": "urn:ex/vav-505-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-109-hvac-domain" + "@id": "urn:ex/connection-to-room-108" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-109-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-510-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-505-heating-pid-output" + }, + { + "@id": "urn:ex/vav-505-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-505-air-out" } ] }, { - "@id": "urn:ex/vav-509-discharge-air-temp-setpoint", + "@id": "urn:ex/zone-110-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-110-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-110-temp" } ] }, { - "@id": "urn:ex/vav-506-heating-pid-output", + "@id": "urn:ex/vav-531-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/connection-to-room-307-308" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-504-reheat-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-531-heating-pid-output" + }, + { + "@id": "urn:ex/vav-531-more-heat-requests" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-531-air-out" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-actuator", + "@id": "urn:ex/office-ahu-moisture-eliminator", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#AirFilter", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-reheat-coil-valve" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "@id": "urn:ex/office-ahu-moisture-eliminator-in" + }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-command" + "@id": "urn:ex/office-ahu-moisture-eliminator-out" } ] }, { - "@id": "urn:ex/zone-312-temp", + "@id": "urn:ex/vav-529-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-518-hot-water-in-connection", + "@id": "urn:ex/vav-501-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-501-hot-water-in-connection" } - ] - }, - { - "@id": "urn:ex/office-ahu-htg-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-501-hot-water-in" } ] }, { - "@id": "urn:ex/vav-530-hot-water-in-connection", + "@id": "urn:ex/connection-to-room-305", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-213-temp", + "@id": "urn:ex/vav-503-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-503-hot-water-out-connection" } - ] - }, - { - "@id": "urn:ex/vav-520-discharge-air-temp-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-503-hot-water-out" } ] }, { - "@id": "urn:ex/room-106", + "@id": "urn:ex/vav-535-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-106-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve", + "@id": "urn:ex/room-303-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-529-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-303-304-306" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-529-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-529-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-526-damper-command", + "@id": "urn:ex/vav-532-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -10558,35 +10474,23 @@ ] }, { - "@id": "urn:ex/vav-537-hot-water-in", + "@id": "urn:ex/room-213-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/office-ahu-connection-from-rooms" } - ] - }, - { - "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-513-damper-in", + "@id": "urn:ex/vav-538-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -10602,86 +10506,89 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-513-air-in" + "@id": "urn:ex/vav-538-air-in" } ] }, { - "@id": "urn:ex/zone-105-occupancy-sensor", + "@id": "urn:ex/zone-302-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-105-hvac-domain" + "@id": "urn:ex/room-302-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-105-occupancy" + "@id": "urn:ex/zone-302-occupancy" } ] }, { - "@id": "urn:ex/zone-302-co2-sensor", + "@id": "urn:ex/zone-303-304-306-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-302-hvac-domain" + "@id": "urn:ex/room-303-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-302-co2-concentration" + "@id": "urn:ex/zone-303-304-306-occupancy" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil", + "@id": "urn:ex/vav-533-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-515-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-515-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-515-reheat-coil-water-out" + "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-501-cooling-pid-output", + "@id": "urn:ex/vav-516-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/connection-to-room-201" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-516-heating-pid-output" + }, + { + "@id": "urn:ex/vav-516-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-516-air-out" } ] }, { - "@id": "urn:ex/vav-538-damper-position", + "@id": "urn:ex/vav-524-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -10697,129 +10604,80 @@ ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-actuator", + "@id": "urn:ex/connection-to-room-311", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-510-reheat-coil-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-510-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-503-damper-out", + "@id": "urn:ex/vav-539-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-503-duct-after-damper" - } + "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" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-503-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-503-cooling-pid-output" - } ] }, { - "@id": "urn:ex/vav-520-damper-in", + "@id": "urn:ex/vav-524-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "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/vav-524-air-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-520-air-in" + "@id": "urn:ex/vav-524-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-509-reheat-coil-valve-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-515-reheat-coil-valve" + "@id": "urn:ex/vav-509-reheat-coil-valve" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-515-reheat-coil-valve-command" - } - ] - }, - { - "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-509-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/zone-203-occupancy", + "@id": "urn:ex/zone-206-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" - } - ] - }, - { - "@id": "urn:ex/vav-516-discharge-air-temp-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-540-hot-water-out", + "@id": "urn:ex/vav-536-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-hot-water-out-connection" + "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -10829,153 +10687,151 @@ ] }, { - "@id": "urn:ex/room-304", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:ex/room-304-hvac-domain" - } - ] - }, - { - "@id": "urn:ex/room-310-hvac-domain", + "@id": "urn:ex/vav-520-air-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-310-in" - }, - { - "@id": "urn:ex/room-310-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve-actuator", + "@id": "urn:ex/zone-212-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve" + "@id": "urn:ex/room-212-hvac-domain" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve-command" + "@id": "urn:ex/zone-212-temp" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve-in", + "@id": "urn:ex/vav-534-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-506-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-531-damper-command", + "@id": "urn:ex/office-ahu-oa-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/office-ahu-oa-damper-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/office-ahu-oa-flow" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-water-in", + "@id": "urn:ex/zone-212", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-525-hot-water-in-connection" + "@id": "urn:ex/room-212-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-525-hot-water-in" + "@id": "urn:ex/zone-212-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-212-heating-setpoint" + }, + { + "@id": "urn:ex/zone-212-occupancy" + }, + { + "@id": "urn:ex/zone-212-occupancy-override" + }, + { + "@id": "urn:ex/zone-212-temp" + }, + { + "@id": "urn:ex/zone-212-window-switch-on-off" } ] }, { - "@id": "urn:ex/room-312-hvac-domain", + "@id": "urn:ex/office-ahu-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-312-in" - }, - { - "@id": "urn:ex/room-312-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve", + "@id": "urn:ex/vav-501-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-526-reheat-coil-valve-out" + "@id": "urn:ex/vav-501-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-510-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve-command" - }, + "@id": "urn:ex/vav-510-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve-position" + "@id": "urn:ex/vav-510-damper-command" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve-position", + "@id": "urn:ex/vav-525-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -10991,175 +10847,229 @@ ] }, { - "@id": "urn:ex/vav-515-air-in", + "@id": "urn:ex/vav-522-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "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/UNITLESS" } ] }, { - "@id": "urn:ex/vav-540-damper-actuator", + "@id": "urn:ex/vav-504-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-540-damper" + "@id": "urn:ex/vav-504-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-540-damper-command" + "@id": "urn:ex/vav-504-damper-command" } ] }, { - "@id": "urn:ex/room-211-in", + "@id": "urn:ex/vav-534-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-211" + "@id": "urn:ex/vav-534-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-534-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-534-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-534-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-538", + "@id": "urn:ex/vav-538-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-538-air-in" - }, - { - "@id": "urn:ex/vav-538-air-out" - }, - { - "@id": "urn:ex/vav-538-hot-water-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-538-hot-water-out" + "@id": "urn:ex/vav-538-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-538-damper" - }, + "@id": "urn:ex/vav-538-reheat-coil-valve-command" + } + ] + }, + { + "@id": "urn:ex/vav-539-reheat-coil-valve-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-538-reheat-coil" - }, + "@id": "urn:ex/vav-539-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-538-reheat-coil-valve" + "@id": "urn:ex/vav-539-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-air-out", + "@id": "urn:ex/vav-516-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/connection-to-room-106-107" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-516-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-516-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-506-heating-pid-output" + "@id": "urn:ex/vav-516-damper-command" }, { - "@id": "urn:ex/vav-506-more-heat-requests" + "@id": "urn:ex/vav-516-damper-position" + } + ] + }, + { + "@id": "urn:ex/zone-213-heating-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-506-air-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-111-window-switch-on-off", + "@id": "urn:ex/vav-520-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-520-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-520-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-526-cooling-pid-output", + "@id": "urn:ex/zone-212-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-in", + "@id": "urn:ex/vav-532-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-532-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-532-damper-command" } ] }, { - "@id": "urn:ex/room-213-in", + "@id": "urn:ex/zone-206", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/connection-to-room-213" + "@id": "urn:ex/room-206-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-206-co2-concentration" + }, + { + "@id": "urn:ex/zone-206-co2-concentration-setpoint" + }, + { + "@id": "urn:ex/zone-206-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-206-heating-setpoint" + }, + { + "@id": "urn:ex/zone-206-occupancy" + }, + { + "@id": "urn:ex/zone-206-occupancy-override" + }, + { + "@id": "urn:ex/zone-206-temp" + }, + { + "@id": "urn:ex/zone-206-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-526-damper-in", + "@id": "urn:ex/vav-509-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -11175,136 +11085,177 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-526-air-in" + "@id": "urn:ex/vav-509-air-in" } ] }, { - "@id": "urn:ex/zone-201-window-switch-on-off", + "@id": "urn:ex/vav-520-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-520-air-out" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-520-discharge-air-temp" } ] }, { - "@id": "urn:ex/zone-301-occupancy", + "@id": "urn:ex/zone-213-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-air-out", + "@id": "urn:ex/vav-511-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/connection-to-room-109" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-heating-pid-output" - }, + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ] + }, + { + "@id": "urn:ex/vav-503-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-508-more-heat-requests" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-air-out" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-520-discharge-air-flow-sensor", + "@id": "urn:ex/vav-535-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-air-in" + "@id": "urn:ex/vav-535-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-520-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-510-air-out", + "@id": "urn:ex/zone-108-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-111" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } + ] + }, + { + "@id": "urn:ex/vav-533", + "@type": [ + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-discharge-air-flow" + "@id": "urn:ex/vav-533-air-in" }, { - "@id": "urn:ex/vav-510-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-533-air-out" }, { - "@id": "urn:ex/vav-510-discharge-air-temp" + "@id": "urn:ex/vav-533-hot-water-in" }, { - "@id": "urn:ex/vav-510-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-533-hot-water-out" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/vav-533-damper" + }, + { + "@id": "urn:ex/vav-533-reheat-coil" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-207-window-switch-on-off", + "@id": "urn:ex/vav-520-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/office-ahu-hot-water-out", + "@id": "urn:ex/vav-523-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-hot-water-out-connection" + "@id": "urn:ex/vav-523-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-523-hot-water-out" + } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-command", + "@id": "urn:ex/vav-514-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -11320,145 +11271,143 @@ ] }, { - "@id": "urn:ex/vav-530-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-529-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } - ] - }, - { - "@id": "urn:ex/zone-116-117-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-522-damper", + "@id": "urn:ex/vav-534-air-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/vav-522-damper-in" - }, - { - "@id": "urn:ex/vav-522-damper-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-522-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-522-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-507-hot-water-out-connection", + "@id": "urn:ex/connection-to-room-108", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-505-hot-water-in", + "@id": "urn:ex/vav-525-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-505-hot-water-in-connection" + "@id": "urn:ex/vav-525-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-111-heating-setpoint", + "@id": "urn:ex/vav-517-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-517-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-517-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-529-discharge-air-temp-setpoint", + "@id": "urn:ex/connection-to-room-303-304-306", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "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/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-position", + "@id": "urn:ex/vav-509-air-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/office-ahu-connection-to-vavs" } ], - "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" } ] }, { - "@id": "urn:ex/zone-309-310-heating-setpoint", + "@id": "urn:ex/zone-207-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + } + ] + }, + { + "@id": "urn:ex/vav-503-discharge-air-flow", + "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-502-hot-water-in-connection", + "@id": "urn:ex/vav-527-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -11470,51 +11419,31 @@ ] }, { - "@id": "urn:ex/vav-538-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-538-reheat-coil-valve" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ - { - "@id": "urn:ex/vav-538-reheat-coil-valve-command" - } - ] - }, - { - "@id": "urn:ex/office-ahu-ra-temp", + "@id": "urn:ex/vav-513-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Role-Return" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/room-214-in", + "@id": "urn:ex/connection-to-room-115", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-214" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -11523,419 +11452,343 @@ ] }, { - "@id": "urn:ex/vav-533-reheat-coil-water-in", + "@id": "urn:ex/zone-102-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-533-hot-water-in-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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-533-hot-water-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-water-in", + "@id": "urn:ex/vav-522-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-508-hot-water-in-connection" - } + "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-Water" + "@id": "urn:ex/vav-522-air-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-508-hot-water-in" + "@id": "urn:ex/vav-522-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-212-out", + "@id": "urn:ex/vav-519-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-519-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-519-damper-command" } ] }, { - "@id": "urn:ex/vav-507-damper-actuator", + "@id": "urn:ex/zone-203-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-507-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-507-damper-command" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-105", + "@id": "urn:ex/vav-518-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-105-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } - ] - }, - { - "@id": "urn:ex/vav-504-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-508-damper-command", + "@id": "urn:ex/zone-202-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve", + "@id": "urn:ex/vav-531-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-508-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-508-reheat-coil-valve-out" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-508-reheat-coil-valve-command" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-reheat-coil-valve-position" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-514-duct-after-damper", + "@id": "urn:ex/room-201", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/room-201-hvac-domain" } ] }, { - "@id": "urn:ex/vav-512-discharge-air-flow-sensor", + "@id": "urn:ex/zone-311-temp", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-512-air-in" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-512-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-flow-sensor", + "@id": "urn:ex/vav-530-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-513-air-in" - } + "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/vav-513-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-213", + "@id": "urn:ex/vav-516-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-213-hvac-domain" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-213-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-213-heating-setpoint" - }, - { - "@id": "urn:ex/zone-213-occupancy" - }, - { - "@id": "urn:ex/zone-213-occupancy-override" - }, - { - "@id": "urn:ex/zone-213-temp" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-213-window-switch-on-off" + "@id": "urn:ex/vav-516-air-in" } ] }, { - "@id": "urn:ex/vav-530-discharge-air-temp-sensor", + "@id": "urn:ex/vav-534-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-530-air-out" + "@id": "urn:ex/vav-534-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-530-discharge-air-temp" + "@id": "urn:ex/vav-534-discharge-air-flow" } ] }, { - "@id": "urn:ex/room-209-hvac-domain", + "@id": "urn:ex/room-310-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-209-in" - }, - { - "@id": "urn:ex/room-209-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-116", + "@id": "urn:ex/vav-511-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-116-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-ra-flow", + "@id": "urn:ex/vav-540-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Return" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/zone-115-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-115-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/zone-115-occupancy" } ] }, { - "@id": "urn:ex/room-301-in", + "@id": "urn:ex/zone-106-107-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/connection-to-room-301" + "@id": "urn:ex/room-106-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-106-107-occupancy" } ] }, { - "@id": "urn:ex/vav-520-damper-position", + "@id": "urn:ex/vav-522-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-air-out", + "@id": "urn:ex/vav-531-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-103" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-513-heating-pid-output" - }, - { - "@id": "urn:ex/vav-513-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-513-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-525-damper-in", + "@id": "urn:ex/vav-528-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "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" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-525-air-in" - } ] }, { - "@id": "urn:ex/vav-519-colder-supply-air-requests", + "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/connection-to-room-309-310", + "@id": "urn:ex/vav-532-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-538-discharge-air-temp-setpoint", + "@id": "urn:ex/room-313", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/room-313-hvac-domain" } ] }, { - "@id": "urn:ex/vav-532-damper-position", + "@id": "urn:ex/vav-517-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -11949,21 +11802,14 @@ ] }, { - "@id": "urn:ex/vav-519-duct-after-damper", + "@id": "urn:ex/vav-535-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/zone-112-114-cooling-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -11977,230 +11823,266 @@ ] }, { - "@id": "urn:ex/vav-532-discharge-air-temp-sensor", + "@id": "urn:ex/vav-505-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-532-air-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-532-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/zone-116-117-cooling-setpoint", + "@id": "urn:ex/vav-540-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-540-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-540-reheat-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } - ] - }, - { - "@id": "urn:ex/zone-207-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-540-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-540-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-534-cooling-pid-output", + "@id": "urn:ex/zone-302-co2-concentration-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#ofSubstance": [ + { + "@id": "http://data.ashrae.org/standard223#Substance-CO2" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/zone-313-heating-setpoint", + "@id": "urn:ex/vav-511-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-531-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-540-reheat-coil-valve" + "@id": "urn:ex/vav-531-air-in" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-540-reheat-coil-valve-command" + "@id": "urn:ex/vav-531-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-207-occupancy-override", + "@id": "urn:ex/vav-539-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/connection-to-room-214" } - ] - }, - { - "@id": "urn:ex/vav-502-discharge-air-flow", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-539-heating-pid-output" + }, + { + "@id": "urn:ex/vav-539-more-heat-requests" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-539-air-out" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-actuator", + "@id": "urn:ex/office-ahu-htg-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-reheat-coil-valve" + "@id": "urn:ex/office-ahu-duct-after-air-filter" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-539-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-valve", + "@id": "urn:ex/vav-525-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-504-reheat-coil-valve-out" + "@id": "urn:ex/vav-525-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-504-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-504-reheat-coil-valve-position" + "@id": "urn:ex/vav-525-hot-water-out" } ] }, { - "@id": "urn:ex/vav-516-duct-after-damper", + "@id": "urn:ex/zone-112-114-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-537-damper-actuator", + "@id": "urn:ex/zone-115-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-537-damper" + "@id": "urn:ex/room-115-hvac-domain" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-537-damper-command" + "@id": "urn:ex/zone-115-temp" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil", + "@id": "urn:ex/vav-529-damper-position", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-516-reheat-coil-air-in" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-516-reheat-coil-air-out" - }, + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ] + }, + { + "@id": "urn:ex/room-114", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-516-reheat-coil-water-in" + "@id": "urn:ex/room-114-hvac-domain" + } + ] + }, + { + "@id": "urn:ex/zone-106-107", + "@type": [ + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/room-106-hvac-domain" }, { - "@id": "urn:ex/vav-516-reheat-coil-water-out" + "@id": "urn:ex/room-107-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-106-107-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-106-107-heating-setpoint" + }, + { + "@id": "urn:ex/zone-106-107-occupancy" + }, + { + "@id": "urn:ex/zone-106-107-occupancy-override" + }, + { + "@id": "urn:ex/zone-106-107-temp" + }, + { + "@id": "urn:ex/zone-106-107-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-539-damper-position", + "@id": "urn:ex/vav-508-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -12214,76 +12096,71 @@ ] }, { - "@id": "urn:ex/room-310-in", + "@id": "urn:ex/vav-528-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-309-310" + "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-509-damper", + "@id": "urn:ex/vav-502-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-damper-in" - }, - { - "@id": "urn:ex/vav-509-damper-out" + "@id": "urn:ex/vav-502-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-509-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-509-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-515-air-out", + "@id": "urn:ex/vav-501", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-116-117" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-501-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-501-air-out" + }, { - "@id": "urn:ex/vav-515-discharge-air-flow" + "@id": "urn:ex/vav-501-hot-water-in" }, { - "@id": "urn:ex/vav-515-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-501-hot-water-out" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/vav-501-damper" }, { - "@id": "urn:ex/vav-515-discharge-air-temp" + "@id": "urn:ex/vav-501-reheat-coil" }, { - "@id": "urn:ex/vav-515-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-501-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-513-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -12295,203 +12172,210 @@ ] }, { - "@id": "urn:ex/", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ] - }, - { - "@id": "urn:ex/vav-523-heating-pid-output", + "@id": "urn:ex/zone-118-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-314-in", + "@id": "urn:ex/vav-519-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-314" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/zone-113-occupancy", + "@id": "urn:ex/vav-511-damper", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-511-damper-in" + }, + { + "@id": "urn:ex/vav-511-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-511-damper-command" + }, + { + "@id": "urn:ex/vav-511-damper-position" } ] }, { - "@id": "urn:ex/zone-211-temp", + "@id": "urn:ex/vav-525-air-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/Temperature" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-513-air-out", + "@id": "urn:ex/vav-506-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-103" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/room-116-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-513-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-513-discharge-air-flow-setpoint" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-discharge-air-temp" + "@id": "urn:ex/room-116-in" }, { - "@id": "urn:ex/vav-513-discharge-air-temp-setpoint" + "@id": "urn:ex/room-116-out" } - ] - }, - { - "@id": "urn:ex/zone-302-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-512-discharge-air-temp-setpoint", + "@id": "urn:ex/zone-206-co2-concentration-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], + "http://data.ashrae.org/standard223#ofSubstance": [ + { + "@id": "http://data.ashrae.org/standard223#Substance-CO2" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve-actuator", + "@id": "urn:ex/connection-to-room-113", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-508-reheat-coil-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-508-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil", + "@id": "urn:ex/office-ahu-sa-fan", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Fan", + "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-reheat-coil-air-in" + "@id": "urn:ex/office-ahu-sa-fan-in" }, { - "@id": "urn:ex/vav-513-reheat-coil-air-out" + "@id": "urn:ex/office-ahu-sa-fan-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/office-ahu-sa-fan-power" }, { - "@id": "urn:ex/vav-513-reheat-coil-water-in" + "@id": "urn:ex/office-ahu-sa-fan-speed-cmd" }, { - "@id": "urn:ex/vav-513-reheat-coil-water-out" + "@id": "urn:ex/office-ahu-sa-fan-speed-status" + }, + { + "@id": "urn:ex/office-ahu-sa-fan-start-cmd" + }, + { + "@id": "urn:ex/office-ahu-sa-fan-start-status" } ], "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ] }, { - "@id": "urn:ex/vav-522-air-in", + "@id": "urn:ex/vav-535-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-535-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-501-damper-command", + "@id": "urn:ex/room-107-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/connection-to-room-106-107" } ], - "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" } ] }, { - "@id": "urn:ex/vav-521-discharge-air-flow", + "@id": "urn:ex/vav-529-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -12502,188 +12386,183 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-539-damper", + "@id": "urn:ex/vav-526-air-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/vav-539-damper-in" - }, - { - "@id": "urn:ex/vav-539-damper-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-539-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-539-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-valve", + "@id": "urn:ex/room-211-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-538-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-538-reheat-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-538-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-538-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-503-damper-actuator", + "@id": "urn:ex/vav-533-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-damper" + "@id": "urn:ex/vav-533-duct-after-damper" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-503-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve-command", + "@id": "urn:ex/vav-535-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/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/room-311", + "@id": "urn:ex/vav-537-damper-position", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-311-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-air-out", + "@id": "urn:ex/vav-511-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-201" + "@id": "urn:ex/vav-511-hot-water-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/vav-516-heating-pid-output" - }, - { - "@id": "urn:ex/vav-516-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-516-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-102-occupancy-sensor", + "@id": "urn:ex/zone-312-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-102-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-102-occupancy" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-529-cooling-pid-output", + "@id": "urn:ex/office-ahu-ea-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/office-ahu-ea-damper-in" + }, + { + "@id": "urn:ex/office-ahu-ea-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/office-ahu-ea-damper-command" + }, + { + "@id": "urn:ex/office-ahu-ea-damper-position" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Exhaust" } ] }, { - "@id": "urn:ex/zone-201-occupancy-sensor", + "@id": "urn:ex/vav-503-discharge-air-temp", "@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/room-201-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-201-occupancy" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-526-duct-after-damper", + "@id": "urn:ex/connection-to-room-110", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -12695,62 +12574,47 @@ ] }, { - "@id": "urn:ex/vav-528", + "@id": "urn:ex/zone-111-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-528-air-in" - }, - { - "@id": "urn:ex/vav-528-air-out" - }, - { - "@id": "urn:ex/vav-528-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-528-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-528-damper" - }, - { - "@id": "urn:ex/vav-528-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-528-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-108-cooling-setpoint", + "@id": "urn:ex/vav-516-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve-in", + "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -12759,127 +12623,69 @@ ] }, { - "@id": "urn:ex/vav-532-reheat-coil", + "@id": "urn:ex/room-202-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-532-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-532-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-532-reheat-coil-water-out" + "@id": "urn:ex/connection-to-room-202" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-526-damper-position", + "@id": "urn:ex/vav-523-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ] - }, - { - "@id": "urn:ex/vav-503-reheat-coil-valve", - "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-503-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-503-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-206" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-503-reheat-coil-valve-command" + "@id": "urn:ex/vav-523-discharge-air-flow" }, { - "@id": "urn:ex/vav-503-reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/office-ahu-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/room-309-hvac-domain", - "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-309-in" + "@id": "urn:ex/vav-523-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/room-309-out" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ + "@id": "urn:ex/vav-523-discharge-air-temp" + }, { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-523-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-201-hvac-domain", + "@id": "urn:ex/office-ahu-oa-damper-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-201-in" - }, - { - "@id": "urn:ex/room-201-out" + "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-valve-command", + "@id": "urn:ex/vav-531-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -12895,89 +12701,78 @@ ] }, { - "@id": "urn:ex/vav-511-discharge-air-temp", - "@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/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-533-air-in", + "@id": "urn:ex/vav-521-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-521-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve-position", + "@id": "urn:ex/vav-503-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-valve-in", + "@id": "urn:ex/vav-506", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-506-air-in" + }, + { + "@id": "urn:ex/vav-506-air-out" + }, + { + "@id": "urn:ex/vav-506-hot-water-in" + }, + { + "@id": "urn:ex/vav-506-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-506-damper" + }, + { + "@id": "urn:ex/vav-506-reheat-coil" + }, + { + "@id": "urn:ex/vav-506-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-302-occupancy", + "@id": "urn:ex/vav-530-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/zone-210-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -12991,34 +12786,29 @@ ] }, { - "@id": "urn:ex/vav-540-reheat-coil-water-in", + "@id": "urn:ex/vav-529-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-540-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-529-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-540-hot-water-in" + "@id": "urn:ex/vav-529-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-water-out", + "@id": "urn:ex/vav-528-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -13028,50 +12818,56 @@ ] }, { - "@id": "urn:ex/vav-509-damper-in", + "@id": "urn:ex/vav-522-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } + ] + }, + { + "@id": "urn:ex/room-204", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-509-air-in" + "@id": "urn:ex/room-204-hvac-domain" } ] }, { - "@id": "urn:ex/vav-534-hot-water-out", + "@id": "urn:ex/vav-508-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-534-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-air-out", + "@id": "urn:ex/vav-512-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-104" + "@id": "urn:ex/connection-to-room-118" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -13081,193 +12877,161 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-503-heating-pid-output" + "@id": "urn:ex/vav-512-discharge-air-flow" }, { - "@id": "urn:ex/vav-503-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-503-air-out" - } - ] - }, - { - "@id": "urn:ex/vav-536-discharge-air-temp", - "@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/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-512-discharge-air-flow-setpoint" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-538-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-512-discharge-air-temp" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-512-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-205", + "@id": "urn:ex/room-208", "@type": [ "http://data.ashrae.org/standard223#PhysicalSpace" ], "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-205-hvac-domain" + "@id": "urn:ex/room-208-hvac-domain" } ] }, { - "@id": "urn:ex/vav-536-reheat-coil-air-in", + "@id": "urn:ex/vav-521-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-536-duct-after-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-507-discharge-air-temp-sensor", + "@id": "urn:ex/vav-516-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-507-air-out" + "@id": "urn:ex/vav-516-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-507-discharge-air-temp" + "@id": "urn:ex/vav-516-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-314", + "@id": "urn:ex/room-112-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-314-hvac-domain" + "@id": "urn:ex/room-112-in" + }, + { + "@id": "urn:ex/room-112-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-526-air-in", + "@id": "urn:ex/zone-211-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve", + "@id": "urn:ex/zone-307-308", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-520-reheat-coil-valve-in" + "@id": "urn:ex/room-307-hvac-domain" }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-out" + "@id": "urn:ex/room-308-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-520-reheat-coil-valve-command" + "@id": "urn:ex/zone-307-308-cooling-setpoint" }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-position" - } - ] - }, - { - "@id": "urn:ex/vav-521-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:ex/zone-307-308-heating-setpoint" + }, { - "@id": "urn:ex/vav-521-reheat-coil-air-in" + "@id": "urn:ex/zone-307-308-occupancy" }, { - "@id": "urn:ex/vav-521-reheat-coil-air-out" + "@id": "urn:ex/zone-307-308-occupancy-override" }, { - "@id": "urn:ex/vav-521-reheat-coil-water-in" + "@id": "urn:ex/zone-307-308-temp" }, { - "@id": "urn:ex/vav-521-reheat-coil-water-out" + "@id": "urn:ex/zone-307-308-window-switch-on-off" } + ] + }, + { + "@id": "urn:ex/vav-523-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-520-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "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/vav-538-reheat-coil-valve-position", + "@id": "urn:ex/office-ahu-ra-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -13283,46 +13047,47 @@ ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-actuator", + "@id": "urn:ex/room-118-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-reheat-coil-valve" + "@id": "urn:ex/room-118-in" + }, + { + "@id": "urn:ex/room-118-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-512-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-502-hot-water-out-connection", + "@id": "urn:ex/vav-540-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-507-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-522-more-heat-requests", + "@id": "urn:ex/vav-538-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -13333,66 +13098,67 @@ ] }, { - "@id": "urn:ex/vav-531-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-523-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-302-co2-concentration-setpoint", + "@id": "urn:ex/vav-533-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#ofSubstance": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/vav-534-heating-pid-output", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-509-damper-command", + "@id": "urn:ex/vav-503-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-air-in", + "@id": "urn:ex/vav-512-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-duct-after-damper" + "@id": "urn:ex/vav-512-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -13402,34 +13168,49 @@ ] }, { - "@id": "urn:ex/vav-506-discharge-air-temp", + "@id": "urn:ex/vav-507-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-503-damper-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-503-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-503-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-503-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-501-hot-water-in", + "@id": "urn:ex/vav-532-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-hot-water-in-connection" + "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -13439,558 +13220,516 @@ ] }, { - "@id": "urn:ex/zone-106-107-occupancy-sensor", + "@id": "urn:ex/vav-529-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-106-hvac-domain" + "@id": "urn:ex/vav-529-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-106-107-occupancy" + "@id": "urn:ex/vav-529-damper-command" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-water-in", + "@id": "urn:ex/vav-531-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-538-hot-water-in-connection" + "@id": "urn:ex/vav-531-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-538-hot-water-in" - } ] }, { - "@id": "urn:ex/connection-to-room-104", + "@id": "urn:ex/vav-501-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/vav-516-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/vav-516-damper-in" + "@id": "urn:ex/vav-501-reheat-coil-valve-in" }, { - "@id": "urn:ex/vav-516-damper-out" + "@id": "urn:ex/vav-501-reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-516-damper-command" + "@id": "urn:ex/vav-501-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-516-damper-position" + "@id": "urn:ex/vav-501-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-526-heating-pid-output", + "@id": "urn:ex/vav-517-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } - ] - }, - { - "@id": "urn:ex/vav-522-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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-524-damper-in", + "@id": "urn:ex/office-ahu-ra-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/office-ahu-connection-to-vavs" + "@id": "urn:ex/office-ahu-ra-damper-in" + }, + { + "@id": "urn:ex/office-ahu-ra-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/office-ahu-ra-damper-command" + }, + { + "@id": "urn:ex/office-ahu-ra-damper-position" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-524-air-in" + "@id": "http://data.ashrae.org/standard223#Role-Return" } ] }, { - "@id": "urn:ex/vav-519-hot-water-out-connection", + "@id": "urn:ex/office-ahu-clg-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/office-ahu-clg-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/office-ahu-clg-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-temp", + "@id": "urn:ex/vav-505-reheat-coil-valve-position", "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-504-damper-in", + "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/office-ahu-ea-out-connection", + "@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" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-504-air-in" - } ] }, { - "@id": "urn:ex/vav-509-heating-pid-output", + "@id": "urn:ex/vav-518", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/vav-518-air-in" + }, + { + "@id": "urn:ex/vav-518-air-out" + }, + { + "@id": "urn:ex/vav-518-hot-water-in" + }, + { + "@id": "urn:ex/vav-518-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/vav-518-damper" + }, + { + "@id": "urn:ex/vav-518-reheat-coil" + }, + { + "@id": "urn:ex/vav-518-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve-out", + "@id": "urn:ex/zone-301", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-505-hot-water-out-connection" + "@id": "urn:ex/room-301-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-505-hot-water-out" - } - ] - }, - { - "@id": "urn:ex/vav-531-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/zone-301-cooling-setpoint" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-301-heating-setpoint" + }, + { + "@id": "urn:ex/zone-301-occupancy" + }, + { + "@id": "urn:ex/zone-301-occupancy-override" + }, + { + "@id": "urn:ex/zone-301-temp" + }, + { + "@id": "urn:ex/zone-301-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-valve-in", + "@id": "urn:ex/vav-522-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-304-in", + "@id": "urn:ex/vav-516-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-303-304-306" + "@id": "urn:ex/vav-516-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-534-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-516-hot-water-in" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-air-in", + "@id": "urn:ex/vav-517", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-air-filter" + "@id": "urn:ex/vav-517-air-in" + }, + { + "@id": "urn:ex/vav-517-air-out" + }, + { + "@id": "urn:ex/vav-517-hot-water-in" + }, + { + "@id": "urn:ex/vav-517-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-517-damper" + }, + { + "@id": "urn:ex/vav-517-reheat-coil" + }, + { + "@id": "urn:ex/vav-517-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-534-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-reheat-coil-valve" + "@id": "urn:ex/vav-534-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-520-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-501-duct-after-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-534-hot-water-out" } ] }, { - "@id": "urn:ex/room-309", + "@id": "urn:ex/zone-113-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-309-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-111-temp-sensor", + "@id": "urn:ex/zone-210-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-111-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-111-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-524-air-in", + "@id": "urn:ex/vav-514-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-oa-in", + "@id": "urn:ex/vav-510", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-oa-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-510-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/room-210-hvac-domain", - "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:ex/vav-510-air-out" + }, { - "@id": "urn:ex/room-210-in" + "@id": "urn:ex/vav-510-hot-water-in" }, { - "@id": "urn:ex/room-210-out" + "@id": "urn:ex/vav-510-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } - ] - }, - { - "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-510-damper" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-510-reheat-coil" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-214-window-switch-on-off", + "@id": "urn:ex/zone-115-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" - } - ] - }, - { - "@id": "urn:ex/room-306-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-water-in", + "@id": "urn:ex/vav-520-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-509-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-520-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-509-hot-water-in" + "@id": "urn:ex/vav-520-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-520-discharge-air-temp-sensor", + "@id": "urn:ex/vav-517-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-520-air-out" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-520-discharge-air-temp" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } - ] - }, - { - "@id": "urn:ex/zone-213-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-206-co2-concentration-setpoint", + "@id": "urn:ex/vav-532-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#ofSubstance": [ - { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-525-hot-water-in", + "@id": "urn:ex/room-310-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-hot-water-in-connection" + "@id": "urn:ex/room-310-in" + }, + { + "@id": "urn:ex/room-310-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-water-in", + "@id": "urn:ex/office-ahu-sa-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-hot-water-in-connection" - } + "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-Water" + "@id": "urn:ex/office-ahu-sa-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-517-hot-water-in" + "@id": "urn:ex/office-ahu-sa-temp" } ] }, { - "@id": "urn:ex/vav-539-discharge-air-flow-sensor", + "@id": "urn:ex/zone-109-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-539-air-in" + "@id": "urn:ex/room-109-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-539-discharge-air-flow" + "@id": "urn:ex/zone-109-occupancy" } ] }, { - "@id": "urn:ex/office-ahu-connection-to-vavs", + "@id": "urn:ex/connection-to-room-313", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -14002,85 +13741,89 @@ ] }, { - "@id": "urn:ex/office-ahu-clg-coil-water-out", + "@id": "urn:ex/room-214", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:ex/room-214-hvac-domain" + } + ] + }, + { + "@id": "urn:ex/vav-538-reheat-coil-water-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve" + "@id": "urn:ex/vav-538-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/office-ahu-oa-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-538-hot-water-in" } ] }, { - "@id": "urn:ex/zone-203-temp-sensor", + "@id": "urn:ex/zone-109-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-203-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-203-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/connection-to-room-108", + "@id": "urn:ex/vav-523-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-517-discharge-air-flow-sensor", + "@id": "urn:ex/office-ahu-oa-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-517-air-in" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-517-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-207-in", + "@id": "urn:ex/office-ahu-ra-fan-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-207" + "@id": "urn:ex/office-ahu-duct-after-ra-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14090,55 +13833,83 @@ ] }, { - "@id": "urn:ex/vav-504-air-in", + "@id": "urn:ex/vav-535", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-535-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-535-air-out" + }, + { + "@id": "urn:ex/vav-535-hot-water-in" + }, + { + "@id": "urn:ex/vav-535-hot-water-out" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/vav-535-damper" + }, + { + "@id": "urn:ex/vav-535-reheat-coil" + }, + { + "@id": "urn:ex/vav-535-reheat-coil-valve" } ] }, { - "@id": "urn:ex/room-307-out", + "@id": "urn:ex/office-ahu-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-108-temp", + "@id": "urn:ex/vav-505", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-505-air-in" + }, + { + "@id": "urn:ex/vav-505-air-out" + }, + { + "@id": "urn:ex/vav-505-hot-water-in" + }, + { + "@id": "urn:ex/vav-505-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-505-damper" + }, + { + "@id": "urn:ex/vav-505-reheat-coil" + }, + { + "@id": "urn:ex/vav-505-reheat-coil-valve" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper-command", + "@id": "urn:ex/vav-522-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -14154,147 +13925,229 @@ ] }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-position", + "@id": "urn:ex/vav-524-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/connection-to-room-210" } ], - "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#hasProperty": [ + { + "@id": "urn:ex/vav-524-heating-pid-output" + }, + { + "@id": "urn:ex/vav-524-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-524-air-out" } ] }, { - "@id": "urn:ex/zone-313-occupancy-sensor", + "@id": "urn:ex/vav-522-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-313-hvac-domain" + "@id": "urn:ex/vav-522-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-313-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-537-discharge-air-temp", + "@id": "urn:ex/zone-109", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/room-109-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-109-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-109-heating-setpoint" + }, + { + "@id": "urn:ex/zone-109-occupancy" + }, + { + "@id": "urn:ex/zone-109-occupancy-override" + }, + { + "@id": "urn:ex/zone-109-temp" + }, + { + "@id": "urn:ex/zone-109-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-508-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-529-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-water-in", + "@id": "urn:ex/vav-514-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-hot-water-in-connection" + "@id": "urn:ex/vav-514-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-514-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-527-hot-water-in" + "@id": "urn:ex/vav-514-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-514-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-air-in", + "@id": "urn:ex/vav-527-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-duct-after-damper" + "@id": "urn:ex/vav-527-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-527-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-527-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-527-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-535-hot-water-out", + "@id": "urn:ex/vav-508-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-535-hot-water-out-connection" + "@id": "urn:ex/vav-508-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-508-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-110-temp", + "@id": "urn:ex/vav-537-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/zone-207", + "@type": [ + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/room-207-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-207-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-207-heating-setpoint" + }, + { + "@id": "urn:ex/zone-207-occupancy" + }, + { + "@id": "urn:ex/zone-207-occupancy-override" + }, + { + "@id": "urn:ex/zone-207-temp" + }, + { + "@id": "urn:ex/zone-207-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-523-damper-out", + "@id": "urn:ex/vav-511-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-duct-after-damper" + "@id": "urn:ex/connection-to-room-112-114" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14304,53 +14157,59 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-523-colder-supply-air-requests" + "@id": "urn:ex/vav-511-heating-pid-output" }, { - "@id": "urn:ex/vav-523-cooling-pid-output" + "@id": "urn:ex/vav-511-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-511-air-out" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-flow-sensor", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-510-air-in" - } + "http://data.ashrae.org/standard223#EnumerationKind" + ] + }, + { + "@id": "urn:ex/vav-534-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-510-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-502-damper-position", + "@id": "urn:ex/zone-110-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-305-out", + "@id": "urn:ex/office-ahu-ea-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/office-ahu-duct-after-ra-fan" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14360,145 +14219,148 @@ ] }, { - "@id": "urn:ex/zone-108-heating-setpoint", + "@id": "urn:ex/vav-537-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-537-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-537-reheat-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-537-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-537-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-517-discharge-air-temp", + "@id": "urn:ex/vav-522-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-522-reheat-coil-air-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-522-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-522-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-522-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-flow-sensor", + "@id": "urn:ex/zone-206-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-514-air-in" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-514-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-113-temp-sensor", + "@id": "urn:ex/zone-202-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-113-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-113-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/connection-to-room-211", + "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-108", + "@id": "urn:ex/vav-508-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-108-hvac-domain" + "@id": "urn:ex/vav-508-hot-water-out-connection" } - ] - }, - { - "@id": "urn:ex/vav-512-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/connection-to-room-116-117", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-508-hot-water-out" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-534-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-505-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-505-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-520-hot-water-in", + "@id": "urn:ex/vav-527-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-hot-water-in-connection" + "@id": "urn:ex/vav-527-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14508,73 +14370,72 @@ ] }, { - "@id": "urn:ex/office-ahu-htg-coil-water-in", + "@id": "urn:ex/vav-511-damper-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-hot-water-in" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-311-occupancy", + "@id": "urn:ex/vav-504-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/room-101-out", + "@id": "urn:ex/vav-518-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-514-hot-water-out-connection", + "@id": "urn:ex/office-ahu-ra-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/office-ahu-ra-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/office-ahu-ra-flow" } ] }, { - "@id": "urn:ex/room-203-in", + "@id": "urn:ex/vav-505-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-203" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14584,57 +14445,62 @@ ] }, { - "@id": "urn:ex/vav-523-reheat-coil-air-in", + "@id": "urn:ex/office-ahu-ea-damper-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-523-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-505-damper", + "@id": "urn:ex/vav-502-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-505-damper-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-505-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/zone-215-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-505-damper-command" - }, + "@id": "urn:ex/room-215-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-505-damper-position" + "@id": "urn:ex/zone-215-occupancy" } ] }, { - "@id": "urn:ex/room-114-in", + "@id": "urn:ex/vav-516-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-112-114" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, @@ -14655,116 +14521,83 @@ ] }, { - "@id": "urn:ex/vav-534-reheat-coil-water-in", + "@id": "urn:ex/vav-529-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-534-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-534-hot-water-in" - } - ] - }, - { - "@id": "urn:ex/zone-210-occupancy-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-210-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-210-occupancy" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-215-in", + "@id": "urn:ex/vav-515-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-215" + "@id": "urn:ex/vav-515-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/office-ahu-chilled-water-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-chilled-water-out-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-515-hot-water-in" } ] }, { - "@id": "urn:ex/vav-521-damper-out", + "@id": "urn:ex/vav-504-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/vav-521-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-504-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-504-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-521-colder-supply-air-requests" + "@id": "urn:ex/vav-504-damper-command" }, { - "@id": "urn:ex/vav-521-cooling-pid-output" + "@id": "urn:ex/vav-504-damper-position" } ] }, { - "@id": "urn:ex/zone-206-temp-sensor", + "@id": "urn:ex/vav-527-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-206-hvac-domain" + "@id": "urn:ex/vav-527-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-206-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-536-damper-in", + "@id": "urn:ex/vav-505-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -14780,72 +14613,67 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-536-air-in" + "@id": "urn:ex/vav-505-air-in" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-water-out", + "@id": "urn:ex/vav-515-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/office-ahu-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@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/zone-207", + "@id": "urn:ex/vav-512-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-207-hvac-domain" + "@id": "urn:ex/vav-512-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-512-damper-command" } + ] + }, + { + "@id": "urn:ex/vav-527-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-207-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-207-heating-setpoint" - }, - { - "@id": "urn:ex/zone-207-occupancy" - }, - { - "@id": "urn:ex/zone-207-occupancy-override" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-207-temp" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-207-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-528-discharge-air-temp", + "@id": "urn:ex/zone-208-209-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -14859,13 +14687,13 @@ ] }, { - "@id": "urn:ex/vav-516-air-out", + "@id": "urn:ex/vav-524-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-201" + "@id": "urn:ex/vav-524-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14875,114 +14703,103 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-516-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-516-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-516-discharge-air-temp" + "@id": "urn:ex/vav-524-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-516-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-524-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-water-out", + "@id": "urn:ex/connection-to-room-203", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-511-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-504-discharge-air-flow-sensor", + "@id": "urn:ex/zone-104-occupancy", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-504-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } + ] + }, + { + "@id": "urn:ex/vav-528-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-504-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-air-out", + "@id": "urn:ex/room-204-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-207" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-520-heating-pid-output" - }, - { - "@id": "urn:ex/vav-520-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-520-air-out" - } ] }, { - "@id": "urn:ex/zone-305-temp", + "@id": "urn:ex/room-104", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/room-104-hvac-domain" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil", + "@id": "urn:ex/vav-539-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#HeatingCoil", "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-reheat-coil-air-in" + "@id": "urn:ex/vav-539-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-509-reheat-coil-air-out" + "@id": "urn:ex/vav-539-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-509-reheat-coil-water-in" + "@id": "urn:ex/vav-539-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-509-reheat-coil-water-out" + "@id": "urn:ex/vav-539-reheat-coil-water-out" } ], "http://data.ashrae.org/standard223#hasRole": [ @@ -14992,286 +14809,233 @@ ] }, { - "@id": "urn:ex/vav-539-reheat-coil-water-out", + "@id": "urn:ex/room-103-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-103" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-313", + "@id": "urn:ex/vav-530-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-313-hvac-domain" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-313-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-313-heating-setpoint" - }, - { - "@id": "urn:ex/zone-313-occupancy" - }, - { - "@id": "urn:ex/zone-313-occupancy-override" - }, - { - "@id": "urn:ex/zone-313-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-313-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-522-damper-position", + "@id": "urn:ex/vav-514-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-514-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-514-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-533-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-reheat-coil-valve" + "@id": "urn:ex/connection-to-room-305" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-513-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-535-duct-after-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-533-heating-pid-output" + }, + { + "@id": "urn:ex/vav-533-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-533-air-out" } ] }, { - "@id": "urn:ex/vav-530", + "@id": "urn:ex/vav-535-air-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-530-air-in" - }, - { - "@id": "urn:ex/vav-530-air-out" - }, - { - "@id": "urn:ex/vav-530-hot-water-in" - }, + "@id": "urn:ex/connection-to-room-311" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-530-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-530-damper" + "@id": "urn:ex/vav-535-discharge-air-flow" }, { - "@id": "urn:ex/vav-530-reheat-coil" + "@id": "urn:ex/vav-535-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-530-reheat-coil-valve" + "@id": "urn:ex/vav-535-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-535-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-113-out", + "@id": "urn:ex/vav-513-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/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-513-damper-in" + }, + { + "@id": "urn:ex/vav-513-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/vav-513-damper-command" + }, + { + "@id": "urn:ex/vav-513-damper-position" } ] }, { - "@id": "urn:ex/vav-529-heating-pid-output", + "@id": "urn:ex/zone-305-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-522-damper-actuator", + "@id": "urn:ex/vav-504-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-522-damper" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-522-damper-command" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-514-air-in", + "@id": "urn:ex/vav-512-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/zone-208-209-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:ex/zone-212-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-118-in", + "@id": "urn:ex/vav-512-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-118" + "@id": "urn:ex/vav-512-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/vav-501-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-501-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-501-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-501-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-501-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-512-hot-water-in" } ] }, { - "@id": "urn:ex/vav-526-discharge-air-temp-sensor", + "@id": "urn:ex/vav-507-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-526-air-out" + "@id": "urn:ex/vav-507-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-526-discharge-air-temp" + "@id": "urn:ex/vav-507-damper-command" } ] }, { - "@id": "urn:ex/vav-513-hot-water-out", + "@id": "urn:ex/vav-514-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-hot-water-out-connection" + "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -15281,43 +15045,31 @@ ] }, { - "@id": "urn:ex/vav-525-hot-water-out-connection", + "@id": "urn:ex/vav-512-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/zone-108-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-108-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-108-temp" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-523-discharge-air-temp", + "@id": "urn:ex/zone-215-temp", "@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/Temperature" @@ -15330,279 +15082,272 @@ ] }, { - "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-538-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-526-discharge-air-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ + "@id": "urn:ex/vav-538-reheat-coil-valve-in" + }, { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-538-reheat-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-538-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-538-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper-in", + "@id": "urn:ex/office-ahu-clg-coil", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#CoolingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/office-ahu-clg-coil-air-in" + }, { - "@id": "urn:ex/office-ahu-oa-flow" + "@id": "urn:ex/office-ahu-clg-coil-air-out" }, { - "@id": "urn:ex/office-ahu-oa-temp" - } - ] - }, - { - "@id": "urn:ex/zone-116-117-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/office-ahu-clg-coil-water-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-clg-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" } ] }, { - "@id": "urn:ex/vav-527-air-out", + "@id": "urn:ex/zone-105", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/connection-to-room-301" + "@id": "urn:ex/room-105-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-527-discharge-air-flow" + "@id": "urn:ex/zone-105-cooling-setpoint" }, { - "@id": "urn:ex/vav-527-discharge-air-flow-setpoint" + "@id": "urn:ex/zone-105-heating-setpoint" }, { - "@id": "urn:ex/vav-527-discharge-air-temp" + "@id": "urn:ex/zone-105-occupancy" }, { - "@id": "urn:ex/vav-527-discharge-air-temp-setpoint" + "@id": "urn:ex/zone-105-occupancy-override" + }, + { + "@id": "urn:ex/zone-105-temp" + }, + { + "@id": "urn:ex/zone-105-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-527-discharge-air-flow", + "@id": "urn:ex/zone-116-117-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-water-out", + "@id": "urn:ex/vav-537", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-537-air-in" + }, + { + "@id": "urn:ex/vav-537-air-out" + }, + { + "@id": "urn:ex/vav-537-hot-water-in" + }, + { + "@id": "urn:ex/vav-537-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-537-damper" + }, + { + "@id": "urn:ex/vav-537-reheat-coil" + }, + { + "@id": "urn:ex/vav-537-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-307-308-temp-sensor", + "@id": "urn:ex/vav-526-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-307-hvac-domain" + "@id": "urn:ex/vav-526-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-307-308-temp" + "@id": "urn:ex/vav-526-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-valve", + "@id": "urn:ex/vav-514-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-524-reheat-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-524-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-524-reheat-coil-valve-position" + "@id": "urn:ex/vav-514-air-in" } ] }, { - "@id": "urn:ex/connection-to-room-305", + "@id": "urn:ex/vav-501-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-520-damper", + "@id": "urn:ex/vav-501-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-damper-in" - }, + "@id": "urn:ex/connection-to-room-102" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-520-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-520-damper-command" + "@id": "urn:ex/vav-501-heating-pid-output" }, { - "@id": "urn:ex/vav-520-damper-position" + "@id": "urn:ex/vav-501-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-501-air-out" } ] }, { - "@id": "urn:ex/vav-501-damper-actuator", + "@id": "urn:ex/zone-302-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-501-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-501-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-out", + "@id": "urn:ex/zone-104-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-512-hot-water-out-connection" - } + "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-Water" + "@id": "urn:ex/room-104-hvac-domain" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-512-hot-water-out" + "@id": "urn:ex/zone-104-occupancy" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-water-out", + "@id": "urn:ex/vav-508-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@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/zone-215-cooling-setpoint", + "@id": "urn:ex/zone-105-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -15618,13 +15363,13 @@ ] }, { - "@id": "urn:ex/vav-512-damper-in", + "@id": "urn:ex/vav-525-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/connection-to-room-211" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -15632,37 +15377,49 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-512-air-in" + "@id": "urn:ex/vav-525-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-525-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-525-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-525-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-533-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-533-damper-in" + }, + { + "@id": "urn:ex/vav-533-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-533-damper-command" + }, + { + "@id": "urn:ex/vav-533-damper-position" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-air-in", + "@id": "urn:ex/vav-535-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-533-duct-after-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15671,90 +15428,98 @@ ] }, { - "@id": "urn:ex/vav-518-damper-position", + "@id": "urn:ex/vav-505-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-505-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-505-discharge-air-temp" } ] }, { - "@id": "urn:ex/connection-to-room-204-205", + "@id": "urn:ex/vav-510-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-510-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-510-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-528-damper-command", + "@id": "urn:ex/vav-518-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/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/vav-532-reheat-coil-valve-out", + "@id": "urn:ex/vav-519-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-532-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-532-hot-water-out" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve", + "@id": "urn:ex/office-ahu-oa-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/office-ahu-oa-damper-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/office-ahu-oa-temp" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-in", + "@id": "urn:ex/vav-503-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-clg-coil" + "@id": "urn:ex/connection-to-room-104" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -15764,151 +15529,116 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-sa-flow" - } - ] - }, - { - "@id": "urn:ex/vav-531-damper-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-503-heating-pid-output" + }, { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-503-more-heat-requests" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-503-air-out" } ] }, { - "@id": "urn:ex/room-109", + "@id": "urn:ex/room-303", "@type": [ "http://data.ashrae.org/standard223#PhysicalSpace" ], "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-109-hvac-domain" + "@id": "urn:ex/room-303-hvac-domain" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-in", + "@id": "urn:ex/room-202-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-202-in" + }, + { + "@id": "urn:ex/room-202-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/room-103-hvac-domain", + "@id": "urn:ex/vav-518-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-103-in" - }, - { - "@id": "urn:ex/room-103-out" + "@id": "urn:ex/vav-518-duct-after-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-514-damper-actuator", + "@id": "urn:ex/vav-510-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-514-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-514-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve-out", + "@id": "urn:ex/room-212-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-chilled-water-out-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/office-ahu-chilled-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-sa-temp", + "@id": "urn:ex/office-ahu-ma-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-air-filter-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/office-ahu-ma-temp" } ] }, { - "@id": "urn:ex/zone-109-heating-setpoint", + "@id": "urn:ex/vav-508-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-508-pipe-hot-water-return-before-valve" } - ] - }, - { - "@id": "urn:ex/vav-520-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15917,96 +15647,127 @@ ] }, { - "@id": "urn:ex/zone-206-temp", + "@id": "urn:ex/vav-516-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-516-reheat-coil-air-in" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/zone-311-cooling-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-516-reheat-coil-air-out" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-516-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-516-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-523-air-out", + "@id": "urn:ex/vav-509", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-206" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-509-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-509-air-out" + }, { - "@id": "urn:ex/vav-523-discharge-air-flow" + "@id": "urn:ex/vav-509-hot-water-in" }, { - "@id": "urn:ex/vav-523-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-509-hot-water-out" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/vav-509-damper" }, { - "@id": "urn:ex/vav-523-discharge-air-temp" + "@id": "urn:ex/vav-509-reheat-coil" }, { - "@id": "urn:ex/vav-523-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-509-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-522-discharge-air-flow", + "@id": "urn:ex/vav-516-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/zone-112-114", + "@type": [ + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/room-112-hvac-domain" + }, + { + "@id": "urn:ex/room-114-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-112-114-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-112-114-heating-setpoint" + }, + { + "@id": "urn:ex/zone-112-114-occupancy" + }, + { + "@id": "urn:ex/zone-112-114-occupancy-override" + }, + { + "@id": "urn:ex/zone-112-114-temp" + }, + { + "@id": "urn:ex/zone-112-114-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve-in", + "@id": "urn:ex/vav-513-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-513-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -16016,63 +15777,94 @@ ] }, { - "@id": "urn:ex/room-103", + "@id": "urn:ex/vav-504-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-103-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-215-occupancy", + "@id": "urn:ex/vav-536-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-536-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-536-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-536-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-536-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-502-discharge-air-temp-sensor", + "@id": "urn:ex/room-215-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-air-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-502-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-519-discharge-air-flow-sensor", + "@id": "urn:ex/office-ahu-clg-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-air-in" + "@id": "urn:ex/office-ahu-duct-after-htg-coil" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-519-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-505-damper-command", + "@id": "urn:ex/zone-203-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/vav-538-damper-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -16086,213 +15878,207 @@ ] }, { - "@id": "urn:ex/vav-505-discharge-air-flow-sensor", + "@id": "urn:ex/vav-521-discharge-air-temp", "@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/vav-505-air-in" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-505-discharge-air-flow" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve", + "@id": "urn:ex/vav-507-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-521-reheat-coil-valve-out" + "@id": "urn:ex/vav-507-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-521-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-521-reheat-coil-valve-position" + "@id": "urn:ex/vav-507-hot-water-in" } ] }, { - "@id": "urn:ex/connection-to-room-101", + "@id": "urn:ex/vav-528-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-515-damper-actuator", + "@id": "urn:ex/zone-214-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-515-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-515-damper-command" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-water-in", + "@id": "urn:ex/vav-528-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-531-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-531-hot-water-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-536-reheat-coil", + "@id": "urn:ex/vav-514-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-536-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-536-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-536-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-536-reheat-coil-water-out" + "@id": "urn:ex/vav-514-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-111-out", + "@id": "urn:ex/vav-537-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-537-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-water-out", + "@id": "urn:ex/vav-507", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-507-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/office-ahu-ea-damper-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-507-air-out" + }, { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-507-hot-water-in" + }, + { + "@id": "urn:ex/vav-507-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-507-damper" + }, + { + "@id": "urn:ex/vav-507-reheat-coil" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-538-air-in", + "@id": "urn:ex/vav-534-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-534-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-534-hot-water-in" } ] }, { - "@id": "urn:ex/vav-532-hot-water-in", + "@id": "urn:ex/room-105", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-532-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-105-hvac-domain" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-flow", + "@id": "urn:ex/room-101", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/room-101-hvac-domain" } + ] + }, + { + "@id": "urn:ex/vav-506-discharge-air-flow-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -16306,41 +16092,40 @@ ] }, { - "@id": "urn:ex/vav-513-damper-actuator", + "@id": "urn:ex/vav-538-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-513-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-513-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-518-hot-water-out-connection", + "@id": "urn:ex/vav-533-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-522-air-out", + "@id": "urn:ex/vav-523-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-208-209" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -16348,93 +16133,100 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-522-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-522-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-522-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-522-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-523-air-in" } ] }, { - "@id": "urn:ex/vav-540-hot-water-in-connection", + "@id": "urn:ex/vav-528-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-528-hot-water-in-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-528-hot-water-in" + } ] }, { - "@id": "urn:ex/zone-106-107", + "@id": "urn:ex/vav-506-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-106-hvac-domain" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/room-107-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-106-107-cooling-setpoint" - }, + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-512-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-106-107-heating-setpoint" + "@id": "urn:ex/vav-512-reheat-coil-air-in" }, { - "@id": "urn:ex/zone-106-107-occupancy" + "@id": "urn:ex/vav-512-reheat-coil-air-out" }, { - "@id": "urn:ex/zone-106-107-occupancy-override" + "@id": "urn:ex/vav-512-reheat-coil-water-in" }, { - "@id": "urn:ex/zone-106-107-temp" - }, + "@id": "urn:ex/vav-512-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/zone-106-107-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-535-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-539-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-539-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-539-damper-command" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-command", + "@id": "urn:ex/vav-536-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -16448,332 +16240,284 @@ ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-in", + "@id": "urn:ex/vav-525-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-525-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-525-damper-command" } ] }, { - "@id": "urn:ex/vav-534-damper-position", + "@id": "urn:ex/room-112-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "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" } ] }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override", - "@type": [ - "http://data.ashrae.org/standard223#EnumerationKind" - ] - }, - { - "@id": "urn:ex/zone-202-cooling-setpoint", + "@id": "urn:ex/vav-506-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-506-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-506-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-531-discharge-air-temp-sensor", + "@id": "urn:ex/vav-514-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-air-out" + "@id": "urn:ex/connection-to-room-115" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-531-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-507", - "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-507-air-in" - }, + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-507-air-out" + "@id": "urn:ex/vav-514-heating-pid-output" }, { - "@id": "urn:ex/vav-507-hot-water-in" - }, - { - "@id": "urn:ex/vav-507-hot-water-out" + "@id": "urn:ex/vav-514-more-heat-requests" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-507-damper" - }, - { - "@id": "urn:ex/vav-507-reheat-coil" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve" + "@id": "urn:ex/vav-514-air-out" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-air-out", + "@id": "urn:ex/vav-531-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-301" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-531-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-527-heating-pid-output" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-527-more-heat-requests" + "@id": "urn:ex/vav-531-reheat-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/vav-517-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-527-air-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-521-damper-in", + "@id": "urn:ex/vav-529-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-529-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-521-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-211", + "@id": "urn:ex/vav-536-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#contains": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-211-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/unit/PERCENT" } + ] + }, + { + "@id": "urn:ex/vav-540-hot-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-211-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-211-heating-setpoint" - }, - { - "@id": "urn:ex/zone-211-occupancy" - }, - { - "@id": "urn:ex/zone-211-occupancy-override" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-211-temp" - }, + "@id": "urn:ex/vav-540-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-211-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-537-cooling-pid-output", + "@id": "urn:ex/office-ahu-htg-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-539-hot-water-out-connection", + "@id": "urn:ex/zone-113-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-503-discharge-air-temp-sensor", + "@id": "urn:ex/vav-540-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-503-air-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-503-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-510-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-108-occupancy-override", + "@id": "urn:ex/zone-305-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-511-hot-water-out-connection", + "@id": "urn:ex/room-306", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-306-hvac-domain" } ] }, { - "@id": "urn:ex/vav-537-duct-after-damper", + "@id": "urn:ex/office-ahu-clg-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve" } - ] - }, - { - "@id": "urn:ex/office-ahu-sa-fan-start-status", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-518-damper-actuator", + "@id": "urn:ex/vav-536-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-damper" + "@id": "urn:ex/vav-536-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-518-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-505-duct-after-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-536-hot-water-out" } ] }, { - "@id": "urn:ex/zone-307-308-temp", + "@id": "urn:ex/zone-103-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -16787,13 +16531,13 @@ ] }, { - "@id": "urn:ex/vav-502-air-out", + "@id": "urn:ex/vav-530-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-101" + "@id": "urn:ex/connection-to-room-303-304-306" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -16803,191 +16547,186 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-502-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-502-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-530-heating-pid-output" }, { - "@id": "urn:ex/vav-502-discharge-air-temp" - }, + "@id": "urn:ex/vav-530-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-502-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-530-air-out" } ] }, { - "@id": "urn:ex/zone-307-308-occupancy-override", + "@id": "urn:ex/room-107", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-107-hvac-domain" } ] }, { - "@id": "urn:ex/vav-520-more-heat-requests", + "@id": "urn:ex/vav-521-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-519-discharge-air-flow", + "@id": "urn:ex/zone-305-temp", "@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" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-533-hot-water-out-connection", + "@id": "urn:ex/vav-540-damper", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-540-damper-in" + }, + { + "@id": "urn:ex/vav-540-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-540-damper-command" + }, + { + "@id": "urn:ex/vav-540-damper-position" } ] }, { - "@id": "urn:ex/vav-519-hot-water-out", + "@id": "urn:ex/vav-507-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-507-air-in" } ] }, { - "@id": "urn:ex/vav-539-hot-water-out", + "@id": "urn:ex/room-207-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-104-occupancy-override", + "@id": "urn:ex/office-ahu-htg-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" - } - ] - }, - { - "@id": "urn:ex/zone-110-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:ex/office-ahu-htg-coil-valve-in" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/office-ahu-htg-coil-valve-out" } - ] - }, - { - "@id": "urn:ex/vav-528-cooling-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/office-ahu-htg-coil-valve-command" + }, + { + "@id": "urn:ex/office-ahu-htg-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-532-discharge-air-flow", + "@id": "urn:ex/vav-503-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-water-in", + "@id": "urn:ex/vav-523-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-hot-water-in-connection" + "@id": "urn:ex/vav-523-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-518-hot-water-in" - } ] }, { - "@id": "urn:ex/vav-527-hot-water-out-connection", + "@id": "urn:ex/vav-527-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16996,138 +16735,129 @@ ] }, { - "@id": "urn:ex/zone-115-window-switch-on-off", + "@id": "urn:ex/zone-112-114-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-517-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-537-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-537-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-529-discharge-air-flow-sensor", + "@id": "urn:ex/vav-526-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-air-in" + "@id": "urn:ex/vav-526-duct-after-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-529-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/connection-to-room-208-209", + "@id": "urn:ex/vav-502-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/vav-502-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-502-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-air-in", + "@id": "urn:ex/vav-530-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-duct-after-damper" + "@id": "urn:ex/connection-to-room-303-304-306" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-518-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-518-reheat-coil-air-in" + "@id": "urn:ex/vav-530-discharge-air-flow" }, { - "@id": "urn:ex/vav-518-reheat-coil-air-out" + "@id": "urn:ex/vav-530-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-518-reheat-coil-water-in" + "@id": "urn:ex/vav-530-discharge-air-temp" }, { - "@id": "urn:ex/vav-518-reheat-coil-water-out" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-530-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/connection-to-room-314", + "@id": "urn:ex/zone-212-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/zone-201-heating-setpoint", + "@id": "urn:ex/vav-519-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-air-in", + "@id": "urn:ex/room-106-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17137,30 +16867,7 @@ ] }, { - "@id": "urn:ex/vav-517-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" - } - ] - }, - { - "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-539-damper-command", + "@id": "urn:ex/vav-537-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -17175,18 +16882,6 @@ } ] }, - { - "@id": "urn:ex/vav-506-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/room-311-hvac-domain", "@type": [ @@ -17207,189 +16902,151 @@ ] }, { - "@id": "urn:ex/vav-538-reheat-coil", + "@id": "urn:ex/room-118", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-538-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-538-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-538-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-538-reheat-coil-water-out" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/room-118-hvac-domain" } ] }, { - "@id": "urn:ex/zone-115-occupancy", + "@id": "urn:ex/vav-507-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-507-hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-538-air-out", + "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-213" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-538-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-538-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-538-discharge-air-temp" - }, - { - "@id": "urn:ex/vav-538-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-517-cooling-pid-output", + "@id": "urn:ex/vav-509-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure-setpoint", + "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/zone-104-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-107-in", + "@id": "urn:ex/vav-527-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-106-107" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/room-213-hvac-domain", + "@id": "urn:ex/vav-532-air-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-213-in" - }, - { - "@id": "urn:ex/room-213-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-534-air-out", + "@id": "urn:ex/vav-505-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/connection-to-room-314" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-505-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-505-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-534-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-534-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-534-discharge-air-temp" + "@id": "urn:ex/vav-505-damper-command" }, { - "@id": "urn:ex/vav-534-discharge-air-temp-setpoint" - } - ] - }, - { - "@id": "urn:ex/vav-530-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-505-damper-position" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-water-in", + "@id": "urn:ex/vav-529-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-hot-water-in-connection" + "@id": "urn:ex/vav-529-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17399,66 +17056,34 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-506-hot-water-in" + "@id": "urn:ex/vav-529-hot-water-in" } ] }, { - "@id": "urn:ex/zone-118", + "@id": "urn:ex/zone-118-temp", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-118-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-118-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-118-heating-setpoint" - }, - { - "@id": "urn:ex/zone-118-occupancy" - }, - { - "@id": "urn:ex/zone-118-occupancy-override" - }, - { - "@id": "urn:ex/zone-118-temp" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-118-window-switch-on-off" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:ex/vav-527-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-air-in", + "@id": "urn:ex/room-313-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-duct-after-damper" + "@id": "urn:ex/connection-to-room-313" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17468,88 +17093,66 @@ ] }, { - "@id": "urn:ex/vav-507-colder-supply-air-requests", + "@id": "urn:ex/vav-507-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-201", + "@id": "urn:ex/room-314", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-201-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-201-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-201-heating-setpoint" - }, - { - "@id": "urn:ex/zone-201-occupancy" - }, - { - "@id": "urn:ex/zone-201-occupancy-override" - }, - { - "@id": "urn:ex/zone-201-temp" - }, + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/zone-201-window-switch-on-off" + "@id": "urn:ex/room-314-hvac-domain" } ] }, { - "@id": "urn:ex/vav-532-damper-in", + "@id": "urn:ex/vav-540-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "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/vav-532-air-in" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve", + "@id": "urn:ex/zone-309-310-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/room-309-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-309-310-temp" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve-command", + "@id": "urn:ex/vav-539-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -17565,352 +17168,376 @@ ] }, { - "@id": "urn:ex/vav-516-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-505-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-516-colder-supply-air-requests", + "@id": "urn:ex/vav-512-damper-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-512-air-in" } ] }, { - "@id": "urn:ex/vav-514-hot-water-out", + "@id": "urn:ex/room-210-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-210" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-520", + "@id": "urn:ex/vav-508", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-air-in" + "@id": "urn:ex/vav-508-air-in" }, { - "@id": "urn:ex/vav-520-air-out" + "@id": "urn:ex/vav-508-air-out" }, { - "@id": "urn:ex/vav-520-hot-water-in" + "@id": "urn:ex/vav-508-hot-water-in" }, { - "@id": "urn:ex/vav-520-hot-water-out" + "@id": "urn:ex/vav-508-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-520-damper" + "@id": "urn:ex/vav-508-damper" }, { - "@id": "urn:ex/vav-520-reheat-coil" + "@id": "urn:ex/vav-508-reheat-coil" }, { - "@id": "urn:ex/vav-520-reheat-coil-valve" + "@id": "urn:ex/vav-508-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-water-out", + "@id": "urn:ex/vav-509-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-509-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-509-hot-water-out" + } ] }, { - "@id": "urn:ex/vav-514-air-out", + "@id": "urn:ex/office-ahu-supply-duct-static-pressure", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/connection-to-room-115" + "@id": "http://data.ashrae.org/standard223#Role-Supply" } ], - "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/Pressure" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-514-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-514-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-514-discharge-air-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-514-discharge-air-temp-setpoint" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/room-206-in", + "@id": "urn:ex/zone-105-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/connection-to-room-206" + "@id": "urn:ex/room-105-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-105-occupancy" } ] }, { - "@id": "urn:ex/vav-506-damper-position", + "@id": "urn:ex/zone-118-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/zone-104-temp", + "@id": "urn:ex/vav-513-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/room-313", + "@id": "urn:ex/vav-504-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-313-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-215-temp", + "@id": "urn:ex/vav-513-reheat-coil-air-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/Temperature" + "@id": "urn:ex/vav-513-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-206-window-switch-on-off", + "@id": "urn:ex/vav-502-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-502-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-502-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/zone-101-co2-concentration", + "@id": "urn:ex/vav-522-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#ofSubstance": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-water-out", + "@id": "urn:ex/room-102-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-102-in" + }, + { + "@id": "urn:ex/room-102-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-539-hot-water-in-connection", + "@id": "urn:ex/vav-535-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve-position", + "@id": "urn:ex/zone-208-209-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-532-duct-after-damper", + "@id": "urn:ex/zone-214-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-532-discharge-air-flow-sensor", + "@id": "urn:ex/zone-302-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-532-air-in" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-532-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/connection-to-room-113", + "@id": "urn:ex/vav-535-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-to-vavs" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/zone-206-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-535-air-in" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve-in", + "@id": "urn:ex/vav-509-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve" + "@id": "urn:ex/connection-to-room-113" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-509-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-509-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-509-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-509-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-101-in", + "@id": "urn:ex/room-113-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-101" + "@id": "urn:ex/connection-to-room-113" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17920,117 +17547,126 @@ ] }, { - "@id": "urn:ex/vav-530-hot-water-out", + "@id": "urn:ex/vav-519-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-530-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-air-in", + "@id": "urn:ex/vav-509-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-520-duct-after-damper" + "@id": "urn:ex/vav-509-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-509-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-out", + "@id": "urn:ex/room-103-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-534-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-114-hvac-domain", + "@id": "urn:ex/vav-524-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-114-in" - }, + "@id": "urn:ex/vav-524-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/room-114-out" + "@id": "urn:ex/vav-524-reheat-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/vav-535-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve-command", + "@id": "urn:ex/office-ahu-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/office-ahu-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-534-reheat-coil-water-out", + "@id": "urn:ex/vav-532-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-532-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-532-hot-water-in" + } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-air-in", + "@id": "urn:ex/vav-528-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -18040,208 +17676,179 @@ ] }, { - "@id": "urn:ex/vav-531-reheat-coil", + "@id": "urn:ex/vav-539-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-531-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-531-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-531-reheat-coil-water-out" + "@id": "urn:ex/vav-539-duct-after-damper" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-506-discharge-air-temp-sensor", + "@id": "urn:ex/vav-516-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-506-air-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-506-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-air-out", + "@id": "urn:ex/vav-528-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-duct-after-clg-coil" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-506-hot-water-in-connection", + "@id": "urn:ex/vav-519-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-519-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-519-hot-water-out" + } ] }, { - "@id": "urn:ex/zone-105", + "@id": "urn:ex/vav-536-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-105-hvac-domain" + "@id": "urn:ex/connection-to-room-313" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-105-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-105-heating-setpoint" - }, - { - "@id": "urn:ex/zone-105-occupancy" - }, - { - "@id": "urn:ex/zone-105-occupancy-override" + "@id": "urn:ex/vav-536-heating-pid-output" }, { - "@id": "urn:ex/zone-105-temp" - }, + "@id": "urn:ex/vav-536-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-105-window-switch-on-off" + "@id": "urn:ex/vav-536-air-out" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-water-out", + "@id": "urn:ex/vav-508-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/connection-to-room-311", + "@id": "urn:ex/vav-538-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-311-heating-setpoint", + "@id": "urn:ex/office-ahu-htg-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-103-out", + "@id": "urn:ex/vav-508-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-508-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-510-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-523-reheat-coil-valve" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-523-reheat-coil-valve-command" + "@id": "urn:ex/vav-510-air-out" } - ] - }, - { - "@id": "urn:ex/room-102", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/room-102-hvac-domain" + "@id": "urn:ex/vav-510-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve-in", + "@id": "urn:ex/vav-522-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -18250,126 +17857,104 @@ ] }, { - "@id": "urn:ex/room-107", + "@id": "urn:ex/connection-to-room-214", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-107-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-515-hot-water-in", + "@id": "urn:ex/vav-510-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-hot-water-in-connection" + "@id": "urn:ex/vav-510-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-510-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-510-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-valve-out", + "@id": "urn:ex/vav-506-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-502-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-502-hot-water-out" - } ] }, { - "@id": "urn:ex/vav-522-reheat-coil-valve-position", + "@id": "urn:ex/vav-528-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-212-temp-sensor", + "@id": "urn:ex/zone-116-117-occupancy", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-212-hvac-domain" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-212-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/office-ahu-ea-damper-out", + "@id": "urn:ex/zone-109-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-ea-out-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-ea-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-525-air-in", + "@id": "urn:ex/room-301-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/connection-to-room-301" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -18379,63 +17964,57 @@ ] }, { - "@id": "urn:ex/vav-535-reheat-coil", + "@id": "urn:ex/zone-212-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-535-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-535-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-535-reheat-coil-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-535-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-position", + "@id": "urn:ex/vav-504-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/office-ahu-warmer-supply-air-requests", + "@id": "urn:ex/zone-211-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-519-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-519-hot-water-in-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -18444,136 +18023,172 @@ ] }, { - "@id": "urn:ex/vav-522-reheat-coil-air-in", + "@id": "urn:ex/vav-518-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-duct-after-damper" + "@id": "urn:ex/connection-to-room-202" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-518-heating-pid-output" + }, + { + "@id": "urn:ex/vav-518-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-518-air-out" + } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve-position", + "@id": "urn:ex/vav-504", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-504-air-in" + }, + { + "@id": "urn:ex/vav-504-air-out" + }, + { + "@id": "urn:ex/vav-504-hot-water-in" + }, + { + "@id": "urn:ex/vav-504-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-504-damper" + }, + { + "@id": "urn:ex/vav-504-reheat-coil" + }, + { + "@id": "urn:ex/vav-504-reheat-coil-valve" } ] }, { - "@id": "urn:ex/office-ahu-ra-temp-sensor", + "@id": "urn:ex/zone-302-co2-concentration", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#ofSubstance": [ { - "@id": "urn:ex/office-ahu-ra-in" + "@id": "http://data.ashrae.org/standard223#Substance-CO2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-ra-temp" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/vav-531-damper-actuator", + "@id": "urn:ex/zone-215-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-531-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-531-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-valve-out", + "@id": "urn:ex/vav-505-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-hot-water-out-connection" + "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-531-hot-water-out" - } ] }, { - "@id": "urn:ex/connection-to-room-307-308", + "@id": "urn:ex/vav-506-damper-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/vav-506-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-506-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-506-cooling-pid-output" + } ] }, { - "@id": "urn:ex/room-208-out", + "@id": "urn:ex/zone-105-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/zone-116-117-occupancy-sensor", + "@id": "urn:ex/vav-530-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-116-hvac-domain" + "@id": "urn:ex/vav-530-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-116-117-occupancy" + "@id": "urn:ex/vav-530-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-536-hot-water-out-connection", + "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -18585,143 +18200,136 @@ ] }, { - "@id": "urn:ex/vav-503-hot-water-out-connection", + "@id": "urn:ex/vav-511", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/zone-302-co2-concentration", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#ofSubstance": [ + "@id": "urn:ex/vav-511-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-511-air-out" + }, { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "urn:ex/vav-511-hot-water-in" + }, + { + "@id": "urn:ex/vav-511-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "urn:ex/vav-511-damper" + }, + { + "@id": "urn:ex/vav-511-reheat-coil" + }, + { + "@id": "urn:ex/vav-511-reheat-coil-valve" } ] }, { - "@id": "urn:ex/room-212-hvac-domain", + "@id": "urn:ex/vav-506-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-212-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-212-out" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-517-damper-position", + "@id": "urn:ex/vav-505-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-505-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-505-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-505-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-505-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/zone-104-heating-setpoint", + "@id": "urn:ex/vav-503-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-503-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-503-damper-command" } ] }, { - "@id": "urn:ex/vav-509-duct-after-damper", + "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-116-117", + "@id": "urn:ex/zone-303-304-306-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-116-hvac-domain" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-117-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/vav-537-discharge-air-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-537-air-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-116-117-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-116-117-heating-setpoint" - }, - { - "@id": "urn:ex/zone-116-117-occupancy" - }, - { - "@id": "urn:ex/zone-116-117-occupancy-override" - }, - { - "@id": "urn:ex/zone-116-117-temp" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-116-117-window-switch-on-off" + "@id": "urn:ex/vav-537-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-511-cooling-pid-output", + "@id": "urn:ex/vav-519-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -18737,268 +18345,311 @@ ] }, { - "@id": "urn:ex/vav-507-hot-water-out", + "@id": "urn:ex/zone-101-occupancy", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-507-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-out", + "@id": "urn:ex/vav-534-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-539-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-539-hot-water-out" + "@id": "urn:ex/vav-534-air-in" } ] }, { - "@id": "urn:ex/vav-505-air-out", + "@id": "urn:ex/zone-110-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/room-110-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-110-occupancy" + } + ] + }, + { + "@id": "urn:ex/vav-511-reheat-coil-valve-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-108" + "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-539-damper", + "@type": [ + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-505-discharge-air-flow" + "@id": "urn:ex/vav-539-damper-in" }, { - "@id": "urn:ex/vav-505-discharge-air-flow-setpoint" - }, + "@id": "urn:ex/vav-539-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-505-discharge-air-temp" + "@id": "urn:ex/vav-539-damper-command" }, { - "@id": "urn:ex/vav-505-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-539-damper-position" } ] }, { - "@id": "urn:ex/office-ahu-ra-damper-position", + "@id": "urn:ex/vav-540-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-203-hvac-domain", + "@id": "urn:ex/vav-540-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-203-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-203-out" + "@id": "urn:ex/vav-540-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-540-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-501-air-in", + "@id": "urn:ex/zone-213", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/room-213-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-213-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-213-heating-setpoint" + }, + { + "@id": "urn:ex/zone-213-occupancy" + }, + { + "@id": "urn:ex/zone-213-occupancy-override" + }, + { + "@id": "urn:ex/zone-213-temp" + }, + { + "@id": "urn:ex/zone-213-window-switch-on-off" } ] }, { - "@id": "urn:ex/zone-113-occupancy-sensor", + "@id": "urn:ex/zone-110-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-113-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-113-occupancy" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-530-damper-out", + "@id": "urn:ex/vav-536-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-530-duct-after-damper" + "@id": "urn:ex/vav-536-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-536-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-530-colder-supply-air-requests" + "@id": "urn:ex/vav-536-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-530-cooling-pid-output" + "@id": "urn:ex/vav-536-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/room-308", + "@id": "urn:ex/zone-101-building-static-pressure-setpoint", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-308-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/vav-531-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-307-308-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-air-in", + "@id": "urn:ex/vav-539-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-525-duct-after-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-air-in", + "@id": "urn:ex/vav-539-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-duct-after-damper" + "@id": "urn:ex/vav-539-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-504-duct-after-damper", + "@id": "urn:ex/", "@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" - } + "http://www.w3.org/2002/07/owl#Ontology" ] }, { - "@id": "urn:ex/vav-524-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-502-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-309-310-cooling-setpoint", + "@id": "urn:ex/vav-534-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-valve-position", + "@id": "urn:ex/room-312", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:ex/room-312-hvac-domain" + } + ] + }, + { + "@id": "urn:ex/vav-516-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -19014,45 +18665,39 @@ ] }, { - "@id": "urn:ex/vav-505-air-in", + "@id": "urn:ex/vav-514-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" } - ] - }, - { - "@id": "urn:ex/room-110", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/room-110-hvac-domain" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-210-temp-sensor", + "@id": "urn:ex/vav-526-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-210-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-210-temp" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, @@ -19073,23 +18718,34 @@ ] }, { - "@id": "urn:ex/vav-527-discharge-air-flow-setpoint", + "@id": "urn:ex/room-301", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/room-301-hvac-domain" } + ] + }, + { + "@id": "urn:ex/room-114-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/connection-to-room-112-114" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-527-discharge-air-temp", + "@id": "urn:ex/vav-516-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -19110,288 +18766,230 @@ ] }, { - "@id": "urn:ex/vav-537-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" - } - ] - }, - { - "@id": "urn:ex/vav-517-hot-water-in", + "@id": "urn:ex/vav-525-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-517-hot-water-in-connection" + "@id": "urn:ex/vav-525-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-525-hot-water-in" + } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-air-out", + "@id": "urn:ex/zone-215-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/connection-to-room-118" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/vav-514-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-514-reheat-coil-air-in" + }, { - "@id": "urn:ex/vav-512-heating-pid-output" + "@id": "urn:ex/vav-514-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-512-more-heat-requests" + "@id": "urn:ex/vav-514-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-514-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-512-air-out" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-valve-position", + "@id": "urn:ex/vav-527-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-538-hot-water-out-connection", + "@id": "urn:ex/room-215", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-215-hvac-domain" } ] }, { - "@id": "urn:ex/vav-539-cooling-pid-output", + "@id": "urn:ex/vav-538-discharge-air-temp", "@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/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-106-107-temp-sensor", + "@id": "urn:ex/vav-537-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-106-hvac-domain" + "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-106-107-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-538-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" - } - ] - }, - { - "@id": "urn:ex/room-312-out", + "@id": "urn:ex/vav-520-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/office-ahu-connection-from-rooms" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-520-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-520-damper-out" } - ] - }, - { - "@id": "urn:ex/vav-538-hot-water-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-hot-water-out-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-520-damper-command" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-520-damper-position" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan", + "@id": "urn:ex/vav-513-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-sa-fan-in" - }, - { - "@id": "urn:ex/office-ahu-sa-fan-out" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/office-ahu-sa-fan-power" - }, - { - "@id": "urn:ex/office-ahu-sa-fan-speed-cmd" - }, - { - "@id": "urn:ex/office-ahu-sa-fan-speed-status" - }, - { - "@id": "urn:ex/office-ahu-sa-fan-start-cmd" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-sa-fan-start-status" + "@id": "urn:ex/vav-513-air-in" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Supply" + "@id": "urn:ex/vav-513-discharge-air-flow" } ] }, { - "@id": "urn:ex/office-ahu-supply-duct-static-pressure", + "@id": "urn:ex/vav-503-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Supply" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-202", + "@id": "urn:ex/connection-to-room-312", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-202-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-517-damper", + "@id": "urn:ex/vav-521-pipe-hot-water-return-before-valve", "@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/vav-517-damper-in" - }, - { - "@id": "urn:ex/vav-517-damper-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-517-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-517-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-ra-in", + "@id": "urn:ex/vav-505-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-505-hot-water-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/office-ahu-ra-flow" - }, - { - "@id": "urn:ex/office-ahu-ra-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-air-in", + "@id": "urn:ex/room-109-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -19401,370 +18999,316 @@ ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve-command", + "@id": "urn:ex/zone-313-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-211-occupancy-sensor", + "@id": "urn:ex/zone-104-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-211-hvac-domain" + "@id": "urn:ex/room-104-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-211-occupancy" + "@id": "urn:ex/zone-104-temp" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve", + "@id": "urn:ex/vav-506-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-506-reheat-coil-valve-out" + "@id": "urn:ex/vav-506-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-506-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-506-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-536-air-out", + "@id": "urn:ex/room-213-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-313" + "@id": "urn:ex/connection-to-room-213" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-536-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-536-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-536-discharge-air-temp" - }, - { - "@id": "urn:ex/vav-536-discharge-air-temp-setpoint" - } ] }, { - "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-502-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-to-vavs" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-colder-chilled-water-requests", + "@id": "urn:ex/zone-208-209-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-521-heating-pid-output", + "@id": "urn:ex/vav-515-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-527-heating-pid-output", + "@id": "urn:ex/vav-537-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-108-hvac-domain", + "@id": "urn:ex/vav-536-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-108-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-108-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-307-hvac-domain", + "@id": "urn:ex/vav-530-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-307-in" - }, - { - "@id": "urn:ex/room-307-out" + "@id": "urn:ex/vav-530-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-211", + "@id": "urn:ex/vav-505-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-211-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } - ] - }, - { - "@id": "urn:ex/room-114", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/room-114-hvac-domain" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-528-air-in", + "@id": "urn:ex/vav-518-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-valve-out", + "@id": "urn:ex/vav-521-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-511-hot-water-out" + "@id": "urn:ex/vav-521-air-in" } ] }, { - "@id": "urn:ex/vav-528-more-heat-requests", + "@id": "urn:ex/vav-537-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-connection-to-vavs" } - ] - }, - { - "@id": "urn:ex/vav-508-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-valve-in", + "@id": "urn:ex/vav-530-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/room-203", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/room-203-hvac-domain" + "@id": "urn:ex/vav-530-air-in" } ] }, { - "@id": "urn:ex/vav-523-colder-supply-air-requests", + "@id": "urn:ex/vav-506-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-506-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-506-damper-command" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil", + "@id": "urn:ex/vav-540-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-reheat-coil-air-in" - }, + "@id": "urn:ex/connection-to-room-215" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-524-reheat-coil-air-out" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-reheat-coil-water-in" + "@id": "urn:ex/vav-540-heating-pid-output" }, { - "@id": "urn:ex/vav-524-reheat-coil-water-out" + "@id": "urn:ex/vav-540-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-540-air-out" } ] }, { - "@id": "urn:ex/zone-213-temp-sensor", + "@id": "urn:ex/vav-513-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-213-hvac-domain" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-213-temp" + "@id": "urn:ex/vav-513-hot-water-in-connection" } - ] - }, - { - "@id": "urn:ex/vav-530-damper-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-530-damper" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-530-damper-command" + "@id": "urn:ex/vav-513-hot-water-in" } ] }, { - "@id": "urn:ex/zone-112-114-temp", + "@id": "urn:ex/zone-307-308-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -19778,200 +19322,200 @@ ] }, { - "@id": "urn:ex/vav-513-reheat-coil-water-in", + "@id": "urn:ex/room-310-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-309-310" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-513-hot-water-in" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-sa-temp-sensor", + "@id": "urn:ex/vav-534-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-sa-out" + "@id": "urn:ex/vav-534-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-sa-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-305", + "@id": "urn:ex/room-108", "@type": [ "http://data.ashrae.org/standard223#PhysicalSpace" ], "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-305-hvac-domain" + "@id": "urn:ex/room-108-hvac-domain" } ] }, { - "@id": "urn:ex/zone-305-temp-sensor", + "@id": "urn:ex/vav-537-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/room-305-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-305-temp" + "@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/zone-311-occupancy-sensor", + "@id": "urn:ex/vav-524-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-524-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-524-damper-command" + } + ] + }, + { + "@id": "urn:ex/zone-213-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-311-hvac-domain" + "@id": "urn:ex/room-213-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-311-occupancy" + "@id": "urn:ex/zone-213-temp" } ] }, { - "@id": "urn:ex/vav-537", + "@id": "urn:ex/office-ahu-sa-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-air-in" + "@id": "urn:ex/office-ahu-connection-to-vavs" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/office-ahu-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-537-air-out" + "@id": "urn:ex/office-ahu-increased-air-pressure-requests" }, { - "@id": "urn:ex/vav-537-hot-water-in" + "@id": "urn:ex/office-ahu-sa-temp" }, { - "@id": "urn:ex/vav-537-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ + "@id": "urn:ex/office-ahu-sa-temp-setpoint" + }, { - "@id": "urn:ex/vav-537-damper" + "@id": "urn:ex/office-ahu-supply-duct-static-pressure" }, { - "@id": "urn:ex/vav-537-reheat-coil" + "@id": "urn:ex/office-ahu-supply-duct-static-pressure-setpoint" }, { - "@id": "urn:ex/vav-537-reheat-coil-valve" + "@id": "urn:ex/office-ahu-warmer-supply-air-requests" } ] }, { - "@id": "urn:ex/room-201", + "@id": "urn:ex/vav-528-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-201-hvac-domain" + "@id": "urn:ex/connection-to-room-302" } - ] - }, - { - "@id": "urn:ex/vav-517", - "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-air-in" - }, - { - "@id": "urn:ex/vav-517-air-out" - }, - { - "@id": "urn:ex/vav-517-hot-water-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-517-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-517-damper" + "@id": "urn:ex/vav-528-heating-pid-output" }, { - "@id": "urn:ex/vav-517-reheat-coil" - }, + "@id": "urn:ex/vav-528-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-517-reheat-coil-valve" + "@id": "urn:ex/vav-528-air-out" } ] }, { - "@id": "urn:ex/vav-515", + "@id": "urn:ex/vav-538-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-515-air-in" - }, - { - "@id": "urn:ex/vav-515-air-out" - }, - { - "@id": "urn:ex/vav-515-hot-water-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-515-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-516-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-515-damper" - }, - { - "@id": "urn:ex/vav-515-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-515-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-air-out", + "@id": "urn:ex/vav-520-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-101" + "@id": "urn:ex/vav-520-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -19981,26 +19525,21 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-502-heating-pid-output" + "@id": "urn:ex/vav-520-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-502-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-502-air-out" + "@id": "urn:ex/vav-520-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve-in", + "@id": "urn:ex/vav-517-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -20010,138 +19549,152 @@ ] }, { - "@id": "urn:ex/vav-538-discharge-air-temp", + "@id": "urn:ex/zone-301-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-301-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-301-occupancy" } ] }, { - "@id": "urn:ex/vav-515-hot-water-in-connection", + "@id": "urn:ex/vav-540-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-540-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/connection-to-room-215", + "@id": "urn:ex/vav-517-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-valve-position", + "@id": "urn:ex/vav-511-damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-511-duct-after-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" } - ] - }, - { - "@id": "urn:ex/vav-515-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-511-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-511-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-512-discharge-air-temp-sensor", + "@id": "urn:ex/room-104-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-air-out" + "@id": "urn:ex/connection-to-room-104" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-512-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-temp", + "@id": "urn:ex/vav-510-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-510-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-510-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-510-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-valve-in", + "@id": "urn:ex/vav-527-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-523-discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/vav-523-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-523-discharge-air-flow" } ] }, { - "@id": "urn:ex/room-204-in", + "@id": "urn:ex/vav-509-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-204-205" + "@id": "urn:ex/vav-509-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -20151,35 +19704,31 @@ ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve", + "@id": "urn:ex/vav-526-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-512-reheat-coil-valve-out" + "@id": "urn:ex/vav-526-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-512-reheat-coil-valve-command" + "@id": "urn:ex/vav-526-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-position" + "@id": "urn:ex/vav-526-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-516-heating-pid-output", + "@id": "urn:ex/vav-521-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -20195,105 +19744,121 @@ ] }, { - "@id": "urn:ex/vav-531", + "@id": "urn:ex/vav-503-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-air-in" - }, - { - "@id": "urn:ex/vav-531-air-out" - }, - { - "@id": "urn:ex/vav-531-hot-water-in" - }, - { - "@id": "urn:ex/vav-531-hot-water-out" + "@id": "urn:ex/vav-503-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-531-damper" - }, - { - "@id": "urn:ex/vav-531-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-531-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-202-temp", + "@id": "urn:ex/vav-533-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-540-duct-after-damper", + "@id": "urn:ex/vav-515-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-515-hot-water-in-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper-actuator", + "@id": "urn:ex/vav-512-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-oa-damper" + "@id": "urn:ex/vav-512-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-oa-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-512-hot-water-out" } ] }, { - "@id": "urn:ex/vav-539-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/office-ahu-air-filter", + "@type": [ + "http://data.ashrae.org/standard223#AirFilter", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Filter" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/office-ahu-air-filter-in" + }, + { + "@id": "urn:ex/office-ahu-air-filter-out" } ] }, { - "@id": "urn:ex/room-204-out", + "@id": "urn:ex/vav-534-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/room-208-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-208-209" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -20303,225 +19868,232 @@ ] }, { - "@id": "urn:ex/zone-302-heating-setpoint", + "@id": "urn:ex/zone-206-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-206-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-206-temp" } ] }, { - "@id": "urn:ex/zone-202-heating-setpoint", + "@id": "urn:ex/room-305-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/connection-to-room-305" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve-command", + "@id": "urn:ex/vav-536-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-522-discharge-air-temp", + "@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/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-205-out", + "@id": "urn:ex/vav-532-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-529-air-out", + "@id": "urn:ex/vav-519-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/connection-to-room-303-304-306" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-519-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-519-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-529-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-529-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-529-discharge-air-temp" + "@id": "urn:ex/vav-519-damper-command" }, { - "@id": "urn:ex/vav-529-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-519-damper-position" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-valve", + "@id": "urn:ex/vav-530", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-533-reheat-coil-valve-in" + "@id": "urn:ex/vav-530-air-in" }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-530-air-out" + }, { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-530-hot-water-in" + }, + { + "@id": "urn:ex/vav-530-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-533-reheat-coil-valve-command" + "@id": "urn:ex/vav-530-damper" }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-position" + "@id": "urn:ex/vav-530-reheat-coil" + }, + { + "@id": "urn:ex/vav-530-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-215-window-switch-on-off", + "@id": "urn:ex/vav-540-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-water-out", + "@id": "urn:ex/room-111-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-111" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-521-air-out", + "@id": "urn:ex/vav-527-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-204-205" - } + "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/vav-530-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-521-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-521-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-521-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-521-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-536-cooling-pid-output", + "@id": "urn:ex/zone-201-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-302-temp", + "@id": "urn:ex/vav-525-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-532-discharge-air-temp", + "@id": "urn:ex/vav-539-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -20535,42 +20107,64 @@ ] }, { - "@id": "urn:ex/vav-520-colder-supply-air-requests", + "@id": "urn:ex/office-ahu-air-filter-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/office-ahu-ma-temp" } ] }, { - "@id": "urn:ex/vav-513-damper-position", + "@id": "urn:ex/vav-510-hot-water-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/vav-510-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-air-in", + "@id": "urn:ex/vav-535-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-duct-after-damper" + "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve" } ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-504-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" @@ -20578,18 +20172,23 @@ ] }, { - "@id": "urn:ex/zone-311-window-switch-on-off", + "@id": "urn:ex/vav-505-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-505-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-505-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/connection-to-room-206", + "@id": "urn:ex/vav-529-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -20601,13 +20200,13 @@ ] }, { - "@id": "urn:ex/vav-537-damper-out", + "@id": "urn:ex/vav-532-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-duct-after-damper" + "@id": "urn:ex/vav-532-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -20617,104 +20216,87 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-537-colder-supply-air-requests" + "@id": "urn:ex/vav-532-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-537-cooling-pid-output" + "@id": "urn:ex/vav-532-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-211-occupancy", + "@id": "urn:ex/vav-515-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-515-air-out" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-515-discharge-air-temp" } ] }, { - "@id": "urn:ex/zone-313-occupancy-override", + "@id": "urn:ex/vav-501-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-212-heating-setpoint", + "@id": "urn:ex/vav-540-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve", + "@id": "urn:ex/vav-515", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-reheat-coil-valve-in" + "@id": "urn:ex/vav-515-air-in" }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-515-air-out" + }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-command" + "@id": "urn:ex/vav-515-hot-water-in" }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-position" + "@id": "urn:ex/vav-515-hot-water-out" } - ] - }, - { - "@id": "urn:ex/vav-530-damper", - "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-530-damper-in" + "@id": "urn:ex/vav-515-damper" }, { - "@id": "urn:ex/vav-530-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-530-damper-command" + "@id": "urn:ex/vav-515-reheat-coil" }, { - "@id": "urn:ex/vav-530-damper-position" + "@id": "urn:ex/vav-515-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-530-damper-in", + "@id": "urn:ex/vav-536-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -20730,194 +20312,183 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-530-air-in" + "@id": "urn:ex/vav-536-air-in" } ] }, { - "@id": "urn:ex/vav-522-reheat-coil", + "@id": "urn:ex/zone-103-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-522-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-522-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-522-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-522-reheat-coil-water-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/room-303-in", + "@id": "urn:ex/vav-540-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-303-304-306" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-502-colder-supply-air-requests", + "@id": "urn:ex/zone-213-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-air-in", + "@id": "urn:ex/vav-539-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-506-duct-after-damper" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-535-discharge-air-temp-sensor", + "@id": "urn:ex/vav-527-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-535-air-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-535-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/office-ahu-ea-damper", + "@id": "urn:ex/vav-514-air-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-ea-damper-in" - }, + "@id": "urn:ex/connection-to-room-115" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-ea-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-ea-damper-command" + "@id": "urn:ex/vav-514-discharge-air-flow" }, { - "@id": "urn:ex/office-ahu-ea-damper-position" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ + "@id": "urn:ex/vav-514-discharge-air-flow-setpoint" + }, { - "@id": "http://data.ashrae.org/standard223#Role-Exhaust" + "@id": "urn:ex/vav-514-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-514-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/room-211-out", + "@id": "urn:ex/vav-504-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-504-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-215-heating-setpoint", + "@id": "urn:ex/vav-512-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-534-damper-in", + "@id": "urn:ex/vav-534-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-534-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-534-damper-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-534-air-in" + "@id": "urn:ex/vav-534-damper-command" + }, + { + "@id": "urn:ex/vav-534-damper-position" } ] }, { - "@id": "urn:ex/vav-527-cooling-pid-output", + "@id": "urn:ex/vav-518-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-523-hot-water-in-connection", + "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -20929,155 +20500,174 @@ ] }, { - "@id": "urn:ex/zone-213-heating-setpoint", + "@id": "urn:ex/vav-518-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-212-occupancy-sensor", + "@id": "urn:ex/vav-521-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-212-hvac-domain" + "@id": "urn:ex/vav-521-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-212-occupancy" + "@id": "urn:ex/vav-521-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-air-in", + "@id": "urn:ex/vav-523-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-509-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve-position", + "@id": "urn:ex/zone-311-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-311-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/zone-311-occupancy" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-air-out", + "@id": "urn:ex/room-109-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-211" + "@id": "urn:ex/connection-to-room-109" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/zone-314-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-525-heating-pid-output" - }, - { - "@id": "urn:ex/vav-525-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-525-air-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-529-discharge-air-temp", + "@id": "urn:ex/vav-533-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-533-air-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-533-discharge-air-temp" } + ] + }, + { + "@id": "urn:ex/room-209", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/room-209-hvac-domain" } ] }, { - "@id": "urn:ex/zone-314-cooling-setpoint", + "@id": "urn:ex/vav-510-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-537-discharge-air-flow-sensor", + "@id": "urn:ex/vav-535-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-air-in" + "@id": "urn:ex/vav-535-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-535-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-535-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-535-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-537-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/zone-105-cooling-setpoint", + "@id": "urn:ex/vav-520-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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": [ { @@ -21091,225 +20681,177 @@ ] }, { - "@id": "urn:ex/vav-526-air-out", + "@id": "urn:ex/vav-510-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-212" - } + "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/vav-510-air-in" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-526-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-526-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-526-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-526-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-510-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-515-damper-out", + "@id": "urn:ex/vav-513-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-duct-after-damper" + "@id": "urn:ex/vav-513-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-513-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-515-colder-supply-air-requests" + "@id": "urn:ex/vav-513-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-515-cooling-pid-output" + "@id": "urn:ex/vav-513-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-515-duct-after-damper", + "@id": "urn:ex/zone-313-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/room-313-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-313-occupancy" } ] }, { - "@id": "urn:ex/vav-519-hot-water-in-connection", + "@id": "urn:ex/vav-505-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-water-in", + "@id": "urn:ex/vav-535-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-528-hot-water-in-connection" - } + "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-Water" + "@id": "urn:ex/vav-535-air-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-528-hot-water-in" + "@id": "urn:ex/vav-535-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-522-damper-in", + "@id": "urn:ex/vav-515-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "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/vav-515-air-in" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-522-air-in" + "@id": "urn:ex/vav-515-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-309-310", + "@id": "urn:ex/vav-526-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-309-hvac-domain" - }, - { - "@id": "urn:ex/room-310-hvac-domain" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-526-damper" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-309-310-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-309-310-heating-setpoint" - }, - { - "@id": "urn:ex/zone-309-310-occupancy" - }, - { - "@id": "urn:ex/zone-309-310-occupancy-override" - }, - { - "@id": "urn:ex/zone-309-310-temp" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-309-310-window-switch-on-off" + "@id": "urn:ex/vav-526-damper-command" } ] }, { - "@id": "urn:ex/vav-534-discharge-air-flow-sensor", + "@id": "urn:ex/office-ahu-ra-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-534-air-in" + "@id": "urn:ex/office-ahu-ra-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-534-discharge-air-flow" + "@id": "urn:ex/office-ahu-ra-damper-command" } ] }, { - "@id": "urn:ex/vav-514-damper-out", + "@id": "urn:ex/vav-540-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-duct-after-damper" + "@id": "urn:ex/vav-540-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-514-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-514-cooling-pid-output" + "@id": "urn:ex/vav-540-hot-water-out" } ] }, { - "@id": "urn:ex/room-113", + "@id": "urn:ex/room-206", "@type": [ "http://data.ashrae.org/standard223#PhysicalSpace" ], "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/room-113-hvac-domain" + "@id": "urn:ex/room-206-hvac-domain" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-valve-in", + "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -21318,20 +20860,20 @@ ] }, { - "@id": "urn:ex/vav-512-more-heat-requests", + "@id": "urn:ex/zone-307-308-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/zone-201-cooling-setpoint", + "@id": "urn:ex/zone-207-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -21345,149 +20887,96 @@ ] }, { - "@id": "urn:ex/vav-527-damper-out", + "@id": "urn:ex/vav-533-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-527-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/vav-533-air-in" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-527-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-527-cooling-pid-output" + "@id": "urn:ex/vav-533-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-516-damper-position", + "@id": "urn:ex/vav-518-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-533-damper-out", + "@id": "urn:ex/zone-214-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-533-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-533-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-533-cooling-pid-output" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-air-out", + "@id": "urn:ex/zone-312-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-307-308" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-531-heating-pid-output" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-531-more-heat-requests" + "@id": "urn:ex/room-312-hvac-domain" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-531-air-out" + "@id": "urn:ex/zone-312-occupancy" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-valve-in", + "@id": "urn:ex/vav-533-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-533-reheat-coil-valve" } - ] - }, - { - "@id": "urn:ex/zone-206-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-533-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-506-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-518-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "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/vav-522-reheat-coil-water-in", + "@id": "urn:ex/vav-518-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-hot-water-in-connection" + "@id": "urn:ex/vav-518-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -21497,107 +20986,131 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-522-hot-water-in" + "@id": "urn:ex/vav-518-hot-water-out" } ] }, { - "@id": "urn:ex/zone-214-occupancy-override", + "@id": "urn:ex/connection-to-room-202", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-210-occupancy", + "@id": "urn:ex/vav-521", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-521-air-in" + }, + { + "@id": "urn:ex/vav-521-air-out" + }, + { + "@id": "urn:ex/vav-521-hot-water-in" + }, + { + "@id": "urn:ex/vav-521-hot-water-out" } - ] - }, - { - "@id": "urn:ex/vav-531-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-521-damper" + }, + { + "@id": "urn:ex/vav-521-reheat-coil" + }, + { + "@id": "urn:ex/vav-521-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-508-more-heat-requests", + "@id": "urn:ex/vav-535-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-535-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-514-more-heat-requests", + "@id": "urn:ex/vav-516-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-516-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-106-107-occupancy", + "@id": "urn:ex/room-213", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/room-213-hvac-domain" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-air-out", + "@id": "urn:ex/vav-502", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-215" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-502-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-502-air-out" + }, { - "@id": "urn:ex/vav-540-heating-pid-output" + "@id": "urn:ex/vav-502-hot-water-in" }, { - "@id": "urn:ex/vav-540-more-heat-requests" + "@id": "urn:ex/vav-502-hot-water-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-540-air-out" + "@id": "urn:ex/vav-502-damper" + }, + { + "@id": "urn:ex/vav-502-reheat-coil" + }, + { + "@id": "urn:ex/vav-502-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-524-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -21613,46 +21126,29 @@ ] }, { - "@id": "urn:ex/zone-313-cooling-setpoint", + "@id": "urn:ex/zone-213-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-air-in", + "@id": "urn:ex/zone-301-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-duct-after-htg-coil" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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/Temperature" } - ] - }, - { - "@id": "urn:ex/connection-to-room-303-304-306", - "@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/DEG_C" } ] }, @@ -21685,55 +21181,71 @@ ] }, { - "@id": "urn:ex/vav-533-hot-water-out", + "@id": "urn:ex/office-ahu-clg-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-533-hot-water-out-connection" + "@id": "urn:ex/office-ahu-chilled-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/office-ahu-chilled-water-out" + } ] }, { - "@id": "urn:ex/zone-314-temp-sensor", + "@id": "urn:ex/office-ahu-oa-damper", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-314-hvac-domain" + "@id": "urn:ex/office-ahu-oa-damper-in" + }, + { + "@id": "urn:ex/office-ahu-oa-damper-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-314-temp" + "@id": "urn:ex/office-ahu-oa-damper-command" + }, + { + "@id": "urn:ex/office-ahu-oa-damper-position" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Economizer" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Outside" } ] }, { - "@id": "urn:ex/vav-529-damper-command", + "@id": "urn:ex/connection-to-room-104", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-530-damper-position", + "@id": "urn:ex/vav-520-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -21749,152 +21261,180 @@ ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve-command", + "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-528-discharge-air-temp-sensor", + "@id": "urn:ex/vav-513-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-air-out" + "@id": "urn:ex/vav-513-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-513-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-513-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-513-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-528-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-519-air-in", + "@id": "urn:ex/vav-509-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-509-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-air-in", + "@id": "urn:ex/vav-526-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-514-duct-after-damper" + "@id": "urn:ex/vav-526-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-526-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-518-colder-supply-air-requests", + "@id": "urn:ex/office-ahu-supply-duct-static-pressure-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-sa-out" } - ] - }, - { - "@id": "urn:ex/vav-510-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/office-ahu-supply-duct-static-pressure" } ] }, { - "@id": "urn:ex/zone-101-occupancy", + "@id": "urn:ex/vav-532-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-flow", + "@id": "urn:ex/zone-115", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/room-115-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/zone-115-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-115-heating-setpoint" + }, + { + "@id": "urn:ex/zone-115-occupancy" + }, + { + "@id": "urn:ex/zone-115-occupancy-override" + }, + { + "@id": "urn:ex/zone-115-temp" + }, + { + "@id": "urn:ex/zone-115-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve-out", + "@id": "urn:ex/vav-509-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-535-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } + ] + }, + { + "@id": "urn:ex/vav-513-reheat-coil-valve-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-535-hot-water-out" + "@id": "urn:ex/vav-513-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-513-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-522-reheat-coil-water-out", + "@id": "urn:ex/vav-509-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -21904,34 +21444,55 @@ ] }, { - "@id": "urn:ex/office-ahu-ma-temp", + "@id": "urn:ex/vav-531-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/vav-514-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-514-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-514-damper-command" } ] }, { - "@id": "urn:ex/zone-118-window-switch-on-off", + "@id": "urn:ex/vav-524-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-524-hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-524-hot-water-in" } ] }, { - "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-536-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -21943,58 +21504,58 @@ ] }, { - "@id": "urn:ex/connection-to-room-102", + "@id": "urn:ex/vav-525-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-525-hot-water-in-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-damper-command", + "@id": "urn:ex/vav-532-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-532-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-532-discharge-air-temp" } ] }, { - "@id": "urn:ex/zone-214-cooling-setpoint", + "@id": "urn:ex/vav-510-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-water-out", + "@id": "urn:ex/vav-503-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -22003,274 +21564,225 @@ ] }, { - "@id": "urn:ex/zone-213-occupancy-sensor", + "@id": "urn:ex/vav-520-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-213-hvac-domain" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-213-occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-507-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil", + "@id": "urn:ex/vav-537-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-510-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-510-reheat-coil-water-in" - }, + "@id": "urn:ex/vav-537-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-510-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-537-hot-water-out" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-valve-command", + "@id": "urn:ex/vav-513-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-509-reheat-coil-air-out", + "@id": "urn:ex/vav-509-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-113" + "@id": "urn:ex/vav-509-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-509-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-509-heating-pid-output" + "@id": "urn:ex/vav-509-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-509-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-509-air-out" + "@id": "urn:ex/vav-509-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-538-damper-out", + "@id": "urn:ex/vav-522-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/vav-538-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-522-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-522-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-colder-supply-air-requests" + "@id": "urn:ex/vav-522-damper-command" }, { - "@id": "urn:ex/vav-538-cooling-pid-output" + "@id": "urn:ex/vav-522-damper-position" } ] }, { - "@id": "urn:ex/zone-309-310-occupancy-override", + "@id": "urn:ex/room-203-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-203-in" + }, + { + "@id": "urn:ex/room-203-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-526-discharge-air-flow", + "@id": "urn:ex/zone-116-117-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-215", + "@id": "urn:ex/vav-509-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-215-hvac-domain" + "@id": "urn:ex/vav-509-duct-after-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-215-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-215-heating-setpoint" - }, - { - "@id": "urn:ex/zone-215-occupancy" - }, - { - "@id": "urn:ex/zone-215-occupancy-override" - }, - { - "@id": "urn:ex/zone-215-temp" + "@id": "urn:ex/vav-509-colder-supply-air-requests" }, { - "@id": "urn:ex/zone-215-window-switch-on-off" - } - ] - }, - { - "@id": "urn:ex/zone-104-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/vav-509-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-314", + "@id": "urn:ex/vav-529-air-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-314-hvac-domain" + "@id": "urn:ex/connection-to-room-303-304-306" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-314-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-314-heating-setpoint" - }, - { - "@id": "urn:ex/zone-314-occupancy" + "@id": "urn:ex/vav-529-discharge-air-flow" }, { - "@id": "urn:ex/zone-314-occupancy-override" + "@id": "urn:ex/vav-529-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/zone-314-temp" + "@id": "urn:ex/vav-529-discharge-air-temp" }, { - "@id": "urn:ex/zone-314-window-switch-on-off" + "@id": "urn:ex/vav-529-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-519-discharge-air-temp", + "@id": "urn:ex/zone-301-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-301-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-301-temp" } ] }, { - "@id": "urn:ex/zone-313-temp", + "@id": "urn:ex/zone-313-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -22284,100 +21796,92 @@ ] }, { - "@id": "urn:ex/office-ahu-ea-damper-command", + "@id": "urn:ex/vav-509-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "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/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-516-more-heat-requests", + "@id": "urn:ex/vav-521-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-303-304-306-occupancy-sensor", + "@id": "urn:ex/vav-502-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-303-hvac-domain" + "@id": "urn:ex/vav-502-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-303-304-306-occupancy" + "@id": "urn:ex/vav-502-damper-command" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-valve", + "@id": "urn:ex/vav-512-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-509-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-509-reheat-coil-valve-out" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-509-reheat-coil-valve-command" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-509-reheat-coil-valve-position" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-519-damper-actuator", + "@id": "urn:ex/room-101-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-damper" + "@id": "urn:ex/room-101-in" + }, + { + "@id": "urn:ex/room-101-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-519-damper-command" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve-out", + "@id": "urn:ex/vav-521-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-hot-water-out-connection" + "@id": "urn:ex/vav-521-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -22387,70 +21891,70 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-540-hot-water-out" + "@id": "urn:ex/vav-521-hot-water-out" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-temp", + "@id": "urn:ex/room-307-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-214", + "@id": "urn:ex/vav-528-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-214-hvac-domain" + "@id": "urn:ex/vav-528-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-528-reheat-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/vav-540-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-214-cooling-setpoint" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-214-heating-setpoint" + "@id": "urn:ex/vav-540-reheat-coil-air-in" }, { - "@id": "urn:ex/zone-214-occupancy" + "@id": "urn:ex/vav-540-reheat-coil-air-out" }, { - "@id": "urn:ex/zone-214-occupancy-override" + "@id": "urn:ex/vav-540-reheat-coil-water-in" }, { - "@id": "urn:ex/zone-214-temp" - }, + "@id": "urn:ex/vav-540-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/zone-214-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-503-air-in", + "@id": "urn:ex/vav-515-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -22463,156 +21967,185 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-515-air-in" + } ] }, { - "@id": "urn:ex/vav-510-damper-position", + "@id": "urn:ex/room-113-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-113-in" + }, + { + "@id": "urn:ex/room-113-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/office-ahu-oa-temp", + "@id": "urn:ex/zone-101-co2-concentration", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#ofSubstance": [ { - "@id": "http://data.ashrae.org/standard223#Role-Outside" + "@id": "http://data.ashrae.org/standard223#Substance-CO2" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve-in", + "@id": "urn:ex/vav-503-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-538-hot-water-in", + "@id": "urn:ex/vav-529-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-538-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-539-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-539-air-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-539-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-water-in", + "@id": "urn:ex/vav-518-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-518-reheat-coil-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-518-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-518-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-518-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-501-hot-water-in" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-in", + "@id": "urn:ex/vav-536-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-536-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-536-damper-command" } ] }, { - "@id": "urn:ex/vav-528-damper-out", + "@id": "urn:ex/vav-530-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-duct-after-damper" + "@id": "urn:ex/vav-530-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-530-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-528-colder-supply-air-requests" + "@id": "urn:ex/vav-530-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-528-cooling-pid-output" + "@id": "urn:ex/vav-530-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-flow", + "@id": "urn:ex/vav-504-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-532-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -22623,283 +22156,212 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ] - }, - { - "@id": "urn:ex/office-ahu-ra-fan-start-status", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-537-damper", + "@id": "urn:ex/vav-502-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-537-damper-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-537-damper-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-537-damper-command" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-537-damper-position" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-511-hot-water-in", + "@id": "urn:ex/vav-512-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-511-hot-water-in-connection" + "@id": "urn:ex/vav-512-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-512-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/room-207", + "@id": "urn:ex/connection-to-room-206", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-207-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-523-discharge-air-flow-sensor", + "@id": "urn:ex/vav-519-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-523-air-in" + "@id": "urn:ex/vav-519-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-523-discharge-air-flow" + "@id": "urn:ex/vav-519-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-525-heating-pid-output", + "@id": "urn:ex/zone-313-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-313-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-313-temp" } ] }, { - "@id": "urn:ex/room-104", + "@id": "urn:ex/vav-530-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-104-hvac-domain" + "@id": "urn:ex/vav-530-hot-water-out-connection" } - ] - }, - { - "@id": "urn:ex/vav-507-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/vav-507-damper-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-507-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-507-damper-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-507-damper-position" + "@id": "urn:ex/vav-530-hot-water-out" } ] }, { - "@id": "urn:ex/vav-519-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-539-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-539-hot-water-out-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-539-discharge-air-temp", + "@id": "urn:ex/office-ahu-chilled-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-chilled-water-out-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-502-discharge-air-temp", + "@id": "urn:ex/connection-to-room-314", "@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/Temperature" - } + "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/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-205-in", + "@id": "urn:ex/vav-513-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-204-205" + "@id": "urn:ex/connection-to-room-103" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-516-reheat-coil-water-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-513-heating-pid-output" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-513-more-heat-requests" } - ] - }, - { - "@id": "urn:ex/room-310", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/room-310-hvac-domain" + "@id": "urn:ex/vav-513-air-out" } ] }, { - "@id": "urn:ex/vav-506", + "@id": "urn:ex/room-110-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-air-in" - }, - { - "@id": "urn:ex/vav-506-air-out" - }, - { - "@id": "urn:ex/vav-506-hot-water-in" + "@id": "urn:ex/room-110-in" }, { - "@id": "urn:ex/vav-506-hot-water-out" + "@id": "urn:ex/room-110-out" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-506-damper" - }, - { - "@id": "urn:ex/vav-506-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-506-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-512-hot-water-out", + "@id": "urn:ex/vav-510-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-hot-water-out-connection" + "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -22909,13 +22371,13 @@ ] }, { - "@id": "urn:ex/vav-516-reheat-coil-air-in", + "@id": "urn:ex/room-312-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-duct-after-damper" + "@id": "urn:ex/connection-to-room-312" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -22925,43 +22387,32 @@ ] }, { - "@id": "urn:ex/vav-504-discharge-air-temp-sensor", + "@id": "urn:ex/zone-204-205-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-504-air-out" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-504-discharge-air-temp" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:ex/zone-110-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-302-hvac-domain", + "@id": "urn:ex/room-301-hvac-domain", "@type": [ "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-302-in" + "@id": "urn:ex/room-301-in" }, { - "@id": "urn:ex/room-302-out" + "@id": "urn:ex/room-301-out" } ], "http://data.ashrae.org/standard223#hasDomain": [ @@ -22971,302 +22422,264 @@ ] }, { - "@id": "urn:ex/vav-529-discharge-air-temp-sensor", + "@id": "urn:ex/vav-519-air-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-air-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-529-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-531-hot-water-in", + "@id": "urn:ex/vav-504-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-105" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-505", - "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-505-air-in" - }, - { - "@id": "urn:ex/vav-505-air-out" - }, + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-505-hot-water-in" + "@id": "urn:ex/vav-504-discharge-air-flow" }, { - "@id": "urn:ex/vav-505-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-505-damper" + "@id": "urn:ex/vav-504-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-505-reheat-coil" + "@id": "urn:ex/vav-504-discharge-air-temp" }, { - "@id": "urn:ex/vav-505-reheat-coil-valve" + "@id": "urn:ex/vav-504-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-valve-position", + "@id": "urn:ex/zone-301-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-501-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-501-reheat-coil-valve" + "@id": "urn:ex/vav-501-air-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-501-reheat-coil-valve-command" + "@id": "urn:ex/vav-501-discharge-air-temp" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve-actuator", + "@id": "urn:ex/vav-520-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-clg-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-clg-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-515-damper-in", + "@id": "urn:ex/room-206-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "@id": "urn:ex/room-206-in" + }, { - "@id": "urn:ex/vav-515-air-in" + "@id": "urn:ex/room-206-out" } - ] - }, - { - "@id": "urn:ex/room-115", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/room-115-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-water-in", + "@id": "urn:ex/vav-523-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-hot-water-in-connection" + "@id": "urn:ex/vav-523-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-511-hot-water-in" - } ] }, { - "@id": "urn:ex/room-213", + "@id": "urn:ex/vav-504-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/room-213-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-509-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-514-heating-pid-output", + "@id": "urn:ex/vav-519-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-525-hot-water-in-connection", + "@id": "urn:ex/zone-214", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-214-hvac-domain" } - ] - }, - { - "@id": "urn:ex/vav-519-discharge-air-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-519-air-out" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-519-discharge-air-temp" + "@id": "urn:ex/zone-214-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-214-heating-setpoint" + }, + { + "@id": "urn:ex/zone-214-occupancy" + }, + { + "@id": "urn:ex/zone-214-occupancy-override" + }, + { + "@id": "urn:ex/zone-214-temp" + }, + { + "@id": "urn:ex/zone-214-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-533-discharge-air-temp", + "@id": "urn:ex/vav-534-reheat-coil-valve-position", "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-210-in", + "@id": "urn:ex/zone-314-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-210" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-water-in", + "@id": "urn:ex/vav-513-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-505-hot-water-in-connection" + "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-505-hot-water-in" - } ] }, { - "@id": "urn:ex/room-109-in", + "@id": "urn:ex/vav-515-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-109" + "@id": "urn:ex/vav-515-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -23276,23 +22689,23 @@ ] }, { - "@id": "urn:ex/vav-534-reheat-coil-valve-command", + "@id": "urn:ex/zone-116-117-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-116-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/zone-116-117-temp" } ] }, { - "@id": "urn:ex/vav-504-heating-pid-output", + "@id": "urn:ex/vav-517-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -23308,77 +22721,97 @@ ] }, { - "@id": "urn:ex/vav-536-damper-position", + "@id": "urn:ex/vav-502-discharge-air-flow", "@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/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/zone-101-co2-sensor", + "@id": "urn:ex/vav-515-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-101-hvac-domain" + "@id": "urn:ex/vav-515-duct-after-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-101-co2-concentration" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-515-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-515-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve-in", + "@id": "urn:ex/vav-529-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/vav-521-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-529-damper-in" + }, + { + "@id": "urn:ex/vav-529-damper-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-529-damper-command" + }, + { + "@id": "urn:ex/vav-529-damper-position" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-532-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-519-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-519-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-510-air-in", + "@id": "urn:ex/room-116-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -23388,108 +22821,115 @@ ] }, { - "@id": "urn:ex/office-ahu-ma-temp-sensor", + "@id": "urn:ex/vav-503-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-air-filter-in" + "@id": "urn:ex/vav-503-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/office-ahu-ma-temp" + "@id": "urn:ex/vav-503-discharge-air-temp" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-water-in", + "@id": "urn:ex/vav-527-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-chilled-water-in-connection" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-colder-chilled-water-requests" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-chilled-water-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-312", + "@id": "urn:ex/zone-202-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-312-hvac-domain" + "@id": "urn:ex/room-202-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-202-temp" } ] }, { - "@id": "urn:ex/vav-533-colder-supply-air-requests", + "@id": "urn:ex/zone-106-107-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-525-discharge-air-flow", + "@id": "urn:ex/vav-510-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-510-hot-water-out-connection" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-531-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/zone-108-occupancy-sensor", + "@id": "urn:ex/vav-523-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-108-hvac-domain" + "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-108-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-311-temp", + "@id": "urn:ex/zone-312-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -23505,23 +22945,39 @@ ] }, { - "@id": "urn:ex/room-305-in", + "@id": "urn:ex/vav-514-damper-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-305" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/office-ahu-chilled-water-in-connection", + "@id": "urn:ex/vav-516-reheat-coil-valve-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "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/vav-530-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -23533,112 +22989,78 @@ ] }, { - "@id": "urn:ex/zone-305-occupancy-sensor", + "@id": "urn:ex/vav-525-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-305-hvac-domain" + "@id": "urn:ex/vav-525-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-305-occupancy" + "@id": "urn:ex/vav-525-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-118-heating-setpoint", + "@id": "urn:ex/office-ahu-clg-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-504-damper-actuator", + "@id": "urn:ex/vav-515-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-504-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-504-damper-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-314-window-switch-on-off", + "@id": "urn:ex/vav-524-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" - } - ] - }, - { - "@id": "urn:ex/vav-531-air-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-307-308" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-531-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-531-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-531-discharge-air-temp" - }, - { - "@id": "urn:ex/vav-531-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-536-damper-actuator", + "@id": "urn:ex/vav-511-reheat-coil-valve-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-536-damper" + "@id": "urn:ex/vav-511-reheat-coil-valve" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-536-damper-command" + "@id": "urn:ex/vav-511-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-533-damper-command", + "@id": "urn:ex/vav-520-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -23654,29 +23076,34 @@ ] }, { - "@id": "urn:ex/vav-504-cooling-pid-output", + "@id": "urn:ex/zone-101-co2-concentration-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#ofSubstance": [ + { + "@id": "http://data.ashrae.org/standard223#Substance-CO2" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PPM" } ] }, { - "@id": "urn:ex/vav-532-air-out", + "@id": "urn:ex/vav-508-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-309-310" + "@id": "urn:ex/vav-508-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -23686,23 +23113,45 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-532-discharge-air-flow" + "@id": "urn:ex/vav-508-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-532-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-508-cooling-pid-output" + } + ] + }, + { + "@id": "urn:ex/vav-503-reheat-coil-valve", + "@type": [ + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-503-reheat-coil-valve-in" }, { - "@id": "urn:ex/vav-532-discharge-air-temp" + "@id": "urn:ex/vav-503-reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-503-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-532-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-503-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/zone-212-temp", + "@id": "urn:ex/vav-512-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -23716,7 +23165,7 @@ ] }, { - "@id": "urn:ex/vav-503-hot-water-in-connection", + "@id": "urn:ex/vav-502-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -23728,76 +23177,98 @@ ] }, { - "@id": "urn:ex/vav-518-reheat-coil-air-out", + "@id": "urn:ex/room-305", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-202" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/room-305-hvac-domain" } + ] + }, + { + "@id": "urn:ex/zone-115-temp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-518-heating-pid-output" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-518-more-heat-requests" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-518-air-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-535-damper-out", + "@id": "urn:ex/zone-112-114-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-535-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } + ] + }, + { + "@id": "urn:ex/vav-528-discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-535-colder-supply-air-requests" - }, + "@id": "urn:ex/vav-528-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-535-cooling-pid-output" + "@id": "urn:ex/vav-528-discharge-air-flow" } ] }, { - "@id": "urn:ex/office-ahu-oa-temp-sensor", + "@id": "urn:ex/vav-512", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-oa-damper-in" + "@id": "urn:ex/vav-512-air-in" + }, + { + "@id": "urn:ex/vav-512-air-out" + }, + { + "@id": "urn:ex/vav-512-hot-water-in" + }, + { + "@id": "urn:ex/vav-512-hot-water-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/office-ahu-oa-temp" + "@id": "urn:ex/vav-512-damper" + }, + { + "@id": "urn:ex/vav-512-reheat-coil" + }, + { + "@id": "urn:ex/vav-512-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-314-heating-setpoint", + "@id": "urn:ex/zone-206-heating-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -23813,119 +23284,111 @@ ] }, { - "@id": "urn:ex/vav-515-hot-water-out", + "@id": "urn:ex/vav-535-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-311" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-535-heating-pid-output" + }, + { + "@id": "urn:ex/vav-535-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-535-air-out" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-out", + "@id": "urn:ex/office-ahu-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-hot-water-out-connection" + "@id": "urn:ex/office-ahu-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-516-hot-water-out" - } ] }, { - "@id": "urn:ex/office-ahu-ra-fan", + "@id": "urn:ex/zone-108", "@type": [ - "http://data.ashrae.org/standard223#Fan", - "http://data.ashrae.org/standard223/1.0/extensions/g36#FanWithVFD" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-ra-fan-in" - }, + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/office-ahu-ra-fan-out" + "@id": "urn:ex/room-108-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/office-ahu-ra-fan-power" + "@id": "urn:ex/zone-108-cooling-setpoint" }, { - "@id": "urn:ex/office-ahu-ra-fan-speed-cmd" + "@id": "urn:ex/zone-108-heating-setpoint" }, { - "@id": "urn:ex/office-ahu-ra-fan-speed-status" + "@id": "urn:ex/zone-108-occupancy" }, { - "@id": "urn:ex/office-ahu-ra-fan-start-cmd" + "@id": "urn:ex/zone-108-occupancy-override" }, { - "@id": "urn:ex/office-ahu-ra-fan-start-status" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Return" - } - ] - }, - { - "@id": "urn:ex/vav-514-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:ex/zone-108-temp" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/zone-108-window-switch-on-off" } ] }, { - "@id": "urn:ex/zone-206-co2-concentration", + "@id": "urn:ex/room-117-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#ofSubstance": [ - { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-307-in", + "@id": "urn:ex/room-203-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-307-308" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -23935,99 +23398,78 @@ ] }, { - "@id": "urn:ex/vav-501-damper-position", + "@id": "urn:ex/zone-101-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-510-hot-water-out-connection", + "@id": "urn:ex/vav-521-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-533-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": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-discharge-air-temp-sensor", + "@id": "urn:ex/room-106-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-air-out" + "@id": "urn:ex/connection-to-room-106-107" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-524-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-512-damper-actuator", + "@id": "urn:ex/zone-305-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-512-damper" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-512-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-103-cooling-setpoint", + "@id": "urn:ex/vav-531-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-temp", + "@id": "urn:ex/vav-506-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -24038,35 +23480,19 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-517-discharge-air-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-517-air-out" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/vav-517-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-valve-command", + "@id": "urn:ex/vav-508-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -24080,42 +23506,50 @@ ] }, { - "@id": "urn:ex/vav-536-reheat-coil-air-out", + "@id": "urn:ex/vav-527-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-313" + "@id": "urn:ex/vav-527-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-536-heating-pid-output" - }, + "@id": "urn:ex/vav-527-hot-water-in" + } + ] + }, + { + "@id": "urn:ex/vav-501-hot-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-536-more-heat-requests" + "@id": "urn:ex/vav-501-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-536-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-water-in", + "@id": "urn:ex/vav-502-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-hot-water-in-connection" + "@id": "urn:ex/vav-502-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -24125,55 +23559,46 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-512-hot-water-in" + "@id": "urn:ex/vav-502-hot-water-in" } ] }, { - "@id": "urn:ex/zone-202", + "@id": "urn:ex/vav-527-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-202-hvac-domain" + "@id": "urn:ex/vav-527-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-527-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-202-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-202-heating-setpoint" - }, - { - "@id": "urn:ex/zone-202-occupancy" - }, - { - "@id": "urn:ex/zone-202-occupancy-override" - }, - { - "@id": "urn:ex/zone-202-temp" + "@id": "urn:ex/vav-527-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-202-window-switch-on-off" + "@id": "urn:ex/vav-527-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-508-hot-water-out", + "@id": "urn:ex/vav-520-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-hot-water-out-connection" + "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -24183,133 +23608,126 @@ ] }, { - "@id": "urn:ex/room-301", + "@id": "urn:ex/vav-501-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-301-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve-out", + "@id": "urn:ex/vav-522-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-hot-water-out-connection" + "@id": "urn:ex/vav-522-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-537-hot-water-out" - } ] }, { - "@id": "urn:ex/vav-540-damper", + "@id": "urn:ex/vav-530-hot-water-in-connection", "@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/vav-540-damper-in" - }, - { - "@id": "urn:ex/vav-540-damper-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-540-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-540-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-510-damper", + "@id": "urn:ex/vav-529-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-damper-in" + "@id": "urn:ex/vav-529-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-510-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-529-reheat-coil-air-out" + }, { - "@id": "urn:ex/vav-510-damper-command" + "@id": "urn:ex/vav-529-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-510-damper-position" + "@id": "urn:ex/vav-529-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-525-discharge-air-temp", + "@id": "urn:ex/vav-513-damper-position", "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-516-discharge-air-temp", + "@id": "urn:ex/vav-501-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-530-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-514-hot-water-in", + "@id": "urn:ex/vav-530-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-hot-water-in-connection" + "@id": "urn:ex/vav-530-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -24319,49 +23737,55 @@ ] }, { - "@id": "urn:ex/vav-539-reheat-coil", + "@id": "urn:ex/zone-112-114-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-539-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-539-reheat-coil-water-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-539-reheat-coil-water-out" + "@id": "urn:ex/room-112-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/zone-112-114-temp" } ] }, { - "@id": "urn:ex/vav-536-reheat-coil-valve-command", + "@id": "urn:ex/zone-103-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-527-colder-supply-air-requests", + "@id": "urn:ex/vav-531-reheat-coil-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-519-more-heat-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -24372,154 +23796,141 @@ ] }, { - "@id": "urn:ex/vav-535", + "@id": "urn:ex/vav-521-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-535-air-in" - }, - { - "@id": "urn:ex/vav-535-air-out" - }, - { - "@id": "urn:ex/vav-535-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-535-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-535-damper" - }, + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ] + }, + { + "@id": "urn:ex/zone-208-209-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-535-reheat-coil" - }, + "@id": "urn:ex/room-208-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-535-reheat-coil-valve" + "@id": "urn:ex/zone-208-209-temp" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-water-out", + "@id": "urn:ex/room-308-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-308-in" + }, + { + "@id": "urn:ex/room-308-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-535-hot-water-out-connection", + "@id": "urn:ex/office-ahu-connection-to-vavs", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve", + "@id": "urn:ex/room-211-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-501-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-211" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-501-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-501-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-509-cooling-pid-output", + "@id": "urn:ex/room-118-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-509-discharge-air-flow-sensor", + "@id": "urn:ex/zone-212-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-509-air-in" + "@id": "urn:ex/room-212-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-509-discharge-air-flow" + "@id": "urn:ex/zone-212-occupancy" } ] }, { - "@id": "urn:ex/vav-507-discharge-air-flow", + "@id": "urn:ex/vav-506-duct-after-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/zone-301-window-switch-on-off", + "@id": "urn:ex/room-306-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/connection-to-room-303-304-306" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, @@ -24540,46 +23951,88 @@ ] }, { - "@id": "urn:ex/vav-534-discharge-air-flow", + "@id": "urn:ex/vav-537-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-537-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-537-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-water-out", + "@id": "urn:ex/office-ahu-oa-in-connection", + "@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/vav-507-discharge-air-flow", + "@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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ] + }, + { + "@id": "urn:ex/vav-522-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-208-209" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-522-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-522-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-522-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-522-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-534-damper-command", + "@id": "urn:ex/vav-537-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -24593,104 +24046,172 @@ ] }, { - "@id": "urn:ex/zone-116-117-occupancy-override", + "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/zone-106-107-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-512", + "@id": "urn:ex/vav-537-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-537-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-537-damper-command" + } + ] + }, + { + "@id": "urn:ex/room-114-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-512-air-in" + "@id": "urn:ex/room-114-in" }, { - "@id": "urn:ex/vav-512-air-out" + "@id": "urn:ex/room-114-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ] + }, + { + "@id": "urn:ex/vav-531-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-531-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-512-hot-water-in" + "@id": "urn:ex/vav-531-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-512-hot-water-out" + "@id": "urn:ex/vav-531-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-531-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-512-damper" - }, + "@id": "http://data.ashrae.org/standard223#Role-Heating" + } + ] + }, + { + "@id": "urn:ex/vav-514-reheat-coil-valve-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-512-reheat-coil" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-512-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-314-occupancy-override", + "@id": "urn:ex/vav-508-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-508-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-508-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/room-201-in", + "@id": "urn:ex/vav-536-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/connection-to-room-201" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/office-ahu-ra-fan-out", + "@id": "urn:ex/vav-517-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-duct-after-ra-fan" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-537-colder-supply-air-requests", + "@id": "urn:ex/vav-523-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-512-hot-water-out-connection", + "@id": "urn:ex/vav-511-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -24702,229 +24223,418 @@ ] }, { - "@id": "urn:ex/vav-519-hot-water-in", + "@id": "urn:ex/vav-514-cooling-pid-output", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" + } + ] + }, + { + "@id": "urn:ex/zone-204-205-cooling-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-514-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/vav-514-damper-in" + }, + { + "@id": "urn:ex/vav-514-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-514-damper-command" + }, + { + "@id": "urn:ex/vav-514-damper-position" + } + ] + }, + { + "@id": "urn:ex/vav-501-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-501-air-in" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil-valve-position", + "@id": "urn:ex/vav-510-air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-111" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-510-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-510-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-510-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-510-discharge-air-temp-setpoint" + } + ] + }, + { + "@id": "urn:ex/vav-518-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-211-window-switch-on-off", + "@id": "urn:ex/zone-212-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-538-cooling-pid-output", + "@id": "urn:ex/vav-538-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-303-304-306", + "@id": "urn:ex/vav-528-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-303-hvac-domain" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/zone-213-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-304-hvac-domain" - }, + "@id": "urn:ex/room-213-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/room-306-hvac-domain" + "@id": "urn:ex/zone-213-occupancy" } + ] + }, + { + "@id": "urn:ex/vav-511-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/zone-215-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/zone-303-304-306-cooling-setpoint" - }, + "@id": "urn:ex/room-215-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-303-304-306-heating-setpoint" - }, + "@id": "urn:ex/zone-215-temp" + } + ] + }, + { + "@id": "urn:ex/vav-527-damper-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-303-304-306-occupancy" - }, + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-303-304-306-occupancy-override" - }, + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ] + }, + { + "@id": "urn:ex/vav-501-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-303-304-306-temp" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-530-damper-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-303-304-306-window-switch-on-off" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-525-damper", + "@id": "urn:ex/vav-518-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/vav-525-damper-in" + "@id": "urn:ex/vav-518-damper-in" }, { - "@id": "urn:ex/vav-525-damper-out" + "@id": "urn:ex/vav-518-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-525-damper-command" + "@id": "urn:ex/vav-518-damper-command" }, { - "@id": "urn:ex/vav-525-damper-position" + "@id": "urn:ex/vav-518-damper-position" } ] }, { - "@id": "urn:ex/zone-104", + "@id": "urn:ex/vav-534-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-104-hvac-domain" + "@id": "urn:ex/connection-to-room-314" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-104-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-104-heating-setpoint" + "@id": "urn:ex/vav-534-heating-pid-output" }, { - "@id": "urn:ex/zone-104-occupancy" - }, + "@id": "urn:ex/vav-534-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-104-occupancy-override" - }, + "@id": "urn:ex/vav-534-air-out" + } + ] + }, + { + "@id": "urn:ex/zone-113-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-104-temp" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + } + ] + }, + { + "@id": "urn:ex/vav-516-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-104-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-536-reheat-coil-valve", + "@id": "urn:ex/vav-521-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve-in" - }, + "@id": "urn:ex/vav-521-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve-out" + "@id": "urn:ex/vav-521-reheat-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/vav-519-discharge-air-flow", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve-command" - }, + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve-position" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-position", + "@id": "urn:ex/vav-507-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve-actuator", + "@id": "urn:ex/zone-110-occupancy", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-517-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } + ] + }, + { + "@id": "urn:ex/room-210", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-517-reheat-coil-valve-command" + "@id": "urn:ex/room-210-hvac-domain" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-position", + "@id": "urn:ex/room-107-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, + { + "@id": "urn:ex/vav-538-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -24940,45 +24650,80 @@ ] }, { - "@id": "urn:ex/vav-521-reheat-coil-air-in", + "@id": "urn:ex/zone-101-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-521-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "http://data.ashrae.org/standard223#Role-Outside", + "@id": "urn:ex/room-310", "@type": [ - "http://data.ashrae.org/standard223#EnumerationKind-Role" + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:ex/room-310-hvac-domain" + } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-power", + "@id": "urn:ex/vav-533-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:ex/vav-533-hot-water-out-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-204-205-heating-setpoint", + "@id": "urn:ex/vav-517-air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-203" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-517-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-517-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-517-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-517-discharge-air-temp-setpoint" + } + ] + }, + { + "@id": "urn:ex/zone-210-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -24994,7 +24739,34 @@ ] }, { - "@id": "urn:ex/vav-535-discharge-air-temp", + "@id": "urn:ex/office-ahu-chilled-water-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-chilled-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/zone-314-occupancy-override", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + } + ] + }, + { + "@id": "urn:ex/vav-501-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25005,17 +24777,17 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-523-damper-position", + "@id": "urn:ex/vav-511-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25031,15 +24803,30 @@ ] }, { - "@id": "urn:ex/vav-537-air-in", + "@id": "urn:ex/room-213-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/room-213-in" + }, + { + "@id": "urn:ex/room-213-out" } ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ] + }, + { + "@id": "urn:ex/vav-510-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" @@ -25047,13 +24834,24 @@ ] }, { - "@id": "urn:ex/room-208-in", + "@id": "urn:ex/vav-525-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/room-311-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-208-209" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -25063,103 +24861,283 @@ ] }, { - "@id": "urn:ex/vav-502-damper-command", + "@id": "urn:ex/vav-520-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/vav-520-hot-water-in-connection" } ], - "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-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-520-hot-water-in" } ] }, { - "@id": "urn:ex/vav-518", + "@id": "urn:ex/zone-113-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/room-113-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-113-temp" + } + ] + }, + { + "@id": "urn:ex/zone-204-205", + "@type": [ + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/room-204-hvac-domain" + }, + { + "@id": "urn:ex/room-205-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-204-205-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-204-205-heating-setpoint" + }, + { + "@id": "urn:ex/zone-204-205-occupancy" + }, + { + "@id": "urn:ex/zone-204-205-occupancy-override" + }, + { + "@id": "urn:ex/zone-204-205-temp" + }, + { + "@id": "urn:ex/zone-204-205-window-switch-on-off" + } + ] + }, + { + "@id": "urn:ex/office-ahu-ra-fan-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/office-ahu-ra-in" + } + ] + }, + { + "@id": "urn:ex/vav-536", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-air-in" + "@id": "urn:ex/vav-536-air-in" }, { - "@id": "urn:ex/vav-518-air-out" + "@id": "urn:ex/vav-536-air-out" }, { - "@id": "urn:ex/vav-518-hot-water-in" + "@id": "urn:ex/vav-536-hot-water-in" }, { - "@id": "urn:ex/vav-518-hot-water-out" + "@id": "urn:ex/vav-536-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-518-damper" + "@id": "urn:ex/vav-536-damper" }, { - "@id": "urn:ex/vav-518-reheat-coil" + "@id": "urn:ex/vav-536-reheat-coil" }, { - "@id": "urn:ex/vav-518-reheat-coil-valve" + "@id": "urn:ex/vav-536-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-535-damper-command", + "@id": "urn:ex/vav-526-damper-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/office-ahu-connection-to-vavs" } ], - "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/vav-526-air-in" } ] }, { - "@id": "urn:ex/vav-510", + "@id": "urn:ex/vav-508-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-508-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-508-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-508-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-508-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" + } + ] + }, + { + "@id": "urn:ex/vav-528", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-air-in" + "@id": "urn:ex/vav-528-air-in" }, { - "@id": "urn:ex/vav-510-air-out" + "@id": "urn:ex/vav-528-air-out" }, { - "@id": "urn:ex/vav-510-hot-water-in" + "@id": "urn:ex/vav-528-hot-water-in" }, { - "@id": "urn:ex/vav-510-hot-water-out" + "@id": "urn:ex/vav-528-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-510-damper" + "@id": "urn:ex/vav-528-damper" }, { - "@id": "urn:ex/vav-510-reheat-coil" + "@id": "urn:ex/vav-528-reheat-coil" }, { - "@id": "urn:ex/vav-510-reheat-coil-valve" + "@id": "urn:ex/vav-528-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-501-damper-in", + "@id": "urn:ex/zone-108-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/room-108-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-108-occupancy" + } + ] + }, + { + "@id": "urn:ex/zone-118-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/room-118-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-118-temp" + } + ] + }, + { + "@id": "urn:ex/room-105-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/room-105-in" + }, + { + "@id": "urn:ex/room-105-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ] + }, + { + "@id": "urn:ex/room-306-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ] + }, + { + "@id": "urn:ex/vav-521-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -25172,105 +25150,178 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-517-discharge-air-flow-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:ex/vav-517-air-in" + } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-501-air-in" + "@id": "urn:ex/vav-517-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-528-damper-in", + "@id": "urn:ex/vav-519-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/zone-305-heating-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-507-discharge-air-temp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-528-air-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-discharge-air-flow-setpoint", + "@id": "urn:ex/zone-307-308-heating-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-command", + "@id": "urn:ex/vav-536-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-536-damper-in" + }, + { + "@id": "urn:ex/vav-536-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-536-damper-command" + }, + { + "@id": "urn:ex/vav-536-damper-position" } ] }, { - "@id": "urn:ex/vav-537-damper-in", + "@id": "urn:ex/vav-509-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "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/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-537-air-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-temp-setpoint", + "@id": "urn:ex/zone-302", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-302-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-302-co2-concentration" + }, + { + "@id": "urn:ex/zone-302-co2-concentration-setpoint" + }, + { + "@id": "urn:ex/zone-302-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-302-heating-setpoint" + }, + { + "@id": "urn:ex/zone-302-occupancy" + }, + { + "@id": "urn:ex/zone-302-occupancy-override" + }, + { + "@id": "urn:ex/zone-302-temp" + }, + { + "@id": "urn:ex/zone-302-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-524-colder-supply-air-requests", + "@id": "urn:ex/vav-529-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -25281,67 +25332,76 @@ ] }, { - "@id": "urn:ex/vav-523-discharge-air-temp-sensor", + "@id": "urn:ex/vav-534-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-523-air-out" + "@id": "urn:ex/vav-534-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-523-discharge-air-temp" + "@id": "urn:ex/vav-534-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-523-damper-actuator", + "@id": "urn:ex/vav-522-reheat-coil-valve-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-523-damper" + "@id": "urn:ex/vav-522-reheat-coil-valve" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-523-damper-command" + "@id": "urn:ex/vav-522-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-516-discharge-air-temp-sensor", + "@id": "urn:ex/vav-513-discharge-air-temp", "@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/vav-516-air-out" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-516-discharge-air-temp" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-534-duct-after-damper", + "@id": "urn:ex/vav-503-hot-water-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/vav-503-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-valve-position", + "@id": "urn:ex/vav-514-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25357,116 +25417,123 @@ ] }, { - "@id": "urn:ex/vav-522-damper-out", + "@id": "urn:ex/connection-to-room-116-117", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-522-duct-after-damper" - } + "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/zone-103-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-522-colder-supply-air-requests" - }, + "@id": "urn:ex/room-103-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-522-cooling-pid-output" + "@id": "urn:ex/zone-103-occupancy" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-start-cmd", + "@id": "urn:ex/room-308", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/room-308-hvac-domain" } ] }, { - "@id": "urn:ex/connection-to-room-103", + "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve", + "@id": "urn:ex/vav-515-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-535-reheat-coil-valve-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-535-reheat-coil-valve-out" + "@id": "urn:ex/vav-515-damper" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-515-damper-command" } + ] + }, + { + "@id": "urn:ex/vav-508-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-535-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-535-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-536-hot-water-out", + "@id": "urn:ex/vav-509-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-536-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-hot-water-in-connection", + "@id": "urn:ex/vav-538-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "urn:ex/vav-538-air-out" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-538-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-110-out", + "@id": "urn:ex/vav-537-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-537-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -25476,191 +25543,201 @@ ] }, { - "@id": "urn:ex/vav-504-damper", + "@id": "urn:ex/room-210-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-damper-in" + "@id": "urn:ex/room-210-in" }, { - "@id": "urn:ex/vav-504-damper-out" + "@id": "urn:ex/room-210-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-504-damper-command" - }, + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ] + }, + { + "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-504-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-511-damper-actuator", + "@id": "urn:ex/vav-536-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-511-damper" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-511-damper-command" + "@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/zone-307-308-window-switch-on-off", + "@id": "urn:ex/room-307-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/room-307-in" + }, + { + "@id": "urn:ex/room-307-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-515-pipe-hot-water-return-before-valve", + "@id": "urn:ex/room-105-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-from-rooms" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-518-damper-out", + "@id": "urn:ex/vav-508-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-duct-after-damper" + "@id": "urn:ex/vav-508-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-518-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-518-cooling-pid-output" + "@id": "urn:ex/vav-508-hot-water-in" } ] }, { - "@id": "urn:ex/vav-512-reheat-coil", + "@id": "urn:ex/zone-103-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-512-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-512-reheat-coil-air-out" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-512-reheat-coil-water-in" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + } + ] + }, + { + "@id": "urn:ex/vav-510-damper-command", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-512-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-521-discharge-air-temp-sensor", + "@id": "urn:ex/vav-508-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-521-air-out" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-521-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-532-damper", + "@id": "urn:ex/vav-532-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-532-damper-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-532-damper-out" + "@id": "urn:ex/vav-532-air-in" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-532-damper-command" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-532-damper-position" + "@id": "urn:ex/vav-532-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-water-in", + "@id": "urn:ex/zone-214-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-510-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-510-hot-water-in" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-509-hot-water-in-connection", + "@id": "urn:ex/vav-540-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-513-duct-after-damper", + "@id": "urn:ex/connection-to-room-111", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -25672,45 +25749,32 @@ ] }, { - "@id": "urn:ex/vav-529", + "@id": "urn:ex/room-309-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-air-in" - }, - { - "@id": "urn:ex/vav-529-air-out" - }, - { - "@id": "urn:ex/vav-529-hot-water-in" + "@id": "urn:ex/room-309-in" }, { - "@id": "urn:ex/vav-529-hot-water-out" + "@id": "urn:ex/room-309-out" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-529-damper" - }, - { - "@id": "urn:ex/vav-529-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-529-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-water-in", + "@id": "urn:ex/vav-528-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-hot-water-in-connection" + "@id": "urn:ex/vav-528-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -25720,70 +25784,55 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-532-hot-water-in" + "@id": "urn:ex/vav-528-hot-water-out" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve-position", + "@id": "urn:ex/zone-309-310-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil", + "@id": "urn:ex/vav-519-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-537-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-537-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-537-reheat-coil-water-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-537-reheat-coil-water-out" + "@id": "urn:ex/vav-519-air-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-519-discharge-air-temp" } ] }, { - "@id": "urn:ex/zone-101-temp-sensor", + "@id": "urn:ex/vav-523-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-101-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-101-temp" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-503-discharge-air-temp", + "@id": "urn:ex/vav-511-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25797,31 +25846,53 @@ "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-536-reheat-coil-valve-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-517-colder-supply-air-requests", + "@id": "urn:ex/vav-525-damper-command", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-111-occupancy-override", + "@id": "urn:ex/vav-510-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, @@ -25842,90 +25913,97 @@ ] }, { - "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-533-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-537-hot-water-out", + "@id": "urn:ex/vav-515-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/vav-537-hot-water-out-connection" + "@id": "urn:ex/vav-515-damper-in" + }, + { + "@id": "urn:ex/vav-515-damper-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-515-damper-command" + }, + { + "@id": "urn:ex/vav-515-damper-position" } ] }, { - "@id": "urn:ex/vav-524", + "@id": "urn:ex/vav-525-damper-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-air-in" - }, - { - "@id": "urn:ex/vav-524-air-out" - }, - { - "@id": "urn:ex/vav-524-hot-water-in" - }, - { - "@id": "urn:ex/vav-524-hot-water-out" + "@id": "urn:ex/vav-525-duct-after-damper" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-524-damper" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-reheat-coil" + "@id": "urn:ex/vav-525-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-524-reheat-coil-valve" + "@id": "urn:ex/vav-525-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-524-damper", + "@id": "urn:ex/vav-534-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-524-damper-in" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-524-damper-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/zone-201-heating-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-524-damper-command" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-524-damper-position" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-hot-water-in-connection", + "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -25937,90 +26015,100 @@ ] }, { - "@id": "urn:ex/vav-523-air-in", + "@id": "urn:ex/zone-118-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/room-118-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-118-occupancy" } ] }, { - "@id": "urn:ex/zone-113-occupancy-override", + "@id": "urn:ex/office-ahu-increased-air-pressure-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/zone-311-temp-sensor", + "@id": "urn:ex/zone-313-occupancy", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-311-hvac-domain" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-311-temp" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-518-hot-water-in", + "@id": "urn:ex/vav-535-damper-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-518-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-oa-flow", + "@id": "urn:ex/zone-113-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Outside" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } + ] + }, + { + "@id": "urn:ex/office-ahu-oa-damper-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "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/connection-to-room-118", + "@id": "urn:ex/room-205-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-204-205" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -26029,38 +26117,61 @@ ] }, { - "@id": "urn:ex/vav-517-duct-after-damper", + "@id": "urn:ex/zone-106-107-occupancy", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/room-104-hvac-domain", + "@id": "urn:ex/zone-303-304-306", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-104-in" + "@id": "urn:ex/room-303-hvac-domain" }, { - "@id": "urn:ex/room-104-out" + "@id": "urn:ex/room-304-hvac-domain" + }, + { + "@id": "urn:ex/room-306-hvac-domain" } ], "http://data.ashrae.org/standard223#hasDomain": [ { "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-303-304-306-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-303-304-306-heating-setpoint" + }, + { + "@id": "urn:ex/zone-303-304-306-occupancy" + }, + { + "@id": "urn:ex/zone-303-304-306-occupancy-override" + }, + { + "@id": "urn:ex/zone-303-304-306-temp" + }, + { + "@id": "urn:ex/zone-303-304-306-window-switch-on-off" + } ] }, { - "@id": "urn:ex/zone-204-205-occupancy", + "@id": "urn:ex/zone-215-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -26071,114 +26182,110 @@ ] }, { - "@id": "urn:ex/vav-521-more-heat-requests", + "@id": "urn:ex/vav-529-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-533-reheat-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-519-heating-pid-output", + "@id": "urn:ex/room-201-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve-command", + "@id": "urn:ex/vav-537-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-valve-command", + "@id": "urn:ex/vav-521-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/connection-to-room-204-205" } ], - "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" } - ] - }, - { - "@id": "urn:ex/vav-538-discharge-air-flow-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-air-in" + "@id": "urn:ex/vav-521-heating-pid-output" + }, + { + "@id": "urn:ex/vav-521-more-heat-requests" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-538-discharge-air-flow" + "@id": "urn:ex/vav-521-air-out" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-air-in", + "@id": "urn:ex/vav-519-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-duct-after-damper" + "@id": "urn:ex/vav-519-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-519-hot-water-in" } ] }, { - "@id": "urn:ex/vav-538-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-508-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -26194,45 +26301,80 @@ ] }, { - "@id": "urn:ex/office-ahu-hot-water-in", + "@id": "urn:ex/vav-539-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-536-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-508-reheat-coil-valve", + "@type": [ + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-hot-water-in-connection" + "@id": "urn:ex/vav-508-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-508-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-508-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-508-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/zone-307-308-occupancy-sensor", + "@id": "urn:ex/vav-518-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-307-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-307-308-occupancy" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-311-out", + "@id": "urn:ex/office-ahu-ea-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/office-ahu-ea-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -26242,48 +26384,70 @@ ] }, { - "@id": "urn:ex/office-ahu-ra-fan-start-cmd", + "@id": "urn:ex/zone-206-co2-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "urn:ex/room-206-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-206-co2-concentration" } ] }, { - "@id": "urn:ex/vav-502-damper", + "@id": "urn:ex/vav-520", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-damper-in" + "@id": "urn:ex/vav-520-air-in" }, { - "@id": "urn:ex/vav-502-damper-out" + "@id": "urn:ex/vav-520-air-out" + }, + { + "@id": "urn:ex/vav-520-hot-water-in" + }, + { + "@id": "urn:ex/vav-520-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-502-damper-command" + "@id": "urn:ex/vav-520-damper" }, { - "@id": "urn:ex/vav-502-damper-position" + "@id": "urn:ex/vav-520-reheat-coil" + }, + { + "@id": "urn:ex/vav-520-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-water-out", + "@id": "urn:ex/vav-514-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-533-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -26292,67 +26456,89 @@ ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve-command", + "@id": "urn:ex/office-ahu-chilled-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-533-discharge-air-temp-sensor", + "@id": "urn:ex/vav-528-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-533-air-out" + "@id": "urn:ex/vav-528-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-533-discharge-air-temp" + "@id": "urn:ex/vav-528-damper-command" } ] }, { - "@id": "urn:ex/zone-207-temp", + "@id": "urn:ex/room-106-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-106-in" + }, + { + "@id": "urn:ex/room-106-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/connection-to-room-115", + "@id": "urn:ex/vav-509-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-110-occupancy", + "@id": "urn:ex/vav-526-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/vav-526-damper-in" + }, + { + "@id": "urn:ex/vav-526-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-526-damper-command" + }, + { + "@id": "urn:ex/vav-526-damper-position" + } + ] + }, + { + "@id": "urn:ex/zone-314-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -26363,302 +26549,324 @@ ] }, { - "@id": "urn:ex/room-104-in", + "@id": "urn:ex/vav-507-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-104" + "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-air-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-302" - } + "@id": "urn:ex/vav-515-discharge-air-temp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-528-heating-pid-output" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-528-more-heat-requests" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-528-air-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-301-heating-setpoint", + "@id": "urn:ex/vav-528-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-air-out", + "@id": "urn:ex/vav-535-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-213" + "@id": "urn:ex/vav-535-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-535-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-heating-pid-output" + "@id": "urn:ex/vav-535-reheat-coil-valve-command" }, { - "@id": "urn:ex/vav-538-more-heat-requests" + "@id": "urn:ex/vav-535-reheat-coil-valve-position" } + ] + }, + { + "@id": "urn:ex/zone-109-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-538-air-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-526-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-526-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-526-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-526-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-526-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve-position", + "@id": "urn:ex/vav-509-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-524-reheat-coil-water-in", + "@id": "urn:ex/vav-529-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-hot-water-in-connection" + "@id": "urn:ex/vav-529-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-hot-water-in" + "@id": "urn:ex/vav-529-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-529-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil", + "@id": "urn:ex/zone-202-temp", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-502-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-502-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-502-reheat-coil-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-502-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-313-out", + "@id": "urn:ex/vav-519-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-311-in", + "@id": "urn:ex/vav-512-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/connection-to-room-311" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } + ] + }, + { + "@id": "urn:ex/vav-515-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-538-reheat-coil-valve-out", + "@id": "urn:ex/vav-521-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-538-hot-water-out-connection" + "@id": "urn:ex/vav-521-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-538-hot-water-out" + "@id": "urn:ex/vav-521-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-521-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-air-out", + "@id": "urn:ex/vav-518-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-206" + "@id": "urn:ex/vav-518-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-523-heating-pid-output" - }, + "@id": "urn:ex/vav-518-hot-water-in" + } + ] + }, + { + "@id": "urn:ex/zone-210-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-523-more-heat-requests" + "@id": "urn:ex/room-210-hvac-domain" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-523-air-out" + "@id": "urn:ex/zone-210-occupancy" } ] }, { - "@id": "urn:ex/vav-516", + "@id": "urn:ex/vav-514", "@type": [ "http://data.ashrae.org/standard223#SingleDuctTerminal", "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-air-in" + "@id": "urn:ex/vav-514-air-in" }, { - "@id": "urn:ex/vav-516-air-out" + "@id": "urn:ex/vav-514-air-out" }, { - "@id": "urn:ex/vav-516-hot-water-in" + "@id": "urn:ex/vav-514-hot-water-in" }, { - "@id": "urn:ex/vav-516-hot-water-out" + "@id": "urn:ex/vav-514-hot-water-out" } ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-516-damper" + "@id": "urn:ex/vav-514-damper" }, { - "@id": "urn:ex/vav-516-reheat-coil" + "@id": "urn:ex/vav-514-reheat-coil" }, { - "@id": "urn:ex/vav-516-reheat-coil-valve" + "@id": "urn:ex/vav-514-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-523-discharge-air-temp-setpoint", + "@id": "urn:ex/room-116-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/connection-to-room-116-117" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-522-heating-pid-output", + "@id": "urn:ex/vav-530-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -26674,7 +26882,7 @@ ] }, { - "@id": "urn:ex/vav-514-hot-water-in-connection", + "@id": "urn:ex/vav-534-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -26686,162 +26894,167 @@ ] }, { - "@id": "urn:ex/zone-203-heating-setpoint", + "@id": "urn:ex/zone-307-308-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } + ] + }, + { + "@id": "urn:ex/vav-504-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-513-heating-pid-output", + "@id": "urn:ex/zone-214-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-214-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/zone-214-temp" } ] }, { - "@id": "urn:ex/vav-531-damper-in", + "@id": "urn:ex/vav-533-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-533-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-531-air-in" + "@id": "urn:ex/vav-533-hot-water-out" } ] }, { - "@id": "urn:ex/connection-to-room-112-114", + "@id": "urn:ex/vav-536-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-536-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-536-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-air-in", + "@id": "urn:ex/vav-505-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-518-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "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/UNITLESS" } ] }, { - "@id": "urn:ex/vav-511-damper-out", + "@id": "urn:ex/vav-532", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-532-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-532-air-out" + }, { - "@id": "urn:ex/vav-511-colder-supply-air-requests" + "@id": "urn:ex/vav-532-hot-water-in" }, { - "@id": "urn:ex/vav-511-cooling-pid-output" + "@id": "urn:ex/vav-532-hot-water-out" } - ] - }, - { - "@id": "urn:ex/vav-503-damper", - "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-503-damper-in" + "@id": "urn:ex/vav-532-damper" }, { - "@id": "urn:ex/vav-503-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-503-damper-command" + "@id": "urn:ex/vav-532-reheat-coil" }, { - "@id": "urn:ex/vav-503-damper-position" + "@id": "urn:ex/vav-532-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-523-hot-water-in", + "@id": "urn:ex/office-ahu-oa-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-523-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#Role-Outside" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-539-more-heat-requests", + "@id": "urn:ex/vav-523-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve-position", + "@id": "urn:ex/vav-519-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -26857,229 +27070,267 @@ ] }, { - "@id": "urn:ex/vav-504-damper-out", + "@id": "urn:ex/vav-503", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-503-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-503-air-out" + }, + { + "@id": "urn:ex/vav-503-hot-water-in" + }, + { + "@id": "urn:ex/vav-503-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-504-colder-supply-air-requests" + "@id": "urn:ex/vav-503-damper" }, { - "@id": "urn:ex/vav-504-cooling-pid-output" + "@id": "urn:ex/vav-503-reheat-coil" + }, + { + "@id": "urn:ex/vav-503-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-water-out", + "@id": "urn:ex/vav-502-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-523-hot-water-out", + "@id": "urn:ex/vav-538-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-523-hot-water-out-connection" + "@id": "urn:ex/vav-538-air-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-538-discharge-air-flow" } + ] + }, + { + "@id": "urn:ex/vav-537-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-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve", + "@id": "urn:ex/room-214-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-519-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-214" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/zone-102-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-519-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-519-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve", + "@id": "urn:ex/zone-111", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-reheat-coil-valve-in" - }, + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-539-reheat-coil-valve-out" + "@id": "urn:ex/room-111-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-539-reheat-coil-valve-command" + "@id": "urn:ex/zone-111-cooling-setpoint" }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-position" + "@id": "urn:ex/zone-111-heating-setpoint" + }, + { + "@id": "urn:ex/zone-111-occupancy" + }, + { + "@id": "urn:ex/zone-111-occupancy-override" + }, + { + "@id": "urn:ex/zone-111-temp" + }, + { + "@id": "urn:ex/zone-111-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-512-damper-command", + "@id": "urn:ex/office-ahu-ma-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-506-air-out", + "@id": "urn:ex/vav-539-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-106-107" + "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/zone-214-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-506-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-506-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-506-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-506-discharge-air-temp-setpoint" + "@id": "urn:ex/room-214-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-214-occupancy" } ] }, { - "@id": "urn:ex/zone-303-304-306-cooling-setpoint", + "@id": "urn:ex/vav-532-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-532-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-532-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-air-in", + "@id": "urn:ex/vav-512-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-526-duct-after-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-water-in", + "@id": "urn:ex/vav-519-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-hot-water-in-connection" + "@id": "urn:ex/vav-519-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-519-reheat-coil-valve-out" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-520-hot-water-in" + "@id": "urn:ex/vav-519-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-519-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/zone-112-114-occupancy-override", + "@id": "urn:ex/vav-506-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-506-pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-528-hot-water-in-connection", + "@id": "urn:ex/vav-507-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -27091,266 +27342,221 @@ ] }, { - "@id": "urn:ex/vav-519-more-heat-requests", + "@id": "urn:ex/vav-535-damper-command", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } - ] - }, - { - "@id": "urn:ex/room-206", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/room-206-hvac-domain" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-temp-sensor", + "@id": "urn:ex/zone-111-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-540-air-out" + "@id": "urn:ex/room-111-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-540-discharge-air-temp" + "@id": "urn:ex/zone-111-occupancy" } ] }, { - "@id": "urn:ex/room-305-hvac-domain", + "@id": "urn:ex/vav-521-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-305-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-305-out" + "@id": "urn:ex/vav-521-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-521-damper-command" } ] }, { - "@id": "urn:ex/zone-302-occupancy-override", + "@id": "urn:ex/vav-510-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-511-air-out", + "@id": "urn:ex/room-201-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-112-114" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/room-201-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/room-201-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-511-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-511-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-511-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-511-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-519", + "@id": "urn:ex/vav-537-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-air-in" - }, - { - "@id": "urn:ex/vav-519-air-out" - }, - { - "@id": "urn:ex/vav-519-hot-water-in" - }, - { - "@id": "urn:ex/vav-519-hot-water-out" + "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-519-damper" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-513-discharge-air-temp-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-519-reheat-coil" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-519-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-524-discharge-air-flow-sensor", + "@id": "urn:ex/vav-527-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-524-air-in" + "@id": "urn:ex/vav-527-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-524-discharge-air-flow" + "@id": "urn:ex/vav-527-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil-air-in", + "@id": "urn:ex/vav-527-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-511-duct-after-damper" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-air-out", + "@id": "urn:ex/vav-519-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-105" + "@id": "urn:ex/vav-519-hot-water-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/vav-504-heating-pid-output" - }, - { - "@id": "urn:ex/vav-504-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-504-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-506-damper-out", + "@id": "urn:ex/room-301-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-506-duct-after-damper" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-506-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-506-cooling-pid-output" - } ] }, { - "@id": "urn:ex/zone-214-temp", + "@id": "urn:ex/vav-501-reheat-coil-air-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/Temperature" + "@id": "urn:ex/vav-501-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve", + "@id": "urn:ex/vav-516-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-540-reheat-coil-valve-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-540-reheat-coil-valve-out" + "@id": "urn:ex/vav-516-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-516-discharge-air-flow" } + ] + }, + { + "@id": "urn:ex/vav-522-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-540-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-540-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-506-more-heat-requests", + "@id": "urn:ex/vav-513-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -27361,118 +27567,125 @@ ] }, { - "@id": "urn:ex/room-111", + "@id": "urn:ex/zone-104-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-111-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve", + "@id": "urn:ex/vav-531-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-507-reheat-coil-valve-out" + "@id": "urn:ex/vav-531-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/office-ahu-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve-command" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-522-duct-after-damper", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-507-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve-out", + "@id": "urn:ex/vav-525-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-508-hot-water-out-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-508-hot-water-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve", + "@id": "urn:ex/room-303-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-517-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-517-reheat-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-517-reheat-coil-valve-command" - }, - { - "@id": "urn:ex/vav-517-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-504-damper-command", + "@id": "urn:ex/vav-512-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-512-damper-in" + }, + { + "@id": "urn:ex/vav-512-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-512-damper-command" + }, + { + "@id": "urn:ex/vav-512-damper-position" } ] }, { - "@id": "urn:ex/zone-305", + "@id": "urn:ex/zone-215", "@type": [ "http://data.ashrae.org/standard223#Zone", "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-305-hvac-domain" + "@id": "urn:ex/room-215-hvac-domain" } ], "http://data.ashrae.org/standard223#hasDomain": [ @@ -27482,311 +27695,298 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-305-cooling-setpoint" + "@id": "urn:ex/zone-215-cooling-setpoint" }, { - "@id": "urn:ex/zone-305-heating-setpoint" + "@id": "urn:ex/zone-215-heating-setpoint" }, { - "@id": "urn:ex/zone-305-occupancy" + "@id": "urn:ex/zone-215-occupancy" }, { - "@id": "urn:ex/zone-305-occupancy-override" + "@id": "urn:ex/zone-215-occupancy-override" }, { - "@id": "urn:ex/zone-305-temp" + "@id": "urn:ex/zone-215-temp" }, { - "@id": "urn:ex/zone-305-window-switch-on-off" + "@id": "urn:ex/zone-215-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-530-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-509-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-509-reheat-coil-valve-command" + "@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/zone-112-114-occupancy-sensor", + "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/room-112-hvac-domain" - } + "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/zone-112-114-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-valve-out", + "@id": "urn:ex/vav-524-damper-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-517-hot-water-out-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-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-517-hot-water-out" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-214-occupancy", + "@id": "urn:ex/vav-516-air-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/office-ahu-connection-to-vavs" } - ] - }, - { - "@id": "urn:ex/room-302", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-302-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-101", + "@id": "urn:ex/vav-537-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-101-hvac-domain" + "@id": "urn:ex/connection-to-room-312" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-101-building-static-pressure" - }, - { - "@id": "urn:ex/zone-101-building-static-pressure-setpoint" - }, - { - "@id": "urn:ex/zone-101-co2-concentration" - }, - { - "@id": "urn:ex/zone-101-co2-concentration-setpoint" - }, - { - "@id": "urn:ex/zone-101-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-101-heating-setpoint" - }, - { - "@id": "urn:ex/zone-101-occupancy" - }, - { - "@id": "urn:ex/zone-101-occupancy-override" + "@id": "urn:ex/vav-537-heating-pid-output" }, { - "@id": "urn:ex/zone-101-temp" - }, + "@id": "urn:ex/vav-537-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-101-window-switch-on-off" + "@id": "urn:ex/vav-537-air-out" } ] }, { - "@id": "urn:ex/vav-505-discharge-air-temp", + "@id": "urn:ex/vav-520-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-517-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-517-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-517-reheat-coil-air-out" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-517-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-517-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-valve-actuator", + "@id": "urn:ex/connection-to-room-201", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-504-reheat-coil-valve" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-504-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-water-in", + "@id": "urn:ex/vav-527-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-hot-water-in-connection" + "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-504-hot-water-in" - } ] }, { - "@id": "urn:ex/zone-214-occupancy-sensor", + "@id": "urn:ex/vav-531-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-214-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-214-occupancy" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-command", + "@id": "urn:ex/vav-514-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-303-304-306-occupancy-override", + "@id": "urn:ex/vav-524-hot-water-in-connection", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-209", + "@id": "urn:ex/zone-313-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-209-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-513-reheat-coil-valve-command", + "@id": "urn:ex/vav-516-damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-516-duct-after-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#hasProperty": [ + { + "@id": "urn:ex/vav-516-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-516-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-518-hot-water-out", + "@id": "urn:ex/room-205-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-103-heating-setpoint", + "@id": "urn:ex/room-101-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/connection-to-room-101" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-510-cooling-pid-output", + "@id": "urn:ex/vav-538-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -27802,115 +28002,124 @@ ] }, { - "@id": "urn:ex/vav-539-reheat-coil-valve-command", + "@id": "urn:ex/zone-301-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-520-discharge-air-flow", + "@id": "urn:ex/zone-115-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } + ] + }, + { + "@id": "urn:ex/zone-207-occupancy-override", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/zone-312-heating-setpoint", + "@id": "urn:ex/vav-539-damper-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-water-in", + "@id": "urn:ex/office-ahu-ra-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-526-hot-water-in" + "@id": "urn:ex/office-ahu-ra-flow" + }, + { + "@id": "urn:ex/office-ahu-ra-temp" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-516-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-503-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-503-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-504-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-507-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-507-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-520-damper-command", + "@id": "urn:ex/vav-532-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -27924,100 +28133,143 @@ ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve", + "@id": "urn:ex/zone-203-temp", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-510-reheat-coil-valve-in" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-510-reheat-coil-valve-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-506-reheat-coil-air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-106-107" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-510-reheat-coil-valve-command" + "@id": "urn:ex/vav-506-heating-pid-output" }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-position" + "@id": "urn:ex/vav-506-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-506-air-out" } ] }, { - "@id": "urn:ex/vav-501-colder-supply-air-requests", + "@id": "urn:ex/connection-to-room-302", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-503-cooling-pid-output", + "@id": "urn:ex/vav-503-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper-out", + "@id": "urn:ex/office-ahu-ra-fan-start-status", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ] + }, + { + "@id": "urn:ex/vav-508-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" + "@id": "urn:ex/vav-508-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-516-hot-water-in", + "@id": "urn:ex/vav-532-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/room-304-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-hot-water-in-connection" + "@id": "urn:ex/room-304-in" + }, + { + "@id": "urn:ex/room-304-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-532-damper-out", + "@id": "urn:ex/vav-515-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-duct-after-damper" + "@id": "urn:ex/connection-to-room-116-117" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -28027,205 +28279,186 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-532-colder-supply-air-requests" + "@id": "urn:ex/vav-515-discharge-air-flow" }, { - "@id": "urn:ex/vav-532-cooling-pid-output" + "@id": "urn:ex/vav-515-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-515-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-515-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-535-discharge-air-flow", + "@id": "urn:ex/vav-526-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-526-reheat-coil-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-526-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-526-damper", + "@id": "urn:ex/vav-528-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-damper-in" - }, - { - "@id": "urn:ex/vav-526-damper-out" + "@id": "urn:ex/vav-528-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-526-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-526-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-203-occupancy-override", + "@id": "urn:ex/vav-524-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-509-reheat-coil-valve-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-521-damper-actuator", + "@id": "urn:ex/vav-521-air-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-521-damper" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-damper-command" + "@id": "urn:ex/connection-to-room-204-205" } - ] - }, - { - "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/zone-104-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/room-104-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:ex/vav-521-discharge-air-flow" + }, { - "@id": "urn:ex/zone-104-temp" + "@id": "urn:ex/vav-521-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-521-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-521-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/zone-108", + "@id": "urn:ex/vav-521-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-108-hvac-domain" + "@id": "urn:ex/vav-521-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-521-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-108-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-108-heating-setpoint" - }, - { - "@id": "urn:ex/zone-108-occupancy" + "@id": "urn:ex/vav-521-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-108-occupancy-override" - }, + "@id": "urn:ex/vav-521-reheat-coil-valve-position" + } + ] + }, + { + "@id": "urn:ex/vav-530-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/zone-108-temp" - }, + "@id": "urn:ex/vav-530-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-108-window-switch-on-off" + "@id": "urn:ex/vav-530-damper-command" } ] }, { - "@id": "urn:ex/zone-118-occupancy-sensor", + "@id": "urn:ex/vav-525-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-118-hvac-domain" + "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-118-occupancy" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-505-discharge-air-temp-sensor", + "@id": "urn:ex/vav-528-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-505-air-out" + "@id": "urn:ex/vav-528-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-505-discharge-air-temp" + "@id": "urn:ex/vav-528-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-102-in", + "@id": "urn:ex/room-201-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-102" + "@id": "urn:ex/connection-to-room-201" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -28235,13 +28468,13 @@ ] }, { - "@id": "urn:ex/room-306-in", + "@id": "urn:ex/room-117-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-303-304-306" + "@id": "urn:ex/connection-to-room-116-117" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -28267,9 +28500,14 @@ ] }, { - "@id": "urn:ex/vav-502-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-521-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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": [ { @@ -28283,202 +28521,196 @@ ] }, { - "@id": "urn:ex/vav-535-hot-water-in", + "@id": "urn:ex/room-102-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-hot-water-in-connection" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-valve-in", + "@id": "urn:ex/vav-509-discharge-air-temp-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-511-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-511-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-534-damper-actuator", + "@id": "urn:ex/vav-504-reheat-coil-valve-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-534-damper" + "@id": "urn:ex/vav-504-reheat-coil-valve" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-534-damper-command" + "@id": "urn:ex/vav-504-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/zone-113-cooling-setpoint", + "@id": "urn:ex/connection-to-room-212", + "@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/vav-516-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/zone-214-temp-sensor", + "@id": "urn:ex/vav-501-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-214-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-214-temp" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-520-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-525-reheat-coil-valve" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-525-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-532", + "@id": "urn:ex/vav-537-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-532-air-in" - }, - { - "@id": "urn:ex/vav-532-air-out" - }, - { - "@id": "urn:ex/vav-532-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-532-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-532-damper" - }, - { - "@id": "urn:ex/vav-532-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-516-damper-out", + "@id": "urn:ex/vav-533-damper-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-516-duct-after-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#hasProperty": [ - { - "@id": "urn:ex/vav-516-colder-supply-air-requests" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-516-cooling-pid-output" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-water-out", + "@id": "urn:ex/vav-510-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-510-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-525-damper-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-510-hot-water-out" } ] }, { - "@id": "urn:ex/zone-106-107-window-switch-on-off", + "@id": "urn:ex/vav-537-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-533-damper-in", + "@id": "urn:ex/vav-508-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -28494,189 +28726,204 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-533-air-in" + "@id": "urn:ex/vav-508-air-in" } ] }, { - "@id": "urn:ex/vav-507-discharge-air-flow-sensor", + "@id": "urn:ex/zone-112-114-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-507-air-in" + "@id": "urn:ex/room-112-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-507-discharge-air-flow" + "@id": "urn:ex/zone-112-114-occupancy" } ] }, { - "@id": "urn:ex/vav-532-damper-actuator", + "@id": "urn:ex/vav-531-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-532-damper" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-damper-command" + "@id": "urn:ex/office-ahu-connection-to-vavs" } - ] - }, - { - "@id": "urn:ex/zone-208-209-cooling-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-531-air-in" } ] }, { - "@id": "urn:ex/vav-534-discharge-air-temp", + "@id": "urn:ex/vav-533-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/vav-533-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-valve-out" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-533-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-533-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-502-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-535-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-535-more-heat-requests", + "@id": "urn:ex/zone-202-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/room-116-hvac-domain", + "@id": "urn:ex/vav-540-air-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-116-in" - }, - { - "@id": "urn:ex/room-116-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-112-114", + "@id": "urn:ex/vav-534-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-112-hvac-domain" + "@id": "urn:ex/vav-534-reheat-coil-air-in" }, { - "@id": "urn:ex/room-114-hvac-domain" + "@id": "urn:ex/vav-534-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-534-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-534-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } + ] + }, + { + "@id": "urn:ex/vav-539-reheat-coil-valve", + "@type": [ + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-112-114-cooling-setpoint" + "@id": "urn:ex/vav-539-reheat-coil-valve-in" }, { - "@id": "urn:ex/zone-112-114-heating-setpoint" - }, + "@id": "urn:ex/vav-539-reheat-coil-valve-out" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-112-114-occupancy" - }, + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-112-114-occupancy-override" + "@id": "urn:ex/vav-539-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-112-114-temp" - }, + "@id": "urn:ex/vav-539-reheat-coil-valve-position" + } + ] + }, + { + "@id": "urn:ex/vav-515-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-112-114-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-504-damper-position", + "@id": "urn:ex/zone-103-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-539-reheat-coil-air-out", + "@id": "urn:ex/vav-502-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-214" + "@id": "urn:ex/vav-502-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -28686,60 +28933,72 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-539-heating-pid-output" + "@id": "urn:ex/vav-502-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-539-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-539-air-out" + "@id": "urn:ex/vav-502-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-water-in", + "@id": "urn:ex/vav-538-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-hot-water-in-connection" + "@id": "urn:ex/connection-to-room-213" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-538-heating-pid-output" + }, + { + "@id": "urn:ex/vav-538-more-heat-requests" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-537-hot-water-in" + "@id": "urn:ex/vav-538-air-out" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-valve-actuator", + "@id": "urn:ex/vav-504-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-htg-coil-valve" + "@id": "urn:ex/vav-504-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-htg-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-504-hot-water-out" } ] }, { - "@id": "urn:ex/vav-515-hot-water-out-connection", + "@id": "urn:ex/vav-518-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-518-hot-water-out-connection" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -28748,102 +29007,148 @@ ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-519", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-reheat-coil-valve" + "@id": "urn:ex/vav-519-air-in" + }, + { + "@id": "urn:ex/vav-519-air-out" + }, + { + "@id": "urn:ex/vav-519-hot-water-in" + }, + { + "@id": "urn:ex/vav-519-hot-water-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-527-reheat-coil-valve-command" + "@id": "urn:ex/vav-519-damper" + }, + { + "@id": "urn:ex/vav-519-reheat-coil" + }, + { + "@id": "urn:ex/vav-519-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-207-temp-sensor", + "@id": "urn:ex/room-304-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-207-hvac-domain" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-207-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-535-hot-water-in-connection", + "@id": "urn:ex/vav-527-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/office-ahu-connection-to-vavs" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve-in", + "@id": "urn:ex/vav-502-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-101" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-502-heating-pid-output" + }, + { + "@id": "urn:ex/vav-502-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-502-air-out" } ] }, { - "@id": "urn:ex/room-303-hvac-domain", + "@id": "urn:ex/vav-507-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-303-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-303-out" + "@id": "urn:ex/vav-507-air-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-507-discharge-air-temp" } ] }, { - "@id": "urn:ex/office-ahu-ra-fan-power", + "@id": "urn:ex/vav-511-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:ex/vav-511-hot-water-out-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-511-hot-water-out" } ] }, { - "@id": "urn:ex/vav-537-hot-water-out-connection", + "@id": "urn:ex/vav-518-colder-supply-air-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -28855,46 +29160,65 @@ ] }, { - "@id": "urn:ex/zone-103-temp", + "@id": "urn:ex/zone-307-308-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-307-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-307-308-occupancy" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-519-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-reheat-coil-valve" + "@id": "urn:ex/vav-519-duct-after-damper" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-528-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-air-in", + "@id": "urn:ex/vav-508-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/vav-505-duct-after-damper" + "@id": "urn:ex/vav-508-damper-in" + }, + { + "@id": "urn:ex/vav-508-damper-out" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-508-damper-command" + }, + { + "@id": "urn:ex/vav-508-damper-position" } + ] + }, + { + "@id": "urn:ex/vav-533-duct-after-damper", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -28903,96 +29227,118 @@ ] }, { - "@id": "urn:ex/vav-511-damper-command", + "@id": "urn:ex/room-302-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-302-in" + }, + { + "@id": "urn:ex/room-302-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/room-209-out", + "@id": "urn:ex/vav-535-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-535-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-535-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-air-out", + "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/connection-to-room-116-117" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/room-103-hvac-domain", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-515-heating-pid-output" + "@id": "urn:ex/room-103-in" }, { - "@id": "urn:ex/vav-515-more-heat-requests" + "@id": "urn:ex/room-103-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-515-air-out" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-538-duct-after-damper", + "@id": "urn:ex/vav-501-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-503-heating-pid-output", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-516-damper-command", + "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-538-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -29008,108 +29354,106 @@ ] }, { - "@id": "urn:ex/zone-309-310-temp", + "@id": "urn:ex/vav-526-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/room-110-hvac-domain", + "@id": "urn:ex/vav-514-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-110-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-110-out" + "@id": "urn:ex/vav-514-air-in" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-514-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-valve-in", + "@id": "urn:ex/zone-314-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-503-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-314-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-314-occupancy" } ] }, { - "@id": "urn:ex/vav-502-reheat-coil-air-in", + "@id": "urn:ex/vav-530-damper-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-duct-after-damper" + "@id": "urn:ex/vav-530-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-530-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-530-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-539-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-522-damper-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-522-air-in" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil-air-out", + "@id": "urn:ex/vav-534-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-204-205" + "@id": "urn:ex/vav-534-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -29119,36 +29463,15 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-519-heating-pid-output" + "@id": "urn:ex/vav-534-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-519-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-519-air-out" - } - ] - }, - { - "@id": "urn:ex/vav-536-discharge-air-flow-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-536-air-in" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:ex/vav-536-discharge-air-flow" + "@id": "urn:ex/vav-534-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-521-cooling-pid-output", + "@id": "urn:ex/vav-517-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -29164,90 +29487,106 @@ ] }, { - "@id": "urn:ex/zone-206-occupancy-sensor", + "@id": "urn:ex/zone-210", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/room-206-hvac-domain" + "@id": "urn:ex/room-210-hvac-domain" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/zone-206-occupancy" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:ex/vav-506-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-210-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-210-heating-setpoint" + }, + { + "@id": "urn:ex/zone-210-occupancy" + }, + { + "@id": "urn:ex/zone-210-occupancy-override" + }, + { + "@id": "urn:ex/zone-210-temp" + }, + { + "@id": "urn:ex/zone-210-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-526-damper-actuator", + "@id": "urn:ex/vav-503-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-526-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-526-damper-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/connection-to-room-106-107", + "@id": "urn:ex/room-302", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/room-302-hvac-domain" } ] }, { - "@id": "urn:ex/zone-118-occupancy", + "@id": "urn:ex/room-107-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/room-107-in" + }, + { + "@id": "urn:ex/room-107-out" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/zone-302-occupancy-sensor", + "@id": "urn:ex/vav-518-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-302-hvac-domain" + "@id": "urn:ex/vav-518-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-302-occupancy" + "@id": "urn:ex/vav-518-discharge-air-flow" } ] }, { - "@id": "urn:ex/zone-116-117-heating-setpoint", + "@id": "urn:ex/vav-508-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -29263,9 +29602,9 @@ ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve-command", + "@id": "urn:ex/vav-530-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -29279,442 +29618,393 @@ ] }, { - "@id": "urn:ex/office-ahu-pipe-hot-water-return-before-valve", + "@id": "urn:ex/room-115", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-115-hvac-domain" } ] }, { - "@id": "urn:ex/room-303-out", + "@id": "urn:ex/vav-534-damper-command", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-521-discharge-air-flow-sensor", + "@id": "urn:ex/zone-113-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-521-air-in" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-521-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-511-hot-water-out", + "@id": "urn:ex/vav-508-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-511-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-509-hot-water-in", + "@id": "urn:ex/vav-505-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-509-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-509-air-in", + "@id": "urn:ex/vav-510-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-510-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-530-duct-after-damper", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-510-hot-water-in" } ] }, { - "@id": "urn:ex/vav-522-reheat-coil-valve-out", + "@id": "urn:ex/vav-528-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-302" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-522-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-504", - "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-504-air-in" - }, - { - "@id": "urn:ex/vav-504-air-out" - }, + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-504-hot-water-in" + "@id": "urn:ex/vav-528-discharge-air-flow" }, { - "@id": "urn:ex/vav-504-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-504-damper" + "@id": "urn:ex/vav-528-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-504-reheat-coil" + "@id": "urn:ex/vav-528-discharge-air-temp" }, { - "@id": "urn:ex/vav-504-reheat-coil-valve" + "@id": "urn:ex/vav-528-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-505-more-heat-requests", + "@id": "urn:ex/vav-508-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-527-duct-after-damper", + "@id": "urn:ex/vav-501-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-501-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-501-damper-command" } ] }, { - "@id": "urn:ex/zone-206-heating-setpoint", + "@id": "urn:ex/vav-521-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-521-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-503-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-517-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-517-hot-water-in-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-517-hot-water-in" } ] }, { - "@id": "urn:ex/vav-529-more-heat-requests", + "@id": "urn:ex/zone-112-114-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-533-discharge-air-flow", + "@id": "urn:ex/room-210-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "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/zone-301-occupancy-sensor", + "@id": "urn:ex/vav-523-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-301-hvac-domain" + "@id": "urn:ex/vav-523-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-301-occupancy" + "@id": "urn:ex/vav-523-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-117-hvac-domain", + "@id": "urn:ex/vav-526-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-117-in" - }, - { - "@id": "urn:ex/room-117-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] - }, - { - "@id": "urn:ex/vav-503-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-503-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-503-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-503-reheat-coil-water-in" - }, + }, + { + "@id": "urn:ex/vav-525-discharge-air-temp-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-503-reheat-coil-water-out" + "@id": "urn:ex/vav-525-air-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-525-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-flow", + "@id": "urn:ex/room-203", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/room-203-hvac-domain" } + ] + }, + { + "@id": "urn:ex/vav-531-reheat-coil-valve-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-531-pipe-hot-water-return-before-valve" } ], - "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-Water" } ] }, { - "@id": "urn:ex/zone-116-117-temp-sensor", + "@id": "urn:ex/vav-518-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-116-hvac-domain" + "@id": "urn:ex/vav-518-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-116-117-temp" + "@id": "urn:ex/vav-518-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-valve", + "@id": "urn:ex/room-203-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-532-reheat-coil-valve-out" + "@id": "urn:ex/connection-to-room-203" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-523-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve-command" - }, + "@id": "urn:ex/vav-523-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-532-reheat-coil-valve-position" + "@id": "urn:ex/vav-523-damper-command" } ] }, { - "@id": "urn:ex/zone-311-occupancy-override", + "@id": "urn:ex/zone-109-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-522-damper-command", + "@id": "urn:ex/vav-533-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/office-ahu-ra-fan-speed-cmd", + "@id": "urn:ex/vav-531-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } - ] - }, - { - "@id": "urn:ex/vav-509-discharge-air-flow-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-in", + "@id": "urn:ex/vav-513-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-513-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -29724,23 +30014,29 @@ ] }, { - "@id": "urn:ex/vav-533-damper-actuator", + "@id": "urn:ex/room-111", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-533-damper" + "@id": "urn:ex/room-111-hvac-domain" } + ] + }, + { + "@id": "urn:ex/zone-202-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-533-damper-command" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-528-hot-water-out-connection", + "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -29752,77 +30048,61 @@ ] }, { - "@id": "urn:ex/vav-503", + "@id": "urn:ex/office-ahu-air-filter-out", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-air-in" - }, - { - "@id": "urn:ex/vav-503-air-out" - }, - { - "@id": "urn:ex/vav-503-hot-water-in" - }, - { - "@id": "urn:ex/vav-503-hot-water-out" + "@id": "urn:ex/office-ahu-duct-after-air-filter" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-503-damper" - }, - { - "@id": "urn:ex/vav-503-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-503-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-105-temp", + "@id": "urn:ex/room-305-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-536-discharge-air-temp-sensor", + "@id": "urn:ex/vav-539-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-536-air-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-536-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-111-in", + "@id": "urn:ex/room-110-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-111" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -29832,291 +30112,285 @@ ] }, { - "@id": "urn:ex/room-205-hvac-domain", + "@id": "urn:ex/zone-202-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-205-in" - }, - { - "@id": "urn:ex/room-205-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/room-314-hvac-domain", + "@id": "urn:ex/vav-502-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-314-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-314-out" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-108-occupancy", + "@id": "urn:ex/vav-503-damper-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/office-ahu-connection-to-vavs" } - ] - }, - { - "@id": "urn:ex/room-304-hvac-domain", - "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-304-in" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-304-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-503-air-in" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-water-out", + "@id": "urn:ex/vav-539-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-518-damper", + "@id": "urn:ex/vav-539", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-518-damper-in" + "@id": "urn:ex/vav-539-air-in" }, { - "@id": "urn:ex/vav-518-damper-out" + "@id": "urn:ex/vav-539-air-out" + }, + { + "@id": "urn:ex/vav-539-hot-water-in" + }, + { + "@id": "urn:ex/vav-539-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-518-damper-command" + "@id": "urn:ex/vav-539-damper" }, { - "@id": "urn:ex/vav-518-damper-position" + "@id": "urn:ex/vav-539-reheat-coil" + }, + { + "@id": "urn:ex/vav-539-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-water-in", + "@id": "urn:ex/vav-534-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-hot-water-in-connection" + "@id": "urn:ex/vav-534-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-503-hot-water-in" - } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-command", + "@id": "urn:ex/vav-514-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/vav-514-hot-water-in-connection" } ], - "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-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-514-hot-water-in" } ] }, { - "@id": "urn:ex/vav-520-duct-after-damper", + "@id": "urn:ex/vav-505-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-511-damper", + "@id": "urn:ex/vav-531-air-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/vav-511-damper-in" - }, - { - "@id": "urn:ex/vav-511-damper-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-511-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-511-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-206-co2-sensor", + "@id": "urn:ex/vav-536-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-206-hvac-domain" + "@id": "urn:ex/vav-536-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-206-co2-concentration" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-536-hot-water-in" } ] }, { - "@id": "urn:ex/zone-110-cooling-setpoint", + "@id": "urn:ex/vav-522", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-522-air-in" + }, + { + "@id": "urn:ex/vav-522-air-out" + }, + { + "@id": "urn:ex/vav-522-hot-water-in" + }, + { + "@id": "urn:ex/vav-522-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-522-damper" + }, + { + "@id": "urn:ex/vav-522-reheat-coil" + }, + { + "@id": "urn:ex/vav-522-reheat-coil-valve" } ] }, { - "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator", + "@id": "urn:ex/vav-531-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-104-occupancy-sensor", + "@id": "urn:ex/office-ahu-supply-duct-static-pressure-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-104-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-104-occupancy" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-out", + "@id": "urn:ex/vav-522-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-510-hot-water-out-connection" + "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-510-hot-water-out" - } ] }, { - "@id": "urn:ex/vav-507-damper-out", + "@id": "urn:ex/zone-312-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-507-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/room-312-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-507-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-507-cooling-pid-output" + "@id": "urn:ex/zone-312-temp" } ] }, { - "@id": "urn:ex/zone-115-heating-setpoint", + "@id": "urn:ex/vav-529-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -30132,13 +30406,13 @@ ] }, { - "@id": "urn:ex/vav-534-air-in", + "@id": "urn:ex/room-304-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/connection-to-room-303-304-306" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -30148,13 +30422,13 @@ ] }, { - "@id": "urn:ex/room-115-in", + "@id": "urn:ex/vav-538-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-115" + "@id": "urn:ex/vav-538-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -30164,96 +30438,95 @@ ] }, { - "@id": "urn:ex/vav-510-reheat-coil-water-out", + "@id": "urn:ex/vav-537-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-actuator", + "@id": "urn:ex/zone-314", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-533-reheat-coil-valve" + "@id": "urn:ex/room-314-hvac-domain" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-533-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:ex/vav-536-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-536-reheat-coil-valve" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "@id": "urn:ex/zone-314-cooling-setpoint" + }, { - "@id": "urn:ex/vav-536-reheat-coil-valve-command" - } - ] - }, - { - "@id": "urn:ex/vav-529-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/zone-314-heating-setpoint" + }, { - "@id": "urn:ex/vav-529-damper-in" + "@id": "urn:ex/zone-314-occupancy" }, { - "@id": "urn:ex/vav-529-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/zone-314-occupancy-override" + }, { - "@id": "urn:ex/vav-529-damper-command" + "@id": "urn:ex/zone-314-temp" }, { - "@id": "urn:ex/vav-529-damper-position" + "@id": "urn:ex/zone-314-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-506-damper-command", + "@id": "urn:ex/vav-507-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-507-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-valve-out" + } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-507-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-507-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-505-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-523-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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": [ { @@ -30267,25 +30540,29 @@ ] }, { - "@id": "urn:ex/vav-540-hot-water-out-connection", + "@id": "urn:ex/vav-528-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/room-310-out", + "@id": "urn:ex/office-ahu-clg-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/office-ahu-duct-after-clg-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -30295,137 +30572,105 @@ ] }, { - "@id": "urn:ex/vav-517-air-in", + "@id": "urn:ex/zone-211-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/room-211-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-211-temp" } ] }, { - "@id": "urn:ex/vav-539", + "@id": "urn:ex/vav-507-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-air-in" - }, - { - "@id": "urn:ex/vav-539-air-out" - }, - { - "@id": "urn:ex/vav-539-hot-water-in" - }, + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-539-hot-water-out" + "@id": "urn:ex/vav-507-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-539-damper" - }, - { - "@id": "urn:ex/vav-539-reheat-coil" - }, + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-539-reheat-coil-valve" + "@id": "urn:ex/vav-507-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-539-heating-pid-output", + "@id": "urn:ex/vav-511-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/vav-511-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-525-discharge-air-flow-sensor", + "@id": "urn:ex/vav-512-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-525-air-in" + "@id": "urn:ex/vav-512-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-525-discharge-air-flow" + "@id": "urn:ex/vav-512-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-513-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-523-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-509-damper-position", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-523-reheat-coil-valve-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-523-reheat-coil-valve-out" } ], - "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#Water-HotWater" } - ] - }, - { - "@id": "urn:ex/room-105-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/connection-to-room-105" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-523-reheat-coil-valve-command" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-523-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil-air-in", + "@id": "urn:ex/room-115-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-duct-after-damper" + "@id": "urn:ex/connection-to-room-115" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -30435,47 +30680,20 @@ ] }, { - "@id": "urn:ex/vav-533-reheat-coil", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-533-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-533-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-533-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-533-reheat-coil-water-out" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Heating" - } - ] - }, - { - "@id": "urn:ex/vav-504-hot-water-out-connection", + "@id": "urn:ex/zone-207-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-position", + "@id": "urn:ex/vav-504-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -30489,19 +30707,7 @@ ] }, { - "@id": "urn:ex/vav-527-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-524-reheat-coil-valve-command", + "@id": "urn:ex/vav-526-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -30517,115 +30723,112 @@ ] }, { - "@id": "urn:ex/vav-530-reheat-coil-water-in", + "@id": "urn:ex/vav-508-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-530-hot-water-in-connection" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-508-damper" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-530-hot-water-in" + "@id": "urn:ex/vav-508-damper-command" } ] }, { - "@id": "urn:ex/zone-312-occupancy-sensor", + "@id": "urn:ex/zone-211-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-312-hvac-domain" + "@id": "urn:ex/room-211-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-312-occupancy" + "@id": "urn:ex/zone-211-occupancy" } ] }, { - "@id": "urn:ex/vav-511-reheat-coil", + "@id": "urn:ex/vav-526-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-511-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-511-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-511-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-511-reheat-coil-water-out" + "@id": "urn:ex/vav-526-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-212-occupancy", + "@id": "urn:ex/vav-520-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/vav-520-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-temp-sensor", + "@id": "urn:ex/room-303-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-513-air-out" + "@id": "urn:ex/room-303-in" + }, + { + "@id": "urn:ex/room-303-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-513-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-502-duct-after-damper", + "@id": "urn:ex/zone-212-temp", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-520-air-out", + "@id": "urn:ex/vav-518-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-207" + "@id": "urn:ex/connection-to-room-202" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -30635,304 +30838,317 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-520-discharge-air-flow" + "@id": "urn:ex/vav-518-discharge-air-flow" }, { - "@id": "urn:ex/vav-520-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-518-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-520-discharge-air-temp" + "@id": "urn:ex/vav-518-discharge-air-temp" }, { - "@id": "urn:ex/vav-520-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-518-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-501-heating-pid-output", + "@id": "urn:ex/vav-516-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-519-damper-out", + "@id": "urn:ex/zone-312", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-519-duct-after-damper" + "@id": "urn:ex/room-312-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-519-colder-supply-air-requests" + "@id": "urn:ex/zone-312-cooling-setpoint" }, { - "@id": "urn:ex/vav-519-cooling-pid-output" + "@id": "urn:ex/zone-312-heating-setpoint" + }, + { + "@id": "urn:ex/zone-312-occupancy" + }, + { + "@id": "urn:ex/zone-312-occupancy-override" + }, + { + "@id": "urn:ex/zone-312-temp" + }, + { + "@id": "urn:ex/zone-312-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve-position", + "@id": "urn:ex/vav-502-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/connection-to-room-101" } ], - "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#hasProperty": [ + { + "@id": "urn:ex/vav-502-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-502-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-502-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-502-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-506-discharge-air-flow", + "@id": "urn:ex/room-118-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/connection-to-room-118" } ], - "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/room-204-hvac-domain", + "@id": "urn:ex/vav-517-damper", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "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/room-204-in" + "@id": "urn:ex/vav-517-damper-in" }, { - "@id": "urn:ex/room-204-out" + "@id": "urn:ex/vav-517-damper-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-517-damper-command" + }, + { + "@id": "urn:ex/vav-517-damper-position" } ] }, { - "@id": "urn:ex/vav-531-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-516-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-531-reheat-coil-valve" + "@id": "urn:ex/vav-516-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-531-reheat-coil-valve-command" + "@id": "urn:ex/vav-516-damper-command" } ] }, { - "@id": "urn:ex/vav-540-discharge-air-flow-sensor", + "@id": "urn:ex/vav-509-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-540-air-in" + "@id": "urn:ex/vav-509-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-540-discharge-air-flow" + "@id": "urn:ex/vav-509-damper-command" } ] }, { - "@id": "urn:ex/zone-101-occupancy-override", + "@id": "urn:ex/vav-517-damper-position", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/office-ahu-moisture-eliminator-in", + "@id": "urn:ex/vav-503-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-oa-in-connection" + "@id": "urn:ex/vav-503-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/office-ahu-oa-in" - } - ] - }, - { - "@id": "urn:ex/vav-501-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-503-hot-water-in" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-valve-in", + "@id": "urn:ex/vav-526-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-526-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-526-hot-water-out" + } ] }, { - "@id": "urn:ex/vav-512-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-540-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-540-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-540-damper-command" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve", + "@id": "urn:ex/zone-301-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-537-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-537-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-537-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-537-reheat-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve-position", + "@id": "urn:ex/zone-105-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-valve-command", + "@id": "urn:ex/vav-528-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/vav-528-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/room-202-hvac-domain", + "@id": "urn:ex/vav-511-air-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-202-in" - }, + "@id": "urn:ex/connection-to-room-112-114" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-202-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-511-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-511-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-511-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-511-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-524-damper-command", + "@id": "urn:ex/vav-524-reheat-coil-valve-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -30948,61 +31164,50 @@ ] }, { - "@id": "urn:ex/zone-102-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" - } - ] - }, - { - "@id": "urn:ex/vav-536-reheat-coil-water-out", + "@id": "urn:ex/vav-527-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-527-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-527-hot-water-out" + } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-out", + "@id": "urn:ex/room-206-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-hot-water-out-connection" + "@id": "urn:ex/connection-to-room-206" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-514-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-536-reheat-coil-valve-in", + "@id": "urn:ex/vav-502-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-536-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -31012,39 +31217,29 @@ ] }, { - "@id": "urn:ex/zone-105-occupancy-override", + "@id": "urn:ex/room-212", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-212-hvac-domain" } ] }, { - "@id": "urn:ex/vav-539-discharge-air-flow", + "@id": "urn:ex/zone-313-occupancy-override", "@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#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-533-duct-after-damper", + "@id": "urn:ex/vav-517-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -31056,31 +31251,30 @@ ] }, { - "@id": "urn:ex/zone-101-co2-concentration-setpoint", + "@id": "urn:ex/vav-529-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/standard223#ofSubstance": [ - { - "@id": "http://data.ashrae.org/standard223#Substance-CO2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/MoleFraction" + "@id": "urn:ex/vav-529-hot-water-in-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PPM" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-525-duct-after-damper", + "@id": "urn:ex/vav-514-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-514-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -31089,95 +31283,71 @@ ] }, { - "@id": "urn:ex/vav-517-damper-command", + "@id": "urn:ex/vav-522-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/zone-311", + "@id": "urn:ex/vav-537-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-311-hvac-domain" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-311-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-311-heating-setpoint" - }, - { - "@id": "urn:ex/zone-311-occupancy" - }, - { - "@id": "urn:ex/zone-311-occupancy-override" - }, - { - "@id": "urn:ex/zone-311-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-311-window-switch-on-off" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-313-hvac-domain", + "@id": "urn:ex/room-204-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-313-in" - }, - { - "@id": "urn:ex/room-313-out" + "@id": "urn:ex/connection-to-room-204-205" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-508-discharge-air-flow-sensor", + "@id": "urn:ex/room-202-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-air-in" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-508-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-damper-in", + "@id": "urn:ex/vav-517-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -31190,127 +31360,98 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-540-air-in" - } - ] - }, - { - "@id": "urn:ex/zone-102-window-switch-on-off", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" - } ] }, { - "@id": "urn:ex/vav-515-reheat-coil-water-in", + "@id": "urn:ex/vav-537-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-515-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-515-hot-water-in" + "@id": "urn:ex/vav-537-air-in" } - ] - }, - { - "@id": "urn:ex/vav-526-colder-supply-air-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-537-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-523-cooling-pid-output", + "@id": "urn:ex/vav-504-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-511-discharge-air-flow-sensor", + "@id": "urn:ex/zone-303-304-306-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-511-air-in" + "@id": "urn:ex/room-303-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-511-discharge-air-flow" + "@id": "urn:ex/zone-303-304-306-temp" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-valve-command", + "@id": "urn:ex/vav-504-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-504-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-504-reheat-coil-valve-out" } ], - "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#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-504-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-504-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-503-reheat-coil-valve-out", + "@id": "urn:ex/vav-516-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-503-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-503-hot-water-out" - } ] }, { - "@id": "urn:ex/office-ahu-duct-after-ra-fan", + "@id": "urn:ex/connection-to-room-112-114", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -31322,114 +31463,93 @@ ] }, { - "@id": "urn:ex/vav-518-damper-in", + "@id": "urn:ex/vav-522-reheat-coil-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-522-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-518-air-in" + "@id": "urn:ex/vav-522-hot-water-in" } ] }, { - "@id": "urn:ex/office-ahu-ra-damper-command", + "@id": "urn:ex/vav-523-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/office-ahu-connection-to-vavs" } ], - "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" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-water-out", + "@id": "urn:ex/vav-540", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-pipe-hot-water-return-before-valve" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-540-air-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-525-discharge-air-flow-setpoint", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-540-air-out" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:ex/vav-540-hot-water-in" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-540-hot-water-out" } - ] - }, - { - "@id": "urn:ex/vav-539-discharge-air-temp-sensor", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-539-air-out" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:ex/vav-540-damper" + }, { - "@id": "urn:ex/vav-539-discharge-air-temp" + "@id": "urn:ex/vav-540-reheat-coil" + }, + { + "@id": "urn:ex/vav-540-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-540-heating-pid-output", + "@id": "urn:ex/room-103", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "urn:ex/room-103-hvac-domain" } ] }, { - "@id": "urn:ex/room-117-out", + "@id": "urn:ex/room-215-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-215" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -31439,290 +31559,290 @@ ] }, { - "@id": "urn:ex/vav-509-more-heat-requests", + "@id": "urn:ex/zone-116-117-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-air-out", + "@id": "urn:ex/zone-101-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/connection-to-room-102" + "@id": "urn:ex/room-101-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-101-temp" } + ] + }, + { + "@id": "urn:ex/zone-208-209-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-501-heating-pid-output" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-501-more-heat-requests" + "@id": "urn:ex/room-208-hvac-domain" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-501-air-out" + "@id": "urn:ex/zone-208-209-occupancy" } ] }, { - "@id": "urn:ex/zone-112-114-temp-sensor", + "@id": "urn:ex/vav-502-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-112-hvac-domain" + "@id": "urn:ex/vav-502-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-112-114-temp" + "@id": "urn:ex/vav-502-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-command", + "@id": "urn:ex/zone-101-building-static-pressure", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ] }, { - "@id": "urn:ex/office-ahu-oa-damper", + "@id": "urn:ex/zone-106-107-temp-sensor", "@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/office-ahu-oa-damper-in" - }, - { - "@id": "urn:ex/office-ahu-oa-damper-out" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/office-ahu-oa-damper-command" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-oa-damper-position" + "@id": "urn:ex/room-106-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Economizer" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Outside" + "@id": "urn:ex/zone-106-107-temp" } ] }, { - "@id": "urn:ex/vav-510-damper-command", + "@id": "urn:ex/vav-534", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-534-air-in" + }, + { + "@id": "urn:ex/vav-534-air-out" + }, + { + "@id": "urn:ex/vav-534-hot-water-in" + }, + { + "@id": "urn:ex/vav-534-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-534-damper" + }, + { + "@id": "urn:ex/vav-534-reheat-coil" + }, + { + "@id": "urn:ex/vav-534-reheat-coil-valve" } ] }, { - "@id": "urn:ex/room-105-out", + "@id": "urn:ex/vav-534-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-314" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-534-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-534-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-534-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-534-discharge-air-temp-setpoint" + } ] }, { - "@id": "urn:ex/vav-521", + "@id": "urn:ex/zone-113", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:ex/room-113-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-521-air-in" + "@id": "urn:ex/zone-113-cooling-setpoint" }, { - "@id": "urn:ex/vav-521-air-out" + "@id": "urn:ex/zone-113-heating-setpoint" }, { - "@id": "urn:ex/vav-521-hot-water-in" + "@id": "urn:ex/zone-113-occupancy" }, { - "@id": "urn:ex/vav-521-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-521-damper" + "@id": "urn:ex/zone-113-occupancy-override" }, { - "@id": "urn:ex/vav-521-reheat-coil" + "@id": "urn:ex/zone-113-temp" }, { - "@id": "urn:ex/vav-521-reheat-coil-valve" + "@id": "urn:ex/zone-113-window-switch-on-off" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-out", + "@id": "urn:ex/zone-303-304-306-occupancy", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/office-ahu-sa-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-531-discharge-air-temp", + "@id": "urn:ex/vav-530-heating-pid-output", "@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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-115-cooling-setpoint", + "@id": "urn:ex/vav-533-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-533-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-533-damper-command" } ] }, { - "@id": "urn:ex/vav-521-duct-after-damper", + "@id": "urn:ex/room-306-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ] - }, - { - "@id": "urn:ex/office-ahu-chilled-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/room-306-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-306-out" } - ] - }, - { - "@id": "urn:ex/vav-504-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-511-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-535-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-504-hot-water-in", + "@id": "urn:ex/vav-510-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-504-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-514-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -31731,7 +31851,7 @@ ] }, { - "@id": "urn:ex/vav-536-reheat-coil-valve-position", + "@id": "urn:ex/vav-501-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -31747,44 +31867,39 @@ ] }, { - "@id": "urn:ex/vav-537-discharge-air-flow", + "@id": "urn:ex/vav-539-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-539-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-539-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil-valve-position", + "@id": "urn:ex/vav-533-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-518-air-in", + "@id": "urn:ex/vav-536-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -31800,13 +31915,13 @@ ] }, { - "@id": "urn:ex/vav-521-reheat-coil-air-out", + "@id": "urn:ex/vav-533-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-204-205" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -31814,89 +31929,63 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-521-heating-pid-output" - }, - { - "@id": "urn:ex/vav-521-more-heat-requests" - } - ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-521-air-out" + "@id": "urn:ex/vav-533-air-in" } ] }, { - "@id": "urn:ex/vav-511-damper-in", + "@id": "urn:ex/zone-312-occupancy", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-511-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-535-damper-position", + "@id": "urn:ex/vav-524-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-529-damper-out", + "@id": "urn:ex/room-110-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-duct-after-damper" + "@id": "urn:ex/connection-to-room-110" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-529-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-529-cooling-pid-output" - } ] }, { - "@id": "urn:ex/vav-523-reheat-coil-valve-out", + "@id": "urn:ex/vav-506-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-523-hot-water-out-connection" + "@id": "urn:ex/vav-506-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -31906,203 +31995,239 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-523-hot-water-out" + "@id": "urn:ex/vav-506-hot-water-out" } ] }, { - "@id": "urn:ex/office-ahu-ra-damper-out", + "@id": "urn:ex/vav-529-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-oa-ra-damper" + "@id": "urn:ex/connection-to-room-303-304-306" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-509-damper-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-509-damper" + "@id": "urn:ex/vav-529-heating-pid-output" + }, + { + "@id": "urn:ex/vav-529-more-heat-requests" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-509-damper-command" + "@id": "urn:ex/vav-529-air-out" } ] }, { - "@id": "urn:ex/vav-523-damper-in", + "@id": "urn:ex/vav-524-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/office-ahu-duct-after-air-filter", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-523-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-water-out", + "@id": "urn:ex/vav-502-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-502-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-537-heating-pid-output", + "@id": "urn:ex/zone-204-205-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } + ] + }, + { + "@id": "urn:ex/zone-118-window-switch-on-off", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-520-hot-water-out-connection", + "@id": "urn:ex/vav-507-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-507-duct-after-damper" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-527-damper", + "@id": "urn:ex/vav-521-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-damper-in" + "@id": "urn:ex/vav-521-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-527-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:ex/vav-521-reheat-coil-air-out" + }, { - "@id": "urn:ex/vav-527-damper-command" + "@id": "urn:ex/vav-521-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-527-damper-position" + "@id": "urn:ex/vav-521-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-533-hot-water-in", + "@id": "urn:ex/vav-509-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-533-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@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/vav-504-reheat-coil-water-out", + "@id": "urn:ex/vav-513-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-513-air-in" } ] }, { - "@id": "urn:ex/vav-524-damper-actuator", + "@id": "urn:ex/vav-521-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-524-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-524-damper-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-514-damper", + "@id": "urn:ex/room-108-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-damper-in" - }, + "@id": "urn:ex/office-ahu-connection-from-rooms" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-514-damper-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-505-reheat-coil-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-514-damper-command" - }, + "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-514-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-523-hot-water-out-connection", + "@id": "urn:ex/vav-519-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -32114,141 +32239,177 @@ ] }, { - "@id": "urn:ex/zone-103-occupancy-override", + "@id": "urn:ex/vav-535-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-518-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-513-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-538-discharge-air-flow", + "@id": "urn:ex/room-307-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" + "@id": "urn:ex/connection-to-room-307-308" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-524-duct-after-damper", + "@type": [ + "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/vav-503-discharge-air-flow", + "@id": "urn:ex/vav-529", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:ex/vav-529-air-in" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-529-air-out" + }, + { + "@id": "urn:ex/vav-529-hot-water-in" + }, + { + "@id": "urn:ex/vav-529-hot-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-529-damper" + }, + { + "@id": "urn:ex/vav-529-reheat-coil" + }, + { + "@id": "urn:ex/vav-529-reheat-coil-valve" } ] }, { - "@id": "urn:ex/zone-101-building-static-pressure", + "@id": "urn:ex/room-111-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-519-reheat-coil", + "@id": "urn:ex/vav-513", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-519-reheat-coil-air-in" + "@id": "urn:ex/vav-513-air-in" }, { - "@id": "urn:ex/vav-519-reheat-coil-air-out" + "@id": "urn:ex/vav-513-air-out" }, { - "@id": "urn:ex/vav-519-reheat-coil-water-in" + "@id": "urn:ex/vav-513-hot-water-in" }, { - "@id": "urn:ex/vav-519-reheat-coil-water-out" + "@id": "urn:ex/vav-513-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-513-damper" + }, + { + "@id": "urn:ex/vav-513-reheat-coil" + }, + { + "@id": "urn:ex/vav-513-reheat-coil-valve" } ] }, { - "@id": "urn:ex/vav-535-damper-in", + "@id": "urn:ex/office-ahu-htg-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/office-ahu-htg-coil-valve" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/office-ahu-htg-coil-valve-command" } + ] + }, + { + "@id": "urn:ex/vav-521-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-535-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-524-damper-out", + "@id": "urn:ex/vav-501-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-524-duct-after-damper" + "@id": "urn:ex/vav-501-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -32258,34 +32419,22 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-524-colder-supply-air-requests" + "@id": "urn:ex/vav-501-colder-supply-air-requests" }, { - "@id": "urn:ex/vav-524-cooling-pid-output" + "@id": "urn:ex/vav-501-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-508-damper-position", + "@id": "urn:ex/vav-532-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-532-hot-water-in-connection" } - ] - }, - { - "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -32294,7 +32443,7 @@ ] }, { - "@id": "urn:ex/zone-301-cooling-setpoint", + "@id": "urn:ex/vav-536-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -32310,23 +32459,37 @@ ] }, { - "@id": "urn:ex/vav-521-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-519-air-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/connection-to-room-204-205" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-519-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-519-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-519-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-519-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/office-ahu-increased-air-pressure-requests", + "@id": "urn:ex/vav-521-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -32337,220 +32500,164 @@ ] }, { - "@id": "urn:ex/room-204", + "@id": "urn:ex/vav-534-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-204-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-532-colder-supply-air-requests", + "@id": "urn:ex/vav-538-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-538-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-535-discharge-air-flow-sensor", + "@id": "urn:ex/vav-531-discharge-air-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-535-air-in" + "@id": "urn:ex/vav-531-air-out" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-535-discharge-air-flow" - } - ] - }, - { - "@id": "urn:ex/room-118", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:ex/room-118-hvac-domain" + "@id": "urn:ex/vav-531-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-522", + "@id": "urn:ex/zone-210-temp", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-522-air-in" - }, - { - "@id": "urn:ex/vav-522-air-out" - }, - { - "@id": "urn:ex/vav-522-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-522-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-522-damper" - }, - { - "@id": "urn:ex/vav-522-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-522-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-511-discharge-air-temp-sensor", + "@id": "urn:ex/room-112", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-511-air-out" - } + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-511-discharge-air-temp" + "@id": "urn:ex/room-112-hvac-domain" } ] }, { - "@id": "urn:ex/vav-521-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-535-reheat-coil-valve-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-521-reheat-coil-valve" + "@id": "urn:ex/vav-535-reheat-coil-valve" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-521-reheat-coil-valve-command" - } - ] - }, - { - "@id": "urn:ex/room-313-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-313" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-535-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-air-out", + "@id": "urn:ex/vav-518-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-htg-coil" + "@id": "urn:ex/vav-518-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/zone-106-107-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-518-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-518-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-202-occupancy-override", + "@id": "urn:ex/room-202", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-202-hvac-domain" } ] }, { - "@id": "urn:ex/vav-540-cooling-pid-output", + "@id": "urn:ex/vav-537-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-537-air-out", + "@id": "urn:ex/vav-507-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/connection-to-room-312" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-507-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-507-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-537-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-537-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-537-discharge-air-temp" + "@id": "urn:ex/vav-507-damper-command" }, { - "@id": "urn:ex/vav-537-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-507-damper-position" } ] }, { - "@id": "urn:ex/connection-to-room-210", + "@id": "urn:ex/vav-536-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Duct" @@ -32562,97 +32669,98 @@ ] }, { - "@id": "urn:ex/vav-526-hot-water-in-connection", + "@id": "urn:ex/vav-537-damper-command", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } - ] - }, - { - "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-527-discharge-air-temp-sensor", + "@id": "urn:ex/vav-508-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-527-air-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-527-discharge-air-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-522-reheat-coil-air-out", + "@id": "urn:ex/vav-532-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-208-209" + "@id": "urn:ex/vav-532-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-527-reheat-coil-air-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-522-heating-pid-output" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-more-heat-requests" + "@id": "urn:ex/vav-527-duct-after-damper" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-522-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve-out", + "@id": "urn:ex/zone-211-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-506-hot-water-out-connection" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } + ] + }, + { + "@id": "urn:ex/vav-529-air-in", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-506-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-307-308-heating-setpoint", + "@id": "urn:ex/zone-201-cooling-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -32668,258 +32776,311 @@ ] }, { - "@id": "urn:ex/zone-102-heating-setpoint", + "@id": "urn:ex/vav-540-damper-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-540-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-540-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-540-cooling-pid-output" } ] }, { - "@id": "urn:ex/zone-301-occupancy-override", + "@id": "urn:ex/zone-210-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-522-hot-water-in-connection", + "@id": "urn:ex/vav-516-duct-after-damper", "@type": [ "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/connection-to-room-109", + "@id": "urn:ex/vav-517-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/vav-517-air-out" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/vav-517-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-540-damper-out", + "@id": "urn:ex/office-ahu-htg-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-duct-after-damper" + "@id": "urn:ex/office-ahu-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/zone-202-occupancy-sensor", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-540-colder-supply-air-requests" - }, + "@id": "urn:ex/room-202-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-540-cooling-pid-output" + "@id": "urn:ex/zone-202-occupancy" } ] }, { - "@id": "urn:ex/vav-519-damper-position", + "@id": "urn:ex/vav-523-damper", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-523-damper-in" + }, + { + "@id": "urn:ex/vav-523-damper-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-523-damper-command" + }, + { + "@id": "urn:ex/vav-523-damper-position" } ] }, { - "@id": "urn:ex/vav-531-damper-out", + "@id": "urn:ex/office-ahu-htg-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-531-duct-after-damper" + "@id": "urn:ex/office-ahu-duct-after-htg-coil" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-531-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-531-cooling-pid-output" - } ] }, { - "@id": "urn:ex/zone-214-heating-setpoint", + "@id": "urn:ex/vav-511-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-511-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-511-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-511-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-511-reheat-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/zone-307-308-occupancy", + "@id": "urn:ex/vav-523-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-505-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-530-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-530-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-501-reheat-coil-air-in", + "@id": "urn:ex/vav-519-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-duct-after-damper" + "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-pipe-hot-water-return-before-valve", + "@id": "urn:ex/room-311", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-311-hvac-domain" } ] }, { - "@id": "urn:ex/zone-312-occupancy-override", + "@id": "urn:ex/office-ahu-sa-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/office-ahu-sa-fan-in" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/office-ahu-sa-flow" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-valve-in", + "@id": "urn:ex/zone-203", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-203-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-203-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-203-heating-setpoint" + }, + { + "@id": "urn:ex/zone-203-occupancy" + }, + { + "@id": "urn:ex/zone-203-occupancy-override" + }, + { + "@id": "urn:ex/zone-203-temp" + }, + { + "@id": "urn:ex/zone-203-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil", + "@id": "urn:ex/vav-531", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#SingleDuctTerminal", + "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-reheat-coil-air-in" + "@id": "urn:ex/vav-531-air-in" }, { - "@id": "urn:ex/vav-526-reheat-coil-air-out" + "@id": "urn:ex/vav-531-air-out" }, { - "@id": "urn:ex/vav-526-reheat-coil-water-in" + "@id": "urn:ex/vav-531-hot-water-in" }, { - "@id": "urn:ex/vav-526-reheat-coil-water-out" + "@id": "urn:ex/vav-531-hot-water-out" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" - } - ] - }, - { - "@id": "urn:ex/vav-505-hot-water-in-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/vav-531-damper" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-531-reheat-coil" + }, + { + "@id": "urn:ex/vav-531-reheat-coil-valve" } ] }, { - "@id": "urn:ex/room-102-out", + "@id": "urn:ex/room-308-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -32935,240 +33096,249 @@ ] }, { - "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-524-discharge-air-flow", + "@id": "urn:ex/zone-214-temp", "@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" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-201-temp-sensor", + "@id": "urn:ex/vav-503-air-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-201-hvac-domain" + "@id": "urn:ex/connection-to-room-104" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-201-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-503-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-503-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-503-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-503-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-533-damper", + "@id": "urn:ex/vav-510-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/vav-533-damper-in" + "@id": "urn:ex/vav-510-damper-in" }, { - "@id": "urn:ex/vav-533-damper-out" + "@id": "urn:ex/vav-510-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-533-damper-command" + "@id": "urn:ex/vav-510-damper-command" }, { - "@id": "urn:ex/vav-533-damper-position" + "@id": "urn:ex/vav-510-damper-position" } ] }, { - "@id": "urn:ex/vav-533-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-502-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-connection-from-rooms", + "@id": "urn:ex/vav-540-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@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/vav-530-reheat-coil-valve", + "@id": "urn:ex/vav-521-damper", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "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/vav-530-reheat-coil-valve-in" + "@id": "urn:ex/vav-521-damper-in" }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-out" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "urn:ex/vav-521-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-530-reheat-coil-valve-command" + "@id": "urn:ex/vav-521-damper-command" }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-position" + "@id": "urn:ex/vav-521-damper-position" } ] }, { - "@id": "urn:ex/zone-309-310-occupancy-sensor", + "@id": "urn:ex/zone-101-co2-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-309-hvac-domain" + "@id": "urn:ex/room-101-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/zone-309-310-occupancy" + "@id": "urn:ex/zone-101-co2-concentration" } ] }, { - "@id": "urn:ex/vav-532-cooling-pid-output", + "@id": "urn:ex/zone-108-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-524-hot-water-in", + "@id": "urn:ex/zone-204-205-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-524-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } + ] + }, + { + "@id": "urn:ex/zone-102-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/room-113-hvac-domain", + "@id": "urn:ex/vav-526-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-113-in" - }, - { - "@id": "urn:ex/room-113-out" + "@id": "urn:ex/vav-526-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-534-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-516-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-516-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-540-colder-supply-air-requests", + "@id": "urn:ex/vav-522-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-522-pipe-hot-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-211-occupancy-override", + "@id": "urn:ex/zone-108-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-527-damper-position", + "@id": "urn:ex/vav-528-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -33184,404 +33354,373 @@ ] }, { - "@id": "urn:ex/vav-539-hot-water-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-525-cooling-pid-output", + "@id": "urn:ex/vav-519-discharge-air-temp-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/zone-101-occupancy-sensor", + "@id": "urn:ex/vav-503-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/room-101-hvac-domain" + "@id": "urn:ex/vav-503-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/zone-101-occupancy" + "@id": "urn:ex/vav-503-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/zone-314-temp", + "@id": "urn:ex/vav-535-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/connection-to-room-312", + "@id": "urn:ex/vav-527-air-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/connection-to-room-301" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-527-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-527-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-527-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-527-discharge-air-temp-setpoint" + } ] }, { - "@id": "urn:ex/room-102-hvac-domain", + "@id": "urn:ex/vav-527-reheat-coil-air-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-102-in" - }, - { - "@id": "urn:ex/room-102-out" + "@id": "urn:ex/connection-to-room-301" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/vav-516-damper-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-516-damper" + "@id": "urn:ex/vav-527-heating-pid-output" + }, + { + "@id": "urn:ex/vav-527-more-heat-requests" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-516-damper-command" + "@id": "urn:ex/vav-527-air-out" } ] }, { - "@id": "urn:ex/vav-533", + "@id": "urn:ex/zone-110-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-533-air-in" - }, - { - "@id": "urn:ex/vav-533-air-out" - }, - { - "@id": "urn:ex/vav-533-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-533-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-533-damper" - }, - { - "@id": "urn:ex/vav-533-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-533-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-527-damper-actuator", + "@id": "urn:ex/office-ahu-ea-damper-actuator", "@type": [ "http://data.ashrae.org/standard223#Actuator" ], "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-527-damper" + "@id": "urn:ex/office-ahu-ea-damper" } ], "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-527-damper-command" + "@id": "urn:ex/office-ahu-ea-damper-command" } ] }, { - "@id": "urn:ex/office-ahu-ra-damper-in", + "@id": "urn:ex/vav-535-damper", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/office-ahu-duct-after-ra-fan" + "@id": "urn:ex/vav-535-damper-in" + }, + { + "@id": "urn:ex/vav-535-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/vav-535-damper-command" + }, + { + "@id": "urn:ex/vav-535-damper-position" } ] }, { - "@id": "urn:ex/office-ahu-duct-after-htg-coil", + "@id": "urn:ex/zone-101-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-in", + "@id": "urn:ex/vav-516-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "urn:ex/vav-514-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-516-reheat-coil-valve" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/vav-516-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-flow-setpoint", + "@id": "urn:ex/office-ahu-htg-coil", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/office-ahu-htg-coil-air-in" + }, + { + "@id": "urn:ex/office-ahu-htg-coil-air-out" + }, + { + "@id": "urn:ex/office-ahu-htg-coil-water-in" + }, + { + "@id": "urn:ex/office-ahu-htg-coil-water-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-508-reheat-coil-water-out", + "@id": "urn:ex/vav-538-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-508-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-538-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-534-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-538-hot-water-out" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-air-in", + "@id": "urn:ex/vav-517-damper-command", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-504-duct-after-damper" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "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" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-in", + "@id": "urn:ex/vav-522-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-522-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-305-cooling-setpoint", + "@id": "urn:ex/vav-509-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-522-hot-water-out-connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-522-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-522-reheat-coil-valve" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ - { - "@id": "urn:ex/vav-522-reheat-coil-valve-command" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-502-damper-actuator", + "@id": "urn:ex/vav-534-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-502-damper" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-502-damper-command" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-526-discharge-air-flow-sensor", + "@id": "urn:ex/vav-512-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:ex/vav-526-air-in" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-526-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-507-reheat-coil-valve-out", + "@id": "urn:ex/vav-518-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-507-hot-water-out-connection" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-507-hot-water-out" + "@id": "urn:ex/vav-518-air-in" } ] }, { - "@id": "urn:ex/vav-531-cooling-pid-output", + "@id": "urn:ex/vav-507-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-502-damper-in", + "@id": "urn:ex/vav-506-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-533-air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/connection-to-room-305" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -33589,120 +33728,150 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-502-air-in" + "@id": "urn:ex/vav-533-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-533-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-533-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-533-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/office-ahu-air-filter-out", + "@id": "urn:ex/vav-523-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-duct-after-air-filter" + "@id": "urn:ex/vav-523-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-523-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-523-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-523-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-515-discharge-air-temp-sensor", + "@id": "urn:ex/vav-505-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-515-air-out" + "@id": "urn:ex/vav-505-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-515-discharge-air-temp" + "@id": "urn:ex/vav-505-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-513-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-513-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-513-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-513-damper-command" } ] }, { - "@id": "urn:ex/vav-523-damper", + "@id": "urn:ex/connection-to-room-301", "@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/vav-523-damper-in" - }, - { - "@id": "urn:ex/vav-523-damper-out" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-523-damper-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-523-damper-position" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-clg-coil-valve", + "@id": "urn:ex/room-214-out", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#ChilledWaterValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-clg-coil-valve-in" - }, - { - "@id": "urn:ex/office-ahu-clg-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-505-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/office-ahu-clg-coil-valve-command" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/office-ahu-clg-coil-valve-position" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-520-hot-water-out", + "@id": "urn:ex/vav-538-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-hot-water-out-connection" + "@id": "urn:ex/vav-538-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-538-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-538-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-538-reheat-coil-water-out" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } + ] + }, + { + "@id": "urn:ex/vav-508-pipe-hot-water-return-before-valve", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -33711,152 +33880,155 @@ ] }, { - "@id": "urn:ex/zone-305-occupancy-override", + "@id": "urn:ex/zone-115-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/zone-109-cooling-setpoint", + "@id": "urn:ex/vav-525-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "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/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-532-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-539-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-536-damper-command", + "@id": "urn:ex/vav-501-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/vav-519-air-out", + "@id": "urn:ex/room-208-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-204-205" + "@id": "urn:ex/room-208-in" + }, + { + "@id": "urn:ex/room-208-out" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } + ] + }, + { + "@id": "urn:ex/vav-508-discharge-air-temp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-519-discharge-air-flow" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-519-discharge-air-flow-setpoint" - }, + "@id": "http://data.ashrae.org/standard223#Role-Discharge" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-519-discharge-air-temp" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-519-discharge-air-temp-setpoint" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-113-in", + "@id": "urn:ex/vav-523-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-113" + "@id": "urn:ex/vav-523-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-520-cooling-pid-output", + "@id": "urn:ex/zone-207-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-damper-out", + "@id": "urn:ex/connection-to-room-213", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-508-duct-after-damper" - } + "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" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-508-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-508-cooling-pid-output" - } ] }, { - "@id": "urn:ex/zone-203-cooling-setpoint", + "@id": "urn:ex/zone-102-heating-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -33872,63 +34044,55 @@ ] }, { - "@id": "urn:ex/zone-313-temp-sensor", + "@id": "urn:ex/vav-516-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-313-hvac-domain" + "@id": "urn:ex/vav-516-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-313-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-105-hvac-domain", + "@id": "urn:ex/vav-540-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-105-in" - }, - { - "@id": "urn:ex/room-105-out" + "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-518-reheat-coil-valve-out", + "@id": "urn:ex/zone-204-205-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-518-hot-water-out-connection" - } + "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-Water" + "@id": "urn:ex/room-204-hvac-domain" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-518-hot-water-out" + "@id": "urn:ex/zone-204-205-temp" } ] }, { - "@id": "urn:ex/vav-503-damper-in", + "@id": "urn:ex/vav-524-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -33944,14 +34108,14 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-503-air-in" + "@id": "urn:ex/vav-524-air-in" } ] }, { - "@id": "urn:ex/vav-536-damper-out", + "@id": "urn:ex/vav-536-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { @@ -33962,78 +34126,88 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-536-colder-supply-air-requests" - }, - { - "@id": "urn:ex/vav-536-cooling-pid-output" - } ] }, { - "@id": "urn:ex/zone-215-temp-sensor", + "@id": "urn:ex/office-ahu-clg-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-215-hvac-domain" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-215-temp" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-valve-in", + "@id": "urn:ex/vav-532-reheat-coil-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-532-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-532-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve", + "@id": "urn:ex/vav-506-air-out", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-106-107" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-506-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-506-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-506-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-506-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-512-hot-water-in", + "@id": "urn:ex/zone-311-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-512-hot-water-in-connection" + "@id": "urn:ex/room-311-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-311-temp" } ] }, { - "@id": "urn:ex/vav-529-discharge-air-flow", + "@id": "urn:ex/vav-538-discharge-air-flow", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -34054,62 +34228,135 @@ ] }, { - "@id": "urn:ex/vav-503-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-538-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/zone-312-cooling-setpoint", + "@id": "urn:ex/zone-104-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } + ] + }, + { + "@id": "urn:ex/vav-512-reheat-coil-air-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/connection-to-room-118" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-512-heating-pid-output" + }, + { + "@id": "urn:ex/vav-512-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-512-air-out" } ] }, { - "@id": "urn:ex/vav-524-hot-water-in-connection", + "@id": "urn:ex/room-309-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/connection-to-room-309-310" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-213-occupancy", + "@id": "urn:ex/room-102-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/connection-to-room-102" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-510-reheat-coil-valve-command", + "@id": "urn:ex/vav-523-damper-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-523-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-523-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-523-cooling-pid-output" + } + ] + }, + { + "@id": "urn:ex/vav-511-hot-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-511-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ] + }, + { + "@id": "urn:ex/vav-512-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -34125,78 +34372,93 @@ ] }, { - "@id": "urn:ex/vav-537-hot-water-in-connection", + "@id": "urn:ex/zone-309-310-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/zone-106-107-heating-setpoint", + "@id": "urn:ex/vav-517-more-heat-requests", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + } + ] + }, + { + "@id": "urn:ex/vav-520-discharge-air-flow-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-525-colder-supply-air-requests", + "@id": "urn:ex/zone-102-occupancy-override", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-526-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-503-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-534-hot-water-in", + "@id": "urn:ex/vav-518-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-534-hot-water-in-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-510-hot-water-in-connection", + "@id": "urn:ex/vav-506-hot-water-in-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -34208,7 +34470,7 @@ ] }, { - "@id": "urn:ex/zone-111-temp", + "@id": "urn:ex/zone-309-310-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -34224,140 +34486,135 @@ ] }, { - "@id": "urn:ex/vav-522-reheat-coil-valve", + "@id": "urn:ex/vav-539-damper-in", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-reheat-coil-valve-in" - }, - { - "@id": "urn:ex/vav-522-reheat-coil-valve-out" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-522-reheat-coil-valve-command" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-522-reheat-coil-valve-position" + "@id": "urn:ex/vav-539-air-in" } ] }, { - "@id": "urn:ex/zone-202-window-switch-on-off", + "@id": "urn:ex/vav-529-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/room-207-hvac-domain", + "@id": "urn:ex/vav-501-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-207-in" - }, - { - "@id": "urn:ex/room-207-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-533-more-heat-requests", + "@id": "urn:ex/zone-203-occupancy", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/office-ahu-colder-supply-air-requests", + "@id": "urn:ex/room-110", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/room-110-hvac-domain" } ] }, { - "@id": "urn:ex/vav-512-air-in", + "@id": "urn:ex/zone-116-117-temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-valve-out", + "@id": "urn:ex/room-312-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-hot-water-out-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:ex/room-312-in" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/room-312-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/vav-509-hot-water-out" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-501-discharge-air-temp-sensor", + "@id": "urn:ex/room-106", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:ex/vav-501-air-out" + "@id": "urn:ex/room-106-hvac-domain" } + ] + }, + { + "@id": "urn:ex/vav-529-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-501-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-519-cooling-pid-output", + "@id": "urn:ex/vav-514-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -34373,266 +34630,174 @@ ] }, { - "@id": "urn:ex/vav-502-reheat-coil-water-out", + "@id": "urn:ex/zone-102-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-502-pipe-hot-water-return-before-valve" + "@id": "urn:ex/room-102-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-102-occupancy" } ] }, { - "@id": "urn:ex/vav-515-damper", + "@id": "urn:ex/zone-201-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-515-damper-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-515-damper-out" + "@id": "urn:ex/room-201-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-515-damper-command" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-515-damper-position" + "@id": "urn:ex/zone-201-occupancy" } ] }, { - "@id": "urn:ex/room-107-hvac-domain", + "@id": "urn:ex/zone-309-310-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-107-in" - }, - { - "@id": "urn:ex/room-107-out" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:ex/vav-518-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-508-air-in", + "@id": "urn:ex/vav-504-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-504-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-206-hvac-domain", + "@id": "urn:ex/vav-515-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-206-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/room-206-out" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-510-discharge-air-temp-sensor", + "@id": "urn:ex/zone-314-temp-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-510-air-out" + "@id": "urn:ex/room-314-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-510-discharge-air-temp" + "@id": "urn:ex/zone-314-temp" } ] }, { - "@id": "urn:ex/vav-518-discharge-air-flow-sensor", + "@id": "urn:ex/zone-309-310-occupancy-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-518-air-in" + "@id": "urn:ex/room-309-hvac-domain" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-518-discharge-air-flow" + "@id": "urn:ex/zone-309-310-occupancy" } ] }, { - "@id": "urn:ex/room-112-in", + "@id": "urn:ex/vav-514-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-112-114" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-529-reheat-coil", + "@id": "urn:ex/vav-518-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-529-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-529-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-529-reheat-coil-water-in" - }, - { - "@id": "urn:ex/vav-529-reheat-coil-water-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-526-hot-water-in", + "@id": "urn:ex/vav-531-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-hot-water-in-connection" + "@id": "urn:ex/vav-531-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/vav-502-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-502-reheat-coil-valve" - } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-502-reheat-coil-valve-command" + "@id": "urn:ex/vav-531-hot-water-out" } ] }, { - "@id": "urn:ex/vav-525-air-out", + "@id": "urn:ex/vav-506-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-211" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-525-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-525-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-525-discharge-air-temp" - }, - { - "@id": "urn:ex/vav-525-discharge-air-temp-setpoint" - } - ] - }, - { - "@id": "urn:ex/vav-503-damper-command", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "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/vav-506-pipe-hot-water-return-before-valve" } - ] - }, - { - "@id": "urn:ex/vav-524-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -34641,60 +34806,55 @@ ] }, { - "@id": "urn:ex/vav-521-reheat-coil-water-in", + "@id": "urn:ex/vav-509-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-521-hot-water-in-connection" + "@id": "urn:ex/vav-509-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-521-hot-water-in" - } ] }, { - "@id": "urn:ex/zone-102-temp", + "@id": "urn:ex/vav-511-reheat-coil-valve-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-202-temp-sensor", + "@id": "urn:ex/vav-504-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-202-hvac-domain" + "@id": "urn:ex/vav-504-duct-after-damper" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-202-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-214-out", + "@id": "urn:ex/room-113-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -34710,69 +34870,41 @@ ] }, { - "@id": "urn:ex/vav-530-reheat-coil-air-out", + "@id": "urn:ex/vav-517-pipe-hot-water-return-before-valve", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-303-304-306" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-530-heating-pid-output" - }, - { - "@id": "urn:ex/vav-530-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-530-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-201-out", + "@id": "urn:ex/zone-211-temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-from-rooms" - } + "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/Temperature" } - ] - }, - { - "@id": "urn:ex/zone-313-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-528-air-out", + "@id": "urn:ex/vav-524-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-302" + "@id": "urn:ex/connection-to-room-210" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -34782,163 +34914,125 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-528-discharge-air-flow" + "@id": "urn:ex/vav-524-discharge-air-flow" }, { - "@id": "urn:ex/vav-528-discharge-air-flow-setpoint" + "@id": "urn:ex/vav-524-discharge-air-flow-setpoint" }, { - "@id": "urn:ex/vav-528-discharge-air-temp" + "@id": "urn:ex/vav-524-discharge-air-temp" }, { - "@id": "urn:ex/vav-528-discharge-air-temp-setpoint" + "@id": "urn:ex/vav-524-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/zone-302-cooling-setpoint", + "@id": "urn:ex/zone-210-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-506-damper-in", + "@id": "urn:ex/zone-110-window-switch-on-off", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-506-air-in" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-503-air-out", + "@id": "urn:ex/zone-314-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-104" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-503-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-503-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-503-discharge-air-temp" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-503-discharge-air-temp-setpoint" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-502-discharge-air-flow-sensor", + "@id": "urn:ex/zone-303-304-306-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-502-air-in" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-502-discharge-air-flow" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-507-damper-position", + "@id": "urn:ex/vav-520-hot-water-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/vav-520-hot-water-in-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/zone-110", + "@id": "urn:ex/vav-517-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-110-hvac-domain" + "@id": "urn:ex/vav-517-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-517-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-110-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-110-heating-setpoint" - }, - { - "@id": "urn:ex/zone-110-occupancy" - }, - { - "@id": "urn:ex/zone-110-occupancy-override" - }, - { - "@id": "urn:ex/zone-110-temp" + "@id": "urn:ex/vav-517-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-110-window-switch-on-off" + "@id": "urn:ex/vav-517-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-501-damper-out", + "@id": "urn:ex/vav-525-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-501-duct-after-damper" + "@id": "urn:ex/connection-to-room-211" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -34948,77 +35042,88 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-501-colder-supply-air-requests" + "@id": "urn:ex/vav-525-heating-pid-output" }, { - "@id": "urn:ex/vav-501-cooling-pid-output" + "@id": "urn:ex/vav-525-more-heat-requests" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-525-air-out" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-in", + "@id": "urn:ex/office-ahu-oa-damper-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-duct-after-moisture-eliminator" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/office-ahu-oa-flow" + }, + { + "@id": "urn:ex/office-ahu-oa-temp" } ] }, { - "@id": "urn:ex/vav-507-air-out", + "@id": "urn:ex/vav-540-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-110" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } + ] + }, + { + "@id": "urn:ex/vav-508-hot-water-out-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-507-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-507-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-507-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-507-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-527-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-529-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-529-pipe-hot-water-return-before-valve" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/office-ahu-sa-fan-speed-status", + "@id": "urn:ex/vav-502-damper-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -35034,131 +35139,120 @@ ] }, { - "@id": "urn:ex/vav-532-hot-water-out", + "@id": "urn:ex/vav-538-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-532-hot-water-out-connection" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/connection-to-room-207", + "@id": "urn:ex/vav-501-damper-position", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-210", + "@id": "urn:ex/vav-514-damper-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-210-hvac-domain" + "@id": "urn:ex/vav-514-duct-after-damper" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-210-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-210-heating-setpoint" - }, - { - "@id": "urn:ex/zone-210-occupancy" - }, - { - "@id": "urn:ex/zone-210-occupancy-override" - }, - { - "@id": "urn:ex/zone-210-temp" + "@id": "urn:ex/vav-514-colder-supply-air-requests" }, { - "@id": "urn:ex/zone-210-window-switch-on-off" + "@id": "urn:ex/vav-514-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-531-more-heat-requests", + "@id": "urn:ex/vav-514-reheat-coil-valve-actuator", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-514-reheat-coil-valve" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-514-reheat-coil-valve-command" } ] }, { - "@id": "urn:ex/room-203-out", + "@id": "urn:ex/vav-520-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/connection-to-room-207" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:ex/room-116-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/connection-to-room-116-117" + "@id": "urn:ex/vav-520-heating-pid-output" + }, + { + "@id": "urn:ex/vav-520-more-heat-requests" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-520-air-out" } ] }, { - "@id": "urn:ex/vav-505-hot-water-out", + "@id": "urn:ex/vav-515-duct-after-damper", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-505-hot-water-out-connection" - } + "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-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-511-discharge-air-flow", + "@id": "urn:ex/vav-523-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -35169,121 +35263,142 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve-command", + "@id": "urn:ex/zone-309-310", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/room-309-hvac-domain" + }, + { + "@id": "urn:ex/room-310-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:ex/zone-314-occupancy", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" + "@id": "urn:ex/zone-309-310-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-309-310-heating-setpoint" + }, + { + "@id": "urn:ex/zone-309-310-occupancy" + }, + { + "@id": "urn:ex/zone-309-310-occupancy-override" + }, + { + "@id": "urn:ex/zone-309-310-temp" + }, + { + "@id": "urn:ex/zone-309-310-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-air-out", + "@id": "urn:ex/vav-507-hot-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-305" + "@id": "urn:ex/vav-507-hot-water-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/vav-533-heating-pid-output" - }, - { - "@id": "urn:ex/vav-533-more-heat-requests" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:ex/vav-533-air-out" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-206-cooling-setpoint", + "@id": "urn:ex/zone-207-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/room-207-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/zone-207-temp" } ] }, { - "@id": "urn:ex/vav-511-heating-pid-output", + "@id": "urn:ex/zone-211", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "urn:ex/room-211-hvac-domain" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-211-cooling-setpoint" + }, + { + "@id": "urn:ex/zone-211-heating-setpoint" + }, + { + "@id": "urn:ex/zone-211-occupancy" + }, + { + "@id": "urn:ex/zone-211-occupancy-override" + }, + { + "@id": "urn:ex/zone-211-temp" + }, + { + "@id": "urn:ex/zone-211-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-525-discharge-air-temp-sensor", + "@id": "urn:ex/vav-540-discharge-air-flow-sensor", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-525-air-out" + "@id": "urn:ex/vav-540-air-in" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-525-discharge-air-temp" + "@id": "urn:ex/vav-540-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-528-reheat-coil-valve-position", + "@id": "urn:ex/vav-502-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -35299,207 +35414,165 @@ ] }, { - "@id": "urn:ex/vav-533-discharge-air-flow-setpoint", + "@id": "urn:ex/vav-509-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/vav-509-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:ex/vav-509-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-532-damper-command", + "@id": "urn:ex/vav-504-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-504-air-out" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-504-discharge-air-temp" } ] }, { - "@id": "urn:ex/zone-303-304-306-heating-setpoint", + "@id": "urn:ex/vav-513-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-513-hot-water-out-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } - ] - }, - { - "@id": "urn:ex/zone-201-occupancy-override", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/vav-513-hot-water-out" } ] }, { - "@id": "urn:ex/room-106-hvac-domain", + "@id": "urn:ex/vav-529-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-106-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-106-out" + "@id": "urn:ex/vav-529-air-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-529-discharge-air-temp" } ] }, { - "@id": "urn:ex/vav-508-damper", + "@id": "urn:ex/vav-510-reheat-coil-air-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/vav-508-damper-in" - }, - { - "@id": "urn:ex/vav-508-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-508-damper-command" - }, - { - "@id": "urn:ex/vav-508-damper-position" - } - ] - }, - { - "@id": "urn:ex/zone-204-205-temp", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:ex/vav-510-duct-after-damper" } - ] - }, - { - "@id": "urn:ex/vav-501-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-208-209", + "@id": "urn:ex/vav-524-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-208-hvac-domain" + "@id": "urn:ex/vav-524-reheat-coil-valve-in" }, { - "@id": "urn:ex/room-209-hvac-domain" + "@id": "urn:ex/vav-524-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-208-209-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-208-209-heating-setpoint" - }, - { - "@id": "urn:ex/zone-208-209-occupancy" - }, - { - "@id": "urn:ex/zone-208-209-occupancy-override" - }, - { - "@id": "urn:ex/zone-208-209-temp" + "@id": "urn:ex/vav-524-reheat-coil-valve-command" }, { - "@id": "urn:ex/zone-208-209-window-switch-on-off" + "@id": "urn:ex/vav-524-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-water-out", + "@id": "urn:ex/vav-504-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-520-pipe-hot-water-return-before-valve" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-504-air-in" } ] }, { - "@id": "urn:ex/room-202-out", + "@id": "urn:ex/vav-539-damper-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/vav-539-duct-after-damper" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-539-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-539-cooling-pid-output" + } ] }, { - "@id": "urn:ex/vav-505-damper-in", + "@id": "urn:ex/vav-533-air-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -35512,88 +35585,103 @@ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-506-reheat-coil-valve-position", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-505-air-in" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-536-hot-water-in", + "@id": "urn:ex/vav-512-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-536-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-522-discharge-air-temp-sensor", + "@id": "urn:ex/room-212-in", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-522-air-out" + "@id": "urn:ex/connection-to-room-212" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-522-discharge-air-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-damper-position", + "@id": "urn:ex/vav-513-more-heat-requests", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/room-208-hvac-domain", + "@id": "urn:ex/vav-526-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-208-in" + "@id": "urn:ex/vav-526-reheat-coil-valve-in" }, { - "@id": "urn:ex/room-208-out" + "@id": "urn:ex/vav-526-reheat-coil-valve-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-526-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-526-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/vav-527-reheat-coil-valve-in", + "@id": "urn:ex/vav-539-reheat-coil-valve-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-527-pipe-hot-water-return-before-valve" + "@id": "urn:ex/vav-539-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -35603,46 +35691,51 @@ ] }, { - "@id": "urn:ex/vav-525-more-heat-requests", + "@id": "urn:ex/vav-522-reheat-coil-valve", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Valve", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-522-reheat-coil-valve-in" + }, + { + "@id": "urn:ex/vav-522-reheat-coil-valve-out" } - ] - }, - { - "@id": "urn:ex/vav-518-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": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-522-reheat-coil-valve-command" + }, + { + "@id": "urn:ex/vav-522-reheat-coil-valve-position" } ] }, { - "@id": "urn:ex/room-309-in", + "@id": "urn:ex/vav-538-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-309-310" + "@id": "urn:ex/vav-538-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve-command", + "@id": "urn:ex/office-ahu-ra-damper-command", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -35658,13 +35751,13 @@ ] }, { - "@id": "urn:ex/vav-503-hot-water-out", + "@id": "urn:ex/vav-533-reheat-coil-water-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-503-hot-water-out-connection" + "@id": "urn:ex/vav-533-pipe-hot-water-return-before-valve" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -35674,76 +35767,87 @@ ] }, { - "@id": "urn:ex/vav-517-reheat-coil-air-in", + "@id": "urn:ex/office-ahu-ra-flow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-517-duct-after-damper" + "@id": "http://data.ashrae.org/standard223#Role-Return" } ], - "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-508-duct-after-damper", + "@id": "urn:ex/zone-201-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Duct" + "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/room-201-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:ex/zone-201-temp" } ] }, { - "@id": "urn:ex/vav-533-air-out", + "@id": "urn:ex/office-ahu-oa-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-305" + "@id": "urn:ex/office-ahu-oa-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ] + }, + { + "@id": "urn:ex/vav-526-hot-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-533-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-533-discharge-air-flow-setpoint" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-533-discharge-air-temp" - }, + "@id": "urn:ex/vav-526-hot-water-out-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-533-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-208", + "@id": "urn:ex/vav-520-colder-supply-air-requests", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/room-208-hvac-domain" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-530-discharge-air-temp", + "@id": "urn:ex/vav-524-discharge-air-temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -35764,243 +35868,290 @@ ] }, { - "@id": "urn:ex/vav-527-discharge-air-flow-sensor", + "@id": "urn:ex/vav-528-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-527-air-in" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-515-discharge-air-flow-setpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-527-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/zone-301", + "@id": "urn:ex/vav-528-damper", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#Damper", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-301-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ + "@id": "urn:ex/vav-528-damper-in" + }, { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-528-damper-out" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/zone-301-cooling-setpoint" + "@id": "urn:ex/vav-528-damper-command" }, { - "@id": "urn:ex/zone-301-heating-setpoint" - }, + "@id": "urn:ex/vav-528-damper-position" + } + ] + }, + { + "@id": "urn:ex/vav-501-cooling-pid-output", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/zone-301-occupancy" - }, + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/zone-301-occupancy-override" - }, + "@id": "http://qudt.org/vocab/unit/UNITLESS" + } + ] + }, + { + "@id": "urn:ex/office-ahu-clg-coil-water-out", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/zone-301-temp" - }, + "@id": "urn:ex/office-ahu-pipe-chilled-water-return-before-valve" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-301-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-513-colder-supply-air-requests", + "@id": "urn:ex/vav-512-hot-water-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/vav-512-hot-water-in-connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-305-window-switch-on-off", + "@id": "urn:ex/vav-509-colder-supply-air-requests", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] }, { - "@id": "urn:ex/vav-505-reheat-coil", + "@id": "urn:ex/vav-505-damper-out", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-505-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-505-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-505-reheat-coil-water-in" - }, + "@id": "urn:ex/vav-505-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-505-reheat-coil-water-out" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:ex/vav-505-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-505-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-valve-in", + "@id": "urn:ex/vav-505-air-out", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-535-pipe-hot-water-return-before-valve" + "@id": "urn:ex/connection-to-room-108" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-505-discharge-air-flow" + }, + { + "@id": "urn:ex/vav-505-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-505-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-505-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-506-reheat-coil-valve-position", + "@id": "urn:ex/zone-212-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-519-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-540-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/vav-520-heating-pid-output", + "@id": "urn:ex/vav-506-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/zone-210-heating-setpoint", + "@id": "urn:ex/vav-510-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/zone-208-209-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-506-damper", + "@id": "urn:ex/vav-506-reheat-coil-water-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/vav-506-damper-in" - }, - { - "@id": "urn:ex/vav-506-damper-out" + "@id": "urn:ex/vav-506-hot-water-in-connection" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-506-damper-command" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-506-damper-position" + "@id": "urn:ex/vav-506-hot-water-in" } ] }, { - "@id": "urn:ex/vav-528-discharge-air-flow-sensor", + "@id": "urn:ex/room-206-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-528-air-in" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-528-discharge-air-flow" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/zone-106-107-cooling-setpoint", + "@id": "urn:ex/vav-530-reheat-coil-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/vav-530-duct-after-damper" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-534-hot-water-out-connection", + "@id": "urn:ex/vav-538-hot-water-out-connection", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -36012,172 +36163,183 @@ ] }, { - "@id": "urn:ex/vav-501-hot-water-out", + "@id": "urn:ex/vav-526-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/vav-501-hot-water-out-connection" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@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/vav-515-damper-command", + "@id": "urn:ex/vav-535-cooling-pid-output", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-110-temp-sensor", + "@id": "urn:ex/room-208-out", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-110-hvac-domain" + "@id": "urn:ex/office-ahu-connection-from-rooms" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/zone-110-temp" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-535-discharge-air-temp-setpoint", + "@id": "urn:ex/connection-to-room-118", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "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/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-524-cooling-pid-output", + "@id": "urn:ex/vav-523-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-514-reheat-coil-water-in", + "@id": "urn:ex/vav-531-reheat-coil-valve-position", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-514-hot-water-in-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-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-514-hot-water-in" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve-actuator", + "@id": "urn:ex/vav-524-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#Actuator" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#actuates": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve" + "@id": "urn:ex/vav-524-reheat-coil-air-in" + }, + { + "@id": "urn:ex/vav-524-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-524-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-524-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-526-reheat-coil-valve-command" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil-valve-command", + "@id": "urn:ex/vav-501-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-501-air-in" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:ex/vav-501-discharge-air-flow" } ] }, { - "@id": "urn:ex/room-106-out", + "@id": "urn:ex/vav-527-damper-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-from-rooms" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-527-air-in" + } ] }, { - "@id": "urn:ex/vav-536-air-in", + "@id": "urn:ex/vav-527-discharge-air-flow-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-527-air-in" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-527-discharge-air-flow" } ] }, { - "@id": "urn:ex/vav-532-heating-pid-output", + "@id": "urn:ex/vav-539-heating-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -36193,71 +36355,40 @@ ] }, { - "@id": "urn:ex/vav-530-discharge-air-flow", + "@id": "urn:ex/vav-501-damper-command", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Discharge" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "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/zone-103", + "@id": "urn:ex/zone-110-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/room-103-hvac-domain" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-103-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-103-heating-setpoint" - }, - { - "@id": "urn:ex/zone-103-occupancy" - }, - { - "@id": "urn:ex/zone-103-occupancy-override" - }, - { - "@id": "urn:ex/zone-103-temp" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/zone-103-window-switch-on-off" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, { - "@id": "urn:ex/vav-533-reheat-coil-valve-out", + "@id": "urn:ex/vav-509-reheat-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-533-hot-water-out-connection" + "@id": "urn:ex/vav-509-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -36267,12 +36398,12 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-533-hot-water-out" + "@id": "urn:ex/vav-509-hot-water-in" } ] }, { - "@id": "urn:ex/vav-515-damper-position", + "@id": "urn:ex/vav-526-reheat-coil-valve-position", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -36288,177 +36419,164 @@ ] }, { - "@id": "urn:ex/vav-534", + "@id": "urn:ex/zone-213-temp", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-534-air-in" - }, - { - "@id": "urn:ex/vav-534-air-out" - }, - { - "@id": "urn:ex/vav-534-hot-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-534-hot-water-out" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-534-damper" - }, - { - "@id": "urn:ex/vav-534-reheat-coil" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-534-reheat-coil-valve" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-540-air-in", + "@id": "urn:ex/vav-521-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "urn:ex/vav-521-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/zone-305-heating-setpoint", + "@id": "urn:ex/vav-539-air-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-connection-to-vavs" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-502-hot-water-out", + "@id": "urn:ex/zone-103-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/vav-502-hot-water-out-connection" + "@id": "urn:ex/room-103-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:ex/zone-103-temp" } ] }, { - "@id": "urn:ex/vav-509-air-out", + "@id": "urn:ex/vav-507-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-113" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } + ] + }, + { + "@id": "urn:ex/vav-503-hot-water-in-connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-509-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-509-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-509-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/vav-509-discharge-air-temp-setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-529-colder-supply-air-requests", + "@id": "urn:ex/zone-201-window-switch-on-off", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" } ] }, { - "@id": "urn:ex/vav-530-reheat-coil-valve-out", + "@id": "urn:ex/zone-106-107-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-530-hot-water-out-connection" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-530-hot-water-out" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/room-212", + "@id": "urn:ex/vav-513-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:ex/room-212-hvac-domain" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/room-306", + "@id": "urn:ex/vav-519-damper-out", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-306-hvac-domain" + "@id": "urn:ex/vav-519-duct-after-damper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/vav-519-colder-supply-air-requests" + }, + { + "@id": "urn:ex/vav-519-cooling-pid-output" } ] }, { - "@id": "urn:ex/vav-529-hot-water-in", + "@id": "urn:ex/vav-524-hot-water-in", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-529-hot-water-in-connection" + "@id": "urn:ex/vav-524-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -36468,7 +36586,7 @@ ] }, { - "@id": "urn:ex/vav-522-discharge-air-temp-setpoint", + "@id": "urn:ex/vav-507-discharge-air-temp-setpoint", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -36484,85 +36602,90 @@ ] }, { - "@id": "urn:ex/vav-517-damper-in", + "@id": "urn:ex/vav-522-damper-actuator", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-connection-to-vavs" - } + "http://data.ashrae.org/standard223#Actuator" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#actuates": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/vav-522-damper" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-517-air-in" + "@id": "urn:ex/vav-522-damper-command" } ] }, { - "@id": "urn:ex/vav-537-reheat-coil-air-out", + "@id": "urn:ex/vav-526-heating-pid-output", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/connection-to-room-312" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], - "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/UNITLESS" } + ] + }, + { + "@id": "urn:ex/vav-519-reheat-coil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-537-heating-pid-output" + "@id": "urn:ex/vav-519-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-537-more-heat-requests" + "@id": "urn:ex/vav-519-reheat-coil-air-out" + }, + { + "@id": "urn:ex/vav-519-reheat-coil-water-in" + }, + { + "@id": "urn:ex/vav-519-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-537-air-out" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/room-111-hvac-domain", + "@id": "urn:ex/vav-536-discharge-air-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/room-111-in" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/room-111-out" + "@id": "urn:ex/vav-536-air-out" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:ex/vav-536-discharge-air-temp" } ] }, { - "@id": "urn:ex/room-115-hvac-domain", + "@id": "urn:ex/room-109-hvac-domain", "@type": [ "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-115-in" + "@id": "urn:ex/room-109-in" }, { - "@id": "urn:ex/room-115-out" + "@id": "urn:ex/room-109-out" } ], "http://data.ashrae.org/standard223#hasDomain": [ @@ -36572,20 +36695,30 @@ ] }, { - "@id": "urn:ex/zone-108-window-switch-on-off", + "@id": "urn:ex/zone-302-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-537-discharge-air-temp-setpoint", + "@id": "urn:ex/office-ahu-sa-temp", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasAspect": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Supply" + } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -36599,39 +36732,39 @@ ] }, { - "@id": "urn:ex/vav-505-discharge-air-temp-setpoint", + "@id": "urn:ex/office-ahu-ra-damper-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:ex/office-ahu-duct-after-ra-fan" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil", + "@id": "urn:ex/vav-503-reheat-coil", "@type": [ "http://data.ashrae.org/standard223#HeatingCoil", "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-540-reheat-coil-air-in" + "@id": "urn:ex/vav-503-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-540-reheat-coil-air-out" + "@id": "urn:ex/vav-503-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-540-reheat-coil-water-in" + "@id": "urn:ex/vav-503-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-540-reheat-coil-water-out" + "@id": "urn:ex/vav-503-reheat-coil-water-out" } ], "http://data.ashrae.org/standard223#hasRole": [ @@ -36641,37 +36774,23 @@ ] }, { - "@id": "urn:ex/vav-501-air-out", + "@id": "urn:ex/zone-203-temp-sensor", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-102" - } + "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/room-203-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-501-discharge-air-flow" - }, - { - "@id": "urn:ex/vav-501-discharge-air-flow-setpoint" - }, - { - "@id": "urn:ex/vav-501-discharge-air-temp" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:ex/vav-501-discharge-air-temp-setpoint" + "@id": "urn:ex/zone-203-temp" } ] }, { - "@id": "urn:ex/vav-540-pipe-hot-water-return-before-valve", + "@id": "urn:ex/vav-516-pipe-hot-water-return-before-valve", "@type": [ "http://data.ashrae.org/standard223#Connection", "http://data.ashrae.org/standard223#Pipe" @@ -36683,112 +36802,50 @@ ] }, { - "@id": "urn:ex/vav-539-air-out", + "@id": "urn:ex/zone-103", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/connection-to-room-214" + "@id": "urn:ex/room-103-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-539-discharge-air-flow" + "@id": "urn:ex/zone-103-cooling-setpoint" }, { - "@id": "urn:ex/vav-539-discharge-air-flow-setpoint" + "@id": "urn:ex/zone-103-heating-setpoint" }, { - "@id": "urn:ex/vav-539-discharge-air-temp" + "@id": "urn:ex/zone-103-occupancy" }, { - "@id": "urn:ex/vav-539-discharge-air-temp-setpoint" - } - ] - }, - { - "@id": "urn:ex/vav-525-damper-out", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-525-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-525-colder-supply-air-requests" + "@id": "urn:ex/zone-103-occupancy-override" }, { - "@id": "urn:ex/vav-525-cooling-pid-output" - } - ] - }, - { - "@id": "urn:ex/vav-527-hot-water-in", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-527-hot-water-in-connection" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ] - }, - { - "@id": "urn:ex/vav-514-reheat-coil-valve-actuator", - "@type": [ - "http://data.ashrae.org/standard223#Actuator" - ], - "http://data.ashrae.org/standard223#actuates": [ - { - "@id": "urn:ex/vav-514-reheat-coil-valve" - } - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ + "@id": "urn:ex/zone-103-temp" + }, { - "@id": "urn:ex/vav-514-reheat-coil-valve-command" + "@id": "urn:ex/zone-103-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-502-damper-out", + "@id": "urn:ex/zone-312-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-502-duct-after-damper" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-502-colder-supply-air-requests" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-502-cooling-pid-output" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ] }, @@ -36805,25 +36862,20 @@ ] }, { - "@id": "urn:ex/vav-501-reheat-coil-valve-command", + "@id": "urn:ex/zone-204-205-occupancy", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/zone-303-304-306-temp", + "@id": "urn:ex/zone-314-cooling-setpoint", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -36832,217 +36884,184 @@ ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ] - }, - { - "@id": "urn:ex/vav-514-reheat-coil-valve-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/vav-521-pipe-hot-water-return-before-valve", - "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-513", + "@id": "urn:ex/zone-116-117", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#Zone", + "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:ex/vav-513-air-in" + "@id": "urn:ex/room-116-hvac-domain" }, { - "@id": "urn:ex/vav-513-air-out" + "@id": "urn:ex/room-117-hvac-domain" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/zone-116-117-cooling-setpoint" }, { - "@id": "urn:ex/vav-513-hot-water-in" + "@id": "urn:ex/zone-116-117-heating-setpoint" }, { - "@id": "urn:ex/vav-513-hot-water-out" - } - ], - "http://data.ashrae.org/standard223#contains": [ + "@id": "urn:ex/zone-116-117-occupancy" + }, { - "@id": "urn:ex/vav-513-damper" + "@id": "urn:ex/zone-116-117-occupancy-override" }, { - "@id": "urn:ex/vav-513-reheat-coil" + "@id": "urn:ex/zone-116-117-temp" }, { - "@id": "urn:ex/vav-513-reheat-coil-valve" + "@id": "urn:ex/zone-116-117-window-switch-on-off" } ] }, { - "@id": "urn:ex/vav-514-discharge-air-flow-setpoint", + "@id": "urn:ex/office-ahu-sa-fan-in", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:ex/office-ahu-duct-after-clg-coil" } ], - "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" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:ex/office-ahu-sa-flow" } ] }, { - "@id": "urn:ex/office-ahu-oa-flow-sensor", + "@id": "urn:ex/room-212-hvac-domain", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-oa-damper-in" + "@id": "urn:ex/room-212-in" + }, + { + "@id": "urn:ex/room-212-out" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:ex/office-ahu-oa-flow" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ] }, { - "@id": "urn:ex/vav-533-cooling-pid-output", + "@id": "urn:ex/room-311-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/Dimensionless" + "@id": "urn:ex/connection-to-room-311" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/vav-516-reheat-coil-valve-command", + "@id": "urn:ex/vav-515-hot-water-out", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:ex/vav-515-hot-water-out-connection" } ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-505-colder-supply-air-requests", + "@id": "urn:ex/room-105-in", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "urn:ex/connection-to-room-105" } - ] - }, - { - "@id": "urn:ex/vav-511-more-heat-requests", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/office-ahu-htg-coil-valve", + "@id": "urn:ex/vav-532-discharge-air-flow", "@type": [ - "http://data.ashrae.org/standard223#Valve", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterValve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/office-ahu-htg-coil-valve-in" - }, + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "urn:ex/office-ahu-htg-coil-valve-out" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-HotWater" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/office-ahu-htg-coil-valve-command" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/office-ahu-htg-coil-valve-position" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/office-ahu-ra-damper", + "@id": "urn:ex/vav-501-reheat-coil-water-out", "@type": [ - "http://data.ashrae.org/standard223#Damper", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/office-ahu-ra-damper-in" - }, - { - "@id": "urn:ex/office-ahu-ra-damper-out" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/office-ahu-ra-damper-command" - }, - { - "@id": "urn:ex/office-ahu-ra-damper-position" + "@id": "urn:ex/vav-501-pipe-hot-water-return-before-valve" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Return" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ] }, { - "@id": "urn:ex/vav-526-hot-water-out-connection", + "@id": "urn:ex/vav-519-reheat-coil-valve-in", "@type": [ - "http://data.ashrae.org/standard223#Connection", - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:ex/vav-519-pipe-hot-water-return-before-valve" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -37051,24 +37070,34 @@ ] }, { - "@id": "urn:ex/vav-508-colder-supply-air-requests", + "@id": "urn:ex/vav-502-discharge-air-temp", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" + "@id": "http://data.ashrae.org/standard223#Role-Discharge" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ] }, { - "@id": "urn:ex/vav-525-reheat-coil-valve-out", + "@id": "urn:ex/vav-505-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-525-hot-water-out-connection" + "@id": "urn:ex/vav-505-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -37078,50 +37107,77 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-525-hot-water-out" + "@id": "urn:ex/vav-505-hot-water-out" } ] }, { - "@id": "urn:ex/vav-535-reheat-coil-water-in", + "@id": "urn:ex/zone-104-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-535-hot-water-in-connection" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ] + }, + { + "@id": "urn:ex/vav-520-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-520-damper" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "urn:ex/vav-535-hot-water-in" + "@id": "urn:ex/vav-520-damper-command" } ] }, { - "@id": "urn:ex/zone-213-occupancy-override", + "@id": "urn:ex/room-307", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-307-hvac-domain" } ] }, { - "@id": "urn:ex/vav-504-reheat-coil-valve-out", + "@id": "urn:ex/vav-538-damper-actuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "urn:ex/vav-538-damper" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "urn:ex/vav-538-damper-command" + } + ] + }, + { + "@id": "urn:ex/vav-522-reheat-coil-valve-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-504-hot-water-out-connection" + "@id": "urn:ex/vav-522-hot-water-out-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -37131,18 +37187,18 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-504-hot-water-out" + "@id": "urn:ex/vav-522-hot-water-out" } ] }, { - "@id": "urn:ex/vav-517-reheat-coil-air-out", + "@id": "urn:ex/vav-510-reheat-coil-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/connection-to-room-203" + "@id": "urn:ex/connection-to-room-111" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -37152,254 +37208,204 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-517-heating-pid-output" + "@id": "urn:ex/vav-510-heating-pid-output" }, { - "@id": "urn:ex/vav-517-more-heat-requests" + "@id": "urn:ex/vav-510-more-heat-requests" } ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-517-air-out" + "@id": "urn:ex/vav-510-air-out" } ] }, { - "@id": "urn:ex/vav-509-reheat-coil-valve-position", + "@id": "urn:ex/vav-516-cooling-pid-output", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/UNITLESS" } ] }, { - "@id": "urn:ex/zone-110-heating-setpoint", + "@id": "urn:ex/connection-to-room-103", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "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/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ] }, { - "@id": "urn:ex/room-117-in", + "@id": "urn:ex/zone-101-occupancy-sensor", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:ex/connection-to-room-116-117" + "@id": "urn:ex/room-101-hvac-domain" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:ex/zone-101-occupancy" } ] }, { - "@id": "urn:ex/zone-109", + "@id": "urn:ex/vav-501-reheat-coil-valve-out", "@type": [ - "http://data.ashrae.org/standard223#Zone", - "http://data.ashrae.org/standard223/1.0/extensions/g36#Zone" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/room-109-hvac-domain" + "@id": "urn:ex/vav-501-hot-water-out-connection" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/zone-109-cooling-setpoint" - }, - { - "@id": "urn:ex/zone-109-heating-setpoint" - }, - { - "@id": "urn:ex/zone-109-occupancy" - }, - { - "@id": "urn:ex/zone-109-occupancy-override" - }, - { - "@id": "urn:ex/zone-109-temp" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/zone-109-window-switch-on-off" + "@id": "urn:ex/vav-501-hot-water-out" } ] }, { - "@id": "urn:ex/vav-520-reheat-coil", + "@id": "urn:ex/vav-525-discharge-air-flow-setpoint", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil", - "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-520-reheat-coil-air-in" - }, - { - "@id": "urn:ex/vav-520-reheat-coil-air-out" - }, - { - "@id": "urn:ex/vav-520-reheat-coil-water-in" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/vav-520-reheat-coil-water-out" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ] }, { - "@id": "urn:ex/vav-539-damper-out", + "@id": "urn:ex/vav-522-damper-position", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/vav-539-duct-after-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#hasProperty": [ - { - "@id": "urn:ex/vav-539-colder-supply-air-requests" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:ex/vav-539-cooling-pid-output" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ] }, { - "@id": "urn:ex/vav-502", + "@id": "urn:ex/vav-528-reheat-coil", "@type": [ - "http://data.ashrae.org/standard223#SingleDuctTerminal", - "http://data.ashrae.org/standard223/1.0/extensions/g36#VAVWithReheat" + "http://data.ashrae.org/standard223#HeatingCoil", + "http://data.ashrae.org/standard223/1.0/extensions/g36#HotWaterCoil" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-502-air-in" + "@id": "urn:ex/vav-528-reheat-coil-air-in" }, { - "@id": "urn:ex/vav-502-air-out" + "@id": "urn:ex/vav-528-reheat-coil-air-out" }, { - "@id": "urn:ex/vav-502-hot-water-in" + "@id": "urn:ex/vav-528-reheat-coil-water-in" }, { - "@id": "urn:ex/vav-502-hot-water-out" + "@id": "urn:ex/vav-528-reheat-coil-water-out" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:ex/vav-502-damper" - }, - { - "@id": "urn:ex/vav-502-reheat-coil" - }, + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:ex/vav-502-reheat-coil-valve" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ] }, { - "@id": "urn:ex/vav-532-reheat-coil-air-out", + "@id": "urn:ex/zone-201-occupancy-override", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:ex/connection-to-room-309-310" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-532-heating-pid-output" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-532-more-heat-requests" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } + ] + }, + { + "@id": "urn:ex/zone-211-occupancy", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-532-air-out" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Occupancy" } ] }, { - "@id": "urn:ex/vav-502-cooling-pid-output", + "@id": "urn:ex/vav-521-reheat-coil-water-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/Dimensionless" + "@id": "urn:ex/vav-521-hot-water-in-connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/UNITLESS" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:ex/vav-521-hot-water-in" } ] }, { - "@id": "urn:ex/vav-540-reheat-coil-valve-command", + "@id": "urn:ex/vav-525-hot-water-out-connection", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } + "http://data.ashrae.org/standard223#Connection", + "http://data.ashrae.org/standard223#Pipe" ], - "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-Water" } ] }, { - "@id": "urn:ex/vav-509-damper-out", + "@id": "urn:ex/vav-532-air-out", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-509-duct-after-damper" + "@id": "urn:ex/connection-to-room-309-310" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -37409,21 +37415,27 @@ ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:ex/vav-509-colder-supply-air-requests" + "@id": "urn:ex/vav-532-discharge-air-flow" }, { - "@id": "urn:ex/vav-509-cooling-pid-output" + "@id": "urn:ex/vav-532-discharge-air-flow-setpoint" + }, + { + "@id": "urn:ex/vav-532-discharge-air-temp" + }, + { + "@id": "urn:ex/vav-532-discharge-air-temp-setpoint" } ] }, { - "@id": "urn:ex/vav-526-reheat-coil-valve-out", + "@id": "urn:ex/office-ahu-htg-coil-water-in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:ex/vav-526-hot-water-out-connection" + "@id": "urn:ex/office-ahu-hot-water-in-connection" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -37433,57 +37445,45 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:ex/vav-526-hot-water-out" + "@id": "urn:ex/office-ahu-hot-water-in" } ] }, { - "@id": "urn:ex/zone-204-205-occupancy-override", + "@id": "urn:ex/room-117", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "urn:ex/room-117-hvac-domain" } ] }, { - "@id": "urn:ex/vav-530-air-in", + "@id": "urn:ex/zone-208-209-heating-setpoint", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:ex/office-ahu-connection-to-vavs" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ] }, { - "@id": "urn:ex/vav-536-damper", + "@id": "urn:ex/vav-531-more-heat-requests", "@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/vav-536-damper-in" - }, - { - "@id": "urn:ex/vav-536-damper-out" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:ex/vav-536-damper-command" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:ex/vav-536-damper-position" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-HVACOperatingMode" } ] } diff --git a/nist-example.jsonld b/nist-example.jsonld index 54280294..36622c1a 100644 --- a/nist-example.jsonld +++ b/nist-example.jsonld @@ -1,73 +1,79 @@ [ { - "@id": "http://example.org/IBAL#MotorizedDamper_16", + "@id": "http://example.org/IBAL#VAV_2_Connection_1", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Damper_16_ICP" + "@id": "http://example.org/IBAL#Damper_2_OCP" }, { - "@id": "http://example.org/IBAL#Damper_16_OCP" + "@id": "http://example.org/IBAL#HC_3_ICP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 16" + "@value": "VAV 2 Connection 1" } ] }, { - "@id": "http://example.org/IBAL#Channel_88", + "@id": "http://example.org/IBAL#MotorizedDamper_1", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#VAV_2_Connection_2" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Damper_1_ICP" + }, { - "@id": "http://example.org/IBAL#vav2_out_rtd" + "@id": "http://example.org/IBAL#Damper_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 88" + "@value": "Motorized damper 1" } ] }, { - "@id": "http://example.org/IBAL#Channel_327T", + "@id": "http://example.org/IBAL#d10_pos_c", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_39" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ahu2_t_sa" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 327T" + "@value": "d10 pos c" } ] }, { - "@id": "http://example.org/IBAL#Segment_44", + "@id": "http://example.org/IBAL#Segment_37", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc15-ICP" + "@id": "http://example.org/IBAL#Damper_12_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc13-ICP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -77,132 +83,122 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 44" + "@value": "Segment 37" } ] }, { - "@id": "http://example.org/IBAL#ahu2_p_down", + "@id": "http://example.org/IBAL#HC_5_W_OCP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "Static Pressure Measurement Downstream Fan" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input,3" + "@value": "HC 5 W OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#AHU2_FnB", + "@type": [ + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@value": "ahu2_p_down" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#ahu1_out_rtd" + }, { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "@id": "http://example.org/IBAL#ahu1_p_down" + }, { - "@id": "http://example.org/IBAL#AHU_1" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "@id": "http://example.org/IBAL#d17_pos_c" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#d18_pos_c" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://example.org/IBAL#v12_pos_fb" + }, + { + "@id": "http://example.org/IBAL#vav3_heat_c" + }, + { + "@id": "http://example.org/IBAL#vav4_heat_c" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://example.org/IBAL#ahu1_vfd" + }, + { + "@id": "http://example.org/IBAL#v12_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 p down" + "@value": "AHU2 Fn b" } ] }, { - "@id": "http://example.org/IBAL#VAV_4_ICP", + "@id": "http://example.org/IBAL#zs1_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "Zone1 Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "VAV 4 ICP" + "@value": "analog-input,5" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_3", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc1-OCP1" - }, + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://example.org/IBAL#Jnc2-ICP" + "@value": "zs1_out_rtd" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-input" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "Segment 3" + "@id": "http://example.org/IBAL#HVACZone_1" } - ] - }, - { - "@id": "http://example.org/IBAL#Junction_13", - "@type": [ - "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc13-ICP1" - }, + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#Jnc13-ICP2" - }, + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc13-OCP" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 13" + "@value": "zs1_out_rtd" } ] }, { - "@id": "http://example.org/IBAL#Jnc12-OCP1", + "@id": "http://example.org/IBAL#Jnc16-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -213,81 +209,87 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc12-OCP1" + "@value": "Jnc16-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_328", + "@id": "http://example.org/IBAL#Channel_86", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_11" + "@id": "http://example.org/IBAL#Segment_44" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d7_pos_fb" + "@id": "http://example.org/IBAL#oau_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 328" + "@value": "Channel 86" } ] }, { - "@id": "http://example.org/IBAL#Segment_101", + "@id": "http://example.org/IBAL#Channel_90", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc18-ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc38-OCP" + "@id": "http://example.org/IBAL#VAV_4_Connection_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#vav4_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 101" + "@value": "Channel 90" } ] }, { - "@id": "http://example.org/IBAL#vav2_heat_power", + "@id": "http://example.org/IBAL#Segment_90", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://example.org/IBAL#Jnc33-OCP2" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav2 heat power" + "@value": "Segment 90" } ] }, { - "@id": "http://example.org/IBAL#ahu2_f_cc_mag", + "@id": "http://example.org/IBAL#ahu1_f_cc", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "40" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" @@ -298,231 +300,234 @@ "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" } ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "40" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 f cc mag" + "@value": "Channel 197" } ] }, { - "@id": "http://example.org/IBAL#Segment_79", + "@id": "http://example.org/IBAL#MotorizedDamper_17", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP" - }, + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc29-OCP" + "@id": "http://example.org/IBAL#Damper_17_ICP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Segment 79" + "@value": "Motorized damper 17" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_6", + "@id": "http://example.org/IBAL#Channel_66", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HC_6_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_6_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_6_OCP" - }, - { - "@id": "http://example.org/IBAL#HC_6_W_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_6_W_OCP" + "@id": "http://example.org/IBAL#HeatingCoil_6" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "IBAL:VAV4_OCP" + "@id": "http://example.org/IBAL#vav4_heat_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 6" + "@value": "Channel 66" } ] }, { - "@id": "http://example.org/IBAL#Damper_14_OCP", + "@id": "http://example.org/IBAL#Segment_42", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#lnx": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_14" + "@id": "http://example.org/IBAL#HC_4_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 14 OCP" + "@value": "Segment 42" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2", + "@id": "http://example.org/IBAL#Junction_33", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Jnc33-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc33-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc33-OCP2" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 5 ICP 2" + "@value": "Junction 33" } ] }, { - "@id": "http://example.org/IBAL#VFD_2", + "@id": "http://example.org/IBAL#v12_pos_c", "@type": [ - "http://data.ashrae.org/standard223#VariableFrequencyDrive" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#VFD_2_ICP" - }, + "@value": "AHU1 Cooling Coil Valve Control Signal" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#VFD_2_OCP" + "@value": "analog-output,2" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://example.org/IBAL#ahu1_vfd" + "@value": "v12_pos_c" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "VFD 2" + "@value": "analog-output" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_75", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#AHU_2_Connection_3" + "@id": "http://example.org/IBAL#AHU_2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#ahu1_cc_rtd" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 75" + "@value": "v12 pos c" } ] }, { - "@id": "http://example.org/IBAL#Jnc34-OCP1", + "@id": "http://example.org/IBAL#Damper_19_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_19" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc34-OCP1" + "@value": "Damper 19 OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_4_E_ICP", + "@id": "http://example.org/IBAL#Channel_17", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://example.org/IBAL#Exhaust_Fan_2_Connection_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#exf2_p_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 4 E ICP" + "@value": "Channel 17" } ] }, { - "@id": "http://example.org/IBAL#Fan_1_S_ICP", + "@id": "http://example.org/IBAL#Segment_76temp", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "Fan 1 S ICP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc29-OCP2", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "75" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc29-OCP2" + "@value": "Segment 76temp" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_Connection_3", + "@id": "http://example.org/IBAL#AHU_2_Connection_2", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#CC_2_OCP" + "@id": "http://example.org/IBAL#CC_2_ICP" }, { - "@id": "http://example.org/IBAL#Fan_2_ICP" + "@id": "http://example.org/IBAL#HC_4_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -532,125 +537,114 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 Connection 3" + "@value": "AHU 2 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc17-OCP", + "@id": "http://example.org/IBAL#Channel_126", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_52" + "@id": "http://example.org/IBAL#Segment_88" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ts_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc17-OCP" + "@value": "Channel 126" } ] }, { - "@id": "http://example.org/IBAL#Channel_364AO", + "@id": "http://example.org/IBAL#HC_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_4" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d18_pos_c" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 364AO" + "@value": "HC 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_39", + "@id": "http://example.org/IBAL#Channel_85", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_16" + "@id": "http://example.org/IBAL#AHU_3_Connection_3" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#zs3_rh" + "@id": "http://example.org/IBAL#oau_hs_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 39" + "@value": "Channel 85" } ] }, { - "@id": "http://example.org/IBAL#Segment_97_Temp", + "@id": "http://example.org/IBAL#Jnc12-OCP1", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "60" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment_97_Temp" + "@value": "Jnc12-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Fan_3", + "@id": "http://example.org/IBAL#CC_1_Water_OCP", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Fan_3_E_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Fan_3_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#Fan_3_OCP" + "@id": "http://example.org/IBAL#AHU_1_G_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 3" + "@value": " CC 1 Water OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV_3_ICP", + "@id": "http://example.org/IBAL#Jnc9-OCP2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_27" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -659,36 +653,57 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 3 ICP" + "@value": "Jnc9-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Segment_43", + "@id": "http://example.org/IBAL#Channel_3", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Damper_15_OCP" + "@id": "http://example.org/IBAL#HC_4_ICP" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu1_rh_up" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Channel 3" + } + ] + }, + { + "@id": "http://example.org/IBAL#VFD_2", + "@type": [ + "http://data.ashrae.org/standard223#VariableFrequencyDrive" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#VFD_2_ICP" }, { - "@id": "http://example.org/IBAL#Jnc12-ICP" + "@id": "http://example.org/IBAL#VFD_2_OCP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ahu1_vfd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 43" + "@value": "VFD 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc9-OCP", + "@id": "http://example.org/IBAL#Jnc3-OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -699,159 +714,146 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc9-OCP" + "@value": "Jnc3-OCP" } ] }, { - "@id": "http://example.org/IBAL#Hydronic", + "@id": "http://example.org/IBAL#Jnc15-OCP2", "@type": [ - "http://data.ashrae.org/standard223#System" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMember": [ - { - "@id": "http://example.org/IBAL#CoolingCoil_1" - }, - { - "@id": "http://example.org/IBAL#CoolingCoil_2" - }, - { - "@id": "http://example.org/IBAL#PlateHeatExchanger_1" - }, - { - "@id": "http://example.org/IBAL#PlateHeatExchanger_2" - }, - { - "@id": "http://example.org/IBAL#ThermalStorage_1" - }, - { - "@id": "http://example.org/IBAL#WaterChiller_1" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#WaterChiller_2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Hydronic" + "@value": "Jnc15-OCP2" } ] }, { - "@id": "http://example.org/IBAL#CC_1_ICP", + "@id": "http://example.org/IBAL#MotorizedDamper_5", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#CoolingCoil_1" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "http://example.org/IBAL#Damper_5_ICP" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Damper_5_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 1 ICP" + "@value": "Motorized damper 5" } ] }, { - "@id": "http://example.org/IBAL#Flow_7", + "@id": "http://example.org/IBAL#Junction_31", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#VAV_3_Connection_2" + "@id": "http://example.org/IBAL#Jnc31-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc31-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc31-OCP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HC-5-OutletFlow" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Flow 7" + "@value": "Junction 31" } ] }, { - "@id": "http://example.org/IBAL#CC_3_OCP", + "@id": "http://example.org/IBAL#Jnc13-ICP1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_3_Connection_2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "Jnc13-ICP1" } + ] + }, + { + "@id": "http://example.org/IBAL#WaterPump_1_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#CoolingCoil_3" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": " CC 3 OCP" + "@value": "Water pump 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_306T", + "@id": "http://example.org/IBAL#Channel_125", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_27" + "@id": "http://example.org/IBAL#Segment_106" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#exf1_t_in" + "@id": "http://example.org/IBAL#ahu2_cc_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 306T" + "@value": "Channel 125" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP", + "@id": "http://example.org/IBAL#Jnc21-ICP2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 1 OCP" + "@value": "Jnc21-ICP2" } ] }, { - "@id": "http://example.org/IBAL#VAV_4_OCP", + "@id": "http://example.org/IBAL#Damper_2_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#VAV_4_Connection_2" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -859,215 +861,241 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 4 OCP" + "@value": "Damper 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP", + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 3 OCP" + "@value": "Plate Heat Exchange 2 Upper ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_16", + "@id": "http://example.org/IBAL#Channel_302T", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc16-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc16-OCP1" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc16-OCP2" + "@id": "http://example.org/IBAL#Segment_4" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#vav2_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 16" + "@value": "Channel 302T" } ] }, { - "@id": "http://example.org/IBAL#Segment_107", + "@id": "http://example.org/IBAL#Segment_47", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc23-ICP2" + "@id": "http://example.org/IBAL#Damper_16_OCP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP" + "@id": "http://example.org/IBAL#Jnc16-ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 107" + "@value": "Segment 47" } ] }, { - "@id": "http://example.org/IBAL#vav2_t_in", + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "VAV2 Supply Air Temperature" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input,3" + "@value": "Plate Heat Exchange 2 Lower ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_36", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "vav2_t_in" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#AHU_1_ICP" + }, { - "@value": "analog-input" + "@id": "http://example.org/IBAL#Jnc13-OCP" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "Segment 36" } + ] + }, + { + "@id": "http://example.org/IBAL#oau_rh", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "80" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav2 t in" + "@value": "oau rh" } ] }, { - "@id": "http://example.org/IBAL#Channel_394bw", + "@id": "http://example.org/IBAL#Segment_74", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Fan_4" + "@id": "http://example.org/IBAL#Jnc27-OCP1" + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#exf2_on" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 394bw" + "@value": "Segment 74" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_ICP", + "@id": "http://example.org/IBAL#Damper_17_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_17" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_17" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 1 Upper ICP" + "@value": "Damper 17 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc4-OCP1", + "@id": "http://example.org/IBAL#HC_6_W_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc4-OCP1" + "@value": "HC 6 W OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_201", + "@id": "http://example.org/IBAL#ahu1_t_sa", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_2" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "60" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#d16_pos_c" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 201" + "@value": "AHU 1 T SA" } ] }, { - "@id": "http://example.org/IBAL#Segment_73", + "@id": "http://example.org/IBAL#Segment_79", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc27-ICP" + "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP" }, { - "@id": "http://example.org/IBAL#WaterPump_1_OCP" + "@id": "http://example.org/IBAL#Jnc29-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1077,337 +1105,334 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 73" + "@value": "Segment 79" } ] }, { - "@id": "http://example.org/IBAL#Junction_23", + "@id": "http://example.org/IBAL#Junction_15", "@type": [ "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc23-ICP" + "@id": "http://example.org/IBAL#Jnc15-ICP" }, { - "@id": "http://example.org/IBAL#Jnc23-ICP2" + "@id": "http://example.org/IBAL#Jnc15-OCP1" }, { - "@id": "http://example.org/IBAL#Jnc23-OCP" + "@id": "http://example.org/IBAL#Jnc15-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 23" + "@value": "Junction 15" } ] }, { - "@id": "http://example.org/IBAL#Channel_108", + "@id": "http://example.org/IBAL#VFD_5", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#VariableFrequencyDrive" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_14" + "@id": "http://example.org/IBAL#VFD_5_ICP" + }, + { + "@id": "http://example.org/IBAL#VFD_5_OCP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#zs2_out_rtd" + "@value": "VFD 5" + } + ] + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_11", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#Damper_11_ICP" + }, + { + "@id": "http://example.org/IBAL#Damper_11_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 108" + "@value": "Motorized damper 11" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP", + "@id": "http://example.org/IBAL#HC_4_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 5 OCP" + "@value": "HC 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_78", + "@id": "http://example.org/IBAL#Junction_16", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP" + "@id": "http://example.org/IBAL#Jnc16-ICP" }, { - "@id": "http://example.org/IBAL#Jnc28-OCP2" + "@id": "http://example.org/IBAL#Jnc16-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc16-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 78" + "@value": "Junction 16" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP", + "@id": "http://example.org/IBAL#Jnc33-ICP2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#Junction_33" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 1 Lower OCP" + "@value": "Jnc33-ICP2" } ] }, { - "@id": "http://example.org/IBAL#zs1_rh", + "@id": "http://example.org/IBAL#VAV_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "80" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://example.org/IBAL#VAV_1_Connection_2" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "80" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs1_rh" + "@value": "VAV 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_4", + "@id": "http://example.org/IBAL#HC_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_2_Connection_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#ahu1_p_up" + "@id": "http://example.org/IBAL#AHU_2_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 4" + "@value": "HC 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#Damper_11_OCP", + "@id": "http://example.org/IBAL#Jnc37-OCP1", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_35" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_11" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 11 OCP" + "@value": "Jnc37-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_16", + "@id": "http://example.org/IBAL#ahu1_cc_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_30" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#exf2_p_up" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 16" + "@value": "AHU1 CC Out RTD" } ] }, { - "@id": "http://example.org/IBAL#Channel_126", + "@id": "http://example.org/IBAL#MotorizedDamper_2", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_88" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Damper_2_ICP" + }, { - "@id": "http://example.org/IBAL#ts_in_rtd" + "@id": "http://example.org/IBAL#Damper_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 126" + "@value": "Motorized damper 2" } ] }, { - "@id": "http://example.org/IBAL#HVACZone_3", + "@id": "http://example.org/IBAL#Channel_325", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://example.org/IBAL#Segment_23" } ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#HVACSpace_3" + "@id": "http://example.org/IBAL#ahu1_f_ra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACZone 3" + "@value": "Channel 325" } ] }, { - "@id": "http://example.org/IBAL#d16_pos_fb", + "@id": "http://example.org/IBAL#vav3_heat_power", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "VAV2 Damper Feedback Signal" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "analog-input,1" + "@id": "http://qudt.org/vocab/unit/W" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d16_pos_fb" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_2" + "@value": "vav3 heat power" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc9-OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@value": "Jnc9-OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Fan_5_E_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d16 pos fb" + "@value": "Fan 5 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_329", + "@id": "http://example.org/IBAL#Channel_363", "@type": [ "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_13" + "@id": "http://example.org/IBAL#MotorizedDamper_3" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d6_pos_fb" + "@id": "http://example.org/IBAL#d17_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 329" + "@value": "Channel 363" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_ICP", + "@id": "http://example.org/IBAL#Jnc17-ICP1", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -1416,53 +1441,66 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#Junction_15" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 2 Upper ICP" + "@value": "Jnc17-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Jnc32-ICP1", + "@id": "http://example.org/IBAL#Fan_2_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc32-ICP1" + "@value": "Fan 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_329AO", + "@id": "http://example.org/IBAL#HC_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_13" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observers": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#d6_pos_c" + "@id": "http://example.org/IBAL#VAV_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 329AO" + "@value": "HC 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc20-ICP", + "@id": "http://example.org/IBAL#Segment_77", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc28-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc29-ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1471,36 +1509,39 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc20-ICP" + "@value": "Segment 77" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP", + "@id": "http://example.org/IBAL#Segment_4", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc2-OCP2" + }, + { + "@id": "http://example.org/IBAL#VAV_2_ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 2 OCP" + "@value": "Segment 4" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP", + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_87" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" @@ -1508,64 +1549,30 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 5 OCP" + "@value": "Plate Heat Exchange 2 Lower OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV2_FnB", + "@id": "http://example.org/IBAL#d6_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" - ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#d16_pos_fb" - }, - { - "@id": "http://example.org/IBAL#vav2_f" - }, - { - "@id": "http://example.org/IBAL#vav2_out_rtd" - }, - { - "@id": "http://example.org/IBAL#vav2_t_in" - }, - { - "@id": "http://example.org/IBAL#zs2_out_rtd" - }, - { - "@id": "http://example.org/IBAL#zs2_t_sp_f" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasOutput": [ - { - "@id": "http://example.org/IBAL#d16_pos_c" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#vav2_heat_c" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV2 Fn b" + "@value": "d6 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Junction_4", + "@id": "http://example.org/IBAL#Jnc8-OCP1", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc4-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc4-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc4-OCP2" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1574,238 +1581,220 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 4" + "@value": "Jnc8-OCP1" } ] }, { - "@id": "http://example.org/IBAL#exf2_t_in", + "@id": "http://example.org/IBAL#WaterPump_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 t in" + "@value": "Water pump 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_85", + "@id": "http://example.org/IBAL#Fan_5_OCP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_3_Connection_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#oau_hs_rtd" + "@id": "http://example.org/IBAL#AHU_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 85" + "@value": "Fan 5 OCP" } ] }, { - "@id": "http://example.org/IBAL#vav1_f", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "VAV1 Airflow Rate" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input,4" + "@value": "Motorized three way valve 4 ICP 2" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_40", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "VAV1-Airflow" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#Damper_14_OCP" + }, { - "@value": "analog-input" + "@id": "http://example.org/IBAL#Jnc14-ICP2" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Segment 40" } + ] + }, + { + "@id": "http://example.org/IBAL#ThermalStorage_1_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#Segment_89" } ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV1 F" + "@value": "Thermal Storage 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_105", + "@id": "http://example.org/IBAL#Junction_32", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Jnc32-ICP1" + }, { - "@id": "http://example.org/IBAL#zs1_heat_rtd" + "@id": "http://example.org/IBAL#Jnc32-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc32-OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 105" + "@value": "Junction 32" } ] }, { - "@id": "http://example.org/IBAL#Segment_82", + "@id": "http://example.org/IBAL#Fan_3", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc30-ICP" + "@id": "http://example.org/IBAL#Fan_3_E_ICP" }, { - "@id": "http://example.org/IBAL#WaterPump_3_OCP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "http://example.org/IBAL#Fan_3_ICP" + }, { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Fan_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 82" + "@value": "Fan 3" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP", + "@id": "http://example.org/IBAL#Jnc29-OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 1 Lower ICP" + "@value": "Jnc29-OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV1_FnB", + "@id": "http://example.org/IBAL#oau_cc_rtd", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#d15_pos_fb" - }, - { - "@id": "http://example.org/IBAL#vav1_f" - }, - { - "@id": "http://example.org/IBAL#vav1_out_rtd" - }, - { - "@id": "http://example.org/IBAL#vav1_t_in" - }, - { - "@id": "http://example.org/IBAL#zs1_out_rtd" - }, + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#zs1_t_sp_f" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "45" } ], - "http://data.ashrae.org/standard223#hasOutput": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#d15_pos_c" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#vav1_heat_c" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV1 Fn b" + "@value": "oau cc rtd" } ] }, { - "@id": "http://example.org/IBAL#ahu1_fan_power", + "@id": "http://example.org/IBAL#AHU_1_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU1 Fan Power" + "@value": "AHU 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_48", + "@id": "http://example.org/IBAL#Fan_1_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_17_ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc16-OCP1" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -1814,125 +1803,50 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 48" + "@value": "Fan 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_Connection_2", + "@id": "http://example.org/IBAL#Jnc23-OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3 Connection 2" + "@value": "Jnc23-OCP" } ] }, { - "@id": "http://example.org/IBAL#AirFlow", + "@id": "http://example.org/IBAL#Jnc10-ICP1", "@type": [ - "http://data.ashrae.org/standard223#System" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMember": [ - { - "@id": "http://example.org/IBAL#AHU_1" - }, - { - "@id": "http://example.org/IBAL#AHU_2" - }, - { - "@id": "http://example.org/IBAL#Fan_3" - }, - { - "@id": "http://example.org/IBAL#Fan_4" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_10" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_11" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_12" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_13" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_14" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_15" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_16" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_17" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_18" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_19" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_5" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_6" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_7" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_8" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_9" - }, - { - "@id": "http://example.org/IBAL#VAV_1" - }, - { - "@id": "http://example.org/IBAL#VAV_2" - }, - { - "@id": "http://example.org/IBAL#VAV_3" - }, - { - "@id": "http://example.org/IBAL#VAV_4" - }, - { - "@id": "http://example.org/IBAL#VFD_3" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VFD_4" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AirFlow" + "@value": "Jnc10-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Segment_97", + "@id": "http://example.org/IBAL#Jnc37-ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc36-ICP" - }, - { - "@id": "http://example.org/IBAL#WaterPump_4_OCP" + "@id": "http://example.org/IBAL#Segment_99" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1942,643 +1856,661 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 97" + "@value": "Jnc37-ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_17", + "@id": "http://example.org/IBAL#Jnc5-ICP1", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Exhaust_Fan_2_Connection_2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#exf2_p_down" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 17" + "@value": "Jnc5-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Jnc31-ICP1", + "@id": "http://example.org/IBAL#AHU_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc31-ICP1" + "@value": "AHU 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_155", + "@id": "http://example.org/IBAL#HC_6_W_ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_56" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ahu2_cc_in_rtd" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 155" + "@value": "HC 6 W ICP" } ] }, { - "@id": "http://example.org/IBAL#VAV_1", + "@id": "http://example.org/IBAL#VFD_5_ICP", "@type": [ - "http://data.ashrae.org/bacnet/2020#BACnetDevice", - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#hasPort": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/bacnet/2020#P_47811" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#HeatingCoil_2" - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_1" + "@value": "VFD 5 ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#HVACSpace_4", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#VAV_1_ICP" + "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" }, { - "@id": "http://example.org/IBAL#VAV_1_OCP" + "@id": "http://example.org/IBAL#HVAC_Space_4_OCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://example.org/IBAL#zs4_t_sp_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 1" + "@value": "HVACSpace 4" } ] }, { - "@id": "http://example.org/IBAL#Channel_112", + "@id": "http://example.org/IBAL#ManualTwoWayValve_2", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#TwoWayValve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_18" + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP" + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#zs4_out_rtd" + "@value": "Manual two way valve 2" + } + ] + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_9", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#Damper_9_ICP" + }, + { + "@id": "http://example.org/IBAL#Damper_9_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 112" + "@value": "Motorized damper 9" } ] }, { - "@id": "http://example.org/IBAL#WaterTempSensor_13", + "@id": "http://example.org/IBAL#AHU_1", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#AirHandlingUnit" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://example.org/IBAL#Segment_97" + "@id": "http://example.org/IBAL#CoolingCoil_1" + }, + { + "@id": "http://example.org/IBAL#Fan_1" + }, + { + "@id": "http://example.org/IBAL#HeatingCoil_1" + }, + { + "@id": "http://example.org/IBAL#VFD_1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_97_Temp" + "@id": "http://example.org/IBAL#AHU_1_G_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_1_G_OCP" + }, + { + "@id": "http://example.org/IBAL#AHU_1_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_1_OCP" + }, + { + "@id": "http://example.org/IBAL#AHU_1_S_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water Temp Sensor 13" + "@value": "AHU 1" } ] }, { - "@id": "http://example.org/IBAL#Damper_1_OCP", + "@id": "http://example.org/IBAL#Jnc18-ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 1 OCP" + "@value": "Jnc18-ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc28-OCP1", + "@id": "http://example.org/IBAL#HC_1_W_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_77" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc28-OCP1" + "@value": "HC 1 W OCP" } ] }, { - "@id": "http://example.org/IBAL#vav4_t_in", + "@id": "http://example.org/IBAL#Segment_7", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "VAV4 Supply Air Temperature" + "@id": "http://example.org/IBAL#Jnc3-OCP" + }, + { + "@id": "http://example.org/IBAL#VAV_3_ICP" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-input,3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4_t_in" + "@value": "Segment 7" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc31-OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-input" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#VAV_4" + "@value": "Jnc31-OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#CoolingCoil_2", + "@type": [ + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@id": "http://example.org/IBAL#CC_2_ICP" + }, + { + "@id": "http://example.org/IBAL#CC_2_OCP" + }, + { + "@id": "http://example.org/IBAL#CC_2_Water_ICP" + }, + { + "@id": "http://example.org/IBAL#CC_2_Water_OCP" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "Cooling coil 2" } + ] + }, + { + "@id": "http://example.org/IBAL#AHU_3_G_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4 t in" + "@value": "AHU 3 G OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc6-OCP", + "@id": "http://example.org/IBAL#Jnc19-OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_22" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc6-OCP" + "@value": "Jnc19-OCP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_on", + "@id": "http://example.org/IBAL#exf1_p_up", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 on" + "@value": "exf1 p up" } ] }, { - "@id": "http://example.org/IBAL#Channel_72", + "@id": "http://example.org/IBAL#Damper_5_ICP", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VFD_4" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#exf2_power" + "@id": "http://example.org/IBAL#MotorizedDamper_5" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 72" + "@value": "Damper 5 ICP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_out_rtd", + "@id": "http://example.org/IBAL#HVACSpace_1", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "AHU2 Supply Air Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" + }, { - "@value": "analog-input,2" + "@id": "http://example.org/IBAL#HVAC_Space_1_OCP" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "ahu2_out_rtd" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "analog-input" + "@id": "http://example.org/IBAL#zs1_t_sp_f" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#AHU_1" + "@value": "HVACSpace 1" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_44", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@id": "http://example.org/IBAL#Jnc15-ICP" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 out rtd" + "@value": "Segment 44" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_5", + "@id": "http://example.org/IBAL#MotorizedDamper_13", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Damper" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HC_5_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_5_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_5_OCP" - }, - { - "@id": "http://example.org/IBAL#HC_5_W_ICP" + "@id": "http://example.org/IBAL#Damper_13_ICP" }, { - "@id": "http://example.org/IBAL#HC_5_W_OCP" + "@id": "http://example.org/IBAL#Damper_13_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 5" + "@value": "Motorized damper 13" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1", + "@id": "http://example.org/IBAL#vav4_heat_c", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_106" - } + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "VAV4 Heater Control Signal" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + "@value": "analog-output,1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Motorized three way valve 2 ICP 1" + "@value": "vav4_heat_c" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_107", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" + "@value": "analog-output" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#zs2_heat_rtd" + "@id": "http://example.org/IBAL#VAV_4" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Channel 107" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" } - ] - }, - { - "@id": "http://example.org/IBAL#ThermalStorage_1_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_89" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Thermal Storage 1 ICP" + "@value": "vav4 heat c" } ] }, { - "@id": "http://example.org/IBAL#HVACZone_4", + "@id": "http://example.org/IBAL#Jnc37-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Zone" - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_4" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACZone 4" + "@value": "Jnc37-OCP2" } ] }, { - "@id": "http://example.org/IBAL#VFD_1", + "@id": "http://example.org/IBAL#Fan_2", "@type": [ - "http://data.ashrae.org/standard223#VariableFrequencyDrive" + "http://data.ashrae.org/standard223#Fan" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#VFD_1_ICP" + "@id": "http://example.org/IBAL#Fan_2_ICP" }, { - "@id": "http://example.org/IBAL#VFD_1_OCP" + "@id": "http://example.org/IBAL#Fan_2_OCP" + }, + { + "@id": "http://example.org/IBAL#Fan_2_S_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 1" + "@value": "Fan 2" } ] }, { - "@id": "http://example.org/IBAL#Fan_3_E_ICP", + "@id": "http://example.org/IBAL#zs2_rh", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Fan 3 E ICP" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } - ] - }, - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 4 OCP" + "@value": "zs2 rh" } ] }, { - "@id": "http://example.org/IBAL#ahu2_cc_out_rtd", + "@id": "http://example.org/IBAL#ahu1_rh_down", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "50" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 cc out rtd" + "@value": "AHU 1 RH Down" } ] }, { - "@id": "http://example.org/IBAL#pl_out_rtd", + "@id": "http://example.org/IBAL#HC_1_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#AHU_1_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "pl out rtd" + "@value": "HC 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_20", + "@id": "http://example.org/IBAL#ch1_power", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc20-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc20-OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc20-OCP2" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 20" + "@value": "ch1 power" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP", + "@id": "http://example.org/IBAL#Channel_308", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Segment_10" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#vav4_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 5 ICP" + "@value": "Channel 308" } ] }, { - "@id": "http://example.org/IBAL#sl_out_rtd", + "@id": "http://example.org/IBAL#Channel_89", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#VAV_3_Connection_2" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "64" + "@id": "http://example.org/IBAL#vav3_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "sl out rtd" + "@value": "Channel 89" } ] }, { - "@id": "http://example.org/IBAL#Junction_15", + "@id": "http://example.org/IBAL#Jnc7-ICP", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc15-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc15-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc15-OCP2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -2587,163 +2519,153 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 15" + "@value": "Jnc7-ICP" } ] }, { - "@id": "http://example.org/IBAL#d10_pos_fb", + "@id": "http://example.org/IBAL#VFD_1", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#VariableFrequencyDrive" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://example.org/IBAL#VFD_1_ICP" + }, + { + "@id": "http://example.org/IBAL#VFD_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d10 pos fb" + "@value": "VFD 1" } ] }, { - "@id": "http://example.org/IBAL#Segment_36", + "@id": "http://example.org/IBAL#Channel_360", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#AHU_1_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc13-OCP" + "@id": "http://example.org/IBAL#MotorizedDamper_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#d16_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 36" + "@value": "Channel 360" } ] }, { - "@id": "http://example.org/IBAL#Segment_94", + "@id": "http://example.org/IBAL#CC_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc34-OCP2" - }, - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2" + "@id": "http://example.org/IBAL#CoolingCoil_1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 94" + "@value": " CC 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#CoolingCoil_3", + "@id": "http://example.org/IBAL#ahu2_p_up", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#CC_3_ICP" - }, - { - "@id": "http://example.org/IBAL#CC_3_OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#CC_3_W_ICP" - }, + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#CC_3_W_OCP" + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Cooling coil 3" + "@value": "ahu2 p up" } ] }, { - "@id": "http://example.org/IBAL#Segment_83", + "@id": "http://example.org/IBAL#Damper_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc31-ICP2" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#WaterPump_2_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#VAV_2_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 83" + "@value": "Damper 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1", + "@id": "http://example.org/IBAL#Channel_13", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Segment_27" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" + "@id": "http://example.org/IBAL#exf1_p_up" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 5 ICP 1" + "@value": "Channel 13" } ] }, { - "@id": "http://example.org/IBAL#v13_pos_fb", + "@id": "http://example.org/IBAL#d17_pos_fb", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "AHU2 Cooling Coil Feedback Signal" + "@value": "VAV3 Damper Feedback Signal" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,2" + "@value": "analog-input,1" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "v13_pos_fb" + "@value": "d17_pos_fb" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -2753,7 +2675,7 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#AHU_1" + "@id": "http://example.org/IBAL#VAV_3" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ @@ -2774,176 +2696,169 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "v13 pos fb" + "@value": "d17 pos fb" } ] }, { - "@id": "http://example.org/IBAL#HC_3_W_ICP", + "@id": "http://example.org/IBAL#Fan_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "HC 3 W ICP" - } - ] - }, - { - "@id": "http://example.org/IBAL#HC_1_W_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#AHU_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 W ICP" + "@value": "Fan 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc35-ICP1", + "@id": "http://example.org/IBAL#Jnc4-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc35-ICP1" + "@value": "Jnc4-ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_383", + "@id": "http://example.org/IBAL#Damper_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#v12_pos_fb" + "@id": "http://example.org/IBAL#VAV_3_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 383" + "@value": "Damper 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#Fan_1_OCP", + "@id": "http://example.org/IBAL#Segment_10", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Jnc4-OCP2" + }, + { + "@id": "http://example.org/IBAL#VAV_4_ICP" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_1_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 1 OCP" + "@value": "Segment 10" } ] }, { - "@id": "http://example.org/IBAL#vav4_heat_power", + "@id": "http://example.org/IBAL#ahu2_f_cc_mag", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4 heat power" + "@value": "ahu2 f cc mag" } ] }, { - "@id": "http://example.org/IBAL#Damper_19_OCP", + "@id": "http://example.org/IBAL#Jnc27-ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_19" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 19 OCP" + "@value": "Jnc27-ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc27-OCP2", + "@id": "http://example.org/IBAL#Channel_61", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#HeatingCoil_4" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu1_heat_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc27-OCP2" + "@value": "Channel 61" } ] }, { - "@id": "http://example.org/IBAL#vav2_out_rtd", + "@id": "http://example.org/IBAL#vav3_t_in", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV2 Discharge Temperature" + "@value": "VAV3 Supply Air Temperature" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,2" + "@value": "analog-input,3" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "vav2_out_rtd" + "@value": "vav3_t_in" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -2953,7 +2868,7 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://example.org/IBAL#VAV_3" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ @@ -2974,21 +2889,24 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav2 out rtd" + "@value": "vav3 t in" } ] }, { - "@id": "http://example.org/IBAL#Segment_51", + "@id": "http://example.org/IBAL#Junction_5", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_19_OCP" + "@id": "http://example.org/IBAL#Jnc5-ICP1" }, { - "@id": "http://example.org/IBAL#Jnc17-ICP" + "@id": "http://example.org/IBAL#Jnc5-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc5-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -2998,283 +2916,277 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 51" + "@value": "Junction 5" } ] }, { - "@id": "http://example.org/IBAL#Jnc35-OCP", + "@id": "http://example.org/IBAL#CoolingCoil_1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#CC_1_Water_ICP" + }, + { + "@id": "http://example.org/IBAL#CC_1_Water_OCP" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc35-OCP" + "@value": "Cooling coil 1" } ] }, { - "@id": "http://example.org/IBAL#Segment_32", + "@id": "http://example.org/IBAL#ahu1_p_up", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Damper_7_OCP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "11296" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc11-ICP2" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "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/PA" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "11296" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 32" + "@value": "AHU1 P Up" } ] }, { - "@id": "http://example.org/IBAL#Jnc2-ICP", + "@id": "http://example.org/IBAL#PlateHetExchange_1_Bypass_Connection", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#connectsAt": [ + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc2-ICP" + "@value": "Plate Heat Exchange 1 Bypass Connection" } ] }, { - "@id": "http://example.org/IBAL#d18_pos_c", + "@id": "http://example.org/IBAL#Segment_32", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV4 Damper Control Signal" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-output,2" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "d18_pos_c" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-output" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_4" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Damper_7_OCP" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#Jnc11-ICP2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d18 pos c" + "@value": "Segment 32" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_Connection_2", + "@id": "http://example.org/IBAL#AHU_3", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#AirHandlingUnit" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://example.org/IBAL#CC_1_ICP" + "@id": "http://example.org/IBAL#CoolingCoil_3" }, { - "@id": "http://example.org/IBAL#HC_1_OCP" + "@id": "http://example.org/IBAL#Fan_5" + }, + { + "@id": "http://example.org/IBAL#HeatingCoil_7" + }, + { + "@id": "http://example.org/IBAL#VFD_5" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#AHU_3_G_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_3_G_OCP" + }, + { + "@id": "http://example.org/IBAL#AHU_3_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 Connection 2" + "@value": "AHU 3" } ] }, { - "@id": "http://example.org/IBAL#hx3_pg_rtd", + "@id": "http://example.org/IBAL#exf1_vfd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } - ], - "http://qudt.org/schema/qudt/value": [ - { - "@value": "72" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "hx1 pg rtd" + "@value": "exf1 vfd" } ] }, { - "@id": "http://example.org/IBAL#Channel_405", + "@id": "http://example.org/IBAL#vav1_t_in", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#HeatingCoil_1" + "@value": "VAV1 Supply Air Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#ahu2_heat_c" + "@value": "analog-input,3" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Channel 405" + "@value": "vav1_t_in" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_325", - "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#Segment_23" + "@value": "analog-input" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#ahu1_f_ra" + "@id": "http://example.org/IBAL#VAV_1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Channel 325" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" } - ] - }, - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2", - "@type": [ - "http://data.ashrae.org/standard223#ThreeWayValve" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 2" + "@value": "vav1 t in" } ] }, { - "@id": "http://example.org/IBAL#d10_pos_c", + "@id": "http://example.org/IBAL#Jnc24-ICP", "@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/ElectricCurrent" + "@id": "http://example.org/IBAL#Segment_67" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d10 pos c" + "@value": "Jnc24-ICP" } ] }, { - "@id": "http://example.org/IBAL#d17_pos_c", + "@id": "http://example.org/IBAL#d15_pos_fb", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV3 Damper Control Signal" + "@value": "VAV1 Damper Feedback Signal" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-output,2" + "@value": "analog-input,1" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "d17_pos_c" + "@value": "d15_pos_fb" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "analog-output" + "@value": "analog-input" } ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_3" + "@id": "http://example.org/IBAL#VAV_1" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ @@ -3295,456 +3207,386 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d17 pos c" + "@value": "d15 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Junction_32", + "@id": "http://example.org/IBAL#vav1_heat_power", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc32-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc32-ICP2" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc32-OCP" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 32" + "@value": "vav1 heat power" } ] }, { - "@id": "http://example.org/IBAL#Segment_69", + "@id": "http://example.org/IBAL#Fan_5_VFD_5", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc25-ICP" + "@id": "http://example.org/IBAL#Fan_5_E_ICP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP" + "@id": "http://example.org/IBAL#VFD_5_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 69" + "@value": "Fan 5 VFD 5" } ] }, { - "@id": "http://example.org/IBAL#exf1_t_in", + "@id": "http://example.org/IBAL#Damper_17_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 t in" + "@value": "Damper 17 ICP" } ] }, { - "@id": "http://example.org/IBAL#CC_2_Bypass_Connection", + "@id": "http://example.org/IBAL#CC_1_Bypass_Connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP" + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 2 Bypass Connection" + "@value": "CC 1 Bypass Connection" } ] }, { - "@id": "http://example.org/IBAL#Damper_1_ICP", + "@id": "http://example.org/IBAL#Channel_130", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Connection" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#VAV_1_ICP" + "@id": "http://example.org/IBAL#hx1_pg_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 1 ICP" + "@value": "Channel 130" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP", + "@id": "http://example.org/IBAL#AHU_3_Connection_3", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Fan_5_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_7_OCP" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 3 OCP" + "@value": "AHU 3 Connection 3" } ] }, { - "@id": "http://example.org/IBAL#oau_out_rtd", + "@id": "http://example.org/IBAL#Jnc2-OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "45" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "45" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "oau out rtd" + "@value": "Jnc2-OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_8", + "@id": "http://example.org/IBAL#exf1_power", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc3-ICP2" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc4-OCP1" + "@id": "http://qudt.org/vocab/quantitykind/Power" } ], - "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/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 8" + "@value": "exf1 power" } ] }, { - "@id": "http://example.org/IBAL#Segment_37", + "@id": "http://example.org/IBAL#Channel_51", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_12_OCP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc13-ICP2" + "@id": "http://example.org/IBAL#Segment_44" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#oau_rh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 37" + "@value": "Channel 51" } ] }, { - "@id": "http://example.org/IBAL#Segment_25", + "@id": "http://example.org/IBAL#CC_2_Bypass_Connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Damper_6_OCP" + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP" }, { - "@id": "http://example.org/IBAL#Jnc9-ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 25" + "@value": "CC 2 Bypass Connection" } ] }, { - "@id": "http://example.org/IBAL#Segment_10", + "@id": "http://example.org/IBAL#Channel_111", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc4-OCP2" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_4_ICP" + "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#zs4_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 10" + "@value": "Channel 111" } ] }, { - "@id": "http://example.org/IBAL#Fan_3_VFD_3", + "@id": "http://example.org/IBAL#VAV_3_Connection_1", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Fan_3_E_ICP" + "@id": "http://example.org/IBAL#Damper_3_OCP" }, { - "@id": "http://example.org/IBAL#VFD_3_OCP" + "@id": "http://example.org/IBAL#HC_5_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 3 VFD 3" + "@value": "VAV 3 Connection 1" } ] }, { - "@id": "http://example.org/IBAL#Jnc38-OCP2", + "@id": "http://example.org/IBAL#HC_3_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Jnc38-OCP2" - } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_28", - "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_8_OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc10-ICP1" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#VAV_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 28" + "@value": "HC 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_328AO", + "@id": "http://example.org/IBAL#v12_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_11" + "@value": "AHU1 Cooling Coil Feedback Signal" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#d7_pos_c" + "@value": "analog-input,2" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Channel 328AO" + "@value": "v12_pos_fb" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc23-ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#Segment_62" + "@value": "analog-input" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#AHU_2" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Jnc23-ICP" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_47", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_16_OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc16-ICP" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "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/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 47" + "@value": "v12 pos fb" } ] }, { - "@id": "http://example.org/IBAL#CC_2_Water_ICP", + "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "http://example.org/IBAL#AHU_2_G_ICP" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 2 Water ICP" + "@value": "Chiller 2 Lower OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_128", + "@id": "http://example.org/IBAL#Channel_198", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#FlowSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_67" + "@id": "http://example.org/IBAL#Segment_106" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#sl_out_rtd" + "@id": "http://example.org/IBAL#ahu2_f_cc_mag" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 128" + "@value": "Channel 198" } ] }, { - "@id": "http://example.org/IBAL#Damper_6_OCP", + "@id": "http://example.org/IBAL#Damper_11_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Fan_3_ICP" + "@id": "http://example.org/IBAL#Segment_35" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -3754,17 +3596,17 @@ ], "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_6" + "@id": "http://example.org/IBAL#MotorizedDamper_11" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 6 OCP" + "@value": "Damper 11 OCP" } ] }, { - "@id": "http://example.org/IBAL#Damper_2_OCP", + "@id": "http://example.org/IBAL#Fan_4_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -3775,20 +3617,15 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 2 OCP" + "@value": "Fan 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc21-ICP1", + "@id": "http://example.org/IBAL#Jnc35-ICP1", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_61" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" @@ -3796,227 +3633,166 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc21-ICP1" + "@value": "Jnc35-ICP1" } ] }, { - "@id": "http://example.org/IBAL#AHU2_FnB", + "@id": "http://example.org/IBAL#Channel_88", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#ahu1_out_rtd" - }, - { - "@id": "http://example.org/IBAL#ahu1_p_down" - }, - { - "@id": "http://example.org/IBAL#d17_pos_c" - }, - { - "@id": "http://example.org/IBAL#d18_pos_c" - }, - { - "@id": "http://example.org/IBAL#v12_pos_fb" - }, - { - "@id": "http://example.org/IBAL#vav3_heat_c" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#vav4_heat_c" + "@id": "http://example.org/IBAL#VAV_2_Connection_2" } ], - "http://data.ashrae.org/standard223#hasOutput": [ - { - "@id": "http://example.org/IBAL#ahu1_vfd" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#v12_pos_c" + "@id": "http://example.org/IBAL#vav2_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU2 Fn b" + "@value": "Channel 88" } ] }, { - "@id": "http://example.org/IBAL#Enclosure_4", + "@id": "http://example.org/IBAL#ts_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "http://example.org/IBAL#HVACSpace_4" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Enclosure 4" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc19-OCP2", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc19-OCP2" + "@value": "ts in rtd" } ] }, { - "@id": "http://example.org/IBAL#HC_2_ICP", + "@id": "http://example.org/IBAL#Segment_26", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Damper_10_ICP" + }, { - "@value": "HC 2 ICP" + "@id": "http://example.org/IBAL#Jnc9-OCP" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc27-OCP1", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc27-OCP1" + "@value": "Segment 26" } ] }, { - "@id": "http://example.org/IBAL#ch2_e_out_rtd", + "@id": "http://example.org/IBAL#Segment_48", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#Damper_17_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc16-OCP1" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ch2 e out rtd" + "@value": "Segment 48" } ] }, { - "@id": "http://example.org/IBAL#Jnc31-ICP2", + "@id": "http://example.org/IBAL#d5_pos_c", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc31-ICP2" + "@value": "d5 pos c" } ] }, { - "@id": "http://example.org/IBAL#HC_6_OCP", + "@id": "http://example.org/IBAL#AHU_2_G_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_56" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_4_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 6 OCP" + "@value": "AHU 2 G ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_49", + "@id": "http://example.org/IBAL#Segment_13", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_18_ICP" + "@id": "http://example.org/IBAL#Jnc19-OCP" }, { - "@id": "http://example.org/IBAL#Jnc16-OCP2" + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 49" + "@value": "Segment 13" } ] }, { - "@id": "http://example.org/IBAL#Jnc28-ICP", + "@id": "http://example.org/IBAL#Jnc6-ICP2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Jnc28-ICP" - } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_50", - "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_18_OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc17-ICP2" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -4024,124 +3800,113 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 50" + "@value": "Jnc6-ICP2" } ] }, { - "@id": "http://example.org/IBAL#zs4_rh", + "@id": "http://example.org/IBAL#Channel_76", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "30" - } + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://example.org/IBAL#Segment_9" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://example.org/IBAL#ahu1_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zsh4 rh" + "@value": "Channel 76" } ] }, { - "@id": "http://example.org/IBAL#Channel_307", + "@id": "http://example.org/IBAL#Channel_397", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_30" + "@id": "http://example.org/IBAL#HeatingCoil_4" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#exf2_f" + "@id": "http://example.org/IBAL#ahu1_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 307" + "@value": "Channel 397" } ] }, { - "@id": "http://example.org/IBAL#Damper_17_OCP", + "@id": "http://example.org/IBAL#Channel_401", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_17" - } + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#HeatingCoil_2" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_17" + "@id": "http://example.org/IBAL#vav1_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 17 OCP" + "@value": "Channel 401" } ] }, { - "@id": "http://example.org/IBAL#Channel_307T", + "@id": "http://example.org/IBAL#exf1_on", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_30" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#exf2_t_in" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 307T" + "@value": "exf1 on" } ] }, { - "@id": "http://example.org/IBAL#zs4_t_sp_f", + "@id": "http://example.org/IBAL#vav2_f", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "Zone4 Temperature Setpoint" + "@value": "VAV2 Airflow Rate" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,6" + "@value": "analog-input,4" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "zs4_t_sp_f" + "@value": "vav2_f" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -4151,263 +3916,296 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_4" + "@id": "http://example.org/IBAL#VAV_2" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "74.0" - } - ], - "http://data.ashrae.org/standard223#hasAspect": [ - { - "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + "@value": "0.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs4 t sp f" + "@value": "vav2 f" } ] }, { - "@id": "http://example.org/IBAL#CC_1_Bypass_Connection", + "@id": "http://example.org/IBAL#Enclosure_1", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP" - }, - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://example.org/IBAL#HVACSpace_1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 1 Bypass Connection" + "@value": "Enclosure 1" } ] }, { - "@id": "http://example.org/IBAL#zs2_rh", + "@id": "http://example.org/IBAL#CoolingCoil_3", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "50" + "@id": "http://example.org/IBAL#CC_3_ICP" + }, + { + "@id": "http://example.org/IBAL#CC_3_OCP" + }, + { + "@id": "http://example.org/IBAL#CC_3_W_ICP" + }, + { + "@id": "http://example.org/IBAL#CC_3_W_OCP" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@value": "Cooling coil 3" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc13-OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs2 rh" + "@value": "Jnc13-OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_92", + "@id": "http://example.org/IBAL#Channel_404", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc34-ICP" - }, + "@id": "http://example.org/IBAL#HeatingCoil_6" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP" + "@id": "http://example.org/IBAL#vav4_heat_c" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Channel 404" } + ] + }, + { + "@id": "http://example.org/IBAL#VAV_1_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 92" + "@value": "VAV 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_363AO", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_3" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#d17_pos_c" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 363AO" + "@value": "Motorized three way valve 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_2_OCP", + "@id": "http://example.org/IBAL#VFD_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "http://example.org/IBAL#VAV_1_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 2 OCP" + "@value": "VFD 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#exf1_power", + "@id": "http://example.org/IBAL#exf2_on", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Power" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 power" + "@value": "exf2 on" } ] }, { - "@id": "http://example.org/IBAL#Damper_12_OCP", + "@id": "http://example.org/IBAL#Junction_8", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Jnc8-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc8-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc8-OCP2" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_12" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 12 OCP" + "@value": "Junction 8" } ] }, { - "@id": "http://example.org/IBAL#Jnc1-OCP2", + "@id": "http://example.org/IBAL#Jnc38-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc1-OCP2" + "@value": "Jnc38-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Chiller_2_Upper_ICP", + "@id": "http://example.org/IBAL#Channel_364", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#MotorizedDamper_4" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#d18_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 2 Upper ICP" + "@value": "Channel 364" } ] }, { - "@id": "http://example.org/IBAL#PlateHetExchange_1_Bypass_Connection", + "@id": "http://example.org/IBAL#Segment_68", "@type": [ - "http://data.ashrae.org/standard223#Pipe" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP" + "@id": "http://example.org/IBAL#Jnc24-OCP1" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 1 Bypass Connection" + "@value": "Segment 68" } ] }, { - "@id": "http://example.org/IBAL#Segment_105", + "@id": "http://example.org/IBAL#exf2_t_in", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#AHU_1_G_OCP" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1" + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "exf2 t in" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc35-OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -4416,56 +4214,64 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 105" + "@value": "Jnc35-OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_134", + "@id": "http://example.org/IBAL#Channel_197", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#FlowSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HeatExchange_Connection" + "@id": "http://example.org/IBAL#Segment_105" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#hx3_pg_rtd" + "@id": "http://example.org/IBAL#ahu1_f_cc" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 129" + "@value": "Channel 197" } ] }, { - "@id": "http://example.org/IBAL#Channel_87", + "@id": "http://example.org/IBAL#Channel_325T", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_1_Connection_2" + "@id": "http://example.org/IBAL#Segment_23" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav1_out_rtd" + "@id": "http://example.org/IBAL#ahu1_t_ra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 87" + "@value": "Channel 325T" } ] }, { - "@id": "http://example.org/IBAL#Damper_10_ICP", + "@id": "http://example.org/IBAL#Segment_20", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Damper_12_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc7-OCP1" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -4474,42 +4280,38 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 10 ICP" + "@value": "Segment 20" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_3", + "@id": "http://example.org/IBAL#MotorizedDamper_7", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Damper" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HC_3_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_3_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_3_OCP" - }, - { - "@id": "http://example.org/IBAL#HC_3_W_ICP" + "@id": "http://example.org/IBAL#Damper_7_ICP" }, { - "@id": "http://example.org/IBAL#HC_3_W_OCP" + "@id": "http://example.org/IBAL#Damper_7_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 3" + "@value": "Motorized damper 7" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_2_ICP", + "@id": "http://example.org/IBAL#HVAC_Space_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_18" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -4518,21 +4320,21 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 2 ICP" + "@value": "HVAC Space 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV_1_Connection_2", + "@id": "http://example.org/IBAL#Segment_24", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" + "@id": "http://example.org/IBAL#Damper_8_ICP" }, { - "@id": "http://example.org/IBAL#VAV_1_OCP" + "@id": "http://example.org/IBAL#Jnc8-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4542,122 +4344,102 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 1 Connection 2" + "@value": "Segment 24" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_1_OCP", + "@id": "http://example.org/IBAL#exf1_f", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_12" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space1 OCP" + "@value": "exf1 f" } ] }, { - "@id": "http://example.org/IBAL#Jnc12-OCP2", + "@id": "http://example.org/IBAL#HC_6_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_39" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#VAV_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc12-OCP2" + "@value": "HC 6 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_454", + "@id": "http://example.org/IBAL#HC_3_W_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#VFD_4" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#exf2_vfd" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 454" + "@value": "HC 3 W OCP" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_OCP", + "@id": "http://example.org/IBAL#Jnc29-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_44" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3 OCP" + "@value": "Jnc29-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Segment_88_Temp", + "@id": "http://example.org/IBAL#Jnc10-OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "62" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment_88_Temp" + "@value": "Jnc10-OCP" } ] }, { - "@id": "http://example.org/IBAL#Damper_7_ICP", + "@id": "http://example.org/IBAL#Damper_16_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -4668,146 +4450,163 @@ ], "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_7" + "@id": "http://example.org/IBAL#MotorizedDamper_16" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 7 ICP" + "@value": "Damper 16 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_130", + "@id": "http://example.org/IBAL#AHU_2", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#AirHandlingUnit" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#hasPort": [ { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Connection" + "@id": "http://data.ashrae.org/bacnet/2020#P_47815" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://example.org/IBAL#hx1_pg_rtd" + "@id": "http://example.org/IBAL#CoolingCoil_2" + }, + { + "@id": "http://example.org/IBAL#Fan_2" + }, + { + "@id": "http://example.org/IBAL#HeatingCoil_4" + }, + { + "@id": "http://example.org/IBAL#VFD_2" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#AHU_2_G_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_2_G_OCP" + }, + { + "@id": "http://example.org/IBAL#AHU_2_ICP" + }, + { + "@id": "http://example.org/IBAL#AHU_2_OCP" + }, + { + "@id": "http://example.org/IBAL#AHU_2_S_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 130" + "@value": "AHU 2" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2", + "@id": "http://example.org/IBAL#Damper_12_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + "@id": "http://example.org/IBAL#MotorizedDamper_12" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 2 ICP 2" + "@value": "Damper 12 OCP" } ] }, { - "@id": "http://example.org/IBAL#Junction_7", + "@id": "http://example.org/IBAL#VAV4_FnB", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@id": "http://example.org/IBAL#Jnc7-ICP" + "@id": "http://example.org/IBAL#d18_pos_fb" }, { - "@id": "http://example.org/IBAL#Jnc7-OCP1" + "@id": "http://example.org/IBAL#vav4_f" }, { - "@id": "http://example.org/IBAL#Jnc7-OCP2" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "http://example.org/IBAL#vav4_out_rtd" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#vav4_t_in" + }, { - "@value": "Junction 7" + "@id": "http://example.org/IBAL#zs4_out_rtd" + }, + { + "@id": "http://example.org/IBAL#zs4_t_sp_f" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc27-ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#d18_pos_c" + }, + { + "@id": "http://example.org/IBAL#vav4_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc27-ICP" + "@value": "VAV4 Fn b" } ] }, { - "@id": "http://example.org/IBAL#HC_5_W_OCP", + "@id": "http://example.org/IBAL#Junction_20", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Jnc20-ICP" + }, { - "@value": "HC 5 W OCP" + "@id": "http://example.org/IBAL#Jnc20-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc20-OCP2" } - ] - }, - { - "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 1 Lower OCP" + "@value": "Junction 20" } ] }, { - "@id": "http://example.org/IBAL#Junction_36", + "@id": "http://example.org/IBAL#Junction_28", "@type": [ "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc36-ICP" + "@id": "http://example.org/IBAL#Jnc28-ICP" }, { - "@id": "http://example.org/IBAL#Jnc36-OCP1" + "@id": "http://example.org/IBAL#Jnc28-OCP1" }, { - "@id": "http://example.org/IBAL#Jnc36-OCP2" + "@id": "http://example.org/IBAL#Jnc28-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -4817,107 +4616,140 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 36" + "@value": "Junction 28" } ] }, { - "@id": "http://example.org/IBAL#HVACSpace_1", + "@id": "http://example.org/IBAL#CC_3_OCP", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_1_OCP" + "@id": "http://example.org/IBAL#AHU_3_Connection_2" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#zs1_t_sp_f" + "@id": "http://example.org/IBAL#CoolingCoil_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACSpace 1" + "@value": " CC 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_19", + "@id": "http://example.org/IBAL#Channel_403", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Damper_19_ICP" - }, + "@id": "http://example.org/IBAL#HeatingCoil_5" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Damper_19_OCP" + "@id": "http://example.org/IBAL#vav3_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 19" + "@value": "Channel 403" } ] }, { - "@id": "http://example.org/IBAL#Segment_9", + "@id": "http://example.org/IBAL#Channel_328AO", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_2_OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc4-ICP" + "@id": "http://example.org/IBAL#MotorizedDamper_11" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#d7_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 9" + "@value": "Channel 328AO" } ] }, { - "@id": "http://example.org/IBAL#Jnc26-OCP", + "@id": "http://example.org/IBAL#zs1_t_sp_f", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Segment_76" + "@value": "Zone1 Temperature Setpoint" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "analog-input,6" + } + ], + "http://data.ashrae.org/bacnet/2020#object-name": [ + { + "@value": "zs1_t_sp_f" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_1" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "74.0" + } + ], + "http://data.ashrae.org/standard223#hasAspect": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc26-OCP" + "@value": "zs1 t sp f" } ] }, { - "@id": "http://example.org/IBAL#HC_5_ICP", + "@id": "http://example.org/IBAL#Jnc1-OCP2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -4926,241 +4758,224 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 5 ICP" + "@value": "Jnc1-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_336", + "@id": "http://example.org/IBAL#Jnc7-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_1" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d15_pos_fb" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 336" + "@value": "Jnc7-OCP2" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_15", + "@id": "http://example.org/IBAL#ch2_e_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Damper_15_ICP" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#Damper_15_OCP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 15" + "@value": "ch2 e out rtd" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_2_OCP", + "@id": "http://example.org/IBAL#Chiller_2_Upper_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 2 OCP" + "@value": "Chiller 2 Upper OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc17-ICP1", + "@id": "http://example.org/IBAL#oau_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#Junction_15" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc17-ICP1" + "@value": "oau in rtd" } ] }, { - "@id": "http://example.org/IBAL#VAV_2_Connection_2", + "@id": "http://example.org/IBAL#Channel_14", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_2_OCP" + "@id": "http://example.org/IBAL#Exhaust_Fan_1_Connection_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#exf1_p_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 2 Connection 2" + "@value": "Channel 14" } ] }, { - "@id": "http://example.org/IBAL#ahu1_on", + "@id": "http://example.org/IBAL#hx1_pg_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "70" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu1 on" + "@value": "hx1_hw_rtd" } ] }, { - "@id": "http://example.org/IBAL#Segment_71", + "@id": "http://example.org/IBAL#Segment_57", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc25-OCP2" + "@id": "http://example.org/IBAL#Jnc18-OCP2" }, { - "@id": "http://example.org/IBAL#Jnc26-ICP1" + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 71" + "@value": "Segment 57" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_1", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HC_1_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_1_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_1_OCP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HC_1_W_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#HC_1_W_OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 1" + "@value": "Motorized three way valve 3 ICP 2" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2", + "@id": "http://example.org/IBAL#HC_3_W_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 1 ICP 2" + "@value": "HC 3 W ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_25", + "@id": "http://example.org/IBAL#HVACZone_4", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc25-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc25-OCP1" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://example.org/IBAL#Jnc25-OCP2" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#HVACSpace_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 25" + "@value": "HVACZone 4" } ] }, { - "@id": "http://example.org/IBAL#Junction_31", + "@id": "http://example.org/IBAL#Segment_62", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc31-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc31-ICP2" + "@id": "http://example.org/IBAL#Jnc21-OCP" }, { - "@id": "http://example.org/IBAL#Jnc31-OCP" + "@id": "http://example.org/IBAL#Jnc23-ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -5170,454 +4985,424 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 31" + "@value": "Segment 62" } ] }, { - "@id": "http://example.org/IBAL#ahu2_heat_power", + "@id": "http://example.org/IBAL#Channel_426", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://example.org/IBAL#MotorizedDamper_6" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://example.org/IBAL#d11_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 heat power" + "@value": "Channel 426" } ] }, { - "@id": "http://example.org/IBAL#oau_hs_rtd", + "@id": "http://example.org/IBAL#Segment_94", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "60" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Jnc34-OCP2" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://qudt.org/schema/qudt/value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "60" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "oau hs rt" + "@value": "Segment 94" } ] }, { - "@id": "http://example.org/IBAL#Jnc14-ICP2", + "@id": "http://example.org/IBAL#Jnc6-OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "Jnc14-ICP2" + "@id": "http://example.org/IBAL#Segment_22" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_8_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_8" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 8 ICP" + "@value": "Jnc6-OCP" } ] }, { - "@id": "http://example.org/IBAL#Damper_18_ICP", + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_18" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 18 ICP" + "@value": "Plate Heat Exchange 1 Lower OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_7", + "@id": "http://example.org/IBAL#Channel_39", "@type": [ "http://data.ashrae.org/standard223#HumiditySensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_1_ICP" + "@id": "http://example.org/IBAL#Segment_16" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu2_rh_up" + "@id": "http://example.org/IBAL#zs3_rh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 7" + "@value": "Channel 39" } ] }, { - "@id": "http://example.org/IBAL#Channel_122", + "@id": "http://example.org/IBAL#ahu2_heat_power", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ch1_e_out_rtd" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 122" + "@value": "ahu2 heat power" } ] }, { - "@id": "http://example.org/IBAL#Segment_87", + "@id": "http://example.org/IBAL#Jnc14-ICP1", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc32-ICP1" - }, - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 87" + "@value": "Jnc14-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_451", + "@id": "http://example.org/IBAL#Channel_335AO", "@type": [ "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasObservtaionLocation": [ { - "@id": "http://example.org/IBAL#VFD_1" + "@id": "http://example.org/IBAL#MotorizedDamper_12" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu2_vfd" + "@id": "http://example.org/IBAL#d8_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 451" + "@value": "Channel 335AO" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4", + "@id": "http://example.org/IBAL#Jnc22-ICP", "@type": [ - "http://data.ashrae.org/standard223#ThreeWayValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1" - }, - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 4" + "@value": "Jnc22-ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc35-ICP2", + "@id": "http://example.org/IBAL#Jnc33-ICP1", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_93" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "Jnc33-ICP1" + } + ] + }, + { + "@id": "http://example.org/IBAL#WaterChiller_2", + "@type": [ + "http://data.ashrae.org/standard223#Chiller" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP" + }, + { + "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#Chiller_2_Upper_ICP" + }, + { + "@id": "http://example.org/IBAL#Chiller_2_Upper_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc35-ICP2" + "@value": "Water Chiller 2" } ] }, { - "@id": "http://example.org/IBAL#Channel_364", + "@id": "http://example.org/IBAL#Channel_310AO", "@type": [ "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_4" + "@id": "http://example.org/IBAL#MotorizedDamper_14" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d18_pos_fb" + "@id": "http://example.org/IBAL#d5_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 364" + "@value": "Channel 310AO" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1", + "@id": "http://example.org/IBAL#Segment_50", "@type": [ - "http://data.ashrae.org/standard223#ThreeWayValve" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1" + "@id": "http://example.org/IBAL#Damper_18_OCP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2" - }, + "@id": "http://example.org/IBAL#Jnc17-ICP2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 1" + "@value": "Segment 50" } ] }, { - "@id": "http://example.org/IBAL#zs3_rh", + "@id": "http://example.org/IBAL#zs3_t_sp_f", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "50" + "@value": "Zone3 Temperature Setpoint" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@value": "analog-input,6" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@value": "zs3_t_sp_f" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "zs3 rh" + "@value": "analog-input" } - ] - }, - { - "@id": "http://example.org/IBAL#Chiller_1_Upper_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#VAV_3" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Chiller 1 Upper ICP" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "74.0" } - ] - }, - { - "@id": "http://example.org/IBAL#Fan_5_VFD_5", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://example.org/IBAL#Fan_5_E_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#VFD_5_OCP" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 5 VFD 5" + "@value": "zs3 t sp f" } ] }, { - "@id": "http://example.org/IBAL#oau_p_up", + "@id": "http://example.org/IBAL#d18_pos_fb", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "11297" + "@value": "VAV4 Damper Feedback Signal" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@value": "analog-input,1" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@value": "d18_pos_fb" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "11297" + "@value": "analog-input" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "oau p up" + "@id": "http://example.org/IBAL#VAV_4" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_7_E_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 7 E ICP" + "@value": "d18 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Channel_76", + "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_9" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ahu1_out_rtd" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 76" + "@value": "Chiller 2 Lower ICP" } ] }, { - "@id": "http://example.org/IBAL#v12_pos_c", + "@id": "http://example.org/IBAL#ahu1_p_down", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "AHU1 Cooling Coil Valve Control Signal" + "@value": "Static Pressure Measurement Downstream Fan" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-output,2" + "@value": "analog-input,3" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "v12_pos_c" + "@value": "ahu1_p_down" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "analog-output" + "@value": "analog-input" } ], "http://data.ashrae.org/bacnet/2020#objectOf": [ @@ -5633,31 +5418,31 @@ ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "v12 pos c" + "@value": "AHU 1 P Down" } ] }, { - "@id": "http://example.org/IBAL#Segment_33", + "@id": "http://example.org/IBAL#Exhaust_Fan_2_Connection_2", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Damper_9_OCP" + "@id": "http://example.org/IBAL#Damper_9_ICP" }, { - "@id": "http://example.org/IBAL#Jnc11-ICP1" + "@id": "http://example.org/IBAL#Fan_4_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -5667,164 +5452,219 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 33" + "@value": "Exhaust Fan 2 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#VFD_4_ICP", + "@id": "http://example.org/IBAL#VAV_3", + "@type": [ + "http://data.ashrae.org/bacnet/2020#BACnetDevice", + "http://data.ashrae.org/standard223#TerminalUnit" + ], + "http://data.ashrae.org/bacnet/2020#hasPort": [ + { + "@id": "http://data.ashrae.org/bacnet/2020#P_47813" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://example.org/IBAL#HeatingCoil_5" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_3" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#VAV_3_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_3_OCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV 3" + } + ] + }, + { + "@id": "http://example.org/IBAL#Fan_1_S_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 4 ICP" + "@value": "Fan 1 S ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_45", + "@id": "http://example.org/IBAL#Channel_38", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_15_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc15-OCP1" + "@id": "http://example.org/IBAL#Segment_14" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#zs2_rh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 45" + "@value": "Channel 38" } ] }, { - "@id": "http://example.org/IBAL#HC_7_W_ICP", + "@id": "http://example.org/IBAL#Channel_411", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#v13_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 7 W ICP" + "@value": "Channel 411" } ] }, { - "@id": "http://example.org/IBAL#ahu1_heat_c", + "@id": "http://example.org/IBAL#Channel_450", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#VFD_2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://example.org/IBAL#ahu1_vfd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU1 Heat C" + "@value": "Channel 450" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_1_ICP", + "@id": "http://example.org/IBAL#Hydronic", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#System" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasMember": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#CoolingCoil_1" + }, + { + "@id": "http://example.org/IBAL#CoolingCoil_2" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchanger_1" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchanger_2" + }, + { + "@id": "http://example.org/IBAL#ThermalStorage_1" + }, + { + "@id": "http://example.org/IBAL#WaterChiller_1" + }, + { + "@id": "http://example.org/IBAL#WaterChiller_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 1 ICP" + "@value": "Hydronic" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_3_OCP", + "@id": "http://example.org/IBAL#Fan_3_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 3 OCP" + "@value": "Fan 3 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Fan_4", + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Connection", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Fan_4_E_ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1" }, { - "@id": "http://example.org/IBAL#Fan_4_ICP" - }, + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Fan_4_OCP" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 4" + "@value": "Plate Heat Exchange 1 Connection" } ] }, { - "@id": "http://example.org/IBAL#Channel_40", + "@id": "http://example.org/IBAL#Damper_14_ICP", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_18" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#zs4_rh" + "@id": "http://example.org/IBAL#MotorizedDamper_14" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 40" + "@value": "Damper 14 ICP" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_3_ICP", + "@id": "http://example.org/IBAL#Jnc9-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -5835,107 +5675,99 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 3 ICP" + "@value": "Jnc9-ICP" } ] }, { - "@id": "http://example.org/IBAL#vav1_out_rtd", + "@id": "http://example.org/IBAL#Channel_18", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV1 Discharge Temperature" - } + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "analog-input,2" + "@id": "http://example.org/IBAL#VFD_3" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "vav1_out_rtd" + "@id": "http://example.org/IBAL#exf1_power" } ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input" + "@value": "Channel 18" } + ] + }, + { + "@id": "http://example.org/IBAL#Channel_336AO", + "@type": [ + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { "@id": "http://example.org/IBAL#VAV_1" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#observes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@id": "http://example.org/IBAL#d15_pos_c" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "vav1 out rtd" + "@value": "Channel 336AO" } ] }, { - "@id": "http://example.org/IBAL#ahu2_cc_rtd", + "@id": "http://example.org/IBAL#VAV_2_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_2_OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 cc rtd" + "@value": "VAV 2 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#ahu2_f_sa", + "@id": "http://example.org/IBAL#Channel_395gw", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#AHU_3" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://example.org/IBAL#ahu2_on" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 f sa" + "@value": "Channel 395gw" } ] }, { - "@id": "http://example.org/IBAL#Jnc26-ICP2", + "@id": "http://example.org/IBAL#Jnc29-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -5946,346 +5778,342 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc26-ICP2" + "@value": "Jnc29-ICP" } ] }, { - "@id": "http://example.org/IBAL#VFD_4_OCP", + "@id": "http://example.org/IBAL#HeatExchange_Connection", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_1_ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 4 OCP" + "@value": "Heat Exchange Connection" } ] }, { - "@id": "http://example.org/IBAL#Fan_5", + "@id": "http://example.org/IBAL#Jnc30-ICP", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Fan_5_E_ICP" - }, - { - "@id": "http://example.org/IBAL#Fan_5_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Fan_5_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 5" + "@value": "Jnc30-ICP" } ] }, { - "@id": "http://example.org/IBAL#ch1_e_out_rtd", + "@id": "http://example.org/IBAL#vav4_out_rtd", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "VAV4 Discharge Temperature" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@value": "analog-input,2" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "ch1 e out rtd" + "@value": "vav4_out_rtd" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_6_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-input" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_6" + "@id": "http://example.org/IBAL#VAV_4" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Damper 6 ICP" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_59", - "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#VFD_2" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ahu1_fan_power" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 59" + "@value": "vav4 out rtd" } ] }, { - "@id": "http://example.org/IBAL#HC-3-OutletFlow", + "@id": "http://example.org/IBAL#d17_pos_c", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "500" + "@value": "VAV3 Damper Control Signal" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@value": "analog-output,2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@value": "d17_pos_c" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "500" + "@value": "analog-output" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "HC 3 OutletFlow" + "@id": "http://example.org/IBAL#VAV_3" } - ] - }, - { - "@id": "http://example.org/IBAL#zs1_heat_rtd", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "66" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } - ], - "http://qudt.org/schema/qudt/value": [ - { - "@value": "66" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs1 heat rtd" + "@value": "d17 pos c" } ] }, { - "@id": "http://example.org/IBAL#Jnc23-ICP2", + "@id": "http://example.org/IBAL#Channel_8", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_107" + "@id": "http://example.org/IBAL#AHU_1_Connection_3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#ahu2_p_up" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc23-ICP2" + "@value": "Channel 8" } ] }, { - "@id": "http://example.org/IBAL#Damper_4_OCP", + "@id": "http://example.org/IBAL#HVACSpace_2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" + }, { - "@value": "Damper 4 OCP" + "@id": "http://example.org/IBAL#HVAC_Space_2_OCP" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_4_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://example.org/IBAL#VAV_4_ICP" + "@id": "http://example.org/IBAL#zs2_t_sp_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 4 ICP" + "@value": "HVACSpace 2" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5", + "@id": "http://example.org/IBAL#AHU_3_OCP", "@type": [ - "http://data.ashrae.org/standard223#ThreeWayValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2" - }, + "@id": "http://example.org/IBAL#Segment_44" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 5" + "@value": "AHU 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_12", + "@id": "http://example.org/IBAL#CC_3_W_OCP", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_12_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_12_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 12" + "@value": "CC 3 W OCP" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP", + "@id": "http://example.org/IBAL#Jnc38-OCP", "@type": [ "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-Water" + "@id": "http://example.org/IBAL#Segment_101" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 2 Lower OCP" + "@value": "Jnc38-OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_3_E_ICP", + "@id": "http://example.org/IBAL#pl_f", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Electricity" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 3 E ICP" + "@value": "pl f" } ] }, { - "@id": "http://example.org/IBAL#zs2_t_sp_f", + "@id": "http://example.org/IBAL#Fan_3_OCP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "Zone2 Temperature Setpoint" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input,6" + "@value": "Fan 3 OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc13-ICP2", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "zs2_t_sp_f" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-input" + "@value": "Jnc13-ICP2" } + ] + }, + { + "@id": "http://example.org/IBAL#d6_pos_c", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "74.0" + "@value": "d6 pos c" } + ] + }, + { + "@id": "http://example.org/IBAL#zs3_heat_rtd", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "66" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ @@ -6298,98 +6126,91 @@ "@id": "http://qudt.org/vocab/unit/DEG_F" } ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "66" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs2 t sp f" + "@value": "zs3 heat rtd" } ] }, { - "@id": "http://example.org/IBAL#Fan_4_VFD_4", + "@id": "http://example.org/IBAL#Junction_13", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Fan_4_E_ICP" + "@id": "http://example.org/IBAL#Jnc13-ICP1" }, { - "@id": "http://example.org/IBAL#VFD_4_OCP" + "@id": "http://example.org/IBAL#Jnc13-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc13-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 4 VFD 4" + "@value": "Junction 13" } ] }, { - "@id": "http://example.org/IBAL#AHU_3", + "@id": "http://example.org/IBAL#ahu2_rh_up", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "http://example.org/IBAL#CoolingCoil_3" - }, - { - "@id": "http://example.org/IBAL#Fan_5" - }, - { - "@id": "http://example.org/IBAL#HeatingCoil_7" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#VFD_5" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#AHU_3_G_ICP" - }, - { - "@id": "http://example.org/IBAL#AHU_3_G_OCP" - }, - { - "@id": "http://example.org/IBAL#AHU_3_ICP" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#AHU_3_OCP" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3" + "@value": "ahu2 rh up" } ] }, { - "@id": "http://example.org/IBAL#HC_5_OCP", + "@id": "http://example.org/IBAL#Segment_5", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Damper_5_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc2-OCP" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_3_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 5 OCP" + "@value": "Segment 5" } ] }, { - "@id": "http://example.org/IBAL#Jnc20-OCP2", + "@id": "http://example.org/IBAL#AHU_2_G_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -6400,46 +6221,56 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc20-OCP2" + "@value": "AHU 2 G OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_7_ICP", + "@id": "http://example.org/IBAL#Flow_6", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_3_Connection_2" + "@id": "http://example.org/IBAL#VAV_2_Connection_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#HC-3-OutletFlow" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 7 ICP" + "@value": "Flow 6" } ] }, { - "@id": "http://example.org/IBAL#Junction_14", + "@id": "http://example.org/IBAL#Channel_4", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc14-ICP1" - }, + "@id": "http://example.org/IBAL#AHU_2_Connection_3" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Jnc14-ICP2" - }, + "@id": "http://example.org/IBAL#ahu1_p_up" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#Jnc14-OCP" + "@value": "Channel 4" } + ] + }, + { + "@id": "http://example.org/IBAL#HC_2_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -6448,149 +6279,146 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 14" + "@value": "HC 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_453", + "@id": "http://example.org/IBAL#HVAC_Space_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#VFD_3" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#exf1_vfd" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 453" + "@value": "HVAC Space 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#zs3_heat_rtd", + "@id": "http://example.org/IBAL#Jnc20-OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "66" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "Jnc20-OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_97", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#Jnc36-ICP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_4_OCP" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "66" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs3 heat rtd" + "@value": "Segment 97" } ] }, { - "@id": "http://example.org/IBAL#exf1_on", + "@id": "http://example.org/IBAL#Channel_193", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://example.org/IBAL#ch1_f_e" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 on" + "@value": "Channel 193" } ] }, { - "@id": "http://example.org/IBAL#HC_4_OCP", + "@id": "http://example.org/IBAL#zs1_rh", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "80" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "HC 4 OCP" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc3-OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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_RH" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "80" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc3-OCP" + "@value": "zs1_rh" } ] }, { - "@id": "http://example.org/IBAL#VFD_5", + "@id": "http://example.org/IBAL#WaterPump_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#VariableFrequencyDrive" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#VFD_5_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VFD_5_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 5" + "@value": "Water pump 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#Junction_19", + "@id": "http://example.org/IBAL#Segment_71", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc19-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc19-OCP" + "@id": "http://example.org/IBAL#Jnc25-OCP2" }, { - "@id": "http://example.org/IBAL#Jnc19-OCP2" + "@id": "http://example.org/IBAL#Jnc26-ICP1" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -6600,49 +6428,55 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 19" + "@value": "Segment 71" } ] }, { - "@id": "http://example.org/IBAL#Channel_61", + "@id": "http://example.org/IBAL#Fan_1", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HeatingCoil_4" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Fan_1_ICP" + }, { - "@id": "http://example.org/IBAL#ahu1_heat_power" + "@id": "http://example.org/IBAL#Fan_1_OCP" + }, + { + "@id": "http://example.org/IBAL#Fan_1_S_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 61" + "@value": "Fan 1" } ] }, { - "@id": "http://example.org/IBAL#Jnc29-OCP", + "@id": "http://example.org/IBAL#vav2_heat_power", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc29-OCP" + "@value": "vav2 heat power" } ] }, { - "@id": "http://example.org/IBAL#Fan_4_E_ICP", + "@id": "http://example.org/IBAL#HC_7_E_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -6653,449 +6487,409 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 4 E ICP" + "@value": "HC 7 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc13-ICP1", + "@id": "http://example.org/IBAL#HC-3-OutletFlow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "500" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Jnc13-ICP1" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_1_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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/PA" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "500" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 OCP" + "@value": "HC 3 OutletFlow" } ] }, { - "@id": "http://example.org/IBAL#Segment_16", + "@id": "http://example.org/IBAL#Channel_405", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_3_OCP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc6-ICP1" + "@id": "http://example.org/IBAL#HeatingCoil_1" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ahu2_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 16" + "@value": "Channel 405" } ] }, { - "@id": "http://example.org/IBAL#Jnc4-ICP", + "@id": "http://example.org/IBAL#d16_pos_c", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "VAV2 Damper Control Signal" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "Jnc4-ICP" + "@value": "analog-output,2" } - ] - }, - { - "@id": "http://example.org/IBAL#AHU_2_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://example.org/IBAL#Segment_42" + "@value": "d16_pos_c" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-output" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "AHU 2 ICP" + "@id": "http://example.org/IBAL#VAV_2" } - ] - }, - { - "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#WaterPump_2_ICP" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 1 Lower Connection" + "@value": "d16 pos c" } ] }, { - "@id": "http://example.org/IBAL#Segment_76temp", + "@id": "http://example.org/IBAL#ahu2_on", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" - } - ], - "http://qudt.org/schema/qudt/value": [ - { - "@value": "75" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 76temp" + "@value": "ahu2 on" } ] }, { - "@id": "http://example.org/IBAL#Jnc1-OCP1", + "@id": "http://example.org/IBAL#HC_4_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc1-OCP1" + "@value": "HC 4 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_75", + "@id": "http://example.org/IBAL#Channel_301", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc26-ICP2" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP" + "@id": "http://example.org/IBAL#Segment_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#vav1_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 75" + "@value": "Channel 301" } ] }, { - "@id": "http://example.org/IBAL#Channel_127", + "@id": "http://example.org/IBAL#AHU_2_S_ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_104" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ts_out_rtd" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 127" + "@value": "AHU 2 S ICP" } ] }, { - "@id": "http://example.org/IBAL#VAV_3", + "@id": "http://example.org/IBAL#Segment_104", "@type": [ - "http://data.ashrae.org/bacnet/2020#BACnetDevice", - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#hasPort": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://data.ashrae.org/bacnet/2020#P_47813" - } - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "http://example.org/IBAL#HeatingCoil_5" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1" }, { - "@id": "http://example.org/IBAL#MotorizedDamper_3" + "@id": "http://example.org/IBAL#ThermalStorage_1_OCP" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#VAV_3_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_3_OCP" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 3" + "@value": "Segment 104" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3", + "@id": "http://example.org/IBAL#Enclosure_2", "@type": [ - "http://data.ashrae.org/standard223#TwoWayValve" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP" - }, + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP" + "@id": "http://example.org/IBAL#HVACSpace_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 3" + "@value": "Enclosure 2" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP", + "@id": "http://example.org/IBAL#Segment_23", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Damper_14_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc8-OCP1" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 1 OCP" + "@value": "Segment 23" } ] }, { - "@id": "http://example.org/IBAL#ahu2_heat_c", + "@id": "http://example.org/IBAL#Channel_336", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#MotorizedDamper_1" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://example.org/IBAL#d15_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 heat c" + "@value": "Channel 336" } ] }, { - "@id": "http://example.org/IBAL#Jnc30-ICP2", + "@id": "http://example.org/IBAL#Channel_84", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#AHU_3_Connection_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#oau_cc_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc30-ICP2" + "@value": "Channel 84" } ] }, { - "@id": "http://example.org/IBAL#Jnc33-ICP2", + "@id": "http://example.org/IBAL#Channel_52", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#WaterChiller_1" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Junction_33" + "@id": "http://example.org/IBAL#ch1_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc33-ICP2" + "@value": "Channel 52" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_5", + "@id": "http://example.org/IBAL#CC_1_Water_ICP", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_5_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#Damper_5_OCP" + "@id": "http://example.org/IBAL#AHU_1_G_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 5" + "@value": "CC 1 Water ICP" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5", + "@id": "http://example.org/IBAL#Channel_49", "@type": [ - "http://data.ashrae.org/standard223#TwoWayValve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP" - }, - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP" - } + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "Manual two way valve 5" + "@id": "http://example.org/IBAL#AHU_3_Connection_3" } - ] - }, - { - "@id": "http://example.org/IBAL#CC_3_W_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#oau_p_up" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 3 W OCP" + "@value": "Channel 49" } ] }, { - "@id": "http://example.org/IBAL#d5_pos_c", + "@id": "http://example.org/IBAL#zs4_rh", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "30" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "d5 pos c" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc4-OCP2", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc4-OCP2" + "@value": "zsh4 rh" } ] }, { - "@id": "http://example.org/IBAL#Channel_63", + "@id": "http://example.org/IBAL#Channel_394ow", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HeatingCoil_2" + "@id": "http://example.org/IBAL#Fan_3" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav1_heat_power" + "@id": "http://example.org/IBAL#exf1_on" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 63" + "@value": "Channel 394ow" } ] }, { - "@id": "http://example.org/IBAL#Jnc8-ICP", + "@id": "http://example.org/IBAL#Fan_4_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -7106,137 +6900,157 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc8-ICP" + "@value": "Fan 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_Connection_3", + "@id": "http://example.org/IBAL#d5_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#CC_1_OCP" - }, - { - "@id": "http://example.org/IBAL#Fan_1_ICP" - } + "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/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 Connection 3" + "@value": "d5 pos fb" } ] }, { - "@id": "http://example.org/IBAL#exf1_vfd", + "@id": "http://example.org/IBAL#HC_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 vfd" + "@value": "HC 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_310", + "@id": "http://example.org/IBAL#HeatingCoil_4", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_14" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#HC_4_E_ICP" + }, { - "@id": "http://example.org/IBAL#d5_pos_fb" + "@id": "http://example.org/IBAL#HC_4_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_4_OCP" + }, + { + "@id": "http://example.org/IBAL#HC_4_W_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_4_W_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 310" + "@value": "Heating coil 4" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_Zone", + "@id": "http://example.org/IBAL#hx3_pg_rtd", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#HVACSpace_1" - }, + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://example.org/IBAL#HVACSpace_2" + "@value": "72" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 Zone" + "@value": "hx1 pg rtd" } ] }, { - "@id": "http://example.org/IBAL#VFD_5_ICP", + "@id": "http://example.org/IBAL#WaterPump_2_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 5 ICP" + "@value": "Water pump 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_22", + "@id": "http://example.org/IBAL#Junction_36", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc6-OCP" + "@id": "http://example.org/IBAL#Jnc36-ICP" }, { - "@id": "http://example.org/IBAL#Jnc8-ICP" + "@id": "http://example.org/IBAL#Jnc36-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc36-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 22" + "@value": "Junction 36" + } + ] + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Motorized three way valve 2 ICP 2" } ] }, @@ -7257,53 +7071,58 @@ ] }, { - "@id": "http://example.org/IBAL#Jnc10-ICP1", + "@id": "http://example.org/IBAL#Channel_200", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_69" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#pl_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc10-ICP1" + "@value": "Channel 200" } ] }, { - "@id": "http://example.org/IBAL#Channel_5", + "@id": "http://example.org/IBAL#Channel_383", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_9" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_p_down" + "@id": "http://example.org/IBAL#v12_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 5" + "@value": "Channel 383" } ] }, { - "@id": "http://example.org/IBAL#Segment_21", + "@id": "http://example.org/IBAL#Segment_46", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_6_ICP" + "@id": "http://example.org/IBAL#Damper_16_ICP" }, { - "@id": "http://example.org/IBAL#Jnc7-OCP2" + "@id": "http://example.org/IBAL#Jnc15-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -7313,224 +7132,235 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 21" + "@value": "Segment 46" } ] }, { - "@id": "http://example.org/IBAL#VAV3_FnB", + "@id": "http://example.org/IBAL#Junction_23", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#d17_pos_fb" - }, - { - "@id": "http://example.org/IBAL#vav3_f" - }, - { - "@id": "http://example.org/IBAL#vav3_out_rtd" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#vav3_t_in" + "@id": "http://example.org/IBAL#Jnc23-ICP" }, { - "@id": "http://example.org/IBAL#zs3_out_rtd" + "@id": "http://example.org/IBAL#Jnc23-ICP2" }, { - "@id": "http://example.org/IBAL#zs3_t_sp_f" + "@id": "http://example.org/IBAL#Jnc23-OCP" } ], - "http://data.ashrae.org/standard223#hasOutput": [ - { - "@id": "http://example.org/IBAL#d17_pos_c" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav3_heat_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV3 Fn b" + "@value": "Junction 23" } ] }, { - "@id": "http://example.org/IBAL#Exhaust_Fan_2_Connection_2", + "@id": "http://example.org/IBAL#WaterPump_3", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Damper_9_ICP" + "@id": "http://example.org/IBAL#WaterPump_3_ICP" }, { - "@id": "http://example.org/IBAL#Fan_4_OCP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#WaterPump_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Exhaust Fan 2 Connection 2" + "@value": "Water pump 3" } ] }, { - "@id": "http://example.org/IBAL#oau_p_down", + "@id": "http://example.org/IBAL#MotorizedDamper_14", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "11270" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Damper_14_ICP" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://example.org/IBAL#Damper_14_OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@value": "Motorized damper 14" } + ] + }, + { + "@id": "http://example.org/IBAL#Damper_10_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "11270" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "oau p down" + "@value": "Damper 10 ICP" } ] }, { - "@id": "http://example.org/IBAL#CC_1_OCP", + "@id": "http://example.org/IBAL#Junction_34", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#CoolingCoil_1" + "@id": "http://example.org/IBAL#Jnc34-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc34-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc34-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": " CC 1 OCP" + "@value": "Junction 34" } ] }, { - "@id": "http://example.org/IBAL#Jnc24-OCP2", + "@id": "http://example.org/IBAL#Damper_18_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_18" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc24-OCP2" + "@value": "Damper 18 ICP" } ] }, { - "@id": "http://example.org/IBAL#vav1_t_in", + "@id": "http://example.org/IBAL#PlateHeatExchanger_2", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatExchanger" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "VAV1 Supply Air Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP" + }, { - "@value": "analog-input,3" + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_ICP" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_OCP" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav1_t_in" + "@value": "Plate heat exchanger 1" } + ] + }, + { + "@id": "http://example.org/IBAL#Channel_307", + "@type": [ + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "analog-input" + "@id": "http://example.org/IBAL#Segment_30" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@id": "http://example.org/IBAL#exf2_f" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "Channel 307" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc12-OCP2", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#Segment_39" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav1 t in" + "@value": "Jnc12-OCP2" } ] }, { - "@id": "http://example.org/IBAL#d15_pos_c", + "@id": "http://example.org/IBAL#d16_pos_fb", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV1 Damper Control Signal" + "@value": "VAV2 Damper Feedback Signal" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-output,2" + "@value": "analog-input,1" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "d15_pos_c" + "@value": "d16_pos_fb" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "analog-output" + "@value": "analog-input" } ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@id": "http://example.org/IBAL#VAV_2" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ @@ -7551,28 +7381,33 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d15 pos c" + "@value": "d16 pos fb" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_G_ICP", + "@id": "http://example.org/IBAL#Channel_80", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Segment_1" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu2_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3 G ICP" + "@value": "Channel 80" } ] }, { - "@id": "http://example.org/IBAL#Jnc33-OCP", + "@id": "http://example.org/IBAL#Jnc34-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -7583,102 +7418,81 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc33-OCP" + "@value": "Jnc34-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_325T", + "@id": "http://example.org/IBAL#ahu2_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Segment_23" + "@value": "AHU2 Supply Air Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#ahu1_t_ra" + "@value": "analog-input,2" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Channel 325T" + "@value": "ahu2_out_rtd" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_46", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_16_ICP" - }, + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#Jnc15-OCP2" + "@value": "analog-input" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#AHU_1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Segment 46" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_40", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_14_OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc14-ICP2" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 40" + "@value": "ahu2 out rtd" } ] }, { - "@id": "http://example.org/IBAL#Damper_13_OCP", + "@id": "http://example.org/IBAL#Jnc18-OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_13" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 13 OCP" + "@value": "Jnc18-OCP" } ] }, { - "@id": "http://example.org/IBAL#exf2_power", + "@id": "http://example.org/IBAL#ahu1_fan_power", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7694,120 +7508,146 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 power" + "@value": "AHU1 Fan Power" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_G_OCP", + "@id": "http://example.org/IBAL#CC_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#CoolingCoil_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 G OCP" + "@value": "CC 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_14", + "@id": "http://example.org/IBAL#Channel_412", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Exhaust_Fan_1_Connection_2" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#exf1_p_down" + "@id": "http://example.org/IBAL#v12_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 14" + "@value": "Channel 412" } ] }, { - "@id": "http://example.org/IBAL#Segment_14", + "@id": "http://example.org/IBAL#CC_3_ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://example.org/IBAL#AHU_3_ICP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "CC 3 ICP" + } + ] + }, + { + "@id": "http://example.org/IBAL#Chiller_2_Lower_Connection", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#HVAC_Space_2_OCP" + "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP" }, { - "@id": "http://example.org/IBAL#Jnc5-ICP2" + "@id": "http://example.org/IBAL#WaterPump_3_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 14" + "@value": "Chiller 2 Lower Connection" } ] }, { - "@id": "http://example.org/IBAL#Channel_404", + "@id": "http://example.org/IBAL#CC_1_ICP", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HeatingCoil_6" + "@id": "http://example.org/IBAL#CoolingCoil_1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav4_heat_c" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 404" + "@value": "CC 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_96", + "@id": "http://example.org/IBAL#Segment_19", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc35-OCP" + "@id": "http://example.org/IBAL#Jnc5-OCP" }, { - "@id": "http://example.org/IBAL#WaterPump_4_ICP" + "@id": "http://example.org/IBAL#Jnc7-ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 96" + "@value": "Segment 19" } ] }, { - "@id": "http://example.org/IBAL#VAV_2_ICP", + "@id": "http://example.org/IBAL#Segment_39", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -7816,97 +7656,119 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 2 ICP" + "@value": "Segment 39" } ] }, { - "@id": "http://example.org/IBAL#Channel_426", + "@id": "http://example.org/IBAL#Channel_37", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#HumiditySensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_6" + "@id": "http://example.org/IBAL#Segment_12" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d11_pos_c" + "@id": "http://example.org/IBAL#zs1_rh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 426" + "@value": "Channel 37" } ] }, { - "@id": "http://example.org/IBAL#AHU_2", + "@id": "http://example.org/IBAL#Segment_75", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#hasPort": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/bacnet/2020#P_47815" + "@id": "http://example.org/IBAL#Jnc26-ICP2" + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP" } ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#CoolingCoil_2" - }, + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#Fan_2" - }, + "@value": "Segment 75" + } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HeatingCoil_4" + "@id": "http://example.org/IBAL#AHU_1_OCP" }, { - "@id": "http://example.org/IBAL#VFD_2" + "@id": "http://example.org/IBAL#Jnc1-ICP" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#AHU_2_G_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_2_G_OCP" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#AHU_2_ICP" - }, + "@value": "Segment 1" + } + ] + }, + { + "@id": "http://example.org/IBAL#Channel_307T", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_2_OCP" - }, + "@id": "http://example.org/IBAL#Segment_30" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#AHU_2_S_ICP" + "@id": "http://example.org/IBAL#exf2_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2" + "@value": "Channel 307T" } ] }, { - "@id": "http://example.org/IBAL#vav2_f", + "@id": "http://example.org/IBAL#zs3_out_rtd", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV2 Airflow Rate" + "@value": "Zone3 Temperature" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,4" + "@value": "analog-input,5" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "vav2_f" + "@value": "zs3_out_rtd" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -7916,342 +7778,266 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://example.org/IBAL#HVACZone_3" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "70.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav2 f" + "@value": "zs3 out rtd" } ] }, { - "@id": "http://example.org/IBAL#Junction_30", + "@id": "http://example.org/IBAL#Damper_10_OCP", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc30-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc30-ICP2" - }, - { - "@id": "http://example.org/IBAL#Jnc30-OCP" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 30" + "@value": "Damper 10 OCP" } ] }, { - "@id": "http://example.org/IBAL#Fan_1_VFD_1", + "@id": "http://example.org/IBAL#CC_2_Water_OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Fan_1_S_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VFD_1_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@id": "http://example.org/IBAL#AHU_2_G_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 1 to VFD 1" + "@value": " CC 2 Water OCP" } ] }, { - "@id": "http://example.org/IBAL#WaterChiller_2", + "@id": "http://example.org/IBAL#Segment_45", "@type": [ - "http://data.ashrae.org/standard223#Chiller" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP" - }, - { - "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Chiller_2_Upper_ICP" + "@id": "http://example.org/IBAL#Damper_15_ICP" }, { - "@id": "http://example.org/IBAL#Chiller_2_Upper_OCP" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Water Chiller 2" + "@id": "http://example.org/IBAL#Jnc15-OCP1" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc31-OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc31-OCP" + "@value": "Segment 45" } ] }, { - "@id": "http://example.org/IBAL#Damper_7_OCP", + "@id": "http://example.org/IBAL#HC_5_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_7" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 7 OCP" + "@value": "HC 5 E ICP" } ] }, { - "@id": "http://example.org/IBAL#HVACSpace_4", + "@id": "http://example.org/IBAL#VFD_3", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#VariableFrequencyDrive" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" + "@id": "http://example.org/IBAL#VFD_3_ICP" }, { - "@id": "http://example.org/IBAL#HVAC_Space_4_OCP" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "http://example.org/IBAL#zs4_t_sp_f" + "@id": "http://example.org/IBAL#VFD_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACSpace 4" + "@value": "VFD 3" } ] }, { - "@id": "http://example.org/IBAL#Channel_402", + "@id": "http://example.org/IBAL#Jnc25-ICP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#HeatingCoil_3" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav2_heat_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 402" + "@value": "Jnc25-ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_24", + "@id": "http://example.org/IBAL#VAV1_FnB", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@id": "http://example.org/IBAL#Jnc24-ICP" + "@id": "http://example.org/IBAL#d15_pos_fb" }, { - "@id": "http://example.org/IBAL#Jnc24-OCP1" + "@id": "http://example.org/IBAL#vav1_f" }, { - "@id": "http://example.org/IBAL#Jnc24-OCP2" + "@id": "http://example.org/IBAL#vav1_out_rtd" + }, + { + "@id": "http://example.org/IBAL#vav1_t_in" + }, + { + "@id": "http://example.org/IBAL#zs1_out_rtd" + }, + { + "@id": "http://example.org/IBAL#zs1_t_sp_f" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#d15_pos_c" + }, + { + "@id": "http://example.org/IBAL#vav1_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 24" + "@value": "VAV1 Fn b" } ] }, { - "@id": "http://example.org/IBAL#Channel_381", + "@id": "http://example.org/IBAL#Jnc31-ICP2", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#v8_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 381" + "@value": "Jnc31-ICP2" } ] }, { - "@id": "http://example.org/IBAL#vav3_heat_c", + "@id": "http://example.org/IBAL#d11_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#AnalogOutputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV3 Heater Control Signal" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-output,1" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "vav3_heat_c" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-output" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_3" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3 heat c" + "@value": "d11 pos fb" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2", + "@id": "http://example.org/IBAL#Jnc28-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 4 ICP 2" + "@value": "Jnc28-ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_5", + "@id": "http://example.org/IBAL#Segment_88", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc5-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc5-ICP2" + "@id": "http://example.org/IBAL#Jnc32-OCP" }, { - "@id": "http://example.org/IBAL#Jnc5-OCP" + "@id": "http://example.org/IBAL#Jnc33-ICP1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 5" + "@value": "Segment 88" } ] }, { - "@id": "http://example.org/IBAL#Jnc34-ICP", + "@id": "http://example.org/IBAL#Segment_99", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc36-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc37-ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8260,476 +8046,418 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc34-ICP" + "@value": "Segment 99" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_11", + "@id": "http://example.org/IBAL#MotorizedDamper_19", "@type": [ "http://data.ashrae.org/standard223#Damper" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Damper_11_ICP" + "@id": "http://example.org/IBAL#Damper_19_ICP" }, { - "@id": "http://example.org/IBAL#Damper_11_OCP" + "@id": "http://example.org/IBAL#Damper_19_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 11" + "@value": "Motorized damper 19" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_4_ICP", + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 4 ICP" + "@value": "Plate Heat Exchange 1 Lower ICP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_13", + "@id": "http://example.org/IBAL#Channel_50", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Damper_13_ICP" - }, + "@id": "http://example.org/IBAL#Segment_44" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Damper_13_OCP" + "@id": "http://example.org/IBAL#oau_p_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 13" + "@value": "Channel 50" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_4_ICP", + "@id": "http://example.org/IBAL#Segment_78", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP" + }, { - "@value": "Water pump 4 ICP" + "@id": "http://example.org/IBAL#Jnc28-OCP2" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_4_W_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 4 W OCP" + "@value": "Segment 78" } ] }, { - "@id": "http://example.org/IBAL#Channel_83", + "@id": "http://example.org/IBAL#AHU1_FnB", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@id": "http://example.org/IBAL#AHU_3_ICP" + "@id": "http://example.org/IBAL#ahu2_out_rtd" + }, + { + "@id": "http://example.org/IBAL#ahu2_p_down" + }, + { + "@id": "http://example.org/IBAL#d15_pos_c" + }, + { + "@id": "http://example.org/IBAL#d16_pos_c" + }, + { + "@id": "http://example.org/IBAL#v13_pos_fb" + }, + { + "@id": "http://example.org/IBAL#vav1_heat_c" + }, + { + "@id": "http://example.org/IBAL#vav2_heat_c" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://example.org/IBAL#oau_in_rtd" + "@id": "http://example.org/IBAL#ahu2_vfd" + }, + { + "@id": "http://example.org/IBAL#v13_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 83" + "@value": "AHU1 Fn b" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2", + "@id": "http://example.org/IBAL#Jnc2-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 3 ICP 2" + "@value": "Jnc2-ICP" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_G_OCP", + "@id": "http://example.org/IBAL#ts_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "AHU 3 G OCP" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_7_W_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 7 W OCP" + "@value": "ts out rtd" } ] }, { - "@id": "http://example.org/IBAL#CC_1_Water_OCP", + "@id": "http://example.org/IBAL#Segment_2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Jnc1-OCP2" + }, + { + "@id": "http://example.org/IBAL#VAV_1_ICP" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_1_G_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": " CC 1 Water OCP" + "@value": "Segment 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc22-OCP1", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc22-OCP1" + "@value": "Motorized three way valve 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_193", + "@id": "http://example.org/IBAL#v13_pos_c", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ch1_f_e" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 193" + "@value": "v13 pos c" } ] }, { - "@id": "http://example.org/IBAL", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://www.w3.org/2002/07/owl#imports": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223/1.0/model/all" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Created with TopBraid Composer" + "@value": "Motorized three way valve 1 ICP 2" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_4", + "@id": "http://example.org/IBAL#HeatingCoil_7", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#HeatingCoil" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#WaterPump_4_ICP" + "@id": "http://example.org/IBAL#HC_7_E_ICP" }, { - "@id": "http://example.org/IBAL#WaterPump_4_OCP" + "@id": "http://example.org/IBAL#HC_7_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_7_OCP" + }, + { + "@id": "http://example.org/IBAL#HC_7_W_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_7_W_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 4" + "@value": "Heating coil 7" } ] }, { - "@id": "http://example.org/IBAL#zs3_t_sp_f", + "@id": "http://example.org/IBAL#Damper_6_OCP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "Zone3 Temperature Setpoint" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,6" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "zs3_t_sp_f" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_3" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "74.0" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + "@id": "http://example.org/IBAL#Fan_3_ICP" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#MotorizedDamper_6" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs3 t sp f" + "@value": "Damper 6 OCP" } ] }, { - "@id": "http://example.org/IBAL#Damper_11_ICP", + "@id": "http://example.org/IBAL#Channel_327T", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { "@id": "http://example.org/IBAL#Segment_39" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ahu2_t_sa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 11 ICP" + "@value": "Channel 327T" } ] }, { - "@id": "http://example.org/IBAL#Jnc7-OCP1", + "@id": "http://example.org/IBAL#Jnc33-OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc7-OCP1" + "@value": "Jnc33-OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_3_W_OCP", + "@id": "http://example.org/IBAL#VAV_3_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@value": "HC 3 W OCP" + "@id": "http://example.org/IBAL#VAV_3_OCP" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_14_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_14" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 14 ICP" + "@value": "VAV 3 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#Channel_363", + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_3" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d17_pos_fb" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 363" + "@value": "Manual two way valve 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_ConnectionTemperature", + "@id": "http://example.org/IBAL#MotorizedDamper_6", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "60" - } + "http://data.ashrae.org/standard223#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Damper_6_ICP" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#Damper_6_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate heat exchange 1 Connection temperature" + "@value": "Motorized damper 6" } ] }, { - "@id": "http://example.org/IBAL#Channel_10", + "@id": "http://example.org/IBAL#AHU_3_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_1" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ahu2_rh_down" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 10" + "@value": "AHU 3 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#Segment_27", + "@id": "http://example.org/IBAL#Jnc16-ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Fan_3_ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc9-OCP2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8738,89 +8466,73 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 27" + "@value": "Jnc16-ICP" } ] }, { - "@id": "http://example.org/IBAL#ThermalStorage_1", + "@id": "http://example.org/IBAL#Jnc10-ICP2", "@type": [ - "http://data.ashrae.org/standard223#Equipment" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#ThermalStorage_1_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ThermalStorage_1_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ThermalStorage 1" + "@value": "Jnc10-ICP2" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_14", + "@id": "http://example.org/IBAL#Jnc14-ICP2", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_14_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_14_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 14" + "@value": "Jnc14-ICP2" } ] }, { - "@id": "http://example.org/IBAL#Jnc32-OCP", + "@id": "http://example.org/IBAL#Damper_1_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_88" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc32-OCP" + "@value": "Damper 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP", + "@id": "http://example.org/IBAL#Junction_12", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Jnc12-ICP" + }, { - "@value": "Manual two way valve 2 ICP" + "@id": "http://example.org/IBAL#Jnc12-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc12-OCP2" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc10-ICP2", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8829,74 +8541,87 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc10-ICP2" + "@value": "Junction 12" } ] }, { - "@id": "http://example.org/IBAL#vav1_heat_c", + "@id": "http://example.org/IBAL#ahu1_on", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "VAV1 Heater Control Signal" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "analog-output,1" + "@id": "http://qudt.org/vocab/unit/V" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav1_heat_c" + "@value": "ahu1 on" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_83", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "analog-output" + "@id": "http://example.org/IBAL#Jnc31-ICP2" + }, + { + "@id": "http://example.org/IBAL#WaterPump_2_OCP" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Segment 83" } + ] + }, + { + "@id": "http://example.org/IBAL#ahu2_f_ra", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav1 heat c" + "@value": "ahu2 f ra" } ] }, { - "@id": "http://example.org/IBAL#Segment_68", + "@id": "http://example.org/IBAL#Segment_107", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc24-OCP1" + "@id": "http://example.org/IBAL#Jnc23-ICP2" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -8906,177 +8631,215 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 68" + "@value": "Segment 107" } ] }, { - "@id": "http://example.org/IBAL#ahu2_heat_rtd", + "@id": "http://example.org/IBAL#ahu2_rh_down", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 heat rtd" + "@value": "ahu2 rh down" } ] }, { - "@id": "http://example.org/IBAL#vav2_heat_c", + "@id": "http://example.org/IBAL#AHU_1_Zone", "@type": [ - "http://data.ashrae.org/standard223#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "VAV1 Heater Control Signal" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@value": "analog-output,1" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "@id": "http://example.org/IBAL#HVACSpace_1" + }, { - "@value": "vav2_heat_c" + "@id": "http://example.org/IBAL#HVACSpace_2" } ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "analog-output" + "@value": "AHU 1 Zone" } + ] + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Plate Heat Exchange 2 Upper OCP" } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + ] + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav2 heat c" + "@value": "Motorized three way valve 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_336AO", + "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#VAV_1" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d15_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 336AO" + "@value": "Chiller 1 Lower OCP" } ] }, { - "@id": "http://example.org/IBAL#d8_pos_c", + "@id": "http://example.org/IBAL#Damper_14_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_14" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d8 pos c" + "@value": "Damper 14 OCP" } ] }, { - "@id": "http://example.org/IBAL#VFD_3_OCP", + "@id": "http://example.org/IBAL#Jnc15-OCP1", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 3 OCP" + "@value": "Jnc15-OCP1" } ] }, { - "@id": "http://example.org/IBAL#zs1_t_sp_f", + "@id": "http://example.org/IBAL#Channel_303", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableProperty" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "Zone1 Temperature Setpoint" + "@id": "http://example.org/IBAL#Segment_7" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "analog-input,6" + "@id": "http://example.org/IBAL#vav3_f" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs1_t_sp_f" + "@value": "Channel 303" } + ] + }, + { + "@id": "http://example.org/IBAL#WaterPump_3_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-input" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@value": "Water pump 3 OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_98", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "74.0" + "@id": "http://example.org/IBAL#Jnc22-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc36-OCP2" } ], - "http://data.ashrae.org/standard223#hasAspect": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Segment 98" + } + ] + }, + { + "@id": "http://example.org/IBAL#zs1_heat_rtd", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "66" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ @@ -9089,126 +8852,132 @@ "@id": "http://qudt.org/vocab/unit/DEG_F" } ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "66" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs1 t sp f" + "@value": "zs1 heat rtd" } ] }, { - "@id": "http://example.org/IBAL#Segment_35", + "@id": "http://example.org/IBAL#zs3_rh", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Jnc13-ICP1" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" } ], - "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/RelativeHumidity" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 35" + "@value": "zs3 rh" } ] }, { - "@id": "http://example.org/IBAL#Jnc38-OCP", + "@id": "http://example.org/IBAL#Segment_25", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_101" + "@id": "http://example.org/IBAL#Damper_6_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc9-ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc38-OCP" + "@value": "Segment 25" } ] }, { - "@id": "http://example.org/IBAL#Channel_334", + "@id": "http://example.org/IBAL#Damper_16_OCP", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_20" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#ahu2_f_ra" + "@id": "http://example.org/IBAL#MotorizedDamper_16" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 334" + "@value": "Damper 16 OCP" } ] }, { - "@id": "http://example.org/IBAL#ahu1_f_sa", + "@id": "http://example.org/IBAL#Segment_22", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "600" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Jnc6-OCP" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://example.org/IBAL#Jnc8-ICP" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "600" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 F SA" + "@value": "Segment 22" } ] }, { - "@id": "http://example.org/IBAL#zs3_out_rtd", + "@id": "http://example.org/IBAL#vav1_f", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "Zone3 Temperature" + "@value": "VAV1 Airflow Rate" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,5" + "@value": "analog-input,4" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "zs3_out_rtd" + "@value": "VAV1-Airflow" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -9218,129 +8987,196 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#HVACZone_3" + "@id": "http://example.org/IBAL#VAV_1" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "0.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs3 out rtd" + "@value": "VAV1 F" } ] }, { - "@id": "http://example.org/IBAL#Jnc32-ICP2", + "@id": "http://example.org/IBAL#Damper_8_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_8" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc32-ICP2" + "@value": "Damper 8 OCP" } ] }, { - "@id": "http://example.org/IBAL#HC_2_E_ICP", + "@id": "http://example.org/IBAL#Jnc14-OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_42" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 2 E ICP" + "@value": "Jnc14-OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc1-ICP", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc1-ICP" + "@value": "Motorized three way valve 5 ICP 1" } ] }, { - "@id": "http://example.org/IBAL#Segment_102", + "@id": "http://example.org/IBAL#d18_pos_c", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Jnc19-ICP" - }, + "@value": "VAV4 Damper Control Signal" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#Jnc37-OCP2" + "@value": "analog-output,2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "d18_pos_c" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-output" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_4" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 102" + "@value": "d18 pos c" } ] }, { - "@id": "http://example.org/IBAL#Temp_7", + "@id": "http://example.org/IBAL#Segment_73", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc27-ICP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_1_OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 106" + "@value": "Segment 73" } ] }, { - "@id": "http://example.org/IBAL#Channel_403", + "@id": "http://example.org/IBAL#HeatingCoil_1", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HeatingCoil_5" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#HC_1_E_ICP" + }, { - "@id": "http://example.org/IBAL#vav3_heat_c" + "@id": "http://example.org/IBAL#HC_1_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_1_OCP" + }, + { + "@id": "http://example.org/IBAL#HC_1_W_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_1_W_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 403" + "@value": "Heating coil 1" } ] }, @@ -9366,30 +9202,30 @@ ] }, { - "@id": "http://example.org/IBAL#d5_pos_fb", + "@id": "http://example.org/IBAL#Damper_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://example.org/IBAL#VAV_4_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d5 pos fb" + "@value": "Damper 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc14-OCP", + "@id": "http://example.org/IBAL#Jnc1-ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_42" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -9398,237 +9234,260 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc14-OCP" + "@value": "Jnc1-ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_73", + "@id": "http://example.org/IBAL#Channel_306T", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_4_ICP" + "@id": "http://example.org/IBAL#Segment_27" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_in_rtd" + "@id": "http://example.org/IBAL#exf1_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 73" + "@value": "Channel 306T" } ] }, { - "@id": "http://example.org/IBAL#Segment_41", + "@id": "http://example.org/IBAL#Channel_75", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_13_OCP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc14-ICP1" + "@id": "http://example.org/IBAL#AHU_2_Connection_3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ahu1_cc_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 41" + "@value": "Channel 75" } ] }, { - "@id": "http://example.org/IBAL#HC_1_E_ICP", + "@id": "http://example.org/IBAL#ahu2_t_ra", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Electricity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 E ICP" + "@value": "ahu2 t ra" } ] }, { - "@id": "http://example.org/IBAL#Jnc26-ICP1", + "@id": "http://example.org/IBAL#WaterPump_1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#WaterPump_1_ICP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc26-ICP1" + "@value": "Water pump 1" } ] }, { - "@id": "http://example.org/IBAL#Segment_98", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#ThreeWayValve" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc22-ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1" }, { - "@id": "http://example.org/IBAL#Jnc36-OCP2" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_2" + }, { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 98" + "@value": "Motorized three way valve 1" } ] }, { - "@id": "http://example.org/IBAL#Fan_2_S_ICP", + "@id": "http://example.org/IBAL#Channel_159", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@id": "http://example.org/IBAL#Segment_92" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#pl_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 2 S ICP" + "@value": "Channel 159" } ] }, { - "@id": "http://example.org/IBAL#Damper_17_ICP", + "@id": "http://example.org/IBAL#Jnc24-OCP1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 17 ICP" + "@value": "Jnc24-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Enclosure_1", + "@id": "http://example.org/IBAL#AHU_3_G_ICP", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_1" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Enclosure 1" + "@value": "AHU 3 G ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_33", + "@id": "http://example.org/IBAL#MotorizedDamper_10", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc33-ICP1" - }, + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc33-OCP" + "@id": "http://example.org/IBAL#Damper_10_ICP" }, { - "@id": "http://example.org/IBAL#Jnc33-OCP2" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Damper_10_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 33" + "@value": "Motorized damper 10" } ] }, { - "@id": "http://example.org/IBAL#VFD_1_ICP", + "@id": "http://example.org/IBAL#Channel_496", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://example.org/IBAL#MotorizedDamper_6" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#d11_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 1 ICP" + "@value": "Channel 496" } ] }, { - "@id": "http://example.org/IBAL#Segment_19", + "@id": "http://example.org/IBAL#Channel_310", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc5-OCP" - }, + "@id": "http://example.org/IBAL#MotorizedDamper_14" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Jnc7-ICP" + "@id": "http://example.org/IBAL#d5_pos_fb" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "Channel 310" + } + ] + }, + { + "@id": "http://example.org/IBAL#ahu2_t_sa", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 19" + "@value": "ahu 2 t sa" } ] }, { - "@id": "http://example.org/IBAL#Segment_100", + "@id": "http://example.org/IBAL#Segment_56", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc37-OCP1" + "@id": "http://example.org/IBAL#AHU_2_G_ICP" }, { - "@id": "http://example.org/IBAL#Jnc38-ICP" + "@id": "http://example.org/IBAL#Jnc18-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -9638,132 +9497,147 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 100" + "@value": "Segment 56" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3", + "@id": "http://example.org/IBAL#d15_pos_c", "@type": [ - "http://data.ashrae.org/standard223#ThreeWayValve" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1" - }, + "@value": "VAV1 Damper Control Signal" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2" - }, + "@value": "analog-output,2" + } + ], + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP" + "@value": "d15_pos_c" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "Motorized three way valve 3" + "@value": "analog-output" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_1_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#VAV_1" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#AHU_1_ICP" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 ICP" + "@value": "d15 pos c" } ] }, { - "@id": "http://example.org/IBAL#ahu1_p_up", + "@id": "http://example.org/IBAL#zs2_heat_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/standard223#hasValue": [ { "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "11296" + "@value": "70" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://qudt.org/schema/qudt/value": [ { - "@value": "11296" + "@value": "70" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU1 P Up" + "@value": "zs2 heat rtd" } ] }, { - "@id": "http://example.org/IBAL#Channel_395gw", + "@id": "http://example.org/IBAL#MotorizedDamper_4", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#commandedByProperty": [ { - "@id": "http://example.org/IBAL#AHU_3" + "@id": "http://example.org/IBAL#d18_pos_c" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#ahu2_on" + "@id": "http://example.org/IBAL#Damper_4_ICP" + }, + { + "@id": "http://example.org/IBAL#Damper_4_OCP" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@value": "IBAL:VAV4_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 395gw" + "@value": "Motorized damper 4" } ] }, { - "@id": "http://example.org/IBAL#Segment_26", + "@id": "http://example.org/IBAL#Channel_155", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_10_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc9-OCP" + "@id": "http://example.org/IBAL#Segment_56" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#ahu2_cc_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 26" + "@value": "Channel 155" } ] }, { - "@id": "http://example.org/IBAL#Damper_12_ICP", + "@id": "http://example.org/IBAL#Jnc17-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -9772,365 +9646,324 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_12" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 12 ICP" + "@value": "Jnc17-ICP" } ] }, { - "@id": "http://example.org/IBAL#VAV_3_Connection_1", + "@id": "http://example.org/IBAL#Channel_453", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Damper_3_OCP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_5_ICP" + "@id": "http://example.org/IBAL#VFD_3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#exf1_vfd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 3 Connection 1" + "@value": "Channel 453" } ] }, { - "@id": "http://example.org/IBAL#oau_cc_rtd", + "@id": "http://example.org/IBAL#HC_5_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "45" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "oau cc rtd" + "@value": "HC 5 ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc10-OCP", + "@id": "http://example.org/IBAL#HC_2_W_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc10-OCP" + "@value": "HC 2 W ICP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_1", + "@id": "http://example.org/IBAL#ahu1_heat_power", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Damper_1_ICP" - }, + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#Damper_1_OCP" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 1" + "@value": "AHU1 Heat Power" } ] }, { - "@id": "http://example.org/IBAL#Channel_79", + "@id": "http://example.org/IBAL#Damper_13_ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_1_Connection_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#ahu2_cc_rtd" + "@id": "http://example.org/IBAL#MotorizedDamper_13" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 79" + "@value": "Damper 13 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_335", + "@id": "http://example.org/IBAL#vav4_heat_power", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_12" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#d8_pos_fb" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 335" + "@value": "vav4 heat power" } ] }, { - "@id": "http://example.org/IBAL#Fan_2", + "@id": "http://example.org/IBAL#Jnc15-ICP", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Fan_2_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Fan_2_OCP" - }, - { - "@id": "http://example.org/IBAL#Fan_2_S_ICP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 2" + "@value": "Jnc15-ICP" } ] }, { - "@id": "http://example.org/IBAL#vav3_heat_power", + "@id": "http://example.org/IBAL#Jnc6-ICP1", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3 heat power" + "@value": "Jnc6-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Damper_16_OCP", + "@id": "http://example.org/IBAL#HC_4_W_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_16" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 16 OCP" + "@value": "HC 4 W ICP" } ] }, { - "@id": "http://example.org/IBAL#Fan_5_E_ICP", + "@id": "http://example.org/IBAL#Junction_26", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc26-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc26-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc26-OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 5 E ICP" + "@value": "Junction 26" } ] }, { - "@id": "http://example.org/IBAL#zs2_heat_rtd", + "@id": "http://example.org/IBAL#Segment_67", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "70" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Jnc23-OCP" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#Jnc24-ICP" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "70" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs2 heat rtd" + "@value": "Segment 67" } ] }, { - "@id": "http://example.org/IBAL#Segment_30", + "@id": "http://example.org/IBAL#Damper_6_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Fan_4_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Jnc10-OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_6" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 30" + "@value": "Damper 6 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_125", + "@id": "http://example.org/IBAL#Channel_454", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_106" + "@id": "http://example.org/IBAL#VFD_4" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu2_cc_out_rtd" + "@id": "http://example.org/IBAL#exf2_vfd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 125" + "@value": "Channel 454" } ] }, { - "@id": "http://example.org/IBAL#oau_in_rtd", + "@id": "http://example.org/IBAL#ahu1_vfd", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "AHU1 Fan Speed" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@value": "analog-output,1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "oau in rtd" + "@value": "ahu1_vfd" } - ] - }, - { - "@id": "http://example.org/IBAL#VFD_2_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@value": "analog-output" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "VFD 2 ICP" + "@id": "http://example.org/IBAL#AHU_2" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_59", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#Jnc21-ICP2" - }, + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "30.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 59" + "@value": "ahu1 vfd" } ] }, { - "@id": "http://example.org/IBAL#Fan_2_OCP", + "@id": "http://example.org/IBAL#Damper_9_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -10139,274 +9972,298 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#AHU_2_OCP" + "@id": "http://example.org/IBAL#MotorizedDamper_9" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 2 OCP" + "@value": "Damper 9 OCP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_rh_up", + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 rh up" + "@value": "Manual two way valve 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#Junction_1", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc1-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc1-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc1-OCP2" + "@id": "http://example.org/IBAL#Segment_106" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 1" + "@value": "Motorized three way valve 2 ICP 1" } ] }, { - "@id": "http://example.org/IBAL#ahu1_f_ra", + "@id": "http://example.org/IBAL#Channel_73", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "1000" + "@id": "http://example.org/IBAL#HC_4_ICP" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#ahu1_in_rtd" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@value": "Channel 73" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc32-ICP2", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "1000" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 F RA" + "@value": "Jnc32-ICP2" } ] }, { - "@id": "http://example.org/IBAL#ReturnAir-1-Flow", + "@id": "http://example.org/IBAL#oau_p_down", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/standard223#hasValue": [ { "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "500" + "@value": "11270" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://qudt.org/schema/qudt/value": [ { - "@value": "500" + "@value": "11270" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Return Air 1 Flow" + "@value": "oau p down" } ] }, { - "@id": "http://example.org/IBAL#Jnc3-ICP1", + "@id": "http://example.org/IBAL#AHU_1_G_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc3-ICP1" + "@value": "AHU 1 G ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_24", + "@id": "http://example.org/IBAL#vav3_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_8_ICP" - }, + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Jnc8-OCP2" + "@value": "VAV3 Discharge Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-input,89" + } + ], + "http://data.ashrae.org/bacnet/2020#object-name": [ + { + "@value": "VAV3-T" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_3" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "55.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 24" + "@value": "vav3 out rtd" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1", + "@id": "http://example.org/IBAL#Fan_4_VFD_4", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#Fan_4_E_ICP" + }, + { + "@id": "http://example.org/IBAL#VFD_4_OCP" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 3 ICP 1" + "@value": "Fan 4 VFD 4" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_1", + "@id": "http://example.org/IBAL#ahu2_cc_rtd", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#WaterPump_1_ICP" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#WaterPump_1_OCP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 1" + "@value": "ahu2 cc rtd" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1", + "@id": "http://example.org/IBAL#exf2_f", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 4 ICP 1" + "@value": "exf2 f" } ] }, { - "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP", + "@id": "http://example.org/IBAL#AHU_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 1 Lower ICP" + "@value": "AHU 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Enclosure_2", + "@id": "http://example.org/IBAL#Fan_4_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_2" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Enclosure 2" + "@value": "Fan 4 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_103", + "@id": "http://example.org/IBAL#Jnc34-ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#AHU_1_G_ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc19-OCP2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10415,137 +10272,151 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 103" + "@value": "Jnc34-ICP" } ] }, { - "@id": "http://example.org/IBAL#Fan_1", + "@id": "http://example.org/IBAL#Channel_308T", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Fan_1_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Fan_1_OCP" - }, + "@id": "http://example.org/IBAL#Segment_10" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Fan_1_S_ICP" + "@id": "http://example.org/IBAL#vav4_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 1" + "@value": "Channel 308T" } ] }, { - "@id": "http://example.org/IBAL#Jnc18-OCP", + "@id": "http://example.org/IBAL#Channel_326T", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Segment_38" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu1_t_sa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc18-OCP" + "@value": "Channel 326T" } ] }, { - "@id": "http://example.org/IBAL#Jnc23-OCP", + "@id": "http://example.org/IBAL#Fan_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc23-OCP" + "@value": "Fan 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_495", + "@id": "http://example.org/IBAL#Channel_456", "@type": [ "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_8" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d10_pos_fb" + "@id": "http://example.org/IBAL#v8_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 495" + "@value": "Channel 456" } ] }, { - "@id": "http://example.org/IBAL#d11_pos_fb", + "@id": "http://example.org/IBAL#Jnc36-OCP2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://example.org/IBAL#Segment_98" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d11 pos fb" + "@value": "Jnc36-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_110", + "@id": "http://example.org/IBAL#Channel_425", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_16" + "@id": "http://example.org/IBAL#MotorizedDamper_8" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#zs3_out_rtd" + "@id": "http://example.org/IBAL#d10_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 110" + "@value": "Channel 425" } ] }, { - "@id": "http://example.org/IBAL#Junction_12", + "@id": "http://example.org/IBAL#HC_7_W_OCP", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc12-ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Jnc12-OCP1" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#Jnc12-OCP2" + "@value": "HC 7 W OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#VAV_2_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10554,35 +10425,43 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 12" + "@value": "VAV 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP", + "@id": "http://example.org/IBAL#Channel_306", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Segment_27" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4" + "@id": "http://example.org/IBAL#exf1_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 4 OCP" + "@value": "Channel 306" } ] }, { - "@id": "http://example.org/IBAL#Fan_5_OCP", + "@id": "http://example.org/IBAL#Temp_7", + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Channel 106" + } + ] + }, + { + "@id": "http://example.org/IBAL#Damper_1_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10591,544 +10470,513 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#AHU_3_OCP" + "@id": "http://example.org/IBAL#VAV_1_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 5 OCP" + "@value": "Damper 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#vav4_f", + "@id": "http://example.org/IBAL#Channel_10", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "VAV4 Airflow Rate" + "@id": "http://example.org/IBAL#Segment_1" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,4" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "vav4_f" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_4" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://example.org/IBAL#ahu2_rh_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4 f" + "@value": "Channel 10" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_S_ICP", + "@id": "http://example.org/IBAL#Damper_7_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_7" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 S ICP" + "@value": "Damper 7 OCP" } ] }, { - "@id": "http://example.org/IBAL#vav3_out_rtd", + "@id": "http://example.org/IBAL#Segment_96", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV3 Discharge Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,89" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "VAV3-T" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#Jnc35-OCP" + }, { - "@value": "analog-input" + "@id": "http://example.org/IBAL#WaterPump_4_ICP" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_3" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "55.0" + "@value": "Segment 96" } + ] + }, + { + "@id": "http://example.org/IBAL#HVACZone_2", + "@type": [ + "http://data.ashrae.org/standard223#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#HVACSpace_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3 out rtd" + "@value": "HVACZone 2" } ] }, { - "@id": "http://example.org/IBAL#ahu2_in_rtd", + "@id": "http://example.org/IBAL#WaterPump_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 in rtd" + "@value": "Water pump 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_11", + "@id": "http://example.org/IBAL#Junction_22", "@type": [ "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc11-ICP1" + "@id": "http://example.org/IBAL#Jnc22-ICP" }, { - "@id": "http://example.org/IBAL#Jnc11-ICP2" + "@id": "http://example.org/IBAL#Jnc22-OCP1" }, { - "@id": "http://example.org/IBAL#Jnc11-OCP" + "@id": "http://example.org/IBAL#Jnc22-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 11" + "@value": "Junction 22" } ] }, { - "@id": "http://example.org/IBAL#Damper_19_ICP", + "@id": "http://example.org/IBAL#pl_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_19" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_F" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_19" + "@value": "68" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 19 ICP" + "@value": "pl in rtd" } ] }, { - "@id": "http://example.org/IBAL#Channel_496", + "@id": "http://example.org/IBAL#Segment_6", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_6" + "@id": "http://example.org/IBAL#Damper_5_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc3-ICP1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d11_pos_fb" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 496" + "@value": "Segment 6" } ] }, { - "@id": "http://example.org/IBAL#Jnc12-ICP", + "@id": "http://example.org/IBAL#Channel_124", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_105" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu1_cc_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc12-ICP" + "@value": "Channel 124" } ] }, { - "@id": "http://example.org/IBAL#zs1_out_rtd", + "@id": "http://example.org/IBAL#vav1_heat_c", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "Zone1 Temperature" + "@value": "VAV1 Heater Control Signal" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,5" + "@value": "analog-output,1" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "zs1_out_rtd" + "@value": "vav1_heat_c" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "analog-input" + "@value": "analog-output" } ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#HVACZone_1" + "@id": "http://example.org/IBAL#VAV_1" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "0.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs1_out_rtd" + "@value": "vav1 heat c" } ] }, { - "@id": "http://example.org/IBAL#Segment_13", + "@id": "http://example.org/IBAL#HVAC_Space_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc19-OCP" - }, - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 13" + "@value": "HVAC Space 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#ch1_f_e", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ch1 f e" + "@value": "Motorized three way valve 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV_1_ICP", + "@id": "http://example.org/IBAL#Enclosure_3", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#HVACSpace_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 1 ICP" + "@value": "Enclosure 3" } ] }, { - "@id": "http://example.org/IBAL#Channel_411", + "@id": "http://example.org/IBAL#Junction_37", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + "@id": "http://example.org/IBAL#Jnc37-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc37-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc37-OCP2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#v13_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 411" + "@value": "Junction 37" } ] }, { - "@id": "http://example.org/IBAL#CC_3_W_ICP", + "@id": "http://example.org/IBAL#VAV_1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/bacnet/2020#BACnetDevice", + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#hasPort": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/bacnet/2020#P_47811" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#contains": [ { - "@value": "CC 3 W ICP" + "@id": "http://example.org/IBAL#HeatingCoil_2" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_1" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_6", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Damper_5_OCP" + "@id": "http://example.org/IBAL#VAV_1_ICP" }, { - "@id": "http://example.org/IBAL#Jnc3-ICP1" + "@id": "http://example.org/IBAL#VAV_1_OCP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "VAV 1" + } + ] + }, + { + "@id": "http://example.org/IBAL#d7_pos_c", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 6" + "@value": "d7 pos c" } ] }, { - "@id": "http://example.org/IBAL#Flow_6", + "@id": "http://example.org/IBAL#Channel_394bw", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_2_Connection_2" + "@id": "http://example.org/IBAL#Fan_4" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#HC-3-OutletFlow" + "@id": "http://example.org/IBAL#exf2_on" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Flow 6" + "@value": "Channel 394bw" } ] }, { - "@id": "http://example.org/IBAL#Damper_9_ICP", + "@id": "http://example.org/IBAL#Jnc27-OCP1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_9" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 9 ICP" + "@value": "Jnc27-OCP1" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_10", + "@id": "http://example.org/IBAL#HeatingCoil_5", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#HeatingCoil" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Damper_10_ICP" + "@id": "http://example.org/IBAL#HC_5_E_ICP" }, { - "@id": "http://example.org/IBAL#Damper_10_OCP" + "@id": "http://example.org/IBAL#HC_5_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_5_OCP" + }, + { + "@id": "http://example.org/IBAL#HC_5_W_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_5_W_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 10" + "@value": "Heating coil 5" } ] }, { - "@id": "http://example.org/IBAL#Channel_395bw", + "@id": "http://example.org/IBAL#PlateHeatExchange_1_ConnectionTemperature", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#AHU_3" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#ahu1_on" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "60" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Channel 395bw" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_6_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 6 ICP" + "@value": "Plate heat exchange 1 Connection temperature" } ] }, { - "@id": "http://example.org/IBAL#Channel_334T", + "@id": "http://example.org/IBAL#VFD_4", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#VariableFrequencyDrive" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_20" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#VFD_4_ICP" + }, { - "@id": "http://example.org/IBAL#ahu2_t_ra" + "@id": "http://example.org/IBAL#VFD_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 334T" + "@value": "VFD 4" } ] }, { - "@id": "http://example.org/IBAL#Jnc14-ICP1", + "@id": "http://example.org/IBAL#Jnc2-OCP2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -11137,116 +10985,86 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc14-ICP1" + "@value": "Jnc2-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Exhaust_Fan_1_Connection_2", + "@id": "http://example.org/IBAL#zs4_t_sp_f", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableProperty" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Damper_7_ICP" - }, + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Fan_3_OCP" + "@value": "Zone4 Temperature Setpoint" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-input,6" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Exhaust Fan 1 Connection 2" + "@value": "zs4_t_sp_f" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc2-OCP1", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-input" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#Junction_2" + "@id": "http://example.org/IBAL#VAV_4" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "Jnc2-OCP1" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "74.0" } - ] - }, - { - "@id": "http://example.org/IBAL#VAV_4", - "@type": [ - "http://data.ashrae.org/bacnet/2020#BACnetDevice", - "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/bacnet/2020#hasPort": [ + "http://data.ashrae.org/standard223#hasAspect": [ { - "@id": "http://data.ashrae.org/bacnet/2020#P_47814" + "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" } ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "http://example.org/IBAL#HeatingCoil_6" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_4" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#VAV_4_ICP" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#VAV_4_OCP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 4" + "@value": "zs4 t sp f" } ] }, { - "@id": "http://example.org/IBAL#oau_rh", + "@id": "http://example.org/IBAL#HC_3_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "80" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "oau rh" + "@value": "HC 3 E ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc36-OCP1", + "@id": "http://example.org/IBAL#Jnc34-OCP1", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -11257,226 +11075,205 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc36-OCP1" + "@value": "Jnc34-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Jnc3-ICP2", + "@id": "http://example.org/IBAL#Damper_15_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_15" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc3-ICP2" + "@value": "Damper 15 OCP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_f_ra", + "@id": "http://example.org/IBAL#Segment_21", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#Damper_6_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc7-OCP2" } ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 f ra" + "@value": "Segment 21" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP", + "@id": "http://example.org/IBAL#VFD_4_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 2 OCP" + "@value": "VFD 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#ts_out_rtd", + "@id": "http://example.org/IBAL#Damper_18_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#MotorizedDamper_18" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ts out rtd" + "@value": "Damper 18 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_111", + "@id": "http://example.org/IBAL#Jnc23-ICP2", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" + "@id": "http://example.org/IBAL#Segment_107" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#zs4_heat_rtd" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 111" + "@value": "Jnc23-ICP2" } ] }, { - "@id": "http://example.org/IBAL#Damper_18_OCP", + "@id": "http://example.org/IBAL#Jnc26-ICP1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#MotorizedDamper_18" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 18 OCP" + "@value": "Jnc26-ICP1" } ] }, { - "@id": "http://example.org/IBAL#ahu2_t_sa", + "@id": "http://example.org/IBAL#Jnc26-ICP2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu 2 t sa" + "@value": "Jnc26-ICP2" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_3_ICP", + "@id": "http://example.org/IBAL#AHU_1_S_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 3 ICP" + "@value": "AHU 1 S ICP" } ] }, { - "@id": "http://example.org/IBAL#Chiller_2_Lower_Connection", + "@id": "http://example.org/IBAL#Channel_77", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#WaterPump_3_ICP" + "@id": "http://example.org/IBAL#AHU_1_ICP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://example.org/IBAL#ahu2_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 2 Lower Connection" + "@value": "Channel 77" } ] }, { - "@id": "http://example.org/IBAL#HC_6_W_ICP", + "@id": "http://example.org/IBAL#ahu2_cc_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "HC 6 W ICP" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#d7_pos_c", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d7 pos c" + "@value": "ahu2 cc out rtd" } ] }, { - "@id": "http://example.org/IBAL#Jnc17-ICP2", + "@id": "http://example.org/IBAL#HC_6_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -11487,40 +11284,43 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc17-ICP2" + "@value": "HC 6 ICP" } ] }, { - "@id": "http://example.org/IBAL#WaterChiller_1", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4", "@type": [ - "http://data.ashrae.org/standard223#Chiller" + "http://data.ashrae.org/standard223#ThreeWayValve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP" - }, - { - "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1" }, { - "@id": "http://example.org/IBAL#Chiller_1_Upper_ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_2" }, { - "@id": "http://example.org/IBAL#Chiller_1_Upper_OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water Chiller 1" + "@value": "Motorized three way valve 4" } ] }, { - "@id": "http://example.org/IBAL#exf1_p_down", + "@id": "http://example.org/IBAL#oau_p_up", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "11297" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { "@id": "http://qudt.org/vocab/quantitykind/Pressure" @@ -11531,111 +11331,87 @@ "@id": "http://qudt.org/vocab/unit/PA" } ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "11297" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 p down" + "@value": "oau p up" } ] }, { - "@id": "http://example.org/IBAL#Channel_52", + "@id": "http://example.org/IBAL#CC_2_Water_ICP", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#WaterChiller_1" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#ch1_power" + "@id": "http://example.org/IBAL#AHU_2_G_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 52" + "@value": "CC 2 Water ICP" } ] }, { - "@id": "http://example.org/IBAL#d17_pos_fb", + "@id": "http://example.org/IBAL#Segment_85", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV3 Damper Feedback Signal" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,1" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "d17_pos_fb" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_3" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Jnc31-OCP" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#Jnc32-ICP2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d17 pos fb" + "@value": "Segment 85" } ] }, { - "@id": "http://example.org/IBAL#Jnc9-ICP", + "@id": "http://example.org/IBAL#CC_3_W_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc9-ICP" + "@value": "CC 3 W ICP" } ] }, { - "@id": "http://example.org/IBAL#ahu1_vfd", + "@id": "http://example.org/IBAL#vav2_heat_c", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#AnalogOutputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "AHU1 Fan Speed" + "@value": "VAV1 Heater Control Signal" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ @@ -11645,7 +11421,7 @@ ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "ahu1_vfd" + "@value": "vav2_heat_c" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -11655,13 +11431,13 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#AHU_2" + "@id": "http://example.org/IBAL#VAV_2" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "30.0" + "@value": "0.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ @@ -11676,130 +11452,143 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu1 vfd" + "@value": "vav2 heat c" } ] }, { - "@id": "http://example.org/IBAL#Jnc6-ICP2", + "@id": "http://example.org/IBAL#VFD_1_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc6-ICP2" + "@value": "VFD 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_1_OCP", + "@id": "http://example.org/IBAL#d8_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 1 OCP" + "@value": "d8 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Segment_89", + "@id": "http://example.org/IBAL#Channel_134", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc33-OCP" - }, - { - "@id": "http://example.org/IBAL#ThermalStorage_1_ICP" + "@id": "http://example.org/IBAL#HeatExchange_Connection" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#hx3_pg_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 89" + "@value": "Channel 129" } ] }, { - "@id": "http://example.org/IBAL#Chiller_2_Upper_OCP", + "@id": "http://example.org/IBAL#Segment_102", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc19-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc37-OCP2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 2 Upper OCP" + "@value": "Segment 102" } ] }, { - "@id": "http://example.org/IBAL#Channel_394ow", + "@id": "http://example.org/IBAL#HC-5-OutletFlow", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Fan_3" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "20" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#exf1_on" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "20" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 394ow" + "@value": "HC 5 OutletFlow" } ] }, { - "@id": "http://example.org/IBAL#Jnc36-ICP", + "@id": "http://example.org/IBAL#HC_5_W_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc36-ICP" + "@value": "HC 5 W ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_67", + "@id": "http://example.org/IBAL#Jnc21-ICP1", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc23-OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc24-ICP" + "@id": "http://example.org/IBAL#Segment_61" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -11809,90 +11598,76 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 67" + "@value": "Jnc21-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Damper_3_ICP", + "@id": "http://example.org/IBAL#Channel_63", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#HeatingCoil_2" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#VAV_3_ICP" + "@id": "http://example.org/IBAL#vav1_heat_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 3 ICP" + "@value": "Channel 63" } ] }, { - "@id": "http://example.org/IBAL#Junction_27", + "@id": "http://example.org/IBAL#Channel_60", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc27-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc27-OCP1" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc27-OCP2" + "@id": "http://example.org/IBAL#VFD_1" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#ahu2_fan_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 27" + "@value": "Channel 60" } ] }, { - "@id": "http://example.org/IBAL#Channel_38", + "@id": "http://example.org/IBAL#HC_1_W_ICP", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_14" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#zs2_rh" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 38" + "@value": "HC 1 W ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_106", + "@id": "http://example.org/IBAL#Jnc25-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#AHU_2_G_OCP" - }, - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1" + "@id": "http://example.org/IBAL#Segment_71" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -11902,107 +11677,115 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 106" + "@value": "Jnc25-OCP2" } ] }, { - "@id": "http://example.org/IBAL#CC_2_OCP", + "@id": "http://example.org/IBAL#Channel_87", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#VAV_1_Connection_2" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#CoolingCoil_2" + "@id": "http://example.org/IBAL#vav1_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": " CC 2 OCP" + "@value": "Channel 87" } ] }, { - "@id": "http://example.org/IBAL#Jnc7-OCP2", + "@id": "http://example.org/IBAL#Channel_335", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_12" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#d8_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc7-OCP2" + "@value": "Channel 335" } ] }, { - "@id": "http://example.org/IBAL#Jnc38-ICP", + "@id": "http://example.org/IBAL#VAV_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_100" + "@id": "http://example.org/IBAL#VAV_4_Connection_2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc38-ICP" + "@value": "VAV 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_17", + "@id": "http://example.org/IBAL#Jnc25-OCP1", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_17_ICP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 17" + "@value": "Jnc25-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_49", + "@id": "http://example.org/IBAL#Segment_27", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#AHU_3_Connection_3" + "@id": "http://example.org/IBAL#Fan_3_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc9-OCP2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#oau_p_up" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 49" + "@value": "Segment 27" } ] }, { - "@id": "http://example.org/IBAL#ahu1_in_rtd", + "@id": "http://example.org/IBAL#ahu1_cc_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -12024,46 +11807,43 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 In RTD" + "@value": "AHU 1 CC RTD" } ] }, { - "@id": "http://example.org/IBAL#Jnc18-OCP2", + "@id": "http://example.org/IBAL#exf1_t_in", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc18-OCP2" + "@value": "exf1 t in" } ] }, { - "@id": "http://example.org/IBAL#Jnc24-OCP1", + "@id": "http://example.org/IBAL#VAV_4_Connection_1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Damper_4_OCP" + }, { - "@value": "Jnc24-OCP1" + "@id": "http://example.org/IBAL#HC_6_ICP" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_3_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -12072,264 +11852,192 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 3 OCP" + "@value": "VAV 4 Connection 1" } ] }, { - "@id": "http://example.org/IBAL#Segment_86", + "@id": "http://example.org/IBAL#Channel_329", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc27-OCP2" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP" + "@id": "http://example.org/IBAL#MotorizedDamper_13" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#d6_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 86" + "@value": "Channel 329" } ] }, { - "@id": "http://example.org/IBAL#zs4_out_rtd", + "@id": "http://example.org/IBAL#Jnc32-ICP1", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "Zone4 Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,5" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "zs4_out_rtd" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#HVACZone_4" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs4_out_rtd" + "@value": "Jnc32-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_160", + "@id": "http://example.org/IBAL#Segment_61", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_70" + "@id": "http://example.org/IBAL#Jnc20-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc21-ICP1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#pl_in_rtd" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 160" + "@value": "Segment 61" } ] }, { - "@id": "http://example.org/IBAL#Channel_326", + "@id": "http://example.org/IBAL#Channel_9", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#PressureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_38" + "@id": "http://example.org/IBAL#Segment_1" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_f_sa" + "@id": "http://example.org/IBAL#ahu2_p_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 326" + "@value": "Channel 9" } ] }, { - "@id": "http://example.org/IBAL#Junction_29", + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc29-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc29-OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc29-OCP2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 29" + "@value": "Manual two way valve 5 ICP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_4", + "@id": "http://example.org/IBAL#AHU_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#Damper" - ], - "http://data.ashrae.org/standard223#commandedByProperty": [ - { - "@id": "http://example.org/IBAL#d18_pos_c" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_4_ICP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_4_OCP" + "@id": "http://example.org/IBAL#Segment_52" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "IBAL:VAV4_ICP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 4" + "@value": "AHU 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_88", + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc32-OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc33-ICP1" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 88" + "@value": "Manual two way valve 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_302", + "@id": "http://example.org/IBAL#Channel_78", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_4" + "@id": "http://example.org/IBAL#AHU_1_Connection_2" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav2_f" + "@id": "http://example.org/IBAL#ahu2_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 302" + "@value": "Channel 78" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_Connection_2", + "@id": "http://example.org/IBAL#Channel_109", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#CC_2_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_4_OCP" + "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#zs3_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 Connection 2" + "@value": "Channel 109" } ] }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_105" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Water" @@ -12337,446 +12045,507 @@ ], "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized three way valve 1 ICP 1" + "@value": "Motorized three way valve 3 ICP 1" } ] }, { - "@id": "http://example.org/IBAL#d6_pos_fb", + "@id": "http://example.org/IBAL#HC_1_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d6 pos fb" + "@value": "HC 1 E ICP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_t_ra", + "@id": "http://example.org/IBAL#d11_pos_c", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 t ra" + "@value": "d11 pos c" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2", + "@id": "http://example.org/IBAL#WaterChiller_1", "@type": [ - "http://data.ashrae.org/standard223#TwoWayValve" + "http://data.ashrae.org/standard223#Chiller" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_ICP" + "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP" }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP" + "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#Chiller_1_Upper_ICP" + }, + { + "@id": "http://example.org/IBAL#Chiller_1_Upper_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 2" + "@value": "Water Chiller 1" } ] }, { - "@id": "http://example.org/IBAL#v12_pos_fb", + "@id": "http://example.org/IBAL#HeatingCoil_2", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "AHU1 Cooling Coil Feedback Signal" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "@id": "http://example.org/IBAL#HC_2_E_ICP" + }, { - "@value": "analog-input,2" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "@id": "http://example.org/IBAL#HC_2_ICP" + }, { - "@value": "v12_pos_fb" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#HC_2_OCP" + }, { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "@id": "http://example.org/IBAL#HC_2_W_ICP" + }, { - "@id": "http://example.org/IBAL#AHU_2" + "@id": "http://example.org/IBAL#HC_2_W_OCP" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Heating coil 2" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_89", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#Jnc33-OCP" + }, + { + "@id": "http://example.org/IBAL#ThermalStorage_1_ICP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "v12 pos fb" + "@value": "Segment 89" } ] }, { - "@id": "http://example.org/IBAL#ahu2_vfd", + "@id": "http://example.org/IBAL#AHU_2_ICP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "AHU2 Fan Speed" + "@id": "http://example.org/IBAL#Segment_42" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-output,1" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu1_vfd" + "@value": "AHU 2 ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#VAV2_FnB", + "@type": [ + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@value": "analog-output" + "@id": "http://example.org/IBAL#d16_pos_fb" + }, + { + "@id": "http://example.org/IBAL#vav2_f" + }, + { + "@id": "http://example.org/IBAL#vav2_out_rtd" + }, + { + "@id": "http://example.org/IBAL#vav2_t_in" + }, + { + "@id": "http://example.org/IBAL#zs2_out_rtd" + }, + { + "@id": "http://example.org/IBAL#zs2_t_sp_f" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://example.org/IBAL#AHU_1" + "@id": "http://example.org/IBAL#d16_pos_c" + }, + { + "@id": "http://example.org/IBAL#vav2_heat_c" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "30.0" + "@value": "VAV2 Fn b" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_14", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#HVAC_Space_2_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc5-ICP2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 vfd" + "@value": "Segment 14" } ] }, { - "@id": "http://example.org/IBAL#VFD_2_OCP", + "@id": "http://example.org/IBAL#d8_pos_c", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Electricity" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 2 OCP" + "@value": "d8 pos c" } ] }, { - "@id": "http://example.org/IBAL#Enclosure_3", + "@id": "http://example.org/IBAL#Jnc5-OCP", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Enclosure 3" + "@value": "Jnc5-OCP" } ] }, { - "@id": "http://example.org/IBAL#HVACSpace_3", + "@id": "http://example.org/IBAL#Junction_38", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" + "@id": "http://example.org/IBAL#Jnc38-ICP" }, { - "@id": "http://example.org/IBAL#HVAC_Space_3_OCP" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ + "@id": "http://example.org/IBAL#Jnc38-OCP" + }, { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://example.org/IBAL#Jnc38-OCP2" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#zs3_t_sp_f" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACSpace 3" + "@value": "Junction 38" } ] }, { - "@id": "http://example.org/IBAL#HC_5_W_ICP", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#ThreeWayValve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_2" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 5 W ICP" + "@value": "Motorized three way valve 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc13-ICP2", + "@id": "http://example.org/IBAL#pl_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc13-ICP2" + "@value": "pl out rtd" } ] }, { - "@id": "http://example.org/IBAL#Damper_5_ICP", + "@id": "http://example.org/IBAL#Segment_105", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#AHU_1_G_OCP" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_5" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 5 ICP" + "@value": "Segment 105" } ] }, { - "@id": "http://example.org/IBAL#Segment_84", + "@id": "http://example.org/IBAL#Jnc17-OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc30-OCP" - }, - { - "@id": "http://example.org/IBAL#Jnc31-ICP1" + "@id": "http://example.org/IBAL#Segment_52" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 84" + "@value": "Jnc17-OCP" } ] }, { - "@id": "http://example.org/IBAL#ahu2_cc_in_rtd", + "@id": "http://example.org/IBAL#ahu2_fan_power", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/W" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 cc in rtd" + "@value": "ahu2 fan power" } ] }, { - "@id": "http://example.org/IBAL#Channel_65", + "@id": "http://example.org/IBAL#Channel_334", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#FlowSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HeatingCoil_5" + "@id": "http://example.org/IBAL#Segment_20" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav3_heat_power" + "@id": "http://example.org/IBAL#ahu2_f_ra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 65" + "@value": "Channel 334" } ] }, { - "@id": "http://example.org/IBAL#HC_6_W_OCP", + "@id": "http://example.org/IBAL#Segment_9", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#AHU_2_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc4-ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 6 W OCP" + "@value": "Segment 9" } ] }, { - "@id": "http://example.org/IBAL#d8_pos_fb", + "@id": "http://example.org/IBAL#Channel_451", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://example.org/IBAL#VFD_1" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu2_vfd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d8 pos fb" + "@value": "Channel 451" } ] }, { - "@id": "http://example.org/IBAL#ahu1_p_down", + "@id": "http://example.org/IBAL#Channel_328", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "Static Pressure Measurement Downstream Fan" + "@id": "http://example.org/IBAL#MotorizedDamper_11" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "analog-input,3" + "@id": "http://example.org/IBAL#d7_pos_fb" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu1_p_down" + "@value": "Channel 328" } + ] + }, + { + "@id": "http://example.org/IBAL#Fan_3_VFD_3", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "analog-input" + "@id": "http://example.org/IBAL#Fan_3_E_ICP" + }, + { + "@id": "http://example.org/IBAL#VFD_3_OCP" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#AHU_2" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 P Down" + "@value": "Fan 3 VFD 3" } ] }, { - "@id": "http://example.org/IBAL#Jnc7-ICP", + "@id": "http://example.org/IBAL#Junction_14", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc14-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc14-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc14-OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -12785,485 +12554,464 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc7-ICP" + "@value": "Junction 14" } ] }, { - "@id": "http://example.org/IBAL#ahu1_cc_out_rtd", + "@id": "http://example.org/IBAL#Fan_2_VFD_2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#Fan_2_S_ICP" + }, + { + "@id": "http://example.org/IBAL#VFD_2_OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU1 CC Out RTD" + "@value": "Fan 2 VFD 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc16-OCP2", + "@id": "http://example.org/IBAL#Jnc22-OCP1", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc16-OCP2" + "@value": "Jnc22-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_84", + "@id": "http://example.org/IBAL#Segment_100", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#AHU_3_Connection_2" + "@id": "http://example.org/IBAL#Jnc37-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc38-ICP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#oau_cc_rtd" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 84" + "@value": "Segment 100" } ] }, { - "@id": "http://example.org/IBAL#VAV_2", + "@id": "http://example.org/IBAL#Channel_40", "@type": [ - "http://data.ashrae.org/bacnet/2020#BACnetDevice", - "http://data.ashrae.org/standard223#TerminalUnit" - ], - "http://data.ashrae.org/bacnet/2020#hasPort": [ - { - "@id": "http://data.ashrae.org/bacnet/2020#P_47812" - } + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "http://example.org/IBAL#HeatingCoil_3" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_2" + "@id": "http://example.org/IBAL#Segment_18" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#VAV_2_ICP" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#VAV_2_OCP" + "@id": "http://example.org/IBAL#zs4_rh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 2" + "@value": "Channel 40" } ] }, { - "@id": "http://example.org/IBAL#Damper_9_OCP", + "@id": "http://example.org/IBAL#PlateHeatExchanger_1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatExchanger" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP" + }, { - "@id": "http://example.org/IBAL#MotorizedDamper_9" + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_ICP" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 9 OCP" + "@value": "Plate heat exchanger 1" } ] }, { - "@id": "http://example.org/IBAL#Channel_60", + "@id": "http://example.org/IBAL#Channel_112", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VFD_1" + "@id": "http://example.org/IBAL#Segment_18" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu2_fan_power" + "@id": "http://example.org/IBAL#zs4_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 60" + "@value": "Channel 112" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_2", + "@id": "http://example.org/IBAL#Junction_6", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#WaterPump_2_ICP" + "@id": "http://example.org/IBAL#Jnc6-ICP1" }, { - "@id": "http://example.org/IBAL#WaterPump_2_OCP" + "@id": "http://example.org/IBAL#Jnc6-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc6-OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 2" + "@value": "Junction 6" } ] }, { - "@id": "http://example.org/IBAL#CoolingCoil_1", + "@id": "http://example.org/IBAL#Jnc18-OCP2", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#CC_1_Water_ICP" - }, - { - "@id": "http://example.org/IBAL#CC_1_Water_OCP" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Cooling coil 1" + "@value": "Jnc18-OCP2" } ] }, { - "@id": "http://example.org/IBAL#VAV_4_Connection_2", + "@id": "http://example.org/IBAL#Damper_7_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_4_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_7" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 4 Connection 2" + "@value": "Damper 7 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_62", + "@id": "http://example.org/IBAL#Segment_16", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc21-OCP" + "@id": "http://example.org/IBAL#HVAC_Space_3_OCP" }, { - "@id": "http://example.org/IBAL#Jnc23-ICP" + "@id": "http://example.org/IBAL#Jnc6-ICP1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 62" + "@value": "Segment 16" } ] }, { - "@id": "http://example.org/IBAL#CC_1_Water_ICP", + "@id": "http://example.org/IBAL#Jnc2-OCP1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#AHU_1_G_ICP" + "@id": "http://example.org/IBAL#Junction_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 1 Water ICP" + "@value": "Jnc2-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Damper_10_OCP", + "@id": "http://example.org/IBAL#Jnc30-OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Damper 10 OCP" - } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_310AO", - "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_14" + "@id": "http://example.org/IBAL#Segment_84" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d5_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 310AO" + "@value": "Jnc30-OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc21-ICP2", + "@id": "http://example.org/IBAL#HVAC_Space_1_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc21-ICP2" + "@value": "HVAC Space 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#d16_pos_c", + "@id": "http://example.org/IBAL#ahu1_out_rtd", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV2 Damper Control Signal" + "@value": "AHU1 Supply Air Temperature" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-output,2" + "@value": "analog-input,2" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "d16_pos_c" + "@value": "ahu1_out_rtd" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "analog-output" + "@value": "analog-input" } ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_2" + "@id": "http://example.org/IBAL#AHU_2" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "70.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d16 pos c" + "@value": "AHU 1 Out RTD" } ] }, { - "@id": "http://example.org/IBAL#Channel_51", + "@id": "http://example.org/IBAL#ahu1_f_sa", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Segment_44" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "600" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#oau_rh" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "600" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 51" + "@value": "AHU 1 F SA" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_9", + "@id": "http://example.org/IBAL#Damper_4_OCP", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_9_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_9_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 9" + "@value": "Damper 4 OCP" } ] }, { - "@id": "http://example.org/IBAL#pl_f", + "@id": "http://example.org/IBAL#Damper_9_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" + "@id": "http://example.org/IBAL#MotorizedDamper_9" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "pl f" + "@value": "Damper 9 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_123", + "@id": "http://example.org/IBAL#ahu2_vfd", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Chiller_2_Lower_Connection" + "@value": "AHU2 Fan Speed" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#ch2_e_out_rtd" + "@value": "analog-output,1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "Channel 123" + "@value": "ahu1_vfd" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc11-ICP1", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "analog-output" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "Jnc11-ICP1" + "@id": "http://example.org/IBAL#AHU_1" } - ] - }, - { - "@id": "http://example.org/IBAL#Segment_38", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#Damper_13_ICP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "30.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc12-OCP1" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "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/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 38" + "@value": "ahu2 vfd" } ] }, { - "@id": "http://example.org/IBAL#Jnc37-OCP1", + "@id": "http://example.org/IBAL#Jnc24-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -13274,256 +13022,256 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc37-OCP1" + "@value": "Jnc24-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_360", + "@id": "http://example.org/IBAL#MotorizedDamper_12", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_2" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Damper_12_ICP" + }, { - "@id": "http://example.org/IBAL#d16_pos_fb" + "@id": "http://example.org/IBAL#Damper_12_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 360" + "@value": "Motorized damper 12" } ] }, { - "@id": "http://example.org/IBAL#CC_2_Water_OCP", + "@id": "http://example.org/IBAL#Channel_62", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#HeatingCoil_1" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#AHU_2_G_OCP" + "@id": "http://example.org/IBAL#ahu2_heat_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": " CC 2 Water OCP" + "@value": "Channel 62" } ] }, { - "@id": "http://example.org/IBAL#Segment_95", + "@id": "http://example.org/IBAL#Channel_302", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc24-OCP2" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc35-ICP1" + "@id": "http://example.org/IBAL#Segment_4" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#vav2_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 95" + "@value": "Channel 302" } ] }, { - "@id": "http://example.org/IBAL#VAV_3_Connection_2", + "@id": "http://example.org/IBAL#ReturnAir-1-Flow", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "500" } ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#VAV_3_OCP" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "500" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 3 Connection 2" + "@value": "Return Air 1 Flow" } ] }, { - "@id": "http://example.org/IBAL#exf2_p_up", + "@id": "http://example.org/IBAL#Jnc4-OCP1", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 p up" + "@value": "Jnc4-OCP1" } ] }, { - "@id": "http://example.org/IBAL#vav4_out_rtd", + "@id": "http://example.org/IBAL#HVAC_Space_2_OCP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "VAV4 Discharge Temperature" + "@id": "http://example.org/IBAL#Segment_14" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-input,2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4_out_rtd" + "@value": "HVAC Space2 OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "analog-input" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#VAV_4" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "Motorized three way valve 5 OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc38-ICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#Segment_100" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4 out rtd" + "@value": "Jnc38-ICP" } ] }, { - "@id": "http://example.org/IBAL#pl_in_rtd", + "@id": "http://example.org/IBAL#Junction_2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Jnc2-ICP" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#Jnc2-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc2-OCP2" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "68" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "pl in rtd" + "@value": "Junction 2" } ] }, { - "@id": "http://example.org/IBAL#exf1_p_up", + "@id": "http://example.org/IBAL#Segment_51", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://example.org/IBAL#Damper_19_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc17-ICP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf1 p up" + "@value": "Segment 51" } ] }, { - "@id": "http://example.org/IBAL#Channel_197", + "@id": "http://example.org/IBAL#MotorizedDamper_3", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_105" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#Damper_3_ICP" + }, { - "@id": "http://example.org/IBAL#ahu1_f_cc" + "@id": "http://example.org/IBAL#Damper_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 197" + "@value": "Motorized damper 3" } ] }, { - "@id": "http://example.org/IBAL#Segment_5", + "@id": "http://example.org/IBAL#Jnc12-ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_5_ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc2-OCP" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13532,19 +13280,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 5" + "@value": "Jnc12-ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc19-ICP", + "@id": "http://example.org/IBAL#AHU_1_G_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_102" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13553,211 +13296,211 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc19-ICP" + "@value": "AHU 1 G OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc5-ICP1", + "@id": "http://example.org/IBAL#Channel_123", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Chiller_2_Lower_Connection" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ch2_e_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc5-ICP1" + "@value": "Channel 123" } ] }, { - "@id": "http://example.org/IBAL#Fan_4_OCP", + "@id": "http://example.org/IBAL#WaterPump_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 4 OCP" + "@value": "Water pump 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#exf1_f", + "@id": "http://example.org/IBAL#vav1_out_rtd", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@value": "VAV1 Discharge Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "exf1 f" + "@value": "analog-input,2" } - ] - }, - { - "@id": "http://example.org/IBAL#ahu1_t_ra", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "65" + "@value": "vav1_out_rtd" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "analog-input" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#VAV_1" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "AHU 1 T RA" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" } - ] - }, - { - "@id": "http://example.org/IBAL#HVACZone_2", - "@type": [ - "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#HVACSpace_2" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACZone 2" + "@value": "vav1 out rtd" } ] }, { - "@id": "http://example.org/IBAL#Jnc15-OCP2", + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc15-OCP2" + "@value": "Manual two way valve 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Junction_22", + "@id": "http://example.org/IBAL#VAV3_FnB", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#FunctionBlock" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasInput": [ { - "@id": "http://example.org/IBAL#Jnc22-ICP" + "@id": "http://example.org/IBAL#d17_pos_fb" }, { - "@id": "http://example.org/IBAL#Jnc22-OCP1" + "@id": "http://example.org/IBAL#vav3_f" }, { - "@id": "http://example.org/IBAL#Jnc22-OCP2" + "@id": "http://example.org/IBAL#vav3_out_rtd" + }, + { + "@id": "http://example.org/IBAL#vav3_t_in" + }, + { + "@id": "http://example.org/IBAL#zs3_out_rtd" + }, + { + "@id": "http://example.org/IBAL#zs3_t_sp_f" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasOutput": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#d17_pos_c" + }, + { + "@id": "http://example.org/IBAL#vav3_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 22" + "@value": "VAV3 Fn b" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_S_ICP", + "@id": "http://example.org/IBAL#vav2_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@value": "VAV2 Discharge Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "AHU 2 S ICP" + "@value": "analog-input,2" } - ] - }, - { - "@id": "http://example.org/IBAL#VFD_5_OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@value": "vav2_out_rtd" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "VFD 5 OCP" + "@value": "analog-input" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_450", - "@type": [ - "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VFD_2" + "@id": "http://example.org/IBAL#VAV_2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#ahu1_vfd" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 450" + "@value": "vav2 out rtd" } ] }, { - "@id": "http://example.org/IBAL#Fan_5_ICP", + "@id": "http://example.org/IBAL#Jnc16-OCP1", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13766,68 +13509,67 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 5 ICP" + "@value": "Jnc16-OCP1" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_7", + "@id": "http://example.org/IBAL#VFD_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_7_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_7_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 7" + "@value": "VFD 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_12", + "@id": "http://example.org/IBAL#ahu2_cc_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_1_OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc5-ICP1" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 12" + "@value": "ahu2 cc in rtd" } ] }, { - "@id": "http://example.org/IBAL#Junction_21", + "@id": "http://example.org/IBAL#HC_2_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc21-ICP1" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Jnc21-ICP2" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#Jnc21-OCP" + "@value": "HC 2 E ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc33-OCP2", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13836,128 +13578,103 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 21" + "@value": "Jnc33-OCP2" } ] }, { - "@id": "http://example.org/IBAL#AHU_1", + "@id": "http://example.org/IBAL#Channel_160", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "http://example.org/IBAL#CoolingCoil_1" - }, - { - "@id": "http://example.org/IBAL#Fan_1" - }, - { - "@id": "http://example.org/IBAL#HeatingCoil_1" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VFD_1" + "@id": "http://example.org/IBAL#Segment_70" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#AHU_1_G_ICP" - }, - { - "@id": "http://example.org/IBAL#AHU_1_G_OCP" - }, - { - "@id": "http://example.org/IBAL#AHU_1_ICP" - }, - { - "@id": "http://example.org/IBAL#AHU_1_OCP" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#AHU_1_S_ICP" + "@id": "http://example.org/IBAL#pl_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1" + "@value": "Channel 160" } ] }, { - "@id": "http://example.org/IBAL#ahu2_rh_down", + "@id": "http://example.org/IBAL#ahu2_f_sa", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 rh down" + "@value": "ahu2 f sa" } ] }, { - "@id": "http://example.org/IBAL#ahu1_t_sa", + "@id": "http://example.org/IBAL#CC_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "60" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#CoolingCoil_2" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 T SA" + "@value": " CC 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_99", + "@id": "http://example.org/IBAL#HVAC_Space_3_OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc36-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc37-ICP" + "@id": "http://example.org/IBAL#Segment_16" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 99" + "@value": "HVAC Space 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc2-OCP2", + "@id": "http://example.org/IBAL#Segment_35", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc13-ICP1" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13966,12 +13683,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc2-OCP2" + "@value": "Segment 35" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_1_ICP", + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -13982,404 +13699,370 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 1 ICP" + "@value": "Manual two way valve 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#vav3_f", + "@id": "http://example.org/IBAL#Segment_3", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV3 Airflow Rate" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,4" - } + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "vav3_f" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "@id": "http://example.org/IBAL#Jnc1-OCP1" + }, { - "@value": "analog-input" + "@id": "http://example.org/IBAL#Jnc2-ICP" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_3" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Segment 3" } + ] + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_3", + "@type": [ + "http://data.ashrae.org/standard223#TwoWayValve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3 f" + "@value": "Manual two way valve 3" } ] }, { - "@id": "http://example.org/IBAL#Damper_5_OCP", + "@id": "http://example.org/IBAL#Segment_29", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Damper_10_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc10-ICP2" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_5" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 5 OCP" + "@value": "Segment 29" } ] }, { - "@id": "http://example.org/IBAL#Segment_60", + "@id": "http://example.org/IBAL#Segment_33", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc20-ICP" + "@id": "http://example.org/IBAL#Damper_9_OCP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP" + "@id": "http://example.org/IBAL#Jnc11-ICP1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 60" + "@value": "Segment 33" } ] }, { - "@id": "http://example.org/IBAL#Jnc9-OCP2", + "@id": "http://example.org/IBAL#Jnc19-ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_27" + "@id": "http://example.org/IBAL#Segment_102" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc9-OCP2" + "@value": "Jnc19-ICP" } ] }, { - "@id": "http://example.org/IBAL#ahu1_heat_power", + "@id": "http://example.org/IBAL#zs4_heat_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "68" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/value": [ { - "@value": "AHU1 Heat Power" + "@value": "68" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "zs4 heat rtd" } ] }, { - "@id": "http://example.org/IBAL#vav4_heat_c", + "@id": "http://example.org/IBAL#Fan_5_ICP", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogOutputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "VAV4 Heater Control Signal" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-output,1" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "vav4_heat_c" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-output" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VAV_4" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "Fan 5 ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc28-OCP1", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://example.org/IBAL#Segment_77" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav4 heat c" + "@value": "Jnc28-OCP1" } ] }, { - "@id": "http://example.org/IBAL#v8_pos_fb", + "@id": "http://example.org/IBAL#VAV_3_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "v8 pos fb" + "@value": "VAV 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc33-ICP1", + "@id": "http://example.org/IBAL#ThermalStorage_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc33-ICP1" + "@value": "Thermal Storage 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#CoolingCoil_2", + "@id": "http://example.org/IBAL#MotorizedDamper_15", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#Damper" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#CC_2_ICP" - }, - { - "@id": "http://example.org/IBAL#CC_2_OCP" - }, - { - "@id": "http://example.org/IBAL#CC_2_Water_ICP" + "@id": "http://example.org/IBAL#Damper_15_ICP" }, { - "@id": "http://example.org/IBAL#CC_2_Water_OCP" + "@id": "http://example.org/IBAL#Damper_15_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Cooling coil 2" + "@value": "Motorized damper 15" } ] }, { - "@id": "http://example.org/IBAL#Channel_308", + "@id": "http://example.org/IBAL#Segment_43", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_10" + "@id": "http://example.org/IBAL#Damper_15_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc12-ICP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav4_f" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 308" + "@value": "Segment 43" } ] }, { - "@id": "http://example.org/IBAL#Channel_301", + "@id": "http://example.org/IBAL#Channel_105", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_2" + "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav1_f" + "@id": "http://example.org/IBAL#zs1_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 301" + "@value": "Channel 105" } ] }, { - "@id": "http://example.org/IBAL#Channel_384", + "@id": "http://example.org/IBAL#Channel_334T", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + "@id": "http://example.org/IBAL#Segment_20" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#v13_pos_fb" + "@id": "http://example.org/IBAL#ahu2_t_ra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 384" + "@value": "Channel 334T" } ] }, { - "@id": "http://example.org/IBAL#Damper_2_ICP", + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "http://example.org/IBAL#VAV_2_ICP" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 2 ICP" + "@value": "Manual two way valve 1 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_78", + "@id": "http://example.org/IBAL#Channel_108", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_1_Connection_2" + "@id": "http://example.org/IBAL#Segment_14" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu2_heat_rtd" + "@id": "http://example.org/IBAL#zs2_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 78" + "@value": "Channel 108" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_3", + "@id": "http://example.org/IBAL#HVACZone_3", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://example.org/IBAL#Damper_3_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://example.org/IBAL#Damper_3_OCP" + "@id": "http://example.org/IBAL#HVACSpace_3" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 3" + "@value": "HVACZone 3" } ] }, { - "@id": "http://example.org/IBAL#Junction_8", + "@id": "http://example.org/IBAL#Jnc3-ICP2", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc8-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc8-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc8-OCP2" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -14388,150 +14071,148 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 8" + "@value": "Jnc3-ICP2" } ] }, { - "@id": "http://example.org/IBAL#Junction_35", + "@id": "http://example.org/IBAL#Channel_301T", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc35-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc35-ICP2" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc35-OCP" + "@id": "http://example.org/IBAL#Segment_1" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#vav1_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 35" + "@value": "Channel 301T" } ] }, { - "@id": "http://example.org/IBAL#Segment_18", + "@id": "http://example.org/IBAL#Damper_8_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#HVAC_Space_4_OCP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Jnc6-ICP2" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_8" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 18" + "@value": "Damper 8 ICP" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_6", + "@id": "http://example.org/IBAL#Damper_13_OCP", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Damper_6_ICP" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#Damper_6_OCP" + "@id": "http://example.org/IBAL#MotorizedDamper_13" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 6" + "@value": "Damper 13 OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_89", + "@id": "http://example.org/IBAL#Channel_122", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_3_Connection_2" + "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav3_out_rtd" + "@id": "http://example.org/IBAL#ch1_e_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 89" + "@value": "Channel 122" } ] }, { - "@id": "http://example.org/IBAL#Channel_200", + "@id": "http://example.org/IBAL#ahu2_heat_c", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_69" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#pl_f" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 200" + "@value": "ahu2 heat c" } ] }, { - "@id": "http://example.org/IBAL#Segment_56", + "@id": "http://example.org/IBAL#Channel_127", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#AHU_2_G_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc18-OCP" + "@id": "http://example.org/IBAL#Segment_104" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#ts_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 56" + "@value": "Channel 127" } ] }, { - "@id": "http://example.org/IBAL#Jnc33-OCP2", + "@id": "http://example.org/IBAL#Segment_93", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc34-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc35-ICP2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -14540,255 +14221,242 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc33-OCP2" + "@value": "Segment 93" } ] }, { - "@id": "http://example.org/IBAL#Jnc36-OCP2", + "@id": "http://example.org/IBAL#oau_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_98" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "45" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Jnc36-OCP2" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#VAV_4_Connection_1", - "@type": [ - "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Damper_4_OCP" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#HC_6_ICP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "45" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 4 Connection 1" + "@value": "oau out rtd" } ] }, { - "@id": "http://example.org/IBAL#Channel_9", + "@id": "http://example.org/IBAL#VAV_3_ICP", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_1" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ahu2_p_down" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 9" + "@value": "VAV 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_OCP", + "@id": "http://example.org/IBAL#Jnc20-ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 2 Upper OCP" + "@value": "Jnc20-ICP" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchanger_2", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3", "@type": [ - "http://data.ashrae.org/standard223#HeatExchanger" + "http://data.ashrae.org/standard223#ThreeWayValve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP" - }, - { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1" }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_2" }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Upper_OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate heat exchanger 1" + "@value": "Motorized three way valve 3" } ] }, { - "@id": "http://example.org/IBAL#exf2_on", + "@id": "http://example.org/IBAL#ahu1_rh_up", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "60" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "60" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 on" + "@value": "AHU 1 RH Up" } ] }, { - "@id": "http://example.org/IBAL#VAV_1_OCP", + "@id": "http://example.org/IBAL#Segment_101", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#VAV_1_Connection_2" + "@id": "http://example.org/IBAL#Jnc18-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc38-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 1 OCP" + "@value": "Segment 101" } ] }, { - "@id": "http://example.org/IBAL#Damper_15_OCP", + "@id": "http://example.org/IBAL#WaterTempSensor_13", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_97" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_15" + "@id": "http://example.org/IBAL#Segment_97_Temp" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 15 OCP" + "@value": "Water Temp Sensor 13" } ] }, { - "@id": "http://example.org/IBAL#Jnc19-OCP", + "@id": "http://example.org/IBAL#oau_hs_rtd", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "60" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Jnc19-OCP" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_77", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#AHU_1_ICP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://example.org/IBAL#ahu2_in_rtd" + "@value": "60" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 77" + "@value": "oau hs rt" } ] }, { - "@id": "http://example.org/IBAL#Fan_2_VFD_2", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_ICP_1", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Fan_2_S_ICP" - }, - { - "@id": "http://example.org/IBAL#VFD_2_OCP" + "@id": "http://example.org/IBAL#Segment_105" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 2 VFD 2" + "@value": "Motorized three way valve 1 ICP 1" } ] }, { - "@id": "http://example.org/IBAL#Junction_38", + "@id": "http://example.org/IBAL#Segment_76", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc38-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc38-OCP" + "@id": "http://example.org/IBAL#Jnc26-OCP" }, { - "@id": "http://example.org/IBAL#Jnc38-OCP2" + "@id": "http://example.org/IBAL#Jnc28-ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -14798,33 +14466,28 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 38" + "@value": "Segment 76" } ] }, { - "@id": "http://example.org/IBAL#HC_3_OCP", + "@id": "http://example.org/IBAL#VFD_2_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "http://example.org/IBAL#VAV_2_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 3 OCP" + "@value": "VFD 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc16-ICP", + "@id": "http://example.org/IBAL#VAV_4_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -14835,174 +14498,200 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc16-ICP" + "@value": "VAV 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#HC_7_OCP", + "@id": "http://example.org/IBAL#Chiller_1_Upper_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 7OCP" + "@value": "Chiller 1 Upper OCP" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_2", + "@id": "http://example.org/IBAL#Channel_5", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HC_2_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_2_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_2_OCP" - }, - { - "@id": "http://example.org/IBAL#HC_2_W_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_2_W_OCP" + "@id": "http://example.org/IBAL#Segment_9" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "Heating coil 2" + "@id": "http://example.org/IBAL#ahu1_p_down" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Channel 5" } ] }, { - "@id": "http://example.org/IBAL#Channel_401", + "@id": "http://example.org/IBAL#Channel_107", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HeatingCoil_2" + "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav1_heat_c" + "@id": "http://example.org/IBAL#zs2_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 401" + "@value": "Channel 107" } ] }, { - "@id": "http://example.org/IBAL#ch1_power", + "@id": "http://example.org/IBAL#Channel_327", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#FlowSensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://example.org/IBAL#Segment_39" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://example.org/IBAL#ahu2_f_sa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ch1 power" + "@value": "Channel 327" } ] }, { - "@id": "http://example.org/IBAL#HC_4_ICP", + "@id": "http://example.org/IBAL#WaterPump_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#AHU_2_ICP" + "@value": "Water pump 1 OCP" + } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc28-OCP2", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 4 ICP" + "@value": "Jnc28-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Junction_34", + "@id": "http://example.org/IBAL#Jnc5-ICP2", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc34-ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Jnc34-OCP1" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://example.org/IBAL#Jnc34-OCP2" + "@value": "Jnc5-ICP2" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc1-OCP1", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 34" + "@value": "Jnc1-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_50", + "@id": "http://example.org/IBAL#Segment_41", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_44" + "@id": "http://example.org/IBAL#Damper_13_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc14-ICP1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#oau_p_down" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 50" + "@value": "Segment 41" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_2_OCP", + "@id": "http://example.org/IBAL#MotorizedDamper_16", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_14" + "@id": "http://example.org/IBAL#Damper_16_ICP" + }, + { + "@id": "http://example.org/IBAL#Damper_16_OCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Motorized damper 16" } + ] + }, + { + "@id": "http://example.org/IBAL#Damper_3_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15011,12 +14700,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space2 OCP" + "@value": "Damper 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#HeatExchange", + "@id": "http://example.org/IBAL#Segment_97_Temp", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -15037,138 +14726,96 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HeatExchange" + "@value": "Segment_97_Temp" } ] }, { - "@id": "http://example.org/IBAL#Fan_3_OCP", + "@id": "http://example.org/IBAL#Jnc36-OCP1", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 3 OCP" + "@value": "Jnc36-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Segment_77", + "@id": "http://example.org/IBAL#HC_6_E_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc28-OCP1" - }, - { - "@id": "http://example.org/IBAL#Jnc29-ICP" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 77" + "@value": "HC 6 E ICP" } ] }, { - "@id": "http://example.org/IBAL#zs2_out_rtd", + "@id": "http://example.org/IBAL#Channel_110", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/bacnet/2020#description": [ - { - "@value": "Zone2 Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ - { - "@value": "analog-input,5" - } - ], - "http://data.ashrae.org/bacnet/2020#object-name": [ - { - "@value": "Zone2 Temperature" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" - } - ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ - { - "@id": "http://example.org/IBAL#VAV_2" - } - ], - "http://data.ashrae.org/bacnet/2020#present-value": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" - } + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#Segment_16" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#zs3_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs2 out rtd" + "@value": "Channel 110" } ] }, { - "@id": "http://example.org/IBAL#ahu1_rh_down", + "@id": "http://example.org/IBAL#exf1_p_down", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "50" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" - } - ], - "http://qudt.org/schema/qudt/value": [ - { - "@value": "50" + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 RH Down" + "@value": "exf1 p down" } ] }, { - "@id": "http://example.org/IBAL#Fan_4_ICP", + "@id": "http://example.org/IBAL#Exhaust_Fan_1_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#connectsAt": [ + { + "@id": "http://example.org/IBAL#Damper_7_ICP" + }, + { + "@id": "http://example.org/IBAL#Fan_3_OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15177,134 +14824,138 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 4 ICP" + "@value": "Exhaust Fan 1 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#Segment_1", + "@id": "http://example.org/IBAL#Junction_27", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#AHU_1_OCP" + "@id": "http://example.org/IBAL#Jnc27-ICP" }, { - "@id": "http://example.org/IBAL#Jnc1-ICP" + "@id": "http://example.org/IBAL#Jnc27-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc27-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 1" + "@value": "Junction 27" } ] }, { - "@id": "http://example.org/IBAL#d18_pos_fb", + "@id": "http://example.org/IBAL#ahu2_heat_rtd", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "VAV4 Damper Feedback Signal" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "analog-input,1" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d18_pos_fb" - } - ], - "http://data.ashrae.org/bacnet/2020#object-type": [ - { - "@value": "analog-input" + "@value": "ahu2 heat rtd" } + ] + }, + { + "@id": "http://example.org/IBAL#Channel_65", + "@type": [ + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#VAV_4" + "@id": "http://example.org/IBAL#HeatingCoil_5" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://data.ashrae.org/standard223#observes": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@id": "http://example.org/IBAL#vav3_heat_power" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@value": "Channel 65" } + ] + }, + { + "@id": "http://example.org/IBAL#VFD_5_OCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d18 pos fb" + "@value": "VFD 5 OCP" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_7", + "@id": "http://example.org/IBAL#Segment_30", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HC_7_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_7_ICP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HC_7_OCP" + "@id": "http://example.org/IBAL#Fan_4_ICP" }, { - "@id": "http://example.org/IBAL#HC_7_W_ICP" - }, + "@id": "http://example.org/IBAL#Jnc10-OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HC_7_W_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 7" + "@value": "Segment 30" } ] }, { - "@id": "http://example.org/IBAL#ahu1_out_rtd", + "@id": "http://example.org/IBAL#zs4_out_rtd", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "AHU1 Supply Air Temperature" + "@value": "Zone4 Temperature" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,2" + "@value": "analog-input,5" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "ahu1_out_rtd" + "@value": "zs4_out_rtd" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -15314,7 +14965,7 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#AHU_2" + "@id": "http://example.org/IBAL#HVACZone_4" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ @@ -15335,397 +14986,386 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 Out RTD" + "@value": "zs4_out_rtd" } ] }, { - "@id": "http://example.org/IBAL#Segment_7", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#ThreeWayValve" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc3-OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1" }, { - "@id": "http://example.org/IBAL#VAV_3_ICP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 7" + "@value": "Motorized three way valve 5" } ] }, { - "@id": "http://example.org/IBAL#HC-5-OutletFlow", + "@id": "http://example.org/IBAL#Channel_72", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "20" + "@id": "http://example.org/IBAL#VFD_4" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#exf2_power" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@value": "Channel 72" } + ] + }, + { + "@id": "http://example.org/IBAL#vav3_f", + "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "20" + "@value": "VAV3 Airflow Rate" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "HC 5 OutletFlow" + "@value": "analog-input,4" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_121", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://example.org/IBAL#Segment_76" + "@value": "vav3_f" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#ch1_e_in_rtd" + "@value": "analog-input" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@value": "Channel 121" + "@id": "http://example.org/IBAL#VAV_3" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" } - ] - }, - { - "@id": "http://example.org/IBAL#ahu1_heat_rtd", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 Heat RTD" + "@value": "vav3 f" } ] }, { - "@id": "http://example.org/IBAL#Channel_456", + "@id": "http://example.org/IBAL", "@type": [ - "http://data.ashrae.org/standard223#Controller" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" - } + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2002/07/owl#imports": [ { - "@id": "http://example.org/IBAL#v8_pos_c" + "@id": "http://data.ashrae.org/standard223/1.0/model/all" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@value": "Channel 456" + "@value": "Created with TopBraid Composer" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP", + "@id": "http://example.org/IBAL#Damper_15_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 4 ICP" + "@value": "Damper 15 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_64", + "@id": "http://example.org/IBAL#AHU_2_Connection_3", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Jnc22-OCP2" + "@id": "http://example.org/IBAL#CC_2_OCP" }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP" + "@id": "http://example.org/IBAL#Fan_2_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 64" + "@value": "AHU 2 Connection 3" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_OCP", + "@id": "http://example.org/IBAL#Segment_88_Temp", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "62" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 OCP" + "@value": "Segment_88_Temp" } ] }, { - "@id": "http://example.org/IBAL#Jnc30-OCP", + "@id": "http://example.org/IBAL#HC_7_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_84" + "@id": "http://example.org/IBAL#AHU_3_Connection_2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc30-OCP" + "@value": "HC 7 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_13", + "@id": "http://example.org/IBAL#ManualTwoWayValve_1", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#TwoWayValve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_27" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP" + }, { - "@id": "http://example.org/IBAL#exf1_p_up" + "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 13" + "@value": "Manual two way valve 1" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_4_OCP", + "@id": "http://example.org/IBAL#Channel_495", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_18" + "@id": "http://example.org/IBAL#MotorizedDamper_8" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#d10_pos_fb" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 4 OCP" + "@value": "Channel 495" } ] }, { - "@id": "http://example.org/IBAL#Channel_303", + "@id": "http://example.org/IBAL#Junction_17", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_7" + "@id": "http://example.org/IBAL#Jnc17-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc17-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc17-OCP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav3_f" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 303" + "@value": "Junction 17" } ] }, { - "@id": "http://example.org/IBAL#Segment_61", + "@id": "http://example.org/IBAL#Junction_7", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc20-OCP" + "@id": "http://example.org/IBAL#Jnc7-ICP" }, { - "@id": "http://example.org/IBAL#Jnc21-ICP1" + "@id": "http://example.org/IBAL#Jnc7-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc7-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 61" + "@value": "Junction 7" } ] }, { - "@id": "http://example.org/IBAL#Channel_6", + "@id": "http://example.org/IBAL#d10_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_9" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#ahu1_rh_down" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 6" + "@value": "d10 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Channel_8", + "@id": "http://example.org/IBAL#ch1_f_e", "@type": [ - "http://data.ashrae.org/standard223#PressureSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#AHU_1_Connection_3" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ahu2_p_up" + "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 8" + "@value": "ch1 f e" } ] }, { - "@id": "http://example.org/IBAL#AHU1_FnB", + "@id": "http://example.org/IBAL#Channel_74", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#ahu2_out_rtd" - }, - { - "@id": "http://example.org/IBAL#ahu2_p_down" - }, - { - "@id": "http://example.org/IBAL#d15_pos_c" - }, - { - "@id": "http://example.org/IBAL#d16_pos_c" - }, - { - "@id": "http://example.org/IBAL#v13_pos_fb" - }, - { - "@id": "http://example.org/IBAL#vav1_heat_c" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#vav2_heat_c" + "@id": "http://example.org/IBAL#AHU_2_Connection_2" } ], - "http://data.ashrae.org/standard223#hasOutput": [ - { - "@id": "http://example.org/IBAL#ahu2_vfd" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#v13_pos_c" + "@id": "http://example.org/IBAL#ahu1_heat_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU1 Fn b" + "@value": "Channel 74" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP", + "@id": "http://example.org/IBAL#Damper_5_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_5" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 1 ICP" + "@value": "Damper 5 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc28-OCP2", + "@id": "http://example.org/IBAL#Jnc31-ICP1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15734,288 +15374,327 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc28-OCP2" + "@value": "Jnc31-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Junction_37", + "@id": "http://example.org/IBAL#Fan_1_VFD_1", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc37-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc37-OCP1" + "@id": "http://example.org/IBAL#Fan_1_S_ICP" }, { - "@id": "http://example.org/IBAL#Jnc37-OCP2" + "@id": "http://example.org/IBAL#VFD_1_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 37" + "@value": "Fan 1 to VFD 1" } ] }, { - "@id": "http://example.org/IBAL#HC_1_W_OCP", + "@id": "http://example.org/IBAL#ThermalStorage_1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Equipment" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#ThermalStorage_1_ICP" + }, + { + "@id": "http://example.org/IBAL#ThermalStorage_1_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 W OCP" + "@value": "ThermalStorage 1" } ] }, { - "@id": "http://example.org/IBAL#d7_pos_fb", + "@id": "http://example.org/IBAL#exf2_p_down", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d7 pos fb" + "@value": "exf2 p down" } ] }, { - "@id": "http://example.org/IBAL#vav1_heat_power", + "@id": "http://example.org/IBAL#Jnc11-ICP2", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav1 heat power" + "@value": "Jnc11-ICP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_3", + "@id": "http://example.org/IBAL#Channel_79", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_4_ICP" + "@id": "http://example.org/IBAL#AHU_1_Connection_3" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_rh_up" + "@id": "http://example.org/IBAL#ahu2_cc_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 3" + "@value": "Channel 79" } ] }, { - "@id": "http://example.org/IBAL#Jnc13-OCP", + "@id": "http://example.org/IBAL#Junction_1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Jnc1-ICP" + }, { - "@value": "Jnc13-OCP" + "@id": "http://example.org/IBAL#Jnc1-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc1-OCP2" } - ] - }, - { - "@id": "http://example.org/IBAL#AHU_1_G_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 G ICP" + "@value": "Junction 1" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP", + "@id": "http://example.org/IBAL#Segment_8", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://example.org/IBAL#Jnc3-ICP2" + }, { - "@value": "Plate Heat Exchange 2 Lower ICP" + "@id": "http://example.org/IBAL#Jnc4-OCP1" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc34-OCP2", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc34-OCP2" + "@value": "Segment 8" } ] }, { - "@id": "http://example.org/IBAL#HC_2_W_OCP", + "@id": "http://example.org/IBAL#zs2_t_sp_f", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@value": "Zone2 Temperature Setpoint" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "HC 2 W OCP" + "@value": "analog-input,6" } - ] - }, - { - "@id": "http://example.org/IBAL#HC_4_W_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "zs2_t_sp_f" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@value": "HC 4 W ICP" + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_2" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "74.0" + } + ], + "http://data.ashrae.org/standard223#hasAspect": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "zs2 t sp f" } ] }, { - "@id": "http://example.org/IBAL#HC_5_E_ICP", + "@id": "http://example.org/IBAL#v8_pos_c", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Electricity" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 5 E ICP" + "@value": "v8 pos c" } ] }, { - "@id": "http://example.org/IBAL#exf2_f", + "@id": "http://example.org/IBAL#HVACSpace_3", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" + }, + { + "@id": "http://example.org/IBAL#HVAC_Space_3_OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://example.org/IBAL#zs3_t_sp_f" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 f" + "@value": "HVACSpace 3" } ] }, { - "@id": "http://example.org/IBAL#Segment_52", + "@id": "http://example.org/IBAL#sl_out_rtd", "@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/Temperature" } ], - "http://data.ashrae.org/standard223#lnx": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#AHU_3_ICP" + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://qudt.org/schema/qudt/value": [ + { + "@value": "64" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 52" + "@value": "sl out rtd" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_8", + "@id": "http://example.org/IBAL#Junction_10", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_8_ICP" + "@id": "http://example.org/IBAL#Jnc10-ICP1" }, { - "@id": "http://example.org/IBAL#Damper_8_OCP" + "@id": "http://example.org/IBAL#Jnc10-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc10-OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 8" + "@value": "Junction 10" } ] }, { - "@id": "http://example.org/IBAL#Jnc11-OCP", + "@id": "http://example.org/IBAL#Jnc11-ICP1", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16024,50 +15703,71 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc11-OCP" + "@value": "Jnc11-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_198", + "@id": "http://example.org/IBAL#ahu1_heat_rtd", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_106" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ahu2_f_cc_mag" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 198" + "@value": "AHU 1 Heat RTD" } ] }, { - "@id": "http://example.org/IBAL#d15_pos_fb", + "@id": "http://example.org/IBAL#exf2_p_up", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PA" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "exf2 p up" + } + ] + }, + { + "@id": "http://example.org/IBAL#vav4_t_in", "@type": [ "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://data.ashrae.org/bacnet/2020#description": [ { - "@value": "VAV1 Damper Feedback Signal" + "@value": "VAV4 Supply Air Temperature" } ], "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "analog-input,1" + "@value": "analog-input,3" } ], "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "d15_pos_fb" + "@value": "vav4_t_in" } ], "http://data.ashrae.org/bacnet/2020#object-type": [ @@ -16077,171 +15777,177 @@ ], "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#VAV_1" + "@id": "http://example.org/IBAL#VAV_4" } ], "http://data.ashrae.org/bacnet/2020#present-value": [ { "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "0.0" + "@value": "70.0" } ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d15 pos fb" + "@value": "vav4 t in" } ] }, { - "@id": "http://example.org/IBAL#Junction_2", + "@id": "http://example.org/IBAL#ahu1_f_ra", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc2-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc2-OCP" - }, + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Jnc2-OCP2" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "1000" } ], - "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/VolumeFlowRate" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "Junction 2" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc16-OCP1", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "1000" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc16-OCP1" + "@value": "AHU 1 F RA" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4", + "@id": "http://example.org/IBAL#Jnc27-OCP2", "@type": [ - "http://data.ashrae.org/standard223#TwoWayValve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 4" + "@value": "Jnc27-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_74", + "@id": "http://example.org/IBAL#Flow_7", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#FlowSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#AHU_2_Connection_2" + "@id": "http://example.org/IBAL#VAV_3_Connection_2" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_heat_rtd" + "@id": "http://example.org/IBAL#HC-5-OutletFlow" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 74" + "@value": "Flow 7" } ] }, { - "@id": "http://example.org/IBAL#Junction_9", + "@id": "http://example.org/IBAL#VAV_2", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/bacnet/2020#BACnetDevice", + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#hasPort": [ { - "@id": "http://example.org/IBAL#Jnc9-ICP" - }, + "@id": "http://data.ashrae.org/bacnet/2020#P_47812" + } + ], + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://example.org/IBAL#Jnc9-OCP" + "@id": "http://example.org/IBAL#HeatingCoil_3" }, { - "@id": "http://example.org/IBAL#Jnc9-OCP2" + "@id": "http://example.org/IBAL#MotorizedDamper_2" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#VAV_2_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 9" + "@value": "VAV 2" } ] }, { - "@id": "http://example.org/IBAL#hx1_pg_rtd", + "@id": "http://example.org/IBAL#HVAC_Space_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@value": "HVAC Space 2 ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc7-OCP1", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "70" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "hx1_hw_rtd" + "@value": "Jnc7-OCP1" } ] }, { - "@id": "http://example.org/IBAL#Jnc8-OCP1", + "@id": "http://example.org/IBAL#VAV_4_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#HVAC_Space_4_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_4_OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16250,200 +15956,224 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc8-OCP1" + "@value": "VAV 4 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#Jnc17-ICP", + "@id": "http://example.org/IBAL#Junction_25", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc25-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc25-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc25-OCP2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc17-ICP" + "@value": "Junction 25" } ] }, { - "@id": "http://example.org/IBAL#Channel_80", + "@id": "http://example.org/IBAL#HVACZone_1", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://example.org/IBAL#Segment_1" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://example.org/IBAL#ahu2_out_rtd" + "@id": "http://example.org/IBAL#HVACSpace_1" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 80" + "@value": "HVACZone 1" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1", + "@id": "http://example.org/IBAL#Jnc8-ICP", "@type": [ - "http://data.ashrae.org/standard223#TwoWayValve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 1" + "@value": "Jnc8-ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_18", + "@id": "http://example.org/IBAL#Chiller_1_Lower_Connection", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#VFD_3" + "@id": "http://example.org/IBAL#Chiller_1_Lower_OCP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_2_ICP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#exf1_power" + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 18" + "@value": "Chiller 1 Lower Connection" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_Zone", + "@id": "http://example.org/IBAL#AHU_1_Connection_3", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://example.org/IBAL#CC_1_OCP" + }, + { + "@id": "http://example.org/IBAL#Fan_1_ICP" } ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ - { - "@id": "http://example.org/IBAL#HVACSpace_3" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_4" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 Zone" + "@value": "AHU 1 Connection 3" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_4_OCP", + "@id": "http://example.org/IBAL#Enclosure_4", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#HVACSpace_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 4 OCP" + "@value": "Enclosure 4" } ] }, { - "@id": "http://example.org/IBAL#v13_pos_c", + "@id": "http://example.org/IBAL#Fan_5", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Fan_5_E_ICP" + }, { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://example.org/IBAL#Fan_5_ICP" + }, + { + "@id": "http://example.org/IBAL#Fan_5_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "v13 pos c" + "@value": "Fan 5" } ] }, { - "@id": "http://example.org/IBAL#v8_pos_c", + "@id": "http://example.org/IBAL#zs2_out_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Voltage" + "@value": "Zone2 Temperature" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@value": "analog-input,5" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "v8 pos c" + "@value": "Zone2 Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#Junction_6", - "@type": [ - "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#Jnc6-ICP1" - }, + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://example.org/IBAL#Jnc6-ICP2" - }, + "@id": "http://example.org/IBAL#VAV_2" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@id": "http://example.org/IBAL#Jnc6-OCP" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" } ], - "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 6" + "@value": "zs2 out rtd" } ] }, { - "@id": "http://example.org/IBAL#Jnc15-OCP1", + "@id": "http://example.org/IBAL#Segment_38", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Damper_13_ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc12-OCP1" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16452,12 +16182,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc15-OCP1" + "@value": "Segment 38" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_2_ICP", + "@id": "http://example.org/IBAL#Chiller_1_Upper_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -16468,42 +16198,45 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 2 ICP" + "@value": "Chiller 1 Upper ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_302T", + "@id": "http://example.org/IBAL#Channel_326", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#FlowSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_4" + "@id": "http://example.org/IBAL#Segment_38" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#vav2_t_in" + "@id": "http://example.org/IBAL#ahu1_f_sa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 302T" + "@value": "Channel 326" } ] }, { - "@id": "http://example.org/IBAL#Segment_29", + "@id": "http://example.org/IBAL#Junction_4", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_10_OCP" + "@id": "http://example.org/IBAL#Jnc4-ICP" }, { - "@id": "http://example.org/IBAL#Jnc10-ICP2" + "@id": "http://example.org/IBAL#Jnc4-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc4-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -16513,223 +16246,188 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 29" + "@value": "Junction 4" } ] }, { - "@id": "http://example.org/IBAL#d6_pos_c", + "@id": "http://example.org/IBAL#Fan_4", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositionVector" + "@id": "http://example.org/IBAL#Fan_4_E_ICP" + }, + { + "@id": "http://example.org/IBAL#Fan_4_ICP" + }, + { + "@id": "http://example.org/IBAL#Fan_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "d6 pos c" + "@value": "Fan 4" } ] }, { - "@id": "http://example.org/IBAL#VFD_4", + "@id": "http://example.org/IBAL#AHU_1_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#VariableFrequencyDrive" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#VFD_4_ICP" + "@id": "http://example.org/IBAL#CC_1_ICP" }, { - "@id": "http://example.org/IBAL#VFD_4_OCP" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "VFD 4" + "@id": "http://example.org/IBAL#HC_1_OCP" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc20-OCP", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc20-OCP" + "@value": "AHU 1 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#ahu1_rh_up", + "@id": "http://example.org/IBAL#Junction_18", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "60" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Jnc18-ICP" + }, { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Jnc18-OCP" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://example.org/IBAL#Jnc18-OCP2" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "60" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 RH Up" + "@value": "Junction 18" } ] }, { - "@id": "http://example.org/IBAL#HeatingCoil_4", + "@id": "http://example.org/IBAL#Segment_84", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#HC_4_E_ICP" - }, - { - "@id": "http://example.org/IBAL#HC_4_ICP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HC_4_OCP" + "@id": "http://example.org/IBAL#Jnc30-OCP" }, { - "@id": "http://example.org/IBAL#HC_4_W_ICP" - }, + "@id": "http://example.org/IBAL#Jnc31-ICP1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HC_4_W_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heating coil 4" + "@value": "Segment 84" } ] }, { - "@id": "http://example.org/IBAL#ts_in_rtd", + "@id": "http://example.org/IBAL#vav4_f", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "VAV4 Airflow Rate" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@value": "analog-input,4" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@value": "ts in rtd" + "@value": "vav4_f" } - ] - }, - { - "@id": "http://example.org/IBAL#d11_pos_c", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@value": "analog-input" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/bacnet/2020#objectOf": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://example.org/IBAL#VAV_4" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#present-value": [ { - "@value": "d11 pos c" + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_301T", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Segment_1" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#vav1_t_in" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 301T" + "@value": "vav4 f" } ] }, { - "@id": "http://example.org/IBAL#Segment_76", + "@id": "http://example.org/IBAL#VAV_1_Connection_1", "@type": [ "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#connectsAt": [ { - "@id": "http://example.org/IBAL#Jnc26-OCP" + "@id": "http://example.org/IBAL#Damper_1_OCP" }, { - "@id": "http://example.org/IBAL#Jnc28-ICP" + "@id": "http://example.org/IBAL#HC_2_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 76" + "@value": "VAV 1 Connection 1" } ] }, { - "@id": "http://example.org/IBAL#Junction_10", + "@id": "http://example.org/IBAL#Jnc4-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc10-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc10-ICP2" - }, - { - "@id": "http://example.org/IBAL#Jnc10-OCP" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16738,136 +16436,100 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 10" + "@value": "Jnc4-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Junction_26", + "@id": "http://example.org/IBAL#Channel_381", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc26-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc26-ICP2" - }, - { - "@id": "http://example.org/IBAL#Jnc26-OCP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" - } + "http://data.ashrae.org/standard223#Controller" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "Junction 26" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" } - ] - }, - { - "@id": "http://example.org/IBAL#MotorizedDamper_18", - "@type": [ - "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_18_ICP" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#Damper_18_OCP" + "@id": "http://example.org/IBAL#v8_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Motorized damper 18" + "@value": "Channel 381" } ] }, { - "@id": "http://example.org/IBAL#Junction_3", + "@id": "http://example.org/IBAL#Segment_106", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc3-ICP1" - }, - { - "@id": "http://example.org/IBAL#Jnc3-ICP2" + "@id": "http://example.org/IBAL#AHU_2_G_OCP" }, { - "@id": "http://example.org/IBAL#Jnc3-OCP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_ICP_1" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 3" + "@value": "Segment 106" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Connection", + "@id": "http://example.org/IBAL#Jnc19-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_3_ICP_1" - }, - { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate Heat Exchange 1 Connection" + "@value": "Jnc19-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Junction_18", + "@id": "http://example.org/IBAL#ahu1_t_ra", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc18-ICP" - }, + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Jnc18-OCP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "65" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc18-OCP2" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 18" + "@value": "AHU 1 T RA" } ] }, { - "@id": "http://example.org/IBAL#Jnc25-ICP", + "@id": "http://example.org/IBAL#Jnc36-ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -16878,12 +16540,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc25-ICP" + "@value": "Jnc36-ICP" } ] }, { - "@id": "http://example.org/IBAL#Fan_2_ICP", + "@id": "http://example.org/IBAL#HC_7_W_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -16894,21 +16556,42 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 2 ICP" + "@value": "HC 7 W ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_85", + "@id": "http://example.org/IBAL#Channel_201", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#d16_pos_c" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Channel 201" + } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_63", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc31-OCP" + "@id": "http://example.org/IBAL#Jnc22-OCP1" }, { - "@id": "http://example.org/IBAL#Jnc32-ICP2" + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -16918,94 +16601,87 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 85" + "@value": "Segment 63" } ] }, { - "@id": "http://example.org/IBAL#CC_2_ICP", + "@id": "http://example.org/IBAL#VFD_3_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ - { - "@id": "http://example.org/IBAL#CoolingCoil_2" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 2 ICP" + "@value": "VFD 3 OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_57", + "@id": "http://example.org/IBAL#ManualTwoWayValve_5", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#TwoWayValve" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Jnc18-OCP2" + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP" }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_1_ICP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 57" + "@value": "Manual two way valve 5" } ] }, { - "@id": "http://example.org/IBAL#Chiller_1_Upper_OCP", + "@id": "http://example.org/IBAL#Fan_2_S_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 1 Upper OCP" + "@value": "Fan 2 S ICP" } ] }, { - "@id": "http://example.org/IBAL#ch1_e_in_rtd", + "@id": "http://example.org/IBAL#Segment_18", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://example.org/IBAL#HVAC_Space_4_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc6-ICP2" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ch1 e in rtd" + "@value": "Segment 18" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_ICP", + "@id": "http://example.org/IBAL#Jnc17-ICP2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -17016,135 +16692,134 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 ICP" + "@value": "Jnc17-ICP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_335AO", + "@id": "http://example.org/IBAL#Segment_64", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservtaionLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_12" + "@id": "http://example.org/IBAL#Jnc22-OCP2" + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#d8_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 335AO" + "@value": "Segment 64" } ] }, { - "@id": "http://example.org/IBAL#HC_6_E_ICP", + "@id": "http://example.org/IBAL#Jnc32-OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_88" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 6 E ICP" + "@value": "Jnc32-OCP" } ] }, { - "@id": "http://example.org/IBAL#VAV4_FnB", + "@id": "http://example.org/IBAL#HeatingCoil_6", "@type": [ - "http://data.ashrae.org/standard223#FunctionBlock" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasInput": [ - { - "@id": "http://example.org/IBAL#d18_pos_fb" - }, + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#vav4_f" + "@id": "http://example.org/IBAL#HC_6_E_ICP" }, { - "@id": "http://example.org/IBAL#vav4_out_rtd" + "@id": "http://example.org/IBAL#HC_6_ICP" }, { - "@id": "http://example.org/IBAL#vav4_t_in" + "@id": "http://example.org/IBAL#HC_6_OCP" }, { - "@id": "http://example.org/IBAL#zs4_out_rtd" + "@id": "http://example.org/IBAL#HC_6_W_ICP" }, { - "@id": "http://example.org/IBAL#zs4_t_sp_f" + "@id": "http://example.org/IBAL#HC_6_W_OCP" } ], - "http://data.ashrae.org/standard223#hasOutput": [ - { - "@id": "http://example.org/IBAL#d18_pos_c" - }, + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://example.org/IBAL#vav4_heat_c" + "@value": "IBAL:VAV4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV4 Fn b" + "@value": "Heating coil 6" } ] }, { - "@id": "http://example.org/IBAL#Channel_327", + "@id": "http://example.org/IBAL#Damper_11_ICP", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { "@id": "http://example.org/IBAL#Segment_39" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#ahu2_f_sa" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 327" + "@value": "Damper 11 ICP" } ] }, { - "@id": "http://example.org/IBAL#Segment_93", + "@id": "http://example.org/IBAL#ahu1_heat_c", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc34-OCP1" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#Jnc35-ICP2" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 93" + "@value": "AHU1 Heat C" } ] }, { - "@id": "http://example.org/IBAL#HC_2_W_ICP", + "@id": "http://example.org/IBAL#HC_4_W_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17153,118 +16828,102 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 2 W ICP" + "@value": "HC 4 W OCP" } ] }, { - "@id": "http://example.org/IBAL#VFD_1_OCP", + "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Electricity-Signal" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 1 OCP" + "@value": "Plate Heat Exchange 1 Upper ICP" } ] }, { - "@id": "http://example.org/IBAL#Junction_17", + "@id": "http://example.org/IBAL#Segment_86", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc17-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc17-ICP2" + "@id": "http://example.org/IBAL#Jnc27-OCP2" }, { - "@id": "http://example.org/IBAL#Jnc17-OCP" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "Junction 17" + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_ICP" } - ] - }, - { - "@id": "http://example.org/IBAL#Jnc15-ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc15-ICP" + "@value": "Segment 86" } ] }, { - "@id": "http://example.org/IBAL#Segment_42", + "@id": "http://example.org/IBAL#Channel_329AO", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_13" } ], - "http://data.ashrae.org/standard223#lnx": [ + "http://data.ashrae.org/standard223#observers": [ { - "@id": "http://example.org/IBAL#HC_4_ICP" + "@id": "http://example.org/IBAL#d6_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 42" + "@value": "Channel 329AO" } ] }, { - "@id": "http://example.org/IBAL#Segment_23", + "@id": "http://example.org/IBAL#Junction_35", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Damper_14_ICP" + "@id": "http://example.org/IBAL#Jnc35-ICP1" }, { - "@id": "http://example.org/IBAL#Jnc8-OCP1" + "@id": "http://example.org/IBAL#Jnc35-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc35-OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 23" + "@value": "Junction 35" } ] }, { - "@id": "http://example.org/IBAL#Jnc37-OCP2", + "@id": "http://example.org/IBAL#Jnc30-ICP2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17273,167 +16932,157 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc37-OCP2" + "@value": "Jnc30-ICP2" } ] }, { - "@id": "http://example.org/IBAL#WaterPump_3", + "@id": "http://example.org/IBAL#Jnc8-OCP2", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#WaterPump_3_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#WaterPump_3_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Water pump 3" + "@value": "Jnc8-OCP2" } ] }, { - "@id": "http://example.org/IBAL#HeatExchange_Connection", + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_OCP" - }, - { - "@id": "http://example.org/IBAL#WaterPump_1_ICP" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Heat Exchange Connection" + "@value": "Manual two way valve 4 ICP" } ] }, { - "@id": "http://example.org/IBAL#ahu1_f_cc", + "@id": "http://example.org/IBAL#Junction_29", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "40" - } - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "http://example.org/IBAL#Jnc29-ICP" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://example.org/IBAL#Jnc29-OCP" + }, { - "@id": "http://qudt.org/vocab/unit/GAL_US-PER-MIN" + "@id": "http://example.org/IBAL#Jnc29-OCP2" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "40" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 197" + "@value": "Junction 29" } ] }, { - "@id": "http://example.org/IBAL#HC-1-InletTemp", + "@id": "http://example.org/IBAL#Jnc21-OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasValue": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "40" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "Jnc21-OCP" } + ] + }, + { + "@id": "http://example.org/IBAL#Segment_52", + "@type": [ + "http://data.ashrae.org/standard223#Connection" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/value": [ + "http://data.ashrae.org/standard223#lnx": [ { - "@value": "40" + "@id": "http://example.org/IBAL#AHU_3_ICP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 1 InletTemp" + "@value": "Segment 52" } ] }, { - "@id": "http://example.org/IBAL#Channel_303T", + "@id": "http://example.org/IBAL#Segment_95", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_7" + "@id": "http://example.org/IBAL#Jnc24-OCP2" + }, + { + "@id": "http://example.org/IBAL#Jnc35-ICP1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav3_t_in" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 303T" + "@value": "Segment 95" } ] }, { - "@id": "http://example.org/IBAL#Channel_308T", + "@id": "http://example.org/IBAL#VFD_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "http://example.org/IBAL#Segment_10" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav4_t_in" + "@id": "http://data.ashrae.org/standard223#Electricity-Signal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 308T" + "@value": "VFD 1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc37-ICP", + "@id": "http://example.org/IBAL#Segment_59", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_99" + "@id": "http://example.org/IBAL#Jnc21-ICP2" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17443,21 +17092,15 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc37-ICP" + "@value": "Segment 59" } ] }, { - "@id": "http://example.org/IBAL#zs4_heat_rtd", + "@id": "http://example.org/IBAL#ch1_e_in_rtd", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "68" - } - ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { "@id": "http://qudt.org/vocab/quantitykind/Temperature" @@ -17468,74 +17111,87 @@ "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://qudt.org/schema/qudt/value": [ - { - "@value": "68" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "zs4 heat rtd" + "@value": "ch1 e in rtd" } ] }, { - "@id": "http://example.org/IBAL#vav3_t_in", + "@id": "http://example.org/IBAL#Channel_364AO", "@type": [ - "http://data.ashrae.org/bacnet/2020#AnalogInputObject", - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/bacnet/2020#description": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "VAV3 Supply Air Temperature" + "@id": "http://example.org/IBAL#MotorizedDamper_4" } ], - "http://data.ashrae.org/bacnet/2020#object-identifier": [ + "http://data.ashrae.org/standard223#observes": [ { - "@value": "analog-input,3" + "@id": "http://example.org/IBAL#d18_pos_c" } ], - "http://data.ashrae.org/bacnet/2020#object-name": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3_t_in" + "@value": "Channel 364AO" } + ] + }, + { + "@id": "http://example.org/IBAL#exf2_power", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/bacnet/2020#object-type": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "analog-input" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/bacnet/2020#objectOf": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#VAV_3" + "@id": "http://qudt.org/vocab/unit/W" } ], - "http://data.ashrae.org/bacnet/2020#present-value": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#float", - "@value": "70.0" + "@value": "exf2 power" } + ] + }, + { + "@id": "http://example.org/IBAL#AHU_2_Zone", + "@type": [ + "http://data.ashrae.org/standard223#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#HVACSpace_3" + }, + { + "@id": "http://example.org/IBAL#HVACSpace_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "vav3 t in" + "@value": "AHU 2 Zone" } ] }, { - "@id": "http://example.org/IBAL#Jnc25-OCP1", + "@id": "http://example.org/IBAL#Jnc35-ICP2", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_93" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17544,35 +17200,49 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc25-OCP1" + "@value": "Jnc35-ICP2" } ] }, { - "@id": "http://example.org/IBAL#ahu2_fan_power", + "@id": "http://example.org/IBAL#Junction_21", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://example.org/IBAL#Jnc21-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc21-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc21-OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/W" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 fan power" + "@value": "Junction 21" } ] }, { - "@id": "http://example.org/IBAL#Jnc21-OCP", + "@id": "http://example.org/IBAL#Segment_70", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc25-OCP1" + }, + { + "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17581,14 +17251,19 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc21-OCP" + "@value": "Segment 70" } ] }, { - "@id": "http://example.org/IBAL#HC_3_ICP", + "@id": "http://example.org/IBAL#HVAC_Space_1_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_12" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17597,155 +17272,206 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HC 3 ICP" + "@value": "HVAC Space1 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc2-OCP", + "@id": "http://example.org/IBAL#Segment_82", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Jnc30-ICP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_3_OCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc2-OCP" + "@value": "Segment 82" } ] }, { - "@id": "http://example.org/IBAL#Channel_86", + "@id": "http://example.org/IBAL#Channel_363AO", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Controller" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_44" + "@id": "http://example.org/IBAL#MotorizedDamper_3" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#oau_out_rtd" + "@id": "http://example.org/IBAL#d17_pos_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 86" + "@value": "Channel 363AO" } ] }, { - "@id": "http://example.org/IBAL#Jnc8-OCP2", + "@id": "http://example.org/IBAL#Jnc20-OCP2", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc8-OCP2" + "@value": "Jnc20-OCP2" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_Connection_3", + "@id": "http://example.org/IBAL#Channel_16", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#PressureSensor" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Fan_5_ICP" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HC_7_OCP" + "@id": "http://example.org/IBAL#Segment_30" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#exf2_p_up" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3 Connection 3" + "@value": "Channel 16" } ] }, { - "@id": "http://example.org/IBAL#Channel_412", + "@id": "http://example.org/IBAL#Segment_60", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_1" + "@id": "http://example.org/IBAL#Jnc20-ICP" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2_OCP" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#v12_pos_c" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 412" + "@value": "Segment 60" } ] }, { - "@id": "http://example.org/IBAL#Jnc25-OCP2", + "@id": "http://example.org/IBAL#Chiller_2_Upper_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_71" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Chiller 2 Upper ICP" } + ] + }, + { + "@id": "http://example.org/IBAL#Jnc3-ICP1", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc25-OCP2" + "@value": "Jnc3-ICP1" } ] }, { - "@id": "http://example.org/IBAL#Channel_124", + "@id": "http://example.org/IBAL#Channel_121", "@type": [ "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_105" + "@id": "http://example.org/IBAL#Segment_76" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_cc_out_rtd" + "@id": "http://example.org/IBAL#ch1_e_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 124" + "@value": "Channel 121" } ] }, { - "@id": "http://example.org/IBAL#exf2_vfd", + "@id": "http://example.org/IBAL#v13_pos_fb", "@type": [ + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], + "http://data.ashrae.org/bacnet/2020#description": [ + { + "@value": "AHU2 Cooling Coil Feedback Signal" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ + { + "@value": "analog-input,2" + } + ], + "http://data.ashrae.org/bacnet/2020#object-name": [ + { + "@value": "v13_pos_fb" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#AHU_1" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { "@id": "http://qudt.org/vocab/quantitykind/Voltage" @@ -17758,213 +17484,250 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 vfd" + "@value": "v13 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Segment_39", + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Segment_87" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 39" + "@value": "Manual two way valve 5 OCP" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_OCP", + "@id": "http://example.org/IBAL#Junction_24", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc24-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc24-OCP1" + }, + { + "@id": "http://example.org/IBAL#Jnc24-OCP2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 OCP" + "@value": "Junction 24" } ] }, { - "@id": "http://example.org/IBAL#ahu1_cc_rtd", + "@id": "http://example.org/IBAL#Fan_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://data.ashrae.org/standard223#hasValue": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#decimal", - "@value": "45" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/DEG_F" + "@id": "http://example.org/IBAL#AHU_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 CC RTD" + "@value": "Fan 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc22-ICP", + "@id": "http://example.org/IBAL#Junction_9", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc9-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc9-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc9-OCP2" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc22-ICP" + "@value": "Junction 9" } ] }, { - "@id": "http://example.org/IBAL#MotorizedDamper_2", + "@id": "http://example.org/IBAL#HC-1-InletTemp", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#Damper_2_ICP" - }, + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Damper_2_OCP" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "40" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "Motorized damper 2" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "http://example.org/IBAL#Channel_326T", - "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#Segment_38" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://example.org/IBAL#ahu1_t_sa" + "@value": "40" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 326T" + "@value": "HC 1 InletTemp" } ] }, { - "@id": "http://example.org/IBAL#Channel_425", + "@id": "http://example.org/IBAL#Channel_83", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_8" + "@id": "http://example.org/IBAL#AHU_3_ICP" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#d10_pos_c" + "@id": "http://example.org/IBAL#oau_in_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 425" + "@value": "Channel 83" } ] }, { - "@id": "http://example.org/IBAL#Jnc29-ICP", + "@id": "http://example.org/IBAL#MotorizedDamper_18", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#Damper_18_ICP" + }, + { + "@id": "http://example.org/IBAL#Damper_18_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc29-ICP" + "@value": "Motorized damper 18" } ] }, { - "@id": "http://example.org/IBAL#Segment_74", + "@id": "http://example.org/IBAL#Channel_384", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Jnc27-OCP1" - }, + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP" + "@id": "http://example.org/IBAL#v13_pos_fb" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@value": "Channel 384" + } + ] + }, + { + "@id": "http://example.org/IBAL#WaterPump_2", + "@type": [ + "http://data.ashrae.org/standard223#Pump" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#WaterPump_2_ICP" + }, + { + "@id": "http://example.org/IBAL#WaterPump_2_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 74" + "@value": "Water pump 2" } ] }, { - "@id": "http://example.org/IBAL#Damper_15_ICP", + "@id": "http://example.org/IBAL#HC_5_OCP", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://example.org/IBAL#VAV_3_OCP" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 15 ICP" + "@value": "HC 5 OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_63", + "@id": "http://example.org/IBAL#Segment_69", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc22-OCP1" + "@id": "http://example.org/IBAL#Jnc25-ICP" }, { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_OCP" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17974,21 +17737,21 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 63" + "@value": "Segment 69" } ] }, { - "@id": "http://example.org/IBAL#Segment_2", + "@id": "http://example.org/IBAL#Segment_28", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc1-OCP2" + "@id": "http://example.org/IBAL#Damper_8_OCP" }, { - "@id": "http://example.org/IBAL#VAV_1_ICP" + "@id": "http://example.org/IBAL#Jnc10-ICP1" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17998,64 +17761,62 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 2" + "@value": "Segment 28" } ] }, { - "@id": "http://example.org/IBAL#Channel_159", + "@id": "http://example.org/IBAL#Junction_19", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_92" + "@id": "http://example.org/IBAL#Jnc19-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc19-OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc19-OCP2" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#pl_out_rtd" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 159" + "@value": "Junction 19" } ] }, { - "@id": "http://example.org/IBAL#Segment_70", + "@id": "http://example.org/IBAL#exf2_vfd", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Jnc25-OCP1" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#PlateHeatExchange_2_Lower_ICP" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 70" + "@value": "exf2 vfd" } ] }, { - "@id": "http://example.org/IBAL#AHU_2_G_ICP", + "@id": "http://example.org/IBAL#Jnc22-OCP2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Segment_56" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -18064,165 +17825,184 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 2 G ICP" + "@value": "Jnc22-OCP2" } ] }, { - "@id": "http://example.org/IBAL#Channel_109", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4_ICP_1", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVAC_Space_3_ICP" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://example.org/IBAL#zs3_heat_rtd" + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 109" + "@value": "Motorized three way valve 4 ICP 1" } ] }, { - "@id": "http://example.org/IBAL#Chiller_2_Lower_ICP", + "@id": "http://example.org/IBAL#Segment_92", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc34-ICP" + }, + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 2 Lower ICP" + "@value": "Segment 92" } ] }, { - "@id": "http://example.org/IBAL#exf2_p_down", + "@id": "http://example.org/IBAL#Junction_11", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://example.org/IBAL#Jnc11-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc11-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc11-OCP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "exf2 p down" + "@value": "Junction 11" } ] }, { - "@id": "http://example.org/IBAL#VAV_3_OCP", + "@id": "http://example.org/IBAL#Channel_402", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#HeatingCoil_3" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#vav2_heat_c" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 3 OCP" + "@value": "Channel 402" } ] }, { - "@id": "http://example.org/IBAL#ManualTwoWayValve_3_ICP", + "@id": "http://example.org/IBAL#ahu2_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Manual two way valve 3 ICP" + "@value": "ahu2 in rtd" } ] }, { - "@id": "http://example.org/IBAL#VAV_2_Connection_1", + "@id": "http://example.org/IBAL#v8_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#connectsAt": [ - { - "@id": "http://example.org/IBAL#Damper_2_OCP" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#HC_3_ICP" + "@id": "http://qudt.org/vocab/quantitykind/Voltage" } ], - "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/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 2 Connection 1" + "@value": "v8 pos fb" } ] }, { - "@id": "http://example.org/IBAL#Channel_62", + "@id": "http://example.org/IBAL#WaterPump_4", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#HeatingCoil_1" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "http://example.org/IBAL#WaterPump_4_ICP" + }, { - "@id": "http://example.org/IBAL#ahu2_heat_power" + "@id": "http://example.org/IBAL#WaterPump_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 62" + "@value": "Water pump 4" } ] }, { - "@id": "http://example.org/IBAL#Fan_1_ICP", + "@id": "http://example.org/IBAL#VFD_3_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Fan 1 ICP" + "@value": "VFD 3 ICP" } ] }, { - "@id": "http://example.org/IBAL#VAV_2_OCP", + "@id": "http://example.org/IBAL#VAV_2_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -18231,14 +18011,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 2 OCP" + "@value": "VAV 2 ICP" } ] }, { - "@id": "http://example.org/IBAL#Channel_37", + "@id": "http://example.org/IBAL#Channel_106", "@type": [ - "http://data.ashrae.org/standard223#HumiditySensor" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { @@ -18247,80 +18027,97 @@ ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#zs1_rh" + "@id": "http://example.org/IBAL#zs1_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 37" + "@value": "Channel 106" } ] }, { - "@id": "http://example.org/IBAL#Segment_20", + "@id": "http://example.org/IBAL#ManualTwoWayValve_2_OCP", "@type": [ - "http://data.ashrae.org/standard223#Connection" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "http://example.org/IBAL#Damper_12_ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc7-OCP1" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 20" + "@value": "Manual two way valve 2 OCP" } ] }, { - "@id": "http://example.org/IBAL#ThermalStorage_1_OCP", + "@id": "http://example.org/IBAL#Junction_3", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc3-ICP1" + }, + { + "@id": "http://example.org/IBAL#Jnc3-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc3-OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Thermal Storage 1 OCP" + "@value": "Junction 3" } ] }, { - "@id": "http://example.org/IBAL#Channel_306", + "@id": "http://example.org/IBAL#ahu1_in_rtd", "@type": [ - "http://data.ashrae.org/standard223#FlowSensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasValue": [ { - "@id": "http://example.org/IBAL#Segment_27" + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "45" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#exf1_f" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 306" + "@value": "AHU 1 In RTD" } ] }, { - "@id": "http://example.org/IBAL#Jnc5-ICP2", + "@id": "http://example.org/IBAL#VAV_1_Connection_2", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#HVAC_Space_1_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_1_OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -18329,108 +18126,137 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc5-ICP2" + "@value": "VAV 1 Connection 2" } ] }, { - "@id": "http://example.org/IBAL#ahu2_p_up", + "@id": "http://example.org/IBAL#Channel_7", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://example.org/IBAL#AHU_1_ICP" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PA" + "@id": "http://example.org/IBAL#ahu2_rh_up" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "ahu2 p up" + "@value": "Channel 7" } ] }, { - "@id": "http://example.org/IBAL#Channel_106", + "@id": "http://example.org/IBAL#Damper_19_ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Segment_12" + "@id": "http://example.org/IBAL#MotorizedDamper_19" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#zs1_out_rtd" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedDamper_19" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 106" + "@value": "Damper 19 ICP" } ] }, { - "@id": "http://example.org/IBAL#VAV_1_Connection_1", + "@id": "http://example.org/IBAL#ahu2_p_down", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Damper_1_OCP" - }, + "@value": "Static Pressure Measurement Downstream Fan" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#HC_2_ICP" + "@value": "analog-input,3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "ahu2_p_down" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#AHU_1" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PA" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VAV 1 Connection 1" + "@value": "ahu2 p down" } ] }, { - "@id": "http://example.org/IBAL#HVACZone_1", + "@id": "http://example.org/IBAL#HC_7_OCP", "@type": [ - "http://data.ashrae.org/standard223#Zone" - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#HVACSpace_1" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACZone 1" + "@value": "HC 7OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_90", + "@id": "http://example.org/IBAL#Segment_103", "@type": [ "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc33-OCP2" + "@id": "http://example.org/IBAL#AHU_1_G_ICP" }, { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2" + "@id": "http://example.org/IBAL#Jnc19-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -18440,525 +18266,699 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 90" + "@value": "Segment 103" } ] }, { - "@id": "http://example.org/IBAL#Jnc18-ICP", + "@id": "http://example.org/IBAL#VAV_4", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/bacnet/2020#BACnetDevice", + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#hasPort": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/bacnet/2020#P_47814" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://example.org/IBAL#HeatingCoil_6" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_4" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#VAV_4_ICP" + }, + { + "@id": "http://example.org/IBAL#VAV_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc18-ICP" + "@value": "VAV 4" } ] }, { - "@id": "http://example.org/IBAL#HVAC_Space_3_OCP", + "@id": "http://example.org/IBAL#HeatingCoil_3", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://example.org/IBAL#Segment_16" + "@id": "http://example.org/IBAL#HC_3_E_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_3_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_3_OCP" + }, + { + "@id": "http://example.org/IBAL#HC_3_W_ICP" + }, + { + "@id": "http://example.org/IBAL#HC_3_W_OCP" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "Heating coil 3" + } + ] + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_4", + "@type": [ + "http://data.ashrae.org/standard223#TwoWayValve" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_ICP" + }, + { + "@id": "http://example.org/IBAL#ManualTwoWayValve_4_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVAC Space 3 OCP" + "@value": "Manual two way valve 4" } ] }, { - "@id": "http://example.org/IBAL#Segment_4", + "@id": "http://example.org/IBAL#vav2_t_in", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/bacnet/2020#AnalogInputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://example.org/IBAL#Jnc2-OCP2" - }, + "@value": "VAV2 Supply Air Temperature" + } + ], + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@id": "http://example.org/IBAL#VAV_2_ICP" + "@value": "analog-input,3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "vav2_t_in" + } + ], + "http://data.ashrae.org/bacnet/2020#object-type": [ + { + "@value": "analog-input" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_2" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "70.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 4" + "@value": "vav2 t in" } ] }, { - "@id": "http://example.org/IBAL#AHU_1_G_OCP", + "@id": "http://example.org/IBAL#HC_2_W_OCP", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 1 G OCP" + "@value": "HC 2 W OCP" } ] }, { - "@id": "http://example.org/IBAL#Channel_90", + "@id": "http://example.org/IBAL#Jnc23-ICP", "@type": [ - "http://data.ashrae.org/standard223#TemperatureSensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#VAV_4_Connection_2" + "@id": "http://example.org/IBAL#Segment_62" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav4_out_rtd" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 90" + "@value": "Jnc23-ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc5-OCP", + "@id": "http://example.org/IBAL#Chiller_1_Lower_ICP", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc5-OCP" + "@value": "Chiller 1 Lower ICP" } ] }, { - "@id": "http://example.org/IBAL#HVACSpace_2", + "@id": "http://example.org/IBAL#Segment_87", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HVAC_Space_2_ICP" + "@id": "http://example.org/IBAL#Jnc32-ICP1" }, { - "@id": "http://example.org/IBAL#HVAC_Space_2_OCP" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://example.org/IBAL#ManualTwoWayValve_5_OCP" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#zs2_t_sp_f" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "HVACSpace 2" + "@value": "Segment 87" } ] }, { - "@id": "http://example.org/IBAL#Jnc30-ICP", + "@id": "http://example.org/IBAL#AirFlow", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#System" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasMember": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#AHU_1" + }, + { + "@id": "http://example.org/IBAL#AHU_2" + }, + { + "@id": "http://example.org/IBAL#Fan_3" + }, + { + "@id": "http://example.org/IBAL#Fan_4" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_10" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_11" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_12" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_13" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_14" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_15" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_16" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_17" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_18" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_19" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_5" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_6" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_7" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_8" + }, + { + "@id": "http://example.org/IBAL#MotorizedDamper_9" + }, + { + "@id": "http://example.org/IBAL#VAV_1" + }, + { + "@id": "http://example.org/IBAL#VAV_2" + }, + { + "@id": "http://example.org/IBAL#VAV_3" + }, + { + "@id": "http://example.org/IBAL#VAV_4" + }, + { + "@id": "http://example.org/IBAL#VFD_3" + }, + { + "@id": "http://example.org/IBAL#VFD_4" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc30-ICP" + "@value": "AirFlow" } ] }, { - "@id": "http://example.org/IBAL#Junction_28", + "@id": "http://example.org/IBAL#Segment_49", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Connection" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#Jnc28-ICP" - }, - { - "@id": "http://example.org/IBAL#Jnc28-OCP1" + "@id": "http://example.org/IBAL#Damper_18_ICP" }, { - "@id": "http://example.org/IBAL#Jnc28-OCP2" + "@id": "http://example.org/IBAL#Jnc16-OCP2" } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Junction 28" + "@value": "Segment 49" } ] }, { - "@id": "http://example.org/IBAL#PlateHeatExchanger_1", + "@id": "http://example.org/IBAL#Jnc26-OCP", "@type": [ - "http://data.ashrae.org/standard223#HeatExchanger" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_ICP" - }, - { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Lower_OCP" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_ICP" - }, + "@id": "http://example.org/IBAL#Segment_76" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#PlateHeatExchange_1_Upper_OCP" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Plate heat exchanger 1" + "@value": "Jnc26-OCP" } ] }, { - "@id": "http://example.org/IBAL#Jnc11-ICP2", + "@id": "http://example.org/IBAL#Channel_303T", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TemperatureSensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_7" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#vav3_t_in" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc11-ICP2" + "@value": "Channel 303T" } ] }, { - "@id": "http://example.org/IBAL#Chiller_2_Lower_OCP", + "@id": "http://example.org/IBAL#d7_pos_fb", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/PositionVector" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Chiller 2 Lower OCP" + "@value": "d7 pos fb" } ] }, { - "@id": "http://example.org/IBAL#CC_3_ICP", + "@id": "http://example.org/IBAL#MotorizedDamper_8", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ + "@id": "http://example.org/IBAL#Damper_8_ICP" + }, { - "@id": "http://example.org/IBAL#AHU_3_ICP" + "@id": "http://example.org/IBAL#Damper_8_OCP" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "CC 3 ICP" + "@value": "Motorized damper 8" } ] }, { - "@id": "http://example.org/IBAL#AHU_3_ICP", + "@id": "http://example.org/IBAL#Damper_12_ICP", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#Segment_52" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#isConnectionPointOf": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#MotorizedDamper_12" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "AHU 3 ICP" + "@value": "Damper 12 ICP" } ] }, { - "@id": "http://example.org/IBAL#Jnc24-ICP", + "@id": "http://example.org/IBAL#Channel_395bw", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Controller" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#Segment_67" + "@id": "http://example.org/IBAL#AHU_3" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#ahu1_on" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc24-ICP" + "@value": "Channel 395bw" } ] }, { - "@id": "http://example.org/IBAL#Channel_397", + "@id": "http://example.org/IBAL#Channel_128", "@type": [ - "http://data.ashrae.org/standard223#Controller" + "http://data.ashrae.org/standard223#TemperatureSensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://example.org/IBAL#HeatingCoil_4" + "@id": "http://example.org/IBAL#Segment_67" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#ahu1_heat_c" + "@id": "http://example.org/IBAL#sl_out_rtd" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 397" + "@value": "Channel 128" } ] }, { - "@id": "http://example.org/IBAL#VFD_3_ICP", + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_2", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 3 ICP" + "@value": "Motorized three way valve 5 ICP 2" } ] }, { - "@id": "http://example.org/IBAL#Fan_3_ICP", + "@id": "http://example.org/IBAL#vav3_heat_c", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#AnalogOutputObject", + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#description": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "VAV3 Heater Control Signal" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/bacnet/2020#object-identifier": [ { - "@value": "Fan 3 ICP" + "@value": "analog-output,1" } - ] - }, - { - "@id": "http://example.org/IBAL#Damper_16_ICP", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/bacnet/2020#object-name": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "vav3_heat_c" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/bacnet/2020#object-type": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_16" + "@value": "analog-output" + } + ], + "http://data.ashrae.org/bacnet/2020#objectOf": [ + { + "@id": "http://example.org/IBAL#VAV_3" + } + ], + "http://data.ashrae.org/bacnet/2020#present-value": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#float", + "@value": "0.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Voltage" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 16 ICP" + "@value": "vav3 heat c" } ] }, { - "@id": "http://example.org/IBAL#Jnc22-OCP2", + "@id": "http://example.org/IBAL#Channel_59", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#ElectricMeter" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" + "@id": "http://example.org/IBAL#VFD_2" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://example.org/IBAL#ahu1_fan_power" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc22-OCP2" + "@value": "Channel 59" } ] }, { - "@id": "http://example.org/IBAL#Damper_8_OCP", + "@id": "http://example.org/IBAL#Channel_6", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HumiditySensor" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://example.org/IBAL#Segment_9" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_8" + "@id": "http://example.org/IBAL#ahu1_rh_down" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 8 OCP" + "@value": "Channel 6" } ] }, { - "@id": "http://example.org/IBAL#Damper_13_ICP", + "@id": "http://example.org/IBAL#ch1_e_out_rtd", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" } ], - "http://data.ashrae.org/standard223#isConnectionPointOf": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#MotorizedDamper_13" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Damper 13 ICP" + "@value": "ch1 e out rtd" } ] }, { - "@id": "http://example.org/IBAL#Jnc6-ICP1", + "@id": "http://example.org/IBAL#Junction_30", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://example.org/IBAL#Jnc30-ICP" + }, + { + "@id": "http://example.org/IBAL#Jnc30-ICP2" + }, + { + "@id": "http://example.org/IBAL#Jnc30-OCP" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Water-GlycolSolution" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Jnc6-ICP1" + "@value": "Junction 30" } ] }, { - "@id": "http://example.org/IBAL#Channel_66", + "@id": "http://example.org/IBAL#Segment_12", "@type": [ - "http://data.ashrae.org/standard223#ElectricMeter" + "http://data.ashrae.org/standard223#Connection" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://example.org/IBAL#HeatingCoil_6" + "@id": "http://example.org/IBAL#HVAC_Space_1_OCP" + }, + { + "@id": "http://example.org/IBAL#Jnc5-ICP1" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#vav4_heat_power" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Channel 66" + "@value": "Segment 12" } ] }, { - "@id": "http://example.org/IBAL#VFD_3", + "@id": "http://example.org/IBAL#Jnc11-OCP", "@type": [ - "http://data.ashrae.org/standard223#VariableFrequencyDrive" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "http://example.org/IBAL#VFD_3_ICP" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://example.org/IBAL#VFD_3_OCP" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VFD 3" + "@value": "Jnc11-OCP" } ] }, { - "@id": "http://example.org/IBAL#Segment_104", + "@id": "http://example.org/IBAL#HeatExchange", "@type": [ - "http://data.ashrae.org/standard223#Connection" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#connectsAt": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://example.org/IBAL#MotorizedThreeWayValve_5_ICP_1" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://example.org/IBAL#ThermalStorage_1_OCP" + "@id": "http://qudt.org/vocab/unit/DEG_F" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/value": [ { - "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + "@value": "60" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Segment 104" + "@value": "HeatExchange" } ] } diff --git a/nrel-example.jsonld b/nrel-example.jsonld index f1a92f10..122d12ee 100644 --- a/nrel-example.jsonld +++ b/nrel-example.jsonld @@ -1,50 +1,6 @@ [ { - "@id": "urn:nrel_example/nrel00000003", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000804" - }, - { - "@id": "urn:nrel_example/nrel00001038" - }, - { - "@id": "urn:nrel_example/nrel00001156" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000612" - }, - { - "@id": "urn:nrel_example/nrel00000676" - }, - { - "@id": "urn:nrel_example/nrel00000897" - }, - { - "@id": "urn:nrel_example/nrel00000953" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000203" - }, - { - "@id": "urn:nrel_example/nrel00000895" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000003" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000536", + "@id": "urn:nrel_example/nrel00000145", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -55,12 +11,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000536" + "@value": "nrel00000145" } ] }, { - "@id": "urn:nrel_example/nrel00000116", + "@id": "urn:nrel_example/nrel00000295", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -76,22 +32,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000116" + "@value": "nrel00000295" } ] }, { - "@id": "urn:nrel_example/nrel00000149", + "@id": "urn:nrel_example/nrel00000151", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000211" - }, - { - "@id": "urn:nrel_example/nrel00000942" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -100,77 +48,79 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000149" + "@value": "nrel00000151" } ] }, { - "@id": "urn:nrel_example/nrel00000975", + "@id": "urn:nrel_example/nrel00000591", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000039" + }, { - "@value": "nrel00000975" + "@id": "urn:nrel_example/nrel00000416" + }, + { + "@id": "urn:nrel_example/nrel00000604" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000555", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000200" + }, + { + "@id": "urn:nrel_example/nrel00000306" + }, + { + "@id": "urn:nrel_example/nrel00001136" + }, + { + "@id": "urn:nrel_example/nrel00001226" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000933" + }, + { + "@id": "urn:nrel_example/nrel00001255" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000555" + "@value": "nrel00000591" } ] }, { - "@id": "urn:nrel_example/nrel00000036", + "@id": "urn:nrel_example/nrel00000741", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000463" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00001307" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000036" + "@value": "nrel00000741" } ] }, { - "@id": "urn:nrel_example/nrel00000255", + "@id": "urn:nrel_example/nrel00000776", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000397" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -179,325 +129,306 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000255" + "@value": "nrel00000776" } ] }, { - "@id": "urn:nrel_example/nrel00000176", + "@id": "urn:nrel_example/nrel00000029", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000176" + "@value": "nrel00000029" } ] }, { - "@id": "urn:nrel_example/nrel00000039", + "@id": "urn:nrel_example/nrel00001050", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001226" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000933" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000039" + "@value": "nrel00001050" } ] }, { - "@id": "urn:nrel_example/nrel00000358", + "@id": "urn:nrel_example/nrel00000527", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000358" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000607", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000607" + "@value": "nrel00000527" } ] }, { - "@id": "urn:nrel_example/nrel00000700", + "@id": "urn:nrel_example/nrel00001086", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000700" + "@value": "nrel00001086" } ] }, { - "@id": "urn:nrel_example/nrel00000435", + "@id": "urn:nrel_example/nrel00000209", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#FanCoilUnit" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000110" - }, - { - "@id": "urn:nrel_example/nrel00000142" - }, - { - "@id": "urn:nrel_example/nrel00000460" + "@id": "urn:nrel_example/nrel00000099" }, { - "@id": "urn:nrel_example/nrel00000849" + "@id": "urn:nrel_example/nrel00000135" }, { - "@id": "urn:nrel_example/nrel00000917" + "@id": "urn:nrel_example/nrel00000904" } ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000462" + "@id": "urn:nrel_example/nrel00000131" }, { - "@id": "urn:nrel_example/nrel00000948" + "@id": "urn:nrel_example/nrel00000355" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000048" + "@id": "urn:nrel_example/nrel00000392" }, { - "@id": "urn:nrel_example/nrel00000124" + "@id": "urn:nrel_example/nrel00000752" }, { - "@id": "urn:nrel_example/nrel00000641" + "@id": "urn:nrel_example/nrel00000805" + }, + { + "@id": "urn:nrel_example/nrel00001160" + }, + { + "@id": "urn:nrel_example/nrel00001233" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000435" + "@value": "nrel00000209" } ] }, { - "@id": "urn:nrel_example/nrel00000936", + "@id": "urn:nrel_example/nrel00000706", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000936" + "@value": "nrel00000706" } ] }, { - "@id": "urn:nrel_example/nrel00000341", + "@id": "urn:nrel_example/nrel00000173", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000341" + "@value": "nrel00000173" } ] }, { - "@id": "urn:nrel_example/nrel00000741", + "@id": "urn:nrel_example/nrel00000121", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:nrel_example/nrel00000463" + "@id": "urn:nrel_example/nrel00000941" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001307" + "@id": "urn:nrel_example/nrel00000071" + }, + { + "@id": "urn:nrel_example/nrel00000576" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000741" + "@value": "nrel00000121" } ] }, { - "@id": "urn:nrel_example/nrel00001228", + "@id": "urn:nrel_example/nrel00000690", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/ElectricPower" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000227" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001228" + "@value": "nrel00000690" } ] }, { - "@id": "urn:nrel_example/nrel00000062", + "@id": "urn:nrel_example/nrel00001095", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000514" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000913" + "@id": "urn:nrel_example/nrel00000668" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000601" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000793" + "@id": "urn:nrel_example/nrel00000046" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000062" + "@value": "nrel00001095" } ] }, { - "@id": "urn:nrel_example/nrel00000080", + "@id": "urn:nrel_example/nrel00000199", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000220" - }, - { - "@id": "urn:nrel_example/nrel00001105" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000005" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000319" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000080" + "@value": "nrel00000199" } ] }, { - "@id": "urn:nrel_example/nrel00001131", + "@id": "urn:nrel_example/nrel00000896", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000941" + "@id": "urn:nrel_example/nrel00001049" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000121" + "@id": "urn:nrel_example/nrel00000114" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000681" + "@id": "urn:nrel_example/nrel00000594" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001131" + "@value": "nrel00000896" } ] }, { - "@id": "urn:nrel_example/nrel00000317", + "@id": "urn:nrel_example/nrel00000374", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000001" + }, + { + "@id": "urn:nrel_example/nrel00000219" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -506,215 +437,160 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000317" + "@value": "nrel00000374" } ] }, { - "@id": "urn:nrel_example/nrel00001027", + "@id": "urn:nrel_example/nrel00001269", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:nrel_example/nrel00000122" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000206" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000537" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001027" + "@value": "nrel00001269" } ] }, { - "@id": "urn:nrel_example/nrel00000034", + "@id": "urn:nrel_example/nrel00000724", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000034" + "@value": "nrel00000724" } ] }, { - "@id": "urn:nrel_example/nrel00000524", + "@id": "urn:nrel_example/nrel00000720", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000967" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00000865" + "@id": "urn:nrel_example/nrel00000441" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000524" + "@value": "nrel00000720" } ] }, { - "@id": "urn:nrel_example/nrel00000628", + "@id": "urn:nrel_example/nrel00001294", "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000677" - }, - { - "@id": "urn:nrel_example/nrel00001262" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000632" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000716" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000628" + "@value": "nrel00001294" } ] }, { - "@id": "urn:nrel_example/nrel00001230", + "@id": "urn:nrel_example/nrel00000535", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000691" + }, + { + "@id": "urn:nrel_example/nrel00000699" } ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001230" + "@value": "nrel00000535" } ] }, { - "@id": "urn:nrel_example/nrel00000897", + "@id": "urn:nrel_example/nrel00000026", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000897" + "@value": "nrel00000026" } ] }, { - "@id": "urn:nrel_example/nrel00000361", + "@id": "urn:nrel_example/nrel00000120", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000313" - }, - { - "@id": "urn:nrel_example/nrel00000870" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000030" - }, - { - "@id": "urn:nrel_example/nrel00000704" - }, - { - "@id": "urn:nrel_example/nrel00001034" - }, - { - "@id": "urn:nrel_example/nrel00001264" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000325" - }, - { - "@id": "urn:nrel_example/nrel00000599" - }, - { - "@id": "urn:nrel_example/nrel00000719" - }, - { - "@id": "urn:nrel_example/nrel00000773" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001313" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000361" + "@value": "nrel00000120" } ] }, { - "@id": "urn:nrel_example/nrel00000835", + "@id": "urn:nrel_example/nrel00000739", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000835" + "@value": "nrel00000739" } ] }, { - "@id": "urn:nrel_example/nrel00000658", + "@id": "urn:nrel_example/nrel00000297", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -723,14 +599,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000658" + "@value": "nrel00000297" } ] }, { - "@id": "urn:nrel_example/nrel00000704", + "@id": "urn:nrel_example/nrel00001123", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -739,96 +615,121 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000704" + "@value": "nrel00001123" } ] }, { - "@id": "urn:nrel_example/nrel00000450", + "@id": "urn:nrel_example/nrel00000235", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000413" + }, { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000887" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000450" + "@id": "urn:nrel_example/nrel00001161" + }, + { + "@id": "urn:nrel_example/nrel00001311" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000490", - "@type": [ - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001020" + "@id": "urn:nrel_example/nrel00000231" }, { - "@id": "urn:nrel_example/nrel00001200" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000294" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000575" + }, + { + "@id": "urn:nrel_example/nrel00000766" + }, + { + "@id": "urn:nrel_example/nrel00000835" + }, + { + "@id": "urn:nrel_example/nrel00000951" + }, + { + "@id": "urn:nrel_example/nrel00001177" + }, + { + "@id": "urn:nrel_example/nrel00001202" + }, + { + "@id": "urn:nrel_example/nrel00001216" + }, + { + "@id": "urn:nrel_example/nrel00001281" + }, + { + "@id": "urn:nrel_example/nrel00001332" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000490" + "@value": "nrel00000235" } ] }, { - "@id": "urn:nrel_example/nrel00001064", + "@id": "urn:nrel_example/nrel00000718", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001064" + "@value": "nrel00000718" } ] }, { - "@id": "urn:nrel_example/nrel00000521", + "@id": "urn:nrel_example/nrel00000397", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000354" + "@id": "urn:nrel_example/nrel00000255" + }, + { + "@id": "urn:nrel_example/nrel00000908" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000139" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000521" + "@value": "nrel00000397" } ] }, { - "@id": "urn:nrel_example/nrel00000465", + "@id": "urn:nrel_example/nrel00000760", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -837,110 +738,112 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000465" + "@value": "nrel00000760" } ] }, { - "@id": "urn:nrel_example/nrel00000994", + "@id": "urn:nrel_example/nrel00000283", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000994" + "@value": "nrel00000283" } ] }, { - "@id": "urn:nrel_example/nrel00000352", + "@id": "urn:nrel_example/nrel00000709", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000352" + "@value": "nrel00000709" } ] }, { - "@id": "urn:nrel_example/nrel00000423", + "@id": "urn:nrel_example/nrel00000899", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000875" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000423" + "@value": "nrel00000899" } ] }, { - "@id": "urn:nrel_example/nrel00000589", + "@id": "urn:nrel_example/nrel00000379", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000240" - }, - { - "@id": "urn:nrel_example/nrel00000903" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000589" + "@value": "nrel00000379" } ] }, { - "@id": "urn:nrel_example/nrel00000695", + "@id": "urn:nrel_example/nrel00000686", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000967" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000176" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000695" + "@value": "nrel00000686" } ] }, { - "@id": "urn:nrel_example/nrel00001222", + "@id": "urn:nrel_example/nrel00001076", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -951,35 +854,35 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001222" + "@value": "nrel00001076" } ] }, { - "@id": "urn:nrel_example/nrel00000060", + "@id": "urn:nrel_example/nrel00000159", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000060" + "@value": "nrel00000159" } ] }, { - "@id": "urn:nrel_example/nrel00000462", + "@id": "urn:nrel_example/nrel00001265", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -988,276 +891,255 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000462" + "@value": "nrel00001265" } ] }, { - "@id": "urn:nrel_example/nrel00001133", + "@id": "urn:nrel_example/nrel00001234", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001133" + "@value": "nrel00001234" } ] }, { - "@id": "urn:nrel_example/nrel00000923", + "@id": "urn:nrel_example/nrel00001018", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000642" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "nrel00001018" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000444", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000067" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000923" + "@value": "nrel00000444" } ] }, { - "@id": "urn:nrel_example/nrel00000409", + "@id": "urn:nrel_example/nrel00000169", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000966" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000409" + "@value": "nrel00000169" } ] }, { - "@id": "urn:nrel_example/nrel00000492", + "@id": "urn:nrel_example/nrel00000702", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000492" + "@value": "nrel00000702" } ] }, { - "@id": "urn:nrel_example/nrel00000260", + "@id": "urn:nrel_example/nrel00001328", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000260" + "@value": "nrel00001328" } ] }, { - "@id": "urn:nrel_example/nrel00000581", + "@id": "urn:nrel_example/nrel00000905", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000223" + "@id": "urn:nrel_example/nrel00000444" }, { - "@id": "urn:nrel_example/nrel00000320" + "@id": "urn:nrel_example/nrel00000597" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000403" - }, - { - "@id": "urn:nrel_example/nrel00000850" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000581" + "@value": "nrel00000905" } ] }, { - "@id": "urn:nrel_example/nrel00000382", + "@id": "urn:nrel_example/nrel00000160", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "urn:nrel_example/nrel00000587" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000225" + }, + { + "@id": "urn:nrel_example/nrel00001286" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000382" + "@value": "nrel00000160" } ] }, { - "@id": "urn:nrel_example/nrel00000792", + "@id": "urn:nrel_example/nrel00000019", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000792" + "@value": "nrel00000019" } ] }, { - "@id": "urn:nrel_example/nrel00000649", + "@id": "urn:nrel_example/nrel00000811", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000364" - }, - { - "@id": "urn:nrel_example/nrel00000516" - }, - { - "@id": "urn:nrel_example/nrel00000893" - }, - { - "@id": "urn:nrel_example/nrel00001139" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000182" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001178" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000649" + "@value": "nrel00000811" } ] }, { - "@id": "urn:nrel_example/nrel00000067", + "@id": "urn:nrel_example/nrel00000920", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000638" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000412" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000067" + "@value": "nrel00000920" } ] }, { - "@id": "urn:nrel_example/nrel00000322", + "@id": "urn:nrel_example/nrel00001074", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001259" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000500" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001168" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000322" + "@value": "nrel00001074" } ] }, { - "@id": "urn:nrel_example/nrel00000408", + "@id": "urn:nrel_example/nrel00000786", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000408" + "@value": "nrel00000786" } ] }, { - "@id": "urn:nrel_example/nrel00001198", + "@id": "urn:nrel_example/nrel00000171", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000461" + "@id": "urn:nrel_example/nrel00000098" }, { - "@id": "urn:nrel_example/nrel00001166" + "@id": "urn:nrel_example/nrel00001207" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -1267,123 +1149,92 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001198" + "@value": "nrel00000171" } ] }, { - "@id": "urn:nrel_example/nrel00000935", + "@id": "urn:nrel_example/nrel00000087", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000935" + "@value": "nrel00000087" } ] }, { - "@id": "urn:nrel_example/nrel00000879", + "@id": "urn:nrel_example/nrel00001046", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000879" + "@value": "nrel00001046" } ] }, { - "@id": "urn:nrel_example/nrel00000738", + "@id": "urn:nrel_example/nrel00001275", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000738" + "@value": "nrel00001275" } ] }, { - "@id": "urn:nrel_example/nrel00001292", + "@id": "urn:nrel_example/nrel00000882", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001300" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000147" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001292" + "@value": "nrel00000882" } ] }, { - "@id": "urn:nrel_example/nrel00000631", + "@id": "urn:nrel_example/nrel00000850", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000138" - }, - { - "@id": "urn:nrel_example/nrel00001200" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000665" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001085" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000631" + "@value": "nrel00000850" } ] }, { - "@id": "urn:nrel_example/nrel00000212", + "@id": "urn:nrel_example/nrel00000844", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -1399,349 +1250,289 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000212" + "@value": "nrel00000844" } ] }, { - "@id": "urn:nrel_example/nrel00000636", + "@id": "urn:nrel_example/nrel00000358", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000636" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000787", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000080" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000859" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:nrel_example/nrel00000319" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000787" + "@value": "nrel00000358" } ] }, { - "@id": "urn:nrel_example/nrel00000277", + "@id": "urn:nrel_example/nrel00001088", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000277" + "@value": "nrel00001088" } ] }, { - "@id": "urn:nrel_example/nrel00000102", + "@id": "urn:nrel_example/nrel00000729", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000018" + }, { - "@value": "nrel00000102" + "@id": "urn:nrel_example/nrel00000619" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001181", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000737" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000023" + }, { - "@id": "urn:nrel_example/nrel00000915" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000060" + }, { - "@value": "nrel00001181" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000560", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:nrel_example/nrel00000201" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000232" + }, { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000614" + }, { - "@value": "nrel00000560" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001327", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:nrel_example/nrel00000843" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000878" + }, + { + "@id": "urn:nrel_example/nrel00000886" + }, + { + "@id": "urn:nrel_example/nrel00000926" + }, + { + "@id": "urn:nrel_example/nrel00001083" + }, + { + "@id": "urn:nrel_example/nrel00001146" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001327" + "@value": "nrel00000729" } ] }, { - "@id": "urn:nrel_example/nrel00000600", + "@id": "urn:nrel_example/nrel00000337", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000439" + "@id": "urn:nrel_example/nrel00000469" }, { - "@id": "urn:nrel_example/nrel00001049" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000509" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000847" + "@id": "urn:nrel_example/nrel00000119" }, { - "@id": "urn:nrel_example/nrel00001059" + "@id": "urn:nrel_example/nrel00000671" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000600" + "@value": "nrel00000337" } ] }, { - "@id": "urn:nrel_example/nrel00000940", + "@id": "urn:nrel_example/nrel00000781", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:nrel_example/nrel00000050" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000940" + "@value": "nrel00000781" } ] }, { - "@id": "urn:nrel_example/nrel00001179", + "@id": "urn:nrel_example/nrel00000599", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001179" + "@value": "nrel00000599" } ] }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus", + "@id": "urn:nrel_example/nrel00000870", "@type": [ - "http://data.ashrae.org/standard223#Class", - "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus", - "http://www.w3.org/ns/shacl#NodeShape" + "http://data.ashrae.org/standard223#Pump" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "EnumerationKind FlowStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "urn:nrel_example/nrel00000901" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind" + "@id": "urn:nrel_example/nrel00000975" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000471", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000177" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000279" + }, + { + "@id": "urn:nrel_example/nrel00000547" + }, + { + "@id": "urn:nrel_example/nrel00000863" + }, + { + "@id": "urn:nrel_example/nrel00000972" + }, + { + "@id": "urn:nrel_example/nrel00001045" + }, + { + "@id": "urn:nrel_example/nrel00001053" + }, + { + "@id": "urn:nrel_example/nrel00001175" + }, + { + "@id": "urn:nrel_example/nrel00001253" + }, + { + "@id": "urn:nrel_example/nrel00001310" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000471" + "@value": "nrel00000870" } ] }, { - "@id": "urn:nrel_example/nrel00000818", + "@id": "urn:nrel_example/nrel00001092", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000221" + "@id": "urn:nrel_example/nrel00000539" }, { - "@id": "urn:nrel_example/nrel00001086" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000763" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000739" + "@id": "urn:nrel_example/nrel00000436" }, { - "@id": "urn:nrel_example/nrel00001130" + "@id": "urn:nrel_example/nrel00001225" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000818" + "@value": "nrel00001092" } ] }, { - "@id": "urn:nrel_example/nrel00000165", + "@id": "urn:nrel_example/nrel00000835", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000165" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000059", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000059" + "@value": "nrel00000835" } ] }, { - "@id": "urn:nrel_example/nrel00000617", + "@id": "urn:nrel_example/nrel00000609", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000617" + "@value": "nrel00000609" } ] }, { - "@id": "urn:nrel_example/nrel00001137", + "@id": "urn:nrel_example/nrel00001251", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -1750,197 +1541,160 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001137" + "@value": "nrel00001251" } ] }, { - "@id": "urn:nrel_example/nrel00000444", + "@id": "urn:nrel_example/nrel00000348", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/RelativeHumidity" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000444" + "@value": "nrel00000348" } ] }, { - "@id": "urn:nrel_example/nrel00000469", + "@id": "urn:nrel_example/nrel00001301", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000469" + "@value": "nrel00001301" } ] }, { - "@id": "urn:nrel_example/nrel00000001", + "@id": "urn:nrel_example/nrel00000206", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000001" + "@value": "nrel00000206" } ] }, { - "@id": "urn:nrel_example/nrel00000979", + "@id": "urn:nrel_example/nrel00000122", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000074" + }, { - "@value": "nrel00000979" + "@id": "urn:nrel_example/nrel00000781" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001311", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "nrel00001311" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000364", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000335" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001167" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000364" + "@value": "nrel00000122" } ] }, { - "@id": "urn:nrel_example/nrel00000346", + "@id": "urn:nrel_example/nrel00000005", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000439" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000873" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "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_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000346" + "@value": "nrel00000005" } ] }, { - "@id": "urn:nrel_example/nrel00000580", + "@id": "urn:nrel_example/nrel00000644", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000337" - }, - { - "@id": "urn:nrel_example/nrel00000741" - }, - { - "@id": "urn:nrel_example/nrel00001190" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000229" - }, - { - "@id": "urn:nrel_example/nrel00000389" - }, - { - "@id": "urn:nrel_example/nrel00000463" - }, - { - "@id": "urn:nrel_example/nrel00000756" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000968" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001307" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000580" + "@value": "nrel00000644" } ] }, { - "@id": "urn:nrel_example/nrel00000092", + "@id": "urn:nrel_example/nrel00000537", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000017" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000275" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000092" + "@value": "nrel00000537" } ] }, { - "@id": "urn:nrel_example/nrel00000961", + "@id": "urn:nrel_example/nrel00000211", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -1951,95 +1705,67 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000961" + "@value": "nrel00000211" } ] }, { - "@id": "urn:nrel_example/nrel00000163", + "@id": "urn:nrel_example/nrel00000922", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000163" + "@value": "nrel00000922" } ] }, { - "@id": "urn:nrel_example/nrel00000381", + "@id": "urn:nrel_example/nrel00000166", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000049" - }, - { - "@id": "urn:nrel_example/nrel00000582" - }, - { - "@id": "urn:nrel_example/nrel00000657" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000165" - }, - { - "@id": "urn:nrel_example/nrel00001040" - }, - { - "@id": "urn:nrel_example/nrel00001074" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001279" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000175" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000571" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000381" + "@value": "nrel00000166" } ] }, { - "@id": "urn:nrel_example/nrel00000826", + "@id": "urn:nrel_example/nrel00000767", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000826" + "@value": "nrel00000767" } ] }, { - "@id": "urn:nrel_example/nrel00000220", + "@id": "urn:nrel_example/nrel00000588", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -2048,131 +1774,138 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000220" + "@value": "nrel00000588" } ] }, { - "@id": "urn:nrel_example/nrel00000241", + "@id": "urn:nrel_example/nrel00001019", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000631" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000274" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001283" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000241" + "@value": "nrel00001019" } ] }, { - "@id": "urn:nrel_example/nrel00000886", + "@id": "urn:nrel_example/nrel00001184", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000886" + "@value": "nrel00001184" } ] }, { - "@id": "urn:nrel_example/nrel00000520", + "@id": "urn:nrel_example/nrel00001324", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000520" + "@value": "nrel00001324" } ] }, { - "@id": "urn:nrel_example/nrel00001060", + "@id": "urn:nrel_example/nrel00000144", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Energy" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001060" + "@value": "nrel00000144" } ] }, { - "@id": "urn:nrel_example/nrel00000227", + "@id": "urn:nrel_example/nrel00000109", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/RelativeHumidity" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000227" + "@value": "nrel00000109" } ] }, { - "@id": "urn:nrel_example/nrel00000213", + "@id": "urn:nrel_example/nrel00001118", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000213" + "@value": "nrel00001118" } ] }, { - "@id": "urn:nrel_example/nrel00000727", + "@id": "urn:nrel_example/nrel00001167", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -2188,491 +1921,463 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000727" + "@value": "nrel00001167" } ] }, { - "@id": "urn:nrel_example/nrel00000150", + "@id": "urn:nrel_example/nrel00000971", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000150" + "@value": "nrel00000971" } ] }, { - "@id": "urn:nrel_example/nrel00000670", + "@id": "urn:nrel_example/nrel00000310", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000670" + "@value": "nrel00000310" } ] }, { - "@id": "urn:nrel_example/nrel00000952", + "@id": "urn:nrel_example/nrel00000219", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000952" + "@value": "nrel00000219" } ] }, { - "@id": "urn:nrel_example/nrel00000880", + "@id": "urn:nrel_example/nrel00000851", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000880" + "@value": "nrel00000851" } ] }, { - "@id": "urn:nrel_example/nrel00000736", + "@id": "urn:nrel_example/nrel00000629", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Pump" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000045" + "@id": "urn:nrel_example/nrel00000318" }, { - "@id": "urn:nrel_example/nrel00000162" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000393" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001014" + "@id": "urn:nrel_example/nrel00000105" }, { - "@id": "urn:nrel_example/nrel00001295" + "@id": "urn:nrel_example/nrel00000128" + }, + { + "@id": "urn:nrel_example/nrel00000218" + }, + { + "@id": "urn:nrel_example/nrel00000398" + }, + { + "@id": "urn:nrel_example/nrel00000519" + }, + { + "@id": "urn:nrel_example/nrel00000528" + }, + { + "@id": "urn:nrel_example/nrel00000540" + }, + { + "@id": "urn:nrel_example/nrel00000548" + }, + { + "@id": "urn:nrel_example/nrel00000702" + }, + { + "@id": "urn:nrel_example/nrel00001140" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000736" + "@value": "nrel00000629" } ] }, { - "@id": "urn:nrel_example/nrel00001104", + "@id": "urn:nrel_example/nrel00001102", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001104" + "@value": "nrel00001102" } ] }, { - "@id": "urn:nrel_example/nrel00000251", + "@id": "urn:nrel_example/nrel00000106", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000251" + "@value": "nrel00000106" } ] }, { - "@id": "urn:nrel_example/nrel00000697", + "@id": "urn:nrel_example/nrel00000957", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000697" + "@value": "nrel00000957" } ] }, { - "@id": "urn:nrel_example/nrel00001246", + "@id": "urn:nrel_example/nrel00000802", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001246" + "@value": "nrel00000802" } ] }, { - "@id": "urn:nrel_example/nrel00000018", + "@id": "urn:nrel_example/nrel00000076", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00001047" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000018" + "@value": "nrel00000076" } ] }, { - "@id": "urn:nrel_example/nrel00000918", + "@id": "urn:nrel_example/nrel00001032", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000918" + "@value": "nrel00001032" } ] }, { - "@id": "urn:nrel_example/nrel00001028", + "@id": "urn:nrel_example/nrel00000170", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001028" + "@value": "nrel00000170" } ] }, { - "@id": "urn:nrel_example/nrel00001189", + "@id": "urn:nrel_example/nrel00000073", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000961" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000332" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001189" + "@value": "nrel00000073" } ] }, { - "@id": "urn:nrel_example/nrel00000235", + "@id": "urn:nrel_example/nrel00001154", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000413" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000887" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00001161" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001311" + "@value": "nrel00001154" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000149", + "@type": [ + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000231" - }, - { - "@id": "urn:nrel_example/nrel00000294" - }, - { - "@id": "urn:nrel_example/nrel00000575" - }, - { - "@id": "urn:nrel_example/nrel00000766" - }, - { - "@id": "urn:nrel_example/nrel00000835" - }, - { - "@id": "urn:nrel_example/nrel00000951" - }, - { - "@id": "urn:nrel_example/nrel00001177" - }, - { - "@id": "urn:nrel_example/nrel00001202" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00001216" + "@id": "urn:nrel_example/nrel00000211" }, { - "@id": "urn:nrel_example/nrel00001281" - }, + "@id": "urn:nrel_example/nrel00000942" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001332" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000235" + "@value": "nrel00000149" } ] }, { - "@id": "urn:nrel_example/nrel00000281", + "@id": "urn:nrel_example/nrel00000788", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000281" + "@value": "nrel00000788" } ] }, { - "@id": "urn:nrel_example/nrel00000883", + "@id": "urn:nrel_example/nrel00000912", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000883" + "@value": "nrel00000912" } ] }, { - "@id": "urn:nrel_example/nrel00000754", + "@id": "urn:nrel_example/nrel00001111", "@type": [ - "http://data.ashrae.org/standard223#Pump" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000376" - }, - { - "@id": "urn:nrel_example/nrel00000712" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000044" - }, - { - "@id": "urn:nrel_example/nrel00000180" - }, - { - "@id": "urn:nrel_example/nrel00000310" - }, - { - "@id": "urn:nrel_example/nrel00000370" - }, - { - "@id": "urn:nrel_example/nrel00000377" - }, - { - "@id": "urn:nrel_example/nrel00000639" - }, - { - "@id": "urn:nrel_example/nrel00000868" - }, - { - "@id": "urn:nrel_example/nrel00000997" - }, - { - "@id": "urn:nrel_example/nrel00001010" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001257" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000754" + "@value": "nrel00001111" } ] }, { - "@id": "urn:nrel_example/nrel00000487", + "@id": "urn:nrel_example/nrel00001320", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000792" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000464" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000825" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000487" + "@value": "nrel00001320" } ] }, { - "@id": "urn:nrel_example/nrel00000345", + "@id": "urn:nrel_example/nrel00000436", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000345" + "@value": "nrel00000436" } ] }, { - "@id": "urn:nrel_example/nrel00000387", + "@id": "urn:nrel_example/nrel00001193", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000387" + "@value": "nrel00001193" } ] }, { - "@id": "urn:nrel_example/nrel00000210", + "@id": "urn:nrel_example/nrel00000043", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000210" + "@value": "nrel00000043" } ] }, { - "@id": "urn:nrel_example/nrel00001332", + "@id": "urn:nrel_example/nrel00000383", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "urn:nrel_example/nrel00000430" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "urn:nrel_example/nrel00000795" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001332" + "@value": "nrel00000383" } ] }, { - "@id": "urn:nrel_example/nrel00000157", + "@id": "urn:nrel_example/nrel00001247", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -2688,138 +2393,146 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000157" + "@value": "nrel00001247" } ] }, { - "@id": "urn:nrel_example/nrel00001072", + "@id": "urn:nrel_example/nrel00000925", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000441" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000118" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001072" + "@value": "nrel00000925" } ] }, { - "@id": "urn:nrel_example/nrel00000805", + "@id": "urn:nrel_example/nrel00000361", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000313" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "urn:nrel_example/nrel00000870" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000805" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001295", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:nrel_example/nrel00000030" + }, { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "urn:nrel_example/nrel00000704" + }, + { + "@id": "urn:nrel_example/nrel00001034" + }, + { + "@id": "urn:nrel_example/nrel00001264" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "urn:nrel_example/nrel00000325" + }, + { + "@id": "urn:nrel_example/nrel00000599" + }, + { + "@id": "urn:nrel_example/nrel00000719" + }, + { + "@id": "urn:nrel_example/nrel00000773" + }, + { + "@id": "urn:nrel_example/nrel00001313" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001295" + "@value": "nrel00000361" } ] }, { - "@id": "urn:nrel_example/nrel00000483", + "@id": "urn:nrel_example/nrel00001165", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:nrel_example/nrel00000862" + "@id": "urn:nrel_example/nrel00001267" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000464" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000567" + }, { - "@id": "urn:nrel_example/nrel00001134" + "@id": "urn:nrel_example/nrel00000637" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000483" + "@value": "nrel00001165" } ] }, { - "@id": "urn:nrel_example/nrel00000767", + "@id": "urn:nrel_example/nrel00000451", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000767" + "@value": "nrel00000451" } ] }, { - "@id": "urn:nrel_example/nrel00000708", + "@id": "urn:nrel_example/nrel00001287", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000939" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000345" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000866" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000708" + "@value": "nrel00001287" } ] }, { - "@id": "urn:nrel_example/nrel00000634", + "@id": "urn:nrel_example/nrel00001248", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -2828,177 +2541,169 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000634" + "@value": "nrel00001248" } ] }, { - "@id": "urn:nrel_example/nrel00000496", + "@id": "urn:nrel_example/nrel00000127", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000970" + "@id": "urn:nrel_example/nrel00000631" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000241" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001272" + "@id": "urn:nrel_example/nrel00001085" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000496" + "@value": "nrel00000127" } ] }, { - "@id": "urn:nrel_example/nrel00000657", + "@id": "urn:nrel_example/nrel00000582", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000779" - }, - { - "@id": "urn:nrel_example/nrel00000912" + "@id": "urn:nrel_example/nrel00001040" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000767" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001133" + "@id": "urn:nrel_example/nrel00000571" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000657" + "@value": "nrel00000582" } ] }, { - "@id": "urn:nrel_example/nrel00000663", + "@id": "urn:nrel_example/nrel00000828", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "nrel00000663" + "@id": "urn:nrel_example/nrel00000251" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001211", - "@type": [ - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000406" - }, + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000574" + "@id": "urn:nrel_example/nrel00000121" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000071" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001211" + "@value": "nrel00000828" } ] }, { - "@id": "urn:nrel_example/nrel00000170", + "@id": "urn:nrel_example/nrel00001083", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000170" + "@value": "nrel00001083" } ] }, { - "@id": "urn:nrel_example/nrel00000914", + "@id": "urn:nrel_example/nrel00001057", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000914" + "@value": "nrel00001057" } ] }, { - "@id": "urn:nrel_example/nrel00000605", + "@id": "urn:nrel_example/nrel00000972", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000151" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001229" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], - "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/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000605" + "@value": "nrel00000972" } ] }, { - "@id": "urn:nrel_example/nrel00001208", + "@id": "urn:nrel_example/nrel00000101", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000736" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000969" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001014" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001208" + "@value": "nrel00000101" } ] }, { - "@id": "urn:nrel_example/nrel00000947", + "@id": "urn:nrel_example/nrel00001189", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -3009,132 +2714,186 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000947" + "@value": "nrel00001189" } ] }, { - "@id": "urn:nrel_example/nrel00000413", + "@id": "urn:nrel_example/nrel00001198", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000927" + "@id": "urn:nrel_example/nrel00000461" }, { - "@id": "urn:nrel_example/nrel00000950" + "@id": "urn:nrel_example/nrel00001166" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000013" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000103" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000413" + "@value": "nrel00001198" } ] }, { - "@id": "urn:nrel_example/nrel00000744", + "@id": "urn:nrel_example/nrel00000392", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000744" + "@value": "nrel00000392" } ] }, { - "@id": "urn:nrel_example/nrel00000337", + "@id": "urn:nrel_example/nrel00000435", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#TerminalUnit" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:nrel_example/nrel00000110" + }, + { + "@id": "urn:nrel_example/nrel00000142" + }, + { + "@id": "urn:nrel_example/nrel00000460" + }, + { + "@id": "urn:nrel_example/nrel00000849" + }, + { + "@id": "urn:nrel_example/nrel00000917" + } ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000469" + "@id": "urn:nrel_example/nrel00000462" }, { - "@id": "urn:nrel_example/nrel00000509" + "@id": "urn:nrel_example/nrel00000948" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000119" + "@id": "urn:nrel_example/nrel00000048" }, { - "@id": "urn:nrel_example/nrel00000671" + "@id": "urn:nrel_example/nrel00000124" + }, + { + "@id": "urn:nrel_example/nrel00000641" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000337" + "@value": "nrel00000435" } ] }, { - "@id": "urn:nrel_example/nrel00001095", + "@id": "urn:nrel_example/nrel00000596", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000668" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000046" + "@value": "nrel00000596" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000287", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001095" + "@value": "nrel00000287" } ] }, { - "@id": "urn:nrel_example/nrel00000902", + "@id": "urn:nrel_example/nrel00000061", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000100" + "@id": "urn:nrel_example/nrel00000062" }, { - "@id": "urn:nrel_example/nrel00000775" + "@id": "urn:nrel_example/nrel00001199" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000240" + }, + { + "@id": "urn:nrel_example/nrel00000586" + }, + { + "@id": "urn:nrel_example/nrel00000964" + }, + { + "@id": "urn:nrel_example/nrel00001268" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000498" + }, + { + "@id": "urn:nrel_example/nrel00000529" + }, + { + "@id": "urn:nrel_example/nrel00000718" + }, + { + "@id": "urn:nrel_example/nrel00001158" + }, + { + "@id": "urn:nrel_example/nrel00001261" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000902" + "@value": "nrel00000061" } ] }, { - "@id": "urn:nrel_example/nrel00001066", + "@id": "urn:nrel_example/nrel00000750", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -3150,243 +2909,253 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001066" + "@value": "nrel00000750" } ] }, { - "@id": "urn:nrel_example/nrel00000549", + "@id": "urn:nrel_example/nrel00000411", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000050" - }, - { - "@id": "urn:nrel_example/nrel00000760" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000549" + "@value": "nrel00000411" } ] }, { - "@id": "urn:nrel_example/nrel00000290", + "@id": "urn:nrel_example/nrel00000567", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000290" + "@value": "nrel00000567" } ] }, { - "@id": "urn:nrel_example/nrel00000720", + "@id": "urn:nrel_example/nrel00001107", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:nrel_example/nrel00000441" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000720" + "@value": "nrel00001107" } ] }, { - "@id": "urn:nrel_example/nrel00000218", + "@id": "urn:nrel_example/nrel00000080", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "urn:nrel_example/nrel00000220" + }, + { + "@id": "urn:nrel_example/nrel00001105" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000005" + }, + { + "@id": "urn:nrel_example/nrel00000319" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000218" + "@value": "nrel00000080" } ] }, { - "@id": "urn:nrel_example/nrel00000013", + "@id": "urn:nrel_example/nrel00000433", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000013" + "@value": "nrel00000433" } ] }, { - "@id": "urn:nrel_example/nrel00000046", + "@id": "urn:nrel_example/nrel00000138", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000046" + "@value": "nrel00000138" } ] }, { - "@id": "urn:nrel_example/nrel00001260", + "@id": "urn:nrel_example/nrel00001268", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001260" + "@value": "nrel00001268" } ] }, { - "@id": "urn:nrel_example/nrel00001221", + "@id": "urn:nrel_example/nrel00001163", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001221" + "@value": "nrel00001163" } ] }, { - "@id": "urn:nrel_example/nrel00000503", + "@id": "urn:nrel_example/nrel00000496", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000649" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000553" + "@id": "urn:nrel_example/nrel00000970" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001178" + "@id": "urn:nrel_example/nrel00001272" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000503" + "@value": "nrel00000496" } ] }, { - "@id": "urn:nrel_example/nrel00000383", + "@id": "urn:nrel_example/nrel00000231", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000430" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000795" + "@value": "nrel00000231" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000385", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000383" + "@value": "nrel00000385" } ] }, { - "@id": "urn:nrel_example/nrel00000773", + "@id": "urn:nrel_example/nrel00001231", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000366" + }, + { + "@id": "urn:nrel_example/nrel00000655" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000695" + }, + { + "@id": "urn:nrel_example/nrel00001271" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000773" + "@value": "nrel00001231" } ] }, { - "@id": "urn:nrel_example/nrel00001023", + "@id": "urn:nrel_example/nrel00000265", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -3395,114 +3164,137 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001023" + "@value": "nrel00000265" } ] }, { - "@id": "urn:nrel_example/nrel00000445", + "@id": "urn:nrel_example/nrel00000625", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000445" + "@value": "nrel00000625" } ] }, { - "@id": "urn:nrel_example/nrel00001012", + "@id": "urn:nrel_example/nrel00000493", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001299" + "@id": "urn:nrel_example/nrel00000587" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000160" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000166" + "@id": "urn:nrel_example/nrel00000844" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001012" + "@value": "nrel00000493" } ] }, { - "@id": "urn:nrel_example/nrel00001067", + "@id": "urn:nrel_example/nrel00000405", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001067" + "@value": "nrel00000405" } ] }, { - "@id": "urn:nrel_example/nrel00000858", + "@id": "urn:nrel_example/nrel00001169", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000635" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000858" + "@value": "nrel00001169" } ] }, { - "@id": "urn:nrel_example/nrel00000584", + "@id": "urn:nrel_example/nrel00000381", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000049" + }, + { + "@id": "urn:nrel_example/nrel00000582" + }, + { + "@id": "urn:nrel_example/nrel00000657" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000165" + }, + { + "@id": "urn:nrel_example/nrel00001040" + }, + { + "@id": "urn:nrel_example/nrel00001074" + }, + { + "@id": "urn:nrel_example/nrel00001279" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000175" + }, + { + "@id": "urn:nrel_example/nrel00000571" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000584" + "@value": "nrel00000381" } ] }, { - "@id": "urn:nrel_example/nrel00001270", + "@id": "urn:nrel_example/nrel00000015", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -3511,155 +3303,158 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001270" + "@value": "nrel00000015" } ] }, { - "@id": "urn:nrel_example/nrel00000857", + "@id": "urn:nrel_example/nrel00000051", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000857" + "@value": "nrel00000051" } ] }, { - "@id": "urn:nrel_example/nrel00001019", + "@id": "urn:nrel_example/nrel00000204", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001019" + "@value": "nrel00000204" } ] }, { - "@id": "urn:nrel_example/nrel00000079", + "@id": "urn:nrel_example/nrel00001089", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#HeatRecoveryCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000351" + }, { - "@value": "nrel00000079" + "@id": "urn:nrel_example/nrel00000618" + }, + { + "@id": "urn:nrel_example/nrel00000821" + }, + { + "@id": "urn:nrel_example/nrel00001304" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000762", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000315" + }, + { + "@id": "urn:nrel_example/nrel00000368" + }, + { + "@id": "urn:nrel_example/nrel00000431" + }, + { + "@id": "urn:nrel_example/nrel00000488" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000762" + "@value": "nrel00001089" } ] }, { - "@id": "urn:nrel_example/nrel00000407", + "@id": "urn:nrel_example/nrel00000915", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000407" + "@value": "nrel00000915" } ] }, { - "@id": "urn:nrel_example/nrel00001199", + "@id": "urn:nrel_example/nrel00000960", "@type": [ - "http://data.ashrae.org/standard223#Pump" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000096" - }, - { - "@id": "urn:nrel_example/nrel00001032" - } + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000056" + "@id": "urn:nrel_example/nrel00000192" }, { - "@id": "urn:nrel_example/nrel00000242" + "@id": "urn:nrel_example/nrel00000494" }, { - "@id": "urn:nrel_example/nrel00000277" + "@id": "urn:nrel_example/nrel00000531" }, { - "@id": "urn:nrel_example/nrel00000289" + "@id": "urn:nrel_example/nrel00000747" }, { - "@id": "urn:nrel_example/nrel00000452" - }, + "@id": "urn:nrel_example/nrel00001008" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000559" + "@id": "urn:nrel_example/nrel00000635" }, { - "@id": "urn:nrel_example/nrel00000929" - }, + "@id": "urn:nrel_example/nrel00001023" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001028" + "@id": "urn:nrel_example/nrel00000081" }, { - "@id": "urn:nrel_example/nrel00001066" + "@id": "urn:nrel_example/nrel00000710" }, { - "@id": "urn:nrel_example/nrel00001224" + "@id": "urn:nrel_example/nrel00001138" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001199" + "@value": "nrel00000960" } ] }, { - "@id": "urn:nrel_example/nrel00000399", + "@id": "urn:nrel_example/nrel00000190", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -3668,117 +3463,107 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000399" + "@value": "nrel00000190" } ] }, { - "@id": "urn:nrel_example/nrel00000054", + "@id": "urn:nrel_example/nrel00001065", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000054" + "@value": "nrel00001065" } ] }, { - "@id": "urn:nrel_example/nrel00000237", + "@id": "urn:nrel_example/nrel00000357", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000237" + "@value": "nrel00000357" } ] }, { - "@id": "urn:nrel_example/nrel00000896", + "@id": "urn:nrel_example/nrel00000244", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001049" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000114" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000594" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000896" + "@value": "nrel00000244" } ] }, { - "@id": "urn:nrel_example/nrel00000610", + "@id": "urn:nrel_example/nrel00001309", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000610" + "@value": "nrel00001309" } ] }, { - "@id": "urn:nrel_example/nrel00000843", + "@id": "urn:nrel_example/nrel00000656", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000736" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000969" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001295" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000843" + "@value": "nrel00000656" } ] }, { - "@id": "urn:nrel_example/nrel00000380", + "@id": "urn:nrel_example/nrel00001056", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -3787,363 +3572,409 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00001265" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000380" + "@value": "nrel00001056" } ] }, { - "@id": "urn:nrel_example/nrel00000565", + "@id": "urn:nrel_example/nrel00000548", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000565" + "@value": "nrel00000548" } ] }, { - "@id": "urn:nrel_example/nrel00000733", + "@id": "urn:nrel_example/nrel00001298", "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000949" - }, - { - "@id": "urn:nrel_example/nrel00001057" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000357" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001017" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000733" + "@value": "nrel00001298" } ] }, { - "@id": "urn:nrel_example/nrel00000693", + "@id": "urn:nrel_example/nrel00000399", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001194" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000373" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000693" + "@value": "nrel00000399" } ] }, { - "@id": "urn:nrel_example/nrel00000094", + "@id": "urn:nrel_example/nrel00001302", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000094" + "@value": "nrel00001302" } ] }, { - "@id": "urn:nrel_example/nrel00000764", + "@id": "urn:nrel_example/nrel00000762", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000764" + "@value": "nrel00000762" } ] }, { - "@id": "urn:nrel_example/nrel00000086", + "@id": "urn:nrel_example/nrel00000940", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000050" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000086" + "@value": "nrel00000940" } ] }, { - "@id": "urn:nrel_example/nrel00000333", + "@id": "urn:nrel_example/nrel00000324", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000961" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000064" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000333" + "@value": "nrel00000324" } ] }, { - "@id": "urn:nrel_example/nrel00000572", + "@id": "urn:nrel_example/nrel00000492", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000572" + "@value": "nrel00000492" } ] }, { - "@id": "urn:nrel_example/nrel00000339", + "@id": "urn:nrel_example/nrel00000048", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000339" + "@value": "nrel00000048" } ] }, { - "@id": "urn:nrel_example/nrel00000388", + "@id": "urn:nrel_example/nrel00001119", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000703" + }, { - "@value": "nrel00000388" + "@id": "urn:nrel_example/nrel00001078" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001315", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000441" + "@id": "urn:nrel_example/nrel00000406" + }, + { + "@id": "urn:nrel_example/nrel00001077" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000132" + "@id": "urn:nrel_example/nrel00000072" + }, + { + "@id": "urn:nrel_example/nrel00000116" + }, + { + "@id": "urn:nrel_example/nrel00000126" + }, + { + "@id": "urn:nrel_example/nrel00000164" + }, + { + "@id": "urn:nrel_example/nrel00000272" + }, + { + "@id": "urn:nrel_example/nrel00000401" + }, + { + "@id": "urn:nrel_example/nrel00000558" + }, + { + "@id": "urn:nrel_example/nrel00000616" + }, + { + "@id": "urn:nrel_example/nrel00000670" + }, + { + "@id": "urn:nrel_example/nrel00000935" + }, + { + "@id": "urn:nrel_example/nrel00001127" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001315" + "@value": "nrel00001119" } ] }, { - "@id": "urn:nrel_example/nrel00000753", + "@id": "urn:nrel_example/nrel00000722", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000753" + "@value": "nrel00000722" } ] }, { - "@id": "urn:nrel_example/nrel00000174", + "@id": "urn:nrel_example/nrel00001143", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000512" + }, + { + "@id": "urn:nrel_example/nrel00001193" } ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000174" + "@value": "nrel00001143" } ] }, { - "@id": "urn:nrel_example/nrel00001212", + "@id": "urn:nrel_example/nrel00000055", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000079" + }, + { + "@id": "urn:nrel_example/nrel00000222" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000016" + }, + { + "@id": "urn:nrel_example/nrel00000037" + }, + { + "@id": "urn:nrel_example/nrel00000156" + }, + { + "@id": "urn:nrel_example/nrel00000195" + }, + { + "@id": "urn:nrel_example/nrel00000234" + }, + { + "@id": "urn:nrel_example/nrel00000479" + }, + { + "@id": "urn:nrel_example/nrel00000922" + }, + { + "@id": "urn:nrel_example/nrel00001073" + }, + { + "@id": "urn:nrel_example/nrel00001128" + }, + { + "@id": "urn:nrel_example/nrel00001173" + }, + { + "@id": "urn:nrel_example/nrel00001214" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001212" + "@value": "nrel00000055" } ] }, { - "@id": "urn:nrel_example/nrel00000970", + "@id": "urn:nrel_example/nrel00001227", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000970" + "@value": "nrel00001227" } ] }, { - "@id": "urn:nrel_example/nrel00001097", + "@id": "urn:nrel_example/nrel00001196", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001097" + "@value": "nrel00001196" } ] }, { - "@id": "urn:nrel_example/nrel00001082", + "@id": "urn:nrel_example/nrel00000161", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001082" + "@value": "nrel00000161" } ] }, { - "@id": "urn:nrel_example/nrel00000793", + "@id": "urn:nrel_example/nrel00001258", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000120" + }, + { + "@id": "urn:nrel_example/nrel00000415" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000349" + }, + { + "@id": "urn:nrel_example/nrel00000644" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000793" + "@value": "nrel00001258" } ] }, { - "@id": "urn:nrel_example/nrel00001109", + "@id": "urn:nrel_example/nrel00000773", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -4159,84 +3990,65 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001109" + "@value": "nrel00000773" } ] }, { - "@id": "urn:nrel_example/nrel00000087", + "@id": "urn:nrel_example/nrel00001195", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#Valve" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000087" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000114", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ + "@id": "urn:nrel_example/nrel00000798" + }, { - "@id": "urn:nrel_example/nrel00000600" + "@id": "urn:nrel_example/nrel00000888" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000477" + "@id": "urn:nrel_example/nrel00000910" }, { - "@id": "urn:nrel_example/nrel00000594" + "@id": "urn:nrel_example/nrel00001227" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000114" + "@value": "nrel00001195" } ] }, { - "@id": "urn:nrel_example/nrel00000951", + "@id": "urn:nrel_example/nrel00000322", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001259" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00000951" + "@id": "urn:nrel_example/nrel00000500" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001202", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001168" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001202" + "@value": "nrel00000322" } ] }, { - "@id": "urn:nrel_example/nrel00000570", + "@id": "urn:nrel_example/nrel00000482", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -4247,335 +4059,258 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000570" + "@value": "nrel00000482" } ] }, { - "@id": "urn:nrel_example/nrel00000577", + "@id": "urn:nrel_example/nrel00000409", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000891" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "urn:nrel_example/nrel00000687" + "@id": "urn:nrel_example/nrel00000966" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000577" + "@value": "nrel00000409" } ] }, { - "@id": "urn:nrel_example/nrel00001277", + "@id": "urn:nrel_example/nrel00000021", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001080" - }, + "@id": "urn:nrel_example/nrel00000339" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001123" + "@id": "urn:nrel_example/nrel00001165" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000637" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001277" + "@value": "nrel00000021" } ] }, { - "@id": "urn:nrel_example/nrel00001195", + "@id": "urn:nrel_example/nrel00000740", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000798" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000888" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000910" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001227" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001195" + "@value": "nrel00000740" } ] }, { - "@id": "urn:nrel_example/nrel00000033", + "@id": "urn:nrel_example/nrel00001063", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000033" + "@value": "nrel00001063" } ] }, { - "@id": "urn:nrel_example/nrel00000282", + "@id": "urn:nrel_example/nrel00000220", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:nrel_example/nrel00000966" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000091" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000113" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000282" + "@value": "nrel00000220" } ] }, { - "@id": "urn:nrel_example/nrel00001038", + "@id": "urn:nrel_example/nrel00000667", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000676" + "@id": "urn:nrel_example/nrel00000207" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000203" + "@id": "urn:nrel_example/nrel00000443" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001038" + "@value": "nrel00000667" } ] }, { - "@id": "urn:nrel_example/nrel00001166", + "@id": "urn:nrel_example/nrel00000585", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001198" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001166" + "@value": "nrel00000585" } ] }, { - "@id": "urn:nrel_example/nrel00000430", + "@id": "urn:nrel_example/nrel00001171", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000430" + "@value": "nrel00001171" } ] }, { - "@id": "urn:nrel_example/nrel00000286", + "@id": "urn:nrel_example/nrel00000028", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000286" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000093", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000093" + "@value": "nrel00000028" } ] }, { - "@id": "urn:nrel_example/nrel00000137", + "@id": "urn:nrel_example/nrel00000112", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000810" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000407" + }, { - "@id": "urn:nrel_example/nrel00000623" + "@id": "urn:nrel_example/nrel00000621" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "nrel00000137" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000574", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:nrel_example/nrel00000316" + }, { - "@id": "urn:nrel_example/nrel00001211" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000455" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000506" + }, { - "@value": "nrel00000574" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000019", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000536" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000583" + }, { - "@value": "nrel00000019" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001304", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000666" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000721" + }, { - "@value": "nrel00001304" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000190", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000764" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000851" + }, + { + "@id": "urn:nrel_example/nrel00001103" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000190" + "@value": "nrel00000112" } ] }, { - "@id": "urn:nrel_example/nrel00000721", + "@id": "urn:nrel_example/nrel00000562", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000721" + "@value": "nrel00000562" } ] }, { - "@id": "urn:nrel_example/nrel00000474", + "@id": "urn:nrel_example/nrel00000134", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -4586,82 +4321,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000474" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000096", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000096" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000888", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000888" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000801", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000801" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000824", - "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000386" - }, - { - "@id": "urn:nrel_example/nrel00000532" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000410" - }, - { - "@id": "urn:nrel_example/nrel00001248" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000824" + "@value": "nrel00000134" } ] }, @@ -4716,83 +4376,51 @@ ] }, { - "@id": "urn:nrel_example/nrel00000005", + "@id": "urn:nrel_example/nrel00001283", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000005" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000730", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000730" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001250", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001250" + "@value": "nrel00001283" } ] }, { - "@id": "urn:nrel_example/nrel00001149", + "@id": "urn:nrel_example/nrel00000181", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "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/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000742" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001149" + "@value": "nrel00000181" } ] }, { - "@id": "urn:nrel_example/nrel00000194", + "@id": "urn:nrel_example/nrel00000981", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -4801,284 +4429,368 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000194" + "@value": "nrel00000981" } ] }, { - "@id": "urn:nrel_example/nrel00000551", + "@id": "urn:nrel_example/nrel00000645", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000551" + "@value": "nrel00000645" } ] }, { - "@id": "urn:nrel_example/nrel00000075", + "@id": "urn:nrel_example/nrel00000549", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000050" + }, + { + "@id": "urn:nrel_example/nrel00000760" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000075" + "@value": "nrel00000549" } ] }, { - "@id": "urn:nrel_example/nrel00000567", + "@id": "urn:nrel_example/nrel00000721", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000567" + "@value": "nrel00000721" } ] }, { - "@id": "urn:nrel_example/nrel00000750", + "@id": "urn:nrel_example/nrel00001188", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000750" + "@value": "nrel00001188" } ] }, { - "@id": "urn:nrel_example/nrel00000162", + "@id": "urn:nrel_example/nrel00000329", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000162" + "@value": "nrel00000329" } ] }, { - "@id": "urn:nrel_example/nrel00001169", + "@id": "urn:nrel_example/nrel00000034", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Pressure" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000635" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001169" + "@value": "nrel00000034" } ] }, { - "@id": "urn:nrel_example/nrel00001218", + "@id": "urn:nrel_example/nrel00001121", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001197" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000009" + }, + { + "@id": "urn:nrel_example/nrel00000068" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001218" + "@value": "nrel00001121" } ] }, { - "@id": "urn:nrel_example/nrel00000022", + "@id": "urn:nrel_example/nrel00000595", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000190" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000366" + "@value": "nrel00000595" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000126", + "@type": [ + "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/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000022" + "@value": "nrel00000126" } ] }, { - "@id": "urn:nrel_example/nrel00000246", + "@id": "urn:nrel_example/nrel00000049", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000649" + "@id": "urn:nrel_example/nrel00000165" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000553" + "@id": "urn:nrel_example/nrel00000175" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000182" + "@value": "nrel00000049" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000663", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000246" + "@value": "nrel00000663" } ] }, { - "@id": "urn:nrel_example/nrel00000709", + "@id": "urn:nrel_example/nrel00001011", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000709" + "@value": "nrel00001011" } ] }, { - "@id": "urn:nrel_example/nrel00000289", + "@id": "urn:nrel_example/nrel00000748", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@value": "nrel00000748" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000703", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000215" + }, + { + "@id": "urn:nrel_example/nrel00001108" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000698" + }, + { + "@id": "urn:nrel_example/nrel00001188" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000289" + "@value": "nrel00000703" } ] }, { - "@id": "urn:nrel_example/nrel00000893", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Overridden", + "@type": [ + "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", + "http://data.ashrae.org/standard223#EnumerationKind-Override" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "AlarmStatus-Ok" + }, + { + "@language": "en", + "@value": "Override-Overridden" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000167", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000893" + "@value": "nrel00000167" } ] }, { - "@id": "urn:nrel_example/nrel00001047", + "@id": "urn:nrel_example/nrel00000975", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001047" + "@value": "nrel00000975" } ] }, { - "@id": "urn:nrel_example/nrel00000153", + "@id": "urn:nrel_example/nrel00001272", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000153" + "@value": "nrel00001272" } ] }, { - "@id": "urn:nrel_example/nrel00001255", + "@id": "urn:nrel_example/nrel00000488", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -5094,168 +4806,186 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001255" + "@value": "nrel00000488" } ] }, { - "@id": "urn:nrel_example/nrel00000817", + "@id": "urn:nrel_example/nrel00000483", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001072" + "@id": "urn:nrel_example/nrel00000862" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000464" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000684" + "@id": "urn:nrel_example/nrel00001134" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000817" + "@value": "nrel00000483" } ] }, { - "@id": "urn:nrel_example/nrel00000130", + "@id": "urn:nrel_example/nrel00000033", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000380" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000579" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000130" + "@value": "nrel00000033" } ] }, { - "@id": "urn:nrel_example/nrel00000313", + "@id": "urn:nrel_example/nrel00000713", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000296" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000428" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000066" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001269" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000313" + "@value": "nrel00000713" } ] }, { - "@id": "urn:nrel_example/nrel00000583", + "@id": "urn:nrel_example/nrel00000487", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000583" + "@value": "nrel00000487" } ] }, { - "@id": "urn:nrel_example/nrel00000938", + "@id": "urn:nrel_example/nrel00001010", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000073" - }, - { - "@id": "urn:nrel_example/nrel00000324" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000510" - }, + "@value": "nrel00001010" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000004", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001223" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001232" + "@value": "nrel00000004" } + ] + }, + { + "@id": "urn:nrel_example/nrel00001125", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000742" + "@id": "urn:nrel_example/nrel00001064" }, { - "@id": "urn:nrel_example/nrel00000961" + "@id": "urn:nrel_example/nrel00001259" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:nrel_example/nrel00000064" - }, + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000332" + "@id": "urn:nrel_example/nrel00000002" }, { - "@id": "urn:nrel_example/nrel00000475" + "@id": "urn:nrel_example/nrel00001280" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000938" + "@value": "nrel00001125" } ] }, { - "@id": "urn:nrel_example/nrel00000585", + "@id": "urn:nrel_example/nrel00001044", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000364" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000553" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000555" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000585" + "@value": "nrel00001044" } ] }, { - "@id": "urn:nrel_example/nrel00000953", + "@id": "urn:nrel_example/nrel00001279", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -5266,56 +4996,51 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000953" + "@value": "nrel00001279" } ] }, { - "@id": "urn:nrel_example/nrel00001071", + "@id": "urn:nrel_example/nrel00001067", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000748" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001236" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001071" + "@value": "nrel00001067" } ] }, { - "@id": "urn:nrel_example/nrel00000734", + "@id": "urn:nrel_example/nrel00001299", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000075" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000740" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000734" + "@value": "nrel00001299" } ] }, { - "@id": "urn:nrel_example/nrel00000619", + "@id": "urn:nrel_example/nrel00000841", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -5324,128 +5049,138 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000619" + "@value": "nrel00000841" } ] }, { - "@id": "urn:nrel_example/nrel00000637", + "@id": "urn:nrel_example/nrel00001149", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000742" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000637" + "@value": "nrel00001149" } ] }, { - "@id": "urn:nrel_example/nrel00000065", + "@id": "urn:nrel_example/nrel00000911", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000869" + }, + { + "@id": "urn:nrel_example/nrel00001183" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000948" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000065" + "@value": "nrel00000911" } ] }, { - "@id": "urn:nrel_example/nrel00001105", + "@id": "urn:nrel_example/nrel00000289", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001105" + "@value": "nrel00000289" } ] }, { - "@id": "urn:nrel_example/nrel00000336", + "@id": "urn:nrel_example/nrel00000341", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000818" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000471" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000680" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000336" + "@value": "nrel00000341" } ] }, { - "@id": "urn:nrel_example/nrel00001259", + "@id": "urn:nrel_example/nrel00000225", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001259" + "@value": "nrel00000225" } ] }, { - "@id": "urn:nrel_example/nrel00000596", + "@id": "urn:nrel_example/nrel00000756", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000596" + "@value": "nrel00000756" } ] }, { - "@id": "urn:nrel_example/nrel00001161", + "@id": "urn:nrel_example/nrel00000745", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -5454,20 +5189,15 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001161" + "@value": "nrel00000745" } ] }, { - "@id": "urn:nrel_example/nrel00000931", + "@id": "urn:nrel_example/nrel00000236", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000678" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -5475,362 +5205,288 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000931" + "@value": "nrel00000236" } ] }, { - "@id": "urn:nrel_example/nrel00000876", + "@id": "urn:nrel_example/nrel00000860", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000876" + "@value": "nrel00000860" } ] }, { - "@id": "urn:nrel_example/nrel00000029", + "@id": "urn:nrel_example/nrel00000809", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000029" + "@value": "nrel00000809" } ] }, { - "@id": "urn:nrel_example/nrel00000995", + "@id": "urn:nrel_example/nrel00000669", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000131" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001259" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "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/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000995" + "@value": "nrel00000669" } ] }, { - "@id": "urn:nrel_example/nrel00000561", + "@id": "urn:nrel_example/nrel00000540", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000448" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000921" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000106" - }, - { - "@id": "urn:nrel_example/nrel00001054" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000561" + "@value": "nrel00000540" } ] }, { - "@id": "urn:nrel_example/nrel00000389", + "@id": "urn:nrel_example/nrel00000630", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000707" + }, { - "@value": "nrel00000389" + "@id": "urn:nrel_example/nrel00001195" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001042", - "@type": [ - "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000530" + "@id": "urn:nrel_example/nrel00000353" }, { - "@id": "urn:nrel_example/nrel00000834" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000606" + "@id": "urn:nrel_example/nrel00000390" }, { - "@id": "urn:nrel_example/nrel00001124" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001042" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000371", - "@type": [ - "http://data.ashrae.org/standard223#Pump" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000723" + "@id": "urn:nrel_example/nrel00001122" }, { - "@id": "urn:nrel_example/nrel00001275" + "@id": "urn:nrel_example/nrel00001328" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000033" - }, - { - "@id": "urn:nrel_example/nrel00000136" - }, - { - "@id": "urn:nrel_example/nrel00000239" - }, - { - "@id": "urn:nrel_example/nrel00000385" - }, - { - "@id": "urn:nrel_example/nrel00000560" - }, - { - "@id": "urn:nrel_example/nrel00000584" + "@id": "urn:nrel_example/nrel00000303" }, { - "@id": "urn:nrel_example/nrel00000928" + "@id": "urn:nrel_example/nrel00000333" }, { - "@id": "urn:nrel_example/nrel00001150" + "@id": "urn:nrel_example/nrel00000534" }, { - "@id": "urn:nrel_example/nrel00001151" + "@id": "urn:nrel_example/nrel00000993" }, { - "@id": "urn:nrel_example/nrel00001171" + "@id": "urn:nrel_example/nrel00001145" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000371" + "@value": "nrel00000630" } ] }, { - "@id": "urn:nrel_example/nrel00001013", + "@id": "urn:nrel_example/nrel00001312", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000818" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00001013" + "@id": "urn:nrel_example/nrel00000336" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000806", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001130" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000806" + "@value": "nrel00001312" } ] }, { - "@id": "urn:nrel_example/nrel00000735", + "@id": "urn:nrel_example/nrel00000092", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000017" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000275" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000735" + "@value": "nrel00000092" } ] }, { - "@id": "urn:nrel_example/nrel00000543", + "@id": "urn:nrel_example/nrel00001152", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000543" + "@value": "nrel00001152" } ] }, { - "@id": "urn:nrel_example/nrel00000516", + "@id": "urn:nrel_example/nrel00000576", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000516" + "@value": "nrel00000576" } ] }, { - "@id": "urn:nrel_example/nrel00001100", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus", "@type": [ - "http://data.ashrae.org/standard223#HeatExchanger" + "http://data.ashrae.org/standard223#Class", + "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus", + "http://www.w3.org/ns/shacl#NodeShape" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000449" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001258" - }, + "@value": "EnumerationKind FlowStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "urn:nrel_example/nrel00001263" + "@id": "http://data.ashrae.org/standard223#EnumerationKind" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000934", + "@type": [ + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000261" - }, - { - "@id": "urn:nrel_example/nrel00000554" - }, - { - "@id": "urn:nrel_example/nrel00000577" + "@id": "urn:nrel_example/nrel00000153" }, { - "@id": "urn:nrel_example/nrel00001180" + "@id": "urn:nrel_example/nrel00000302" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000687" - }, - { - "@id": "urn:nrel_example/nrel00000885" + "@id": "urn:nrel_example/nrel00000653" }, { - "@id": "urn:nrel_example/nrel00001179" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Evaporator" + "@id": "urn:nrel_example/nrel00001249" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001100" + "@value": "nrel00000934" } ] }, { - "@id": "urn:nrel_example/nrel00000559", + "@id": "urn:nrel_example/nrel00000208", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000559" + "@value": "nrel00000208" } ] }, { - "@id": "urn:nrel_example/nrel00001321", + "@id": "urn:nrel_example/nrel00000893", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000265" - }, - { - "@id": "urn:nrel_example/nrel00000876" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -5839,12 +5495,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001321" + "@value": "nrel00000893" } ] }, { - "@id": "urn:nrel_example/nrel00000860", + "@id": "urn:nrel_example/nrel00000403", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -5855,335 +5511,262 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000860" + "@value": "nrel00000403" } ] }, { - "@id": "urn:nrel_example/nrel00000656", + "@id": "urn:nrel_example/nrel00000045", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000736" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000969" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001295" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000656" + "@value": "nrel00000045" } ] }, { - "@id": "urn:nrel_example/nrel00001135", + "@id": "urn:nrel_example/nrel00000495", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000331" + }, { - "@value": "nrel00001135" + "@id": "urn:nrel_example/nrel00001111" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000948", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000270" + }, { - "@value": "nrel00000948" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000058", - "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:nrel_example/nrel00000476" + }, { - "@id": "urn:nrel_example/nrel00000760" + "@id": "urn:nrel_example/nrel00000523" }, { - "@id": "urn:nrel_example/nrel00000984" + "@id": "urn:nrel_example/nrel00000543" }, { - "@id": "urn:nrel_example/nrel00001260" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000706" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000713" + }, + { + "@id": "urn:nrel_example/nrel00000730" + }, + { + "@id": "urn:nrel_example/nrel00000819" + }, + { + "@id": "urn:nrel_example/nrel00000831" + }, + { + "@id": "urn:nrel_example/nrel00001000" + }, + { + "@id": "urn:nrel_example/nrel00001039" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000058" + "@value": "nrel00000495" } ] }, { - "@id": "urn:nrel_example/nrel00000215", + "@id": "urn:nrel_example/nrel00000081", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000215" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000390", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000390" + "@value": "nrel00000081" } ] }, { - "@id": "urn:nrel_example/nrel00000230", + "@id": "urn:nrel_example/nrel00000316", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001194" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001022" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000230" + "@value": "nrel00000316" } ] }, { - "@id": "urn:nrel_example/nrel00000770", + "@id": "urn:nrel_example/nrel00000943", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000882" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001192" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000143" - }, - { - "@id": "urn:nrel_example/nrel00000244" - }, - { - "@id": "urn:nrel_example/nrel00000276" - }, - { - "@id": "urn:nrel_example/nrel00000311" - }, - { - "@id": "urn:nrel_example/nrel00000624" - }, - { - "@id": "urn:nrel_example/nrel00000753" - }, - { - "@id": "urn:nrel_example/nrel00000943" - }, - { - "@id": "urn:nrel_example/nrel00001035" - }, - { - "@id": "urn:nrel_example/nrel00001055" - }, - { - "@id": "urn:nrel_example/nrel00001309" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001322" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000770" + "@value": "nrel00000943" } ] }, { - "@id": "urn:nrel_example/nrel00001207", + "@id": "urn:nrel_example/nrel00000965", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000080" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00001207" + "@id": "urn:nrel_example/nrel00000859" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001007", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000005" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001007" + "@value": "nrel00000965" } ] }, { - "@id": "urn:nrel_example/nrel00001140", + "@id": "urn:nrel_example/nrel00000002", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001140" + "@value": "nrel00000002" } ] }, { - "@id": "urn:nrel_example/nrel00000055", + "@id": "urn:nrel_example/nrel00000449", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#Pump" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000079" + "@id": "urn:nrel_example/nrel00000784" }, { - "@id": "urn:nrel_example/nrel00000222" + "@id": "urn:nrel_example/nrel00001129" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000016" - }, - { - "@id": "urn:nrel_example/nrel00000037" + "@id": "urn:nrel_example/nrel00000224" }, { - "@id": "urn:nrel_example/nrel00000156" + "@id": "urn:nrel_example/nrel00000387" }, { - "@id": "urn:nrel_example/nrel00000195" + "@id": "urn:nrel_example/nrel00000458" }, { - "@id": "urn:nrel_example/nrel00000234" + "@id": "urn:nrel_example/nrel00000664" }, { - "@id": "urn:nrel_example/nrel00000479" + "@id": "urn:nrel_example/nrel00000692" }, { - "@id": "urn:nrel_example/nrel00000922" + "@id": "urn:nrel_example/nrel00000750" }, { - "@id": "urn:nrel_example/nrel00001073" + "@id": "urn:nrel_example/nrel00000871" }, { - "@id": "urn:nrel_example/nrel00001128" + "@id": "urn:nrel_example/nrel00001222" }, { - "@id": "urn:nrel_example/nrel00001173" + "@id": "urn:nrel_example/nrel00001289" }, { - "@id": "urn:nrel_example/nrel00001214" + "@id": "urn:nrel_example/nrel00001326" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000055" + "@value": "nrel00000449" } ] }, { - "@id": "urn:nrel_example/nrel00000594", + "@id": "urn:nrel_example/nrel00000183", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000594" + "@value": "nrel00000183" } ] }, { - "@id": "urn:nrel_example/nrel00000590", + "@id": "urn:nrel_example/nrel00000892", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000077" + } + ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -6191,12 +5774,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000590" + "@value": "nrel00000892" } ] }, { - "@id": "urn:nrel_example/nrel00000411", + "@id": "urn:nrel_example/nrel00001097", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -6207,46 +5790,35 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000411" + "@value": "nrel00001097" } ] }, { - "@id": "urn:nrel_example/nrel00000287", + "@id": "urn:nrel_example/nrel00001253", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "nrel00000287" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000023", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000023" + "@value": "nrel00001253" } ] }, { - "@id": "urn:nrel_example/nrel00001050", + "@id": "urn:nrel_example/nrel00000763", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -6255,200 +5827,203 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001050" + "@value": "nrel00000763" } ] }, { - "@id": "urn:nrel_example/nrel00000964", + "@id": "urn:nrel_example/nrel00000854", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000781" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00001027" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000537" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000964" + "@value": "nrel00000854" } ] }, { - "@id": "urn:nrel_example/nrel00000707", + "@id": "urn:nrel_example/nrel00000517", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000735" + "@id": "urn:nrel_example/nrel00000307" }, { - "@id": "urn:nrel_example/nrel00001172" + "@id": "urn:nrel_example/nrel00000618" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000086" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000089" - }, + "@value": "nrel00000517" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001232", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000129" + "@id": "urn:nrel_example/nrel00000309" }, { - "@id": "urn:nrel_example/nrel00000326" + "@id": "urn:nrel_example/nrel00000602" }, { - "@id": "urn:nrel_example/nrel00000513" - }, + "@id": "urn:nrel_example/nrel00001303" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000659" + "@id": "urn:nrel_example/nrel00000000" }, { - "@id": "urn:nrel_example/nrel00000728" + "@id": "urn:nrel_example/nrel00000032" }, { - "@id": "urn:nrel_example/nrel00001098" + "@id": "urn:nrel_example/nrel00000465" }, { - "@id": "urn:nrel_example/nrel00001110" + "@id": "urn:nrel_example/nrel00001284" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000358" }, { - "@id": "urn:nrel_example/nrel00001237" + "@id": "urn:nrel_example/nrel00001220" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000707" + "@value": "nrel00001232" } ] }, { - "@id": "urn:nrel_example/nrel00000124", + "@id": "urn:nrel_example/nrel00000342", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00000967" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:nrel_example/nrel00001221" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000124" + "@value": "nrel00000342" } ] }, { - "@id": "urn:nrel_example/nrel00000078", + "@id": "urn:nrel_example/nrel00000529", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000078" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000588", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000588" + "@value": "nrel00000529" } ] }, { - "@id": "urn:nrel_example/nrel00000724", + "@id": "urn:nrel_example/nrel00000765", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000724" + "@value": "nrel00000765" } ] }, { - "@id": "urn:nrel_example/nrel00000892", + "@id": "urn:nrel_example/nrel00000532", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000077" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000892" + "@value": "nrel00000532" } ] }, { - "@id": "urn:nrel_example/nrel00000457", + "@id": "urn:nrel_example/nrel00000997", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000457" + "@value": "nrel00000997" } ] }, { - "@id": "urn:nrel_example/nrel00000171", + "@id": "urn:nrel_example/nrel00000390", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000098" - }, - { - "@id": "urn:nrel_example/nrel00001207" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -6457,339 +6032,385 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000171" + "@value": "nrel00000390" } ] }, { - "@id": "urn:nrel_example/nrel00001145", + "@id": "urn:nrel_example/nrel00001087", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Filter" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000107" + }, + { + "@id": "urn:nrel_example/nrel00000908" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00001213" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001145" + "@value": "nrel00001087" } ] }, { - "@id": "urn:nrel_example/nrel00000568", + "@id": "urn:nrel_example/nrel00000754", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#Pump" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000898" + "@id": "urn:nrel_example/nrel00000376" }, { - "@id": "urn:nrel_example/nrel00001051" + "@id": "urn:nrel_example/nrel00000712" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000197" - }, - { - "@id": "urn:nrel_example/nrel00000292" + "@id": "urn:nrel_example/nrel00000044" }, { - "@id": "urn:nrel_example/nrel00000402" + "@id": "urn:nrel_example/nrel00000180" }, { - "@id": "urn:nrel_example/nrel00000636" + "@id": "urn:nrel_example/nrel00000310" }, { - "@id": "urn:nrel_example/nrel00000697" + "@id": "urn:nrel_example/nrel00000370" }, { - "@id": "urn:nrel_example/nrel00000832" + "@id": "urn:nrel_example/nrel00000377" }, { - "@id": "urn:nrel_example/nrel00000945" + "@id": "urn:nrel_example/nrel00000639" }, { - "@id": "urn:nrel_example/nrel00000981" + "@id": "urn:nrel_example/nrel00000868" }, { - "@id": "urn:nrel_example/nrel00001058" + "@id": "urn:nrel_example/nrel00000997" }, { - "@id": "urn:nrel_example/nrel00001106" + "@id": "urn:nrel_example/nrel00001010" }, { - "@id": "urn:nrel_example/nrel00001201" + "@id": "urn:nrel_example/nrel00001257" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000568" + "@value": "nrel00000754" } ] }, { - "@id": "urn:nrel_example/nrel00000342", + "@id": "urn:nrel_example/nrel00001070", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000967" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001221" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000342" + "@value": "nrel00001070" } ] }, { - "@id": "urn:nrel_example/nrel00000591", + "@id": "urn:nrel_example/nrel00001002", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001002" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000963", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000963" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000982", + "@type": [ + "http://data.ashrae.org/standard223#AirHandlingUnit" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000039" + "@id": "urn:nrel_example/nrel00000007" }, { - "@id": "urn:nrel_example/nrel00000416" + "@id": "urn:nrel_example/nrel00000053" }, { - "@id": "urn:nrel_example/nrel00000604" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000061" + }, { - "@id": "urn:nrel_example/nrel00000200" + "@id": "urn:nrel_example/nrel00000254" }, { - "@id": "urn:nrel_example/nrel00000306" + "@id": "urn:nrel_example/nrel00000446" }, { - "@id": "urn:nrel_example/nrel00001136" + "@id": "urn:nrel_example/nrel00000447" }, { - "@id": "urn:nrel_example/nrel00001226" + "@id": "urn:nrel_example/nrel00000683" + }, + { + "@id": "urn:nrel_example/nrel00000992" + }, + { + "@id": "urn:nrel_example/nrel00001087" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000078" + }, + { + "@id": "urn:nrel_example/nrel00000211" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000933" + "@id": "urn:nrel_example/nrel00000034" }, { - "@id": "urn:nrel_example/nrel00001255" + "@id": "urn:nrel_example/nrel00001070" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000591" + "@value": "nrel00000982" } ] }, { - "@id": "urn:nrel_example/nrel00000429", + "@id": "urn:nrel_example/nrel00000230", "@type": [ - "http://data.ashrae.org/standard223#Filter" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000158" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000940" + "@id": "urn:nrel_example/nrel00001194" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000250" + "@id": "urn:nrel_example/nrel00001022" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000429" + "@value": "nrel00000230" } ] }, { - "@id": "urn:nrel_example/nrel00001301", + "@id": "urn:nrel_example/nrel00000430", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001301" + "@value": "nrel00000430" } ] }, { - "@id": "urn:nrel_example/nrel00001188", + "@id": "urn:nrel_example/nrel00000768", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:nrel_example/nrel00001047" + }, + { + "@id": "urn:nrel_example/nrel00001068" } ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001188" + "@value": "nrel00000768" } ] }, { - "@id": "urn:nrel_example/nrel00000796", + "@id": "urn:nrel_example/nrel00000498", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000796" + "@value": "nrel00000498" } ] }, { - "@id": "urn:nrel_example/nrel00000973", + "@id": "urn:nrel_example/nrel00001066", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000973" + "@value": "nrel00001066" } ] }, { - "@id": "urn:nrel_example/nrel00000804", + "@id": "urn:nrel_example/nrel00000137", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000612" + "@id": "urn:nrel_example/nrel00000810" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000895" + "@id": "urn:nrel_example/nrel00000623" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000804" + "@value": "nrel00000137" } ] }, { - "@id": "urn:nrel_example/nrel00001107", + "@id": "urn:nrel_example/nrel00000448", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001107" + "@value": "nrel00000448" } ] }, { - "@id": "urn:nrel_example/nrel00000264", + "@id": "urn:nrel_example/nrel00000866", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000264" + "@value": "nrel00000866" } ] }, { - "@id": "urn:nrel_example/nrel00001139", + "@id": "urn:nrel_example/nrel00000633", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001139" + "@value": "nrel00000633" } ] }, { - "@id": "urn:nrel_example/nrel00001113", + "@id": "urn:nrel_example/nrel00000947", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000043" - }, - { - "@id": "urn:nrel_example/nrel00000790" - }, - { - "@id": "urn:nrel_example/nrel00000802" - }, - { - "@id": "urn:nrel_example/nrel00000841" - }, - { - "@id": "urn:nrel_example/nrel00001182" - }, - { - "@id": "urn:nrel_example/nrel00001203" - }, - { - "@id": "urn:nrel_example/nrel00001242" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -6798,565 +6419,485 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001113" + "@value": "nrel00000947" } ] }, { - "@id": "urn:nrel_example/nrel00000618", + "@id": "urn:nrel_example/nrel00001138", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000517" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000618" + "@value": "nrel00001138" } ] }, { - "@id": "urn:nrel_example/nrel00001102", + "@id": "urn:nrel_example/nrel00000193", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000939" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00001102" + "@id": "urn:nrel_example/nrel00000708" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000403", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000308" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000403" + "@value": "nrel00000193" } ] }, { - "@id": "urn:nrel_example/nrel00001275", + "@id": "urn:nrel_example/nrel00000736", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000045" + }, + { + "@id": "urn:nrel_example/nrel00000162" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00001014" + }, + { + "@id": "urn:nrel_example/nrel00001295" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001275" + "@value": "nrel00000736" } ] }, { - "@id": "urn:nrel_example/nrel00000012", + "@id": "urn:nrel_example/nrel00000651", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000012" + "@value": "nrel00000651" } ] }, { - "@id": "urn:nrel_example/nrel00000319", + "@id": "urn:nrel_example/nrel00001075", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000319" + "@value": "nrel00001075" } ] }, { - "@id": "urn:nrel_example/nrel00001267", + "@id": "urn:nrel_example/nrel00000393", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000186" - }, - { - "@id": "urn:nrel_example/nrel00000236" - }, - { - "@id": "urn:nrel_example/nrel00000245" - }, - { - "@id": "urn:nrel_example/nrel00000339" - }, - { - "@id": "urn:nrel_example/nrel00000444" - }, - { - "@id": "urn:nrel_example/nrel00000627" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000184" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000743" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001267" + "@value": "nrel00000393" } ] }, { - "@id": "urn:nrel_example/nrel00001308", + "@id": "urn:nrel_example/nrel00000817", "@type": [ - "http://data.ashrae.org/standard223#Fan" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000291" - }, - { - "@id": "urn:nrel_example/nrel00000496" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000970" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001207" + "@id": "urn:nrel_example/nrel00001072" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000283" - }, - { - "@id": "urn:nrel_example/nrel00000651" - }, - { - "@id": "urn:nrel_example/nrel00000661" - }, - { - "@id": "urn:nrel_example/nrel00000674" - }, - { - "@id": "urn:nrel_example/nrel00000811" - }, - { - "@id": "urn:nrel_example/nrel00000963" - }, - { - "@id": "urn:nrel_example/nrel00001016" - }, - { - "@id": "urn:nrel_example/nrel00001132" - }, - { - "@id": "urn:nrel_example/nrel00001272" - }, - { - "@id": "urn:nrel_example/nrel00001273" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001331" + "@id": "urn:nrel_example/nrel00000684" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001308" + "@value": "nrel00000817" } ] }, { - "@id": "urn:nrel_example/nrel00000494", + "@id": "urn:nrel_example/nrel00000547", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001023" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000081" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000494" + "@value": "nrel00000547" } ] }, { - "@id": "urn:nrel_example/nrel00000369", + "@id": "urn:nrel_example/nrel00000250", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000441" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000758" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000369" + "@value": "nrel00000250" } ] }, { - "@id": "urn:nrel_example/nrel00001322", + "@id": "urn:nrel_example/nrel00001262", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001322" + "@value": "nrel00001262" } ] }, { - "@id": "urn:nrel_example/nrel00001069", + "@id": "urn:nrel_example/nrel00000222", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001069" + "@value": "nrel00000222" } ] }, { - "@id": "urn:nrel_example/nrel00000234", + "@id": "urn:nrel_example/nrel00000845", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000234" + "@value": "nrel00000845" } ] }, { - "@id": "urn:nrel_example/nrel00000522", + "@id": "urn:nrel_example/nrel00000105", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000801" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000957" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000057" - }, - { - "@id": "urn:nrel_example/nrel00000144" - }, - { - "@id": "urn:nrel_example/nrel00000267" - }, - { - "@id": "urn:nrel_example/nrel00000341" - }, - { - "@id": "urn:nrel_example/nrel00000352" - }, - { - "@id": "urn:nrel_example/nrel00000507" - }, - { - "@id": "urn:nrel_example/nrel00000520" - }, - { - "@id": "urn:nrel_example/nrel00000900" - }, - { - "@id": "urn:nrel_example/nrel00001005" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001245" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000522" + "@value": "nrel00000105" } ] }, { - "@id": "urn:nrel_example/nrel00001245", + "@id": "urn:nrel_example/nrel00000687", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001245" + "@value": "nrel00000687" } ] }, { - "@id": "urn:nrel_example/nrel00001173", + "@id": "urn:nrel_example/nrel00001203", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@value": "nrel00001203" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000541", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001173" + "@value": "nrel00000541" } ] }, { - "@id": "urn:nrel_example/nrel00000158", + "@id": "urn:nrel_example/nrel00000455", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000891" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "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/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000158" + "@value": "nrel00000455" } ] }, { - "@id": "urn:nrel_example/nrel00000682", + "@id": "urn:nrel_example/nrel00000162", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000682" + "@value": "nrel00000162" } ] }, { - "@id": "urn:nrel_example/nrel00001112", + "@id": "urn:nrel_example/nrel00000467", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001112" + "@value": "nrel00000467" } ] }, { - "@id": "urn:nrel_example/nrel00000412", + "@id": "urn:nrel_example/nrel00000639", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000412" + "@value": "nrel00000639" } ] }, { - "@id": "urn:nrel_example/nrel00000785", + "@id": "urn:nrel_example/nrel00001222", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000785" + "@value": "nrel00001222" } ] }, { - "@id": "urn:nrel_example/nrel00001247", + "@id": "urn:nrel_example/nrel00000468", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001247" + "@value": "nrel00000468" } ] }, { - "@id": "urn:nrel_example/nrel00000890", + "@id": "urn:nrel_example/nrel00000772", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:nrel_example/nrel00000167" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000978" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000890" + "@value": "nrel00000772" } ] }, { - "@id": "urn:nrel_example/nrel00000463", + "@id": "urn:nrel_example/nrel00000731", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000640" + }, + { + "@id": "urn:nrel_example/nrel00001270" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000463" + "@value": "nrel00000731" } ] }, { - "@id": "urn:nrel_example/nrel00001061", + "@id": "urn:nrel_example/nrel00000552", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7372,98 +6913,109 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001061" + "@value": "nrel00000552" } ] }, { - "@id": "urn:nrel_example/nrel00000692", + "@id": "urn:nrel_example/nrel00000990", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000692" + "@value": "nrel00000990" } ] }, { - "@id": "urn:nrel_example/nrel00001236", + "@id": "urn:nrel_example/nrel00000598", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@value": "nrel00000598" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001007", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001236" + "@value": "nrel00001007" } ] }, { - "@id": "urn:nrel_example/nrel00000332", + "@id": "urn:nrel_example/nrel00001310", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000332" + "@value": "nrel00001310" } ] }, { - "@id": "urn:nrel_example/nrel00000343", + "@id": "urn:nrel_example/nrel00000129", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000134" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000669" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000343" + "@value": "nrel00000129" } ] }, { - "@id": "urn:nrel_example/nrel00000349", + "@id": "urn:nrel_example/nrel00000111", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -7472,186 +7024,140 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000349" + "@value": "nrel00000111" } ] }, { - "@id": "urn:nrel_example/nrel00000254", + "@id": "urn:nrel_example/nrel00000671", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000424" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001274" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000288" - }, + "@value": "nrel00000671" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000108", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000617" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000254" + "@value": "nrel00000108" } ] }, { - "@id": "urn:nrel_example/nrel00000103", + "@id": "urn:nrel_example/nrel00000566", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000103" + "@value": "nrel00000566" } ] }, { - "@id": "urn:nrel_example/nrel00001147", + "@id": "urn:nrel_example/nrel00000313", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000296" + }, + { + "@id": "urn:nrel_example/nrel00000428" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000066" + }, + { + "@id": "urn:nrel_example/nrel00001269" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001147" + "@value": "nrel00000313" } ] }, { - "@id": "urn:nrel_example/nrel00000765", + "@id": "urn:nrel_example/nrel00000569", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000765" + "@value": "nrel00000569" } ] }, { - "@id": "urn:nrel_example/nrel00001119", + "@id": "urn:nrel_example/nrel00000178", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000703" - }, - { - "@id": "urn:nrel_example/nrel00001078" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000406" - }, - { - "@id": "urn:nrel_example/nrel00001077" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000072" - }, - { - "@id": "urn:nrel_example/nrel00000116" - }, - { - "@id": "urn:nrel_example/nrel00000126" - }, - { - "@id": "urn:nrel_example/nrel00000164" - }, - { - "@id": "urn:nrel_example/nrel00000272" - }, - { - "@id": "urn:nrel_example/nrel00000401" - }, - { - "@id": "urn:nrel_example/nrel00000558" - }, - { - "@id": "urn:nrel_example/nrel00000616" - }, - { - "@id": "urn:nrel_example/nrel00000670" - }, - { - "@id": "urn:nrel_example/nrel00000935" - }, - { - "@id": "urn:nrel_example/nrel00001127" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001119" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001209", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001209" + "@value": "nrel00000178" } ] }, { - "@id": "urn:nrel_example/nrel00000959", + "@id": "urn:nrel_example/nrel00000268", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000959" + "@value": "nrel00000268" } ] }, @@ -7677,120 +7183,134 @@ ] }, { - "@id": "urn:nrel_example/nrel00000653", + "@id": "urn:nrel_example/nrel00000413", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Damper" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000927" + }, + { + "@id": "urn:nrel_example/nrel00000950" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000013" + }, + { + "@id": "urn:nrel_example/nrel00000103" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000653" + "@value": "nrel00000413" } ] }, { - "@id": "urn:nrel_example/nrel00000182", + "@id": "urn:nrel_example/nrel00000961", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000182" + "@value": "nrel00000961" } ] }, { - "@id": "urn:nrel_example/nrel00001196", + "@id": "urn:nrel_example/nrel00001194", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001196" + "@value": "nrel00001194" } ] }, { - "@id": "urn:nrel_example/nrel00000644", + "@id": "urn:nrel_example/nrel00000240", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000589" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000644" + "@value": "nrel00000240" } ] }, { - "@id": "urn:nrel_example/nrel00000552", + "@id": "urn:nrel_example/nrel00000743", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000552" + "@value": "nrel00000743" } ] }, { - "@id": "urn:nrel_example/nrel00000681", + "@id": "urn:nrel_example/nrel00000969", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "urn:nrel_example/nrel00000736" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "urn:nrel_example/nrel00000054" + }, + { + "@id": "urn:nrel_example/nrel00000610" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000681" + "@value": "nrel00000969" } ] }, { - "@id": "urn:nrel_example/nrel00001103", + "@id": "urn:nrel_example/nrel00001000", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -7804,35 +7324,30 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001103" + "@value": "nrel00001000" } ] }, { - "@id": "urn:nrel_example/nrel00001307", + "@id": "urn:nrel_example/nrel00000070", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001307" + "@value": "nrel00000070" } ] }, { - "@id": "urn:nrel_example/nrel00000632", + "@id": "urn:nrel_example/nrel00000695", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -7841,59 +7356,65 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000632" + "@value": "nrel00000695" } ] }, { - "@id": "urn:nrel_example/nrel00001272", + "@id": "urn:nrel_example/nrel00000402", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001272" + "@value": "nrel00000402" } ] }, { - "@id": "urn:nrel_example/nrel00000021", + "@id": "urn:nrel_example/nrel00000579", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000339" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001165" + "@value": "nrel00000579" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000955", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000637" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000021" + "@value": "nrel00000955" } ] }, { - "@id": "urn:nrel_example/nrel00000685", + "@id": "urn:nrel_example/nrel00000509", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -7904,28 +7425,33 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000685" + "@value": "nrel00000509" } ] }, { - "@id": "urn:nrel_example/nrel00001154", + "@id": "urn:nrel_example/nrel00000664", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001154" + "@value": "nrel00000664" } ] }, { - "@id": "urn:nrel_example/nrel00000542", + "@id": "urn:nrel_example/nrel00000752", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -7941,162 +7467,146 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000542" + "@value": "nrel00000752" } ] }, { - "@id": "urn:nrel_example/nrel00001323", + "@id": "urn:nrel_example/nrel00000263", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001323" + "@value": "nrel00000263" } ] }, { - "@id": "urn:nrel_example/nrel00000326", + "@id": "urn:nrel_example/nrel00000938", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000073" + }, { - "@value": "nrel00000326" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000216", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:nrel_example/nrel00000324" + }, { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000510" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00001223" + }, { - "@value": "nrel00000216" + "@id": "urn:nrel_example/nrel00001232" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000338", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "urn:nrel_example/nrel00000742" + }, + { + "@id": "urn:nrel_example/nrel00000961" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "urn:nrel_example/nrel00000064" + }, + { + "@id": "urn:nrel_example/nrel00000332" + }, + { + "@id": "urn:nrel_example/nrel00000475" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000338" + "@value": "nrel00000938" } ] }, { - "@id": "urn:nrel_example/nrel00001204", + "@id": "urn:nrel_example/nrel00000251", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001204" + "@value": "nrel00000251" } ] }, { - "@id": "urn:nrel_example/nrel00000020", + "@id": "urn:nrel_example/nrel00000290", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000020" + "@value": "nrel00000290" } ] }, { - "@id": "urn:nrel_example/nrel00000452", + "@id": "urn:nrel_example/nrel00000976", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000452" + "@value": "nrel00000976" } ] }, { - "@id": "urn:nrel_example/nrel00001249", + "@id": "urn:nrel_example/nrel00000723", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001249" + "@value": "nrel00000723" } ] }, { - "@id": "urn:nrel_example/nrel00000043", + "@id": "urn:nrel_example/nrel00000439", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8105,30 +7615,22 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000043" + "@value": "nrel00000439" } ] }, { - "@id": "urn:nrel_example/nrel00000788", + "@id": "urn:nrel_example/nrel00000875", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000107" + }, { - "@value": "nrel00000788" + "@id": "urn:nrel_example/nrel00000899" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000420", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8137,470 +7639,446 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000420" + "@value": "nrel00000875" } ] }, { - "@id": "urn:nrel_example/nrel00000579", + "@id": "urn:nrel_example/nrel00000386", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000579" + "@value": "nrel00000386" } ] }, { - "@id": "urn:nrel_example/nrel00000295", + "@id": "urn:nrel_example/nrel00000338", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000295" + "@value": "nrel00000338" } ] }, { - "@id": "urn:nrel_example/nrel00001029", + "@id": "urn:nrel_example/nrel00000396", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000388" + "@id": "urn:nrel_example/nrel00000278" + }, + { + "@id": "urn:nrel_example/nrel00000603" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000673" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001029" + "@value": "nrel00000396" } ] }, { - "@id": "urn:nrel_example/nrel00000564", + "@id": "urn:nrel_example/nrel00001145", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000564" + "@value": "nrel00001145" } ] }, { - "@id": "urn:nrel_example/nrel00000978", + "@id": "urn:nrel_example/nrel00000989", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Zone" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000649" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000818" + }, + { + "@id": "urn:nrel_example/nrel00000939" + }, + { + "@id": "urn:nrel_example/nrel00000941" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000978" + "@value": "nrel00000989" } ] }, { - "@id": "urn:nrel_example/nrel00000706", + "@id": "urn:nrel_example/nrel00001213", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000706" + "@value": "nrel00001213" } ] }, { - "@id": "urn:nrel_example/nrel00000472", + "@id": "urn:nrel_example/nrel00000278", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001241" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000256" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000472" + "@value": "nrel00000278" } ] }, { - "@id": "urn:nrel_example/nrel00000166", + "@id": "urn:nrel_example/nrel00000712", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000166" + "@value": "nrel00000712" } ] }, { - "@id": "urn:nrel_example/nrel00000537", + "@id": "urn:nrel_example/nrel00000429", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Filter" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000158" + }, + { + "@id": "urn:nrel_example/nrel00000940" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000250" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000537" + "@value": "nrel00000429" } ] }, { - "@id": "urn:nrel_example/nrel00000417", + "@id": "urn:nrel_example/nrel00001004", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000221" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000336" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000680" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000417" + "@value": "nrel00001004" } ] }, { - "@id": "urn:nrel_example/nrel00000419", + "@id": "urn:nrel_example/nrel00001228", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000227" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000419" + "@value": "nrel00001228" } ] }, { - "@id": "urn:nrel_example/nrel00001176", + "@id": "urn:nrel_example/nrel00000831", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000137" - }, - { - "@id": "urn:nrel_example/nrel00000561" - }, - { - "@id": "urn:nrel_example/nrel00001095" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000625" - }, - { - "@id": "urn:nrel_example/nrel00000668" - }, - { - "@id": "urn:nrel_example/nrel00000810" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001102" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000046" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000623" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001176" + "@value": "nrel00000831" } ] }, { - "@id": "urn:nrel_example/nrel00000789", + "@id": "urn:nrel_example/nrel00000900", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000361" - }, - { - "@id": "urn:nrel_example/nrel00000381" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000770" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00001025" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001301" + "@id": "http://qudt.org/vocab/unit/HZ" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000442" - }, - { - "@id": "urn:nrel_example/nrel00000481" - }, - { - "@id": "urn:nrel_example/nrel00000918" - }, - { - "@id": "urn:nrel_example/nrel00001238" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001324" + "@value": "nrel00000900" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000272", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000789" + "@value": "nrel00000272" } ] }, { - "@id": "urn:nrel_example/nrel00000211", + "@id": "urn:nrel_example/nrel00000511", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000211" + "@value": "nrel00000511" } ] }, { - "@id": "urn:nrel_example/nrel00000626", + "@id": "urn:nrel_example/nrel00000484", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000004" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000955" + "@id": "urn:nrel_example/nrel00000059" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001030" - }, + "@id": "urn:nrel_example/nrel00000282" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001218" + "@id": "urn:nrel_example/nrel00000113" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000626" + "@value": "nrel00000484" } ] }, { - "@id": "urn:nrel_example/nrel00000919", + "@id": "urn:nrel_example/nrel00000514", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000026" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000094" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000919" + "@value": "nrel00000514" } ] }, { - "@id": "urn:nrel_example/nrel00000677", + "@id": "urn:nrel_example/nrel00000701", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001025" + }, + { + "@id": "urn:nrel_example/nrel00001203" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000208" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000677" + "@value": "nrel00000701" } ] }, { - "@id": "urn:nrel_example/nrel00001217", + "@id": "urn:nrel_example/nrel00001319", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001217" + "@value": "nrel00001319" } ] }, { - "@id": "urn:nrel_example/nrel00000360", + "@id": "urn:nrel_example/nrel00000607", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000360" + "@value": "nrel00000607" } ] }, { - "@id": "urn:nrel_example/nrel00000104", + "@id": "urn:nrel_example/nrel00000887", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00001311" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000575" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000104" + "@value": "nrel00000887" } ] }, { - "@id": "urn:nrel_example/nrel00000081", + "@id": "urn:nrel_example/nrel00000008", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -8616,14 +8094,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000081" + "@value": "nrel00000008" } ] }, { - "@id": "urn:nrel_example/nrel00001032", + "@id": "urn:nrel_example/nrel00001136", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -8632,33 +8110,28 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001032" + "@value": "nrel00001136" } ] }, { - "@id": "urn:nrel_example/nrel00000713", + "@id": "urn:nrel_example/nrel00000364", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000713" + "@value": "nrel00000364" } ] }, { - "@id": "urn:nrel_example/nrel00001093", + "@id": "urn:nrel_example/nrel00000056", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -8674,429 +8147,423 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001093" + "@value": "nrel00000056" } ] }, { - "@id": "urn:nrel_example/nrel00000686", + "@id": "urn:nrel_example/nrel00000774", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000967" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000176" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000686" + "@value": "nrel00000774" } ] }, { - "@id": "urn:nrel_example/nrel00000188", + "@id": "urn:nrel_example/nrel00001080", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000249" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000596" + "@value": "nrel00001080" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000202", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000694" - }, + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000700" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000188" + "@value": "nrel00000202" } ] }, { - "@id": "urn:nrel_example/nrel00000648", + "@id": "urn:nrel_example/nrel00000985", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000648" + "@value": "nrel00000985" } ] }, { - "@id": "urn:nrel_example/nrel00000356", + "@id": "urn:nrel_example/nrel00000635", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000356" + "@value": "nrel00000635" } ] }, { - "@id": "urn:nrel_example/nrel00001187", + "@id": "urn:nrel_example/nrel00000571", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000733" - }, - { - "@id": "urn:nrel_example/nrel00001181" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001205" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000504" - }, - { - "@id": "urn:nrel_example/nrel00000595" - }, - { - "@id": "urn:nrel_example/nrel00000705" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000737" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000263" - }, + "@value": "nrel00000571" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000948", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000915" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001187" + "@value": "nrel00000948" } ] }, { - "@id": "urn:nrel_example/nrel00001006", + "@id": "urn:nrel_example/nrel00000216", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001006" + "@value": "nrel00000216" } ] }, { - "@id": "urn:nrel_example/nrel00000784", + "@id": "urn:nrel_example/nrel00000903", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000589" + } + ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000784" + "@value": "nrel00000903" } ] }, { - "@id": "urn:nrel_example/nrel00000990", + "@id": "urn:nrel_example/nrel00000006", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000990" + "@value": "nrel00000006" } ] }, { - "@id": "urn:nrel_example/nrel00000672", + "@id": "urn:nrel_example/nrel00000692", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000672" + "@value": "nrel00000692" } ] }, { - "@id": "urn:nrel_example/nrel00000909", + "@id": "urn:nrel_example/nrel00000794", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000658" + "@id": "urn:nrel_example/nrel00001197" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000282" + "@id": "urn:nrel_example/nrel00001121" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000091" + "@id": "urn:nrel_example/nrel00001306" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000909" + "@value": "nrel00000794" } ] }, { - "@id": "urn:nrel_example/nrel00000192", + "@id": "urn:nrel_example/nrel00000060", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000971" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001169" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00001060" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001327" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000192" + "@value": "nrel00000060" } ] }, { - "@id": "urn:nrel_example/nrel00000199", + "@id": "urn:nrel_example/nrel00000771", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Filter" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000307" + }, + { + "@id": "urn:nrel_example/nrel00000699" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000154" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000199" + "@value": "nrel00000771" } ] }, { - "@id": "urn:nrel_example/nrel00001122", + "@id": "urn:nrel_example/nrel00000332", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001122" + "@value": "nrel00000332" } ] }, { - "@id": "urn:nrel_example/nrel00000384", + "@id": "urn:nrel_example/nrel00000543", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000384" + "@value": "nrel00000543" } ] }, { - "@id": "urn:nrel_example/nrel00000276", + "@id": "urn:nrel_example/nrel00000755", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "urn:nrel_example/nrel00000380" + }, + { + "@id": "urn:nrel_example/nrel00000491" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "urn:nrel_example/nrel00000473" + }, + { + "@id": "urn:nrel_example/nrel00000883" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000276" + "@value": "nrel00000755" } ] }, { - "@id": "urn:nrel_example/nrel00000760", + "@id": "urn:nrel_example/nrel00000309", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000000" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001220" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000760" + "@value": "nrel00000309" } ] }, { - "@id": "urn:nrel_example/nrel00000836", + "@id": "urn:nrel_example/nrel00000442", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000836" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000312", - "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000869" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001228" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000047" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000196" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000312" + "@value": "nrel00000442" } ] }, { - "@id": "urn:nrel_example/nrel00000576", + "@id": "urn:nrel_example/nrel00000194", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000576" + "@value": "nrel00000194" } ] }, { - "@id": "urn:nrel_example/nrel00001123", + "@id": "urn:nrel_example/nrel00001049", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -9105,60 +8572,60 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001123" + "@value": "nrel00001049" } ] }, { - "@id": "urn:nrel_example/nrel00000834", + "@id": "urn:nrel_example/nrel00001124", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000834" + "@value": "nrel00001124" } ] }, { - "@id": "urn:nrel_example/nrel00000026", + "@id": "urn:nrel_example/nrel00000587", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000745" + }, + { + "@id": "urn:nrel_example/nrel00000986" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "nrel00000026" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000177", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000433" + }, + { + "@id": "urn:nrel_example/nrel00000844" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000177" + "@value": "nrel00000587" } ] }, { - "@id": "urn:nrel_example/nrel00001046", + "@id": "urn:nrel_example/nrel00000165", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -9169,335 +8636,312 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001046" + "@value": "nrel00000165" } ] }, { - "@id": "urn:nrel_example/nrel00000311", + "@id": "urn:nrel_example/nrel00000565", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000311" + "@value": "nrel00000565" } ] }, { - "@id": "urn:nrel_example/nrel00001143", + "@id": "urn:nrel_example/nrel00001134", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000512" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001193" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "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_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001143" + "@value": "nrel00001134" } ] }, { - "@id": "urn:nrel_example/nrel00000406", + "@id": "urn:nrel_example/nrel00001297", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001211" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000084" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000230" + }, { - "@value": "nrel00000406" + "@id": "urn:nrel_example/nrel00000693" + }, + { + "@id": "urn:nrel_example/nrel00000815" + }, + { + "@id": "urn:nrel_example/nrel00000881" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001325", - "@type": [ - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000724" + "@id": "urn:nrel_example/nrel00001123" }, { - "@id": "urn:nrel_example/nrel00000802" + "@id": "urn:nrel_example/nrel00001194" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000373" + }, + { + "@id": "urn:nrel_example/nrel00000544" + }, + { + "@id": "urn:nrel_example/nrel00001022" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001325" + "@value": "nrel00001297" } ] }, { - "@id": "urn:nrel_example/nrel00000821", + "@id": "urn:nrel_example/nrel00001316", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000821" + "@value": "nrel00001316" } ] }, { - "@id": "urn:nrel_example/nrel00000268", + "@id": "urn:nrel_example/nrel00000458", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000268" + "@value": "nrel00000458" } ] }, { - "@id": "urn:nrel_example/nrel00000109", + "@id": "urn:nrel_example/nrel00001148", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000109" + "@value": "nrel00001148" } ] }, { - "@id": "urn:nrel_example/nrel00000133", + "@id": "urn:nrel_example/nrel00001210", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000432" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001235" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000133" + "@value": "nrel00001210" } ] }, { - "@id": "urn:nrel_example/nrel00000775", + "@id": "urn:nrel_example/nrel00000677", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000208" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000775" + "@value": "nrel00000677" } ] }, { - "@id": "urn:nrel_example/nrel00000191", + "@id": "urn:nrel_example/nrel00000523", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000191" + "@value": "nrel00000523" } ] }, { - "@id": "urn:nrel_example/nrel00000647", + "@id": "urn:nrel_example/nrel00001043", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000150" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000836" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000052" - }, - { - "@id": "urn:nrel_example/nrel00000360" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000647" + "@value": "nrel00001043" } ] }, { - "@id": "urn:nrel_example/nrel00000582", + "@id": "urn:nrel_example/nrel00001254", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001040" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000342" + }, { - "@id": "urn:nrel_example/nrel00000571" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000524" + }, { - "@value": "nrel00000582" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000239", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "@id": "urn:nrel_example/nrel00000686" + }, { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000782" + }, { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "urn:nrel_example/nrel00001231" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000239" + "@id": "urn:nrel_example/nrel00000688" + }, + { + "@id": "urn:nrel_example/nrel00000967" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001262", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000176" + }, + { + "@id": "urn:nrel_example/nrel00000865" + }, + { + "@id": "urn:nrel_example/nrel00001221" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001262" + "@value": "nrel00001254" } ] }, { - "@id": "urn:nrel_example/nrel00000855", + "@id": "urn:nrel_example/nrel00001034", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000855" + "@value": "nrel00001034" } ] }, { - "@id": "urn:nrel_example/nrel00000497", + "@id": "urn:nrel_example/nrel00000805", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001265" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000726" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000497" + "@value": "nrel00000805" } ] }, { - "@id": "urn:nrel_example/nrel00000910", + "@id": "urn:nrel_example/nrel00001153", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -9508,54 +8952,60 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000910" + "@value": "nrel00001153" } ] }, { - "@id": "urn:nrel_example/nrel00000064", + "@id": "urn:nrel_example/nrel00001313", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000064" + "@value": "nrel00001313" } ] }, { - "@id": "urn:nrel_example/nrel00000398", + "@id": "urn:nrel_example/nrel00000254", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Damper" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000424" + }, + { + "@id": "urn:nrel_example/nrel00001274" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000288" + }, + { + "@id": "urn:nrel_example/nrel00000617" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000398" + "@value": "nrel00000254" } ] }, { - "@id": "urn:nrel_example/nrel00000696", + "@id": "urn:nrel_example/nrel00001060", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -9566,235 +9016,209 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000696" + "@value": "nrel00001060" } ] }, { - "@id": "urn:nrel_example/nrel00000507", + "@id": "urn:nrel_example/nrel00000047", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000507" + "@value": "nrel00000047" } ] }, { - "@id": "urn:nrel_example/nrel00000270", + "@id": "urn:nrel_example/nrel00001304", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000270" + "@value": "nrel00001304" } ] }, { - "@id": "urn:nrel_example/nrel00000310", + "@id": "urn:nrel_example/nrel00000561", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "urn:nrel_example/nrel00000448" + }, + { + "@id": "urn:nrel_example/nrel00000921" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "urn:nrel_example/nrel00000106" + }, + { + "@id": "urn:nrel_example/nrel00001054" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000310" + "@value": "nrel00000561" } ] }, { - "@id": "urn:nrel_example/nrel00000193", + "@id": "urn:nrel_example/nrel00001186", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000939" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000074" + }, { - "@id": "urn:nrel_example/nrel00000708" + "@id": "urn:nrel_example/nrel00001208" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000308" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000193" + "@value": "nrel00001186" } ] }, { - "@id": "urn:nrel_example/nrel00001125", + "@id": "urn:nrel_example/nrel00001116", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00001064" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001259" + "@id": "urn:nrel_example/nrel00001267" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00001165" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000002" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001280" + "@id": "urn:nrel_example/nrel00000184" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001125" + "@value": "nrel00001116" } ] }, { - "@id": "urn:nrel_example/nrel00000017", + "@id": "urn:nrel_example/nrel00000438", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000017" + "@value": "nrel00000438" } ] }, { - "@id": "urn:nrel_example/nrel00000966", + "@id": "urn:nrel_example/nrel00001212", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000059" - }, - { - "@id": "urn:nrel_example/nrel00000098" - }, - { - "@id": "urn:nrel_example/nrel00000658" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000109" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000845" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000966" + "@value": "nrel00001212" } ] }, { - "@id": "urn:nrel_example/nrel00000004", + "@id": "urn:nrel_example/nrel00000613", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000093" + }, + { + "@id": "urn:nrel_example/nrel00000894" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000952" + }, + { + "@id": "urn:nrel_example/nrel00001088" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000004" + "@value": "nrel00000613" } ] }, { - "@id": "urn:nrel_example/nrel00000900", + "@id": "urn:nrel_example/nrel00000012", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000900" + "@value": "nrel00000012" } ] }, { - "@id": "urn:nrel_example/nrel00000526", + "@id": "urn:nrel_example/nrel00001323", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000526" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000983", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -9802,12 +9226,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000983" + "@value": "nrel00001323" } ] }, { - "@id": "urn:nrel_example/nrel00000511", + "@id": "urn:nrel_example/nrel00000711", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -9823,58 +9247,69 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000511" + "@value": "nrel00000711" } ] }, { - "@id": "urn:nrel_example/nrel00000852", + "@id": "urn:nrel_example/nrel00000062", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000514" + }, + { + "@id": "urn:nrel_example/nrel00000913" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000601" + }, + { + "@id": "urn:nrel_example/nrel00000793" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000852" + "@value": "nrel00000062" } ] }, { - "@id": "urn:nrel_example/nrel00000992", + "@id": "urn:nrel_example/nrel00001332", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000211" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000034" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000992" + "@value": "nrel00001332" } ] }, { - "@id": "urn:nrel_example/nrel00000891", + "@id": "urn:nrel_example/nrel00001277", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000158" + "@id": "urn:nrel_example/nrel00001080" }, { - "@id": "urn:nrel_example/nrel00000577" + "@id": "urn:nrel_example/nrel00001123" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -9884,120 +9319,135 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000891" + "@value": "nrel00001277" } ] }, { - "@id": "urn:nrel_example/nrel00000335", + "@id": "urn:nrel_example/nrel00000035", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000522" + }, { - "@value": "nrel00000335" + "@id": "urn:nrel_example/nrel00000824" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000613", - "@type": [ - "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000093" + "@id": "urn:nrel_example/nrel00000317" }, { - "@id": "urn:nrel_example/nrel00000894" + "@id": "urn:nrel_example/nrel00000685" + }, + { + "@id": "urn:nrel_example/nrel00000808" + }, + { + "@id": "urn:nrel_example/nrel00000976" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000952" + "@id": "urn:nrel_example/nrel00000028" }, { - "@id": "urn:nrel_example/nrel00001088" + "@id": "urn:nrel_example/nrel00000085" + }, + { + "@id": "urn:nrel_example/nrel00000243" + }, + { + "@id": "urn:nrel_example/nrel00000253" + }, + { + "@id": "urn:nrel_example/nrel00000994" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000613" + "@value": "nrel00000035" } ] }, { - "@id": "urn:nrel_example/nrel00000439", + "@id": "urn:nrel_example/nrel00000681", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/RelativeHumidity" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000439" + "@value": "nrel00000681" } ] }, { - "@id": "urn:nrel_example/nrel00000090", + "@id": "urn:nrel_example/nrel00001155", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000466" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00001121" + "@id": "urn:nrel_example/nrel00000354" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000068" + "@id": "urn:nrel_example/nrel00000985" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000090" + "@value": "nrel00001155" } ] }, { - "@id": "urn:nrel_example/nrel00001300", + "@id": "urn:nrel_example/nrel00000418", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000485" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000457" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001300" + "@value": "nrel00000418" } ] }, { - "@id": "urn:nrel_example/nrel00000438", + "@id": "urn:nrel_example/nrel00000328", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000306" + }, + { + "@id": "urn:nrel_example/nrel00001262" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10006,210 +9456,184 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000438" + "@value": "nrel00000328" } ] }, { - "@id": "urn:nrel_example/nrel00000160", + "@id": "urn:nrel_example/nrel00000895", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000587" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000225" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001286" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000160" + "@value": "nrel00000895" } ] }, { - "@id": "urn:nrel_example/nrel00001276", + "@id": "urn:nrel_example/nrel00000871", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000757" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000777" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001142" + "@value": "nrel00000871" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000610", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000100" - }, + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000873" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000141" - }, - { - "@id": "urn:nrel_example/nrel00000382" - }, - { - "@id": "urn:nrel_example/nrel00000711" - }, - { - "@id": "urn:nrel_example/nrel00000765" - }, - { - "@id": "urn:nrel_example/nrel00000959" - } - ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, - { - "@id": "http://data.ashrae.org/standard223#Role-Heating" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001276" + "@value": "nrel00000610" } ] }, { - "@id": "urn:nrel_example/nrel00000252", + "@id": "urn:nrel_example/nrel00001284", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000961" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000252" + "@value": "nrel00001284" } ] }, { - "@id": "urn:nrel_example/nrel00000283", + "@id": "urn:nrel_example/nrel00000356", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000283" + "@value": "nrel00000356" } ] }, { - "@id": "urn:nrel_example/nrel00001088", + "@id": "urn:nrel_example/nrel00000059", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001088" + "@value": "nrel00000059" } ] }, { - "@id": "urn:nrel_example/nrel00000772", + "@id": "urn:nrel_example/nrel00000628", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000167" + "@id": "urn:nrel_example/nrel00000677" + }, + { + "@id": "urn:nrel_example/nrel00001262" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000978" + "@id": "urn:nrel_example/nrel00000632" + }, + { + "@id": "urn:nrel_example/nrel00000716" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000772" + "@value": "nrel00000628" } ] }, { - "@id": "urn:nrel_example/nrel00001294", + "@id": "urn:nrel_example/nrel00000024", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001294" + "@value": "nrel00000024" } ] }, { - "@id": "urn:nrel_example/nrel00001015", + "@id": "urn:nrel_example/nrel00000452", "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000487" - }, - { - "@id": "urn:nrel_example/nrel00001099" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000024" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000979" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001015" + "@value": "nrel00000452" } ] }, { - "@id": "urn:nrel_example/nrel00000167", + "@id": "urn:nrel_example/nrel00000801", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10218,12 +9642,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000167" + "@value": "nrel00000801" } ] }, { - "@id": "urn:nrel_example/nrel00000722", + "@id": "urn:nrel_example/nrel00000826", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -10234,12 +9658,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000722" + "@value": "nrel00000826" } ] }, { - "@id": "urn:nrel_example/nrel00000140", + "@id": "urn:nrel_example/nrel00000176", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -10255,98 +9679,98 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000140" + "@value": "nrel00000176" } ] }, { - "@id": "urn:nrel_example/nrel00000379", + "@id": "urn:nrel_example/nrel00000847", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000379" + "@value": "nrel00000847" } ] }, { - "@id": "urn:nrel_example/nrel00001116", + "@id": "urn:nrel_example/nrel00000046", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001267" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001165" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000184" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001116" + "@value": "nrel00000046" } ] }, { - "@id": "urn:nrel_example/nrel00001031", + "@id": "urn:nrel_example/nrel00000184", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001031" + "@value": "nrel00000184" } ] }, { - "@id": "urn:nrel_example/nrel00000377", + "@id": "urn:nrel_example/nrel00001266", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000321" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000936" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000377" + "@value": "nrel00001266" } ] }, { - "@id": "urn:nrel_example/nrel00000261", + "@id": "urn:nrel_example/nrel00000836", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10355,323 +9779,279 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000261" + "@value": "nrel00000836" } ] }, { - "@id": "urn:nrel_example/nrel00001313", + "@id": "urn:nrel_example/nrel00001224", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001313" + "@value": "nrel00001224" } ] }, { - "@id": "urn:nrel_example/nrel00000927", + "@id": "urn:nrel_example/nrel00000432", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000927" + "@value": "nrel00000432" } ] }, { - "@id": "urn:nrel_example/nrel00000320", + "@id": "urn:nrel_example/nrel00000819", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000320" + "@value": "nrel00000819" } ] }, { - "@id": "urn:nrel_example/nrel00001273", + "@id": "urn:nrel_example/nrel00000326", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001273" + "@value": "nrel00000326" } ] }, { - "@id": "urn:nrel_example/nrel00000718", + "@id": "urn:nrel_example/nrel00000013", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000718" + "@value": "nrel00000013" } ] }, { - "@id": "urn:nrel_example/nrel00000128", + "@id": "urn:nrel_example/nrel00000223", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000128" + "@value": "nrel00000223" } ] }, { - "@id": "urn:nrel_example/nrel00001180", + "@id": "urn:nrel_example/nrel00001025", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000172" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000885" - }, - { - "@id": "urn:nrel_example/nrel00001179" - } - ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001180" + "@value": "nrel00001025" } ] }, { - "@id": "urn:nrel_example/nrel00000781", + "@id": "urn:nrel_example/nrel00001291", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000421" + }, { - "@value": "nrel00000781" + "@id": "urn:nrel_example/nrel00000919" + }, + { + "@id": "urn:nrel_example/nrel00001029" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000132", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000026" + }, + { + "@id": "urn:nrel_example/nrel00000082" + }, + { + "@id": "urn:nrel_example/nrel00000388" + }, + { + "@id": "urn:nrel_example/nrel00000785" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000094" + }, + { + "@id": "urn:nrel_example/nrel00000673" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000132" + "@value": "nrel00001291" } ] }, { - "@id": "urn:nrel_example/nrel00001129", + "@id": "urn:nrel_example/nrel00000003", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000804" + }, { - "@value": "nrel00001129" + "@id": "urn:nrel_example/nrel00001038" + }, + { + "@id": "urn:nrel_example/nrel00001156" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000479", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:nrel_example/nrel00000612" + }, + { + "@id": "urn:nrel_example/nrel00000676" + }, + { + "@id": "urn:nrel_example/nrel00000897" + }, + { + "@id": "urn:nrel_example/nrel00000953" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000203" + }, + { + "@id": "urn:nrel_example/nrel00000895" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000479" + "@value": "nrel00000003" } ] }, { - "@id": "urn:nrel_example/nrel00000183", + "@id": "urn:nrel_example/nrel00000793", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000183" + "@value": "nrel00000793" } ] }, { - "@id": "urn:nrel_example/nrel00000284", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Default", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } + "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", + "http://data.ashrae.org/standard223#EnumerationKind-Override" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000284" + "@language": "en", + "@value": "AlarmStatus-Alarm" + }, + { + "@language": "en", + "@value": "Override-Default" } ] }, { - "@id": "urn:nrel_example/nrel00000958", + "@id": "urn:nrel_example/nrel00000916", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000152" - }, - { - "@id": "urn:nrel_example/nrel00000521" - }, - { - "@id": "urn:nrel_example/nrel00000591" - }, - { - "@id": "urn:nrel_example/nrel00000628" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001155" + "@id": "urn:nrel_example/nrel00000600" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000208" - }, + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000354" + "@id": "urn:nrel_example/nrel00000114" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000139" - }, - { - "@id": "urn:nrel_example/nrel00000823" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000985" + "@id": "urn:nrel_example/nrel00001059" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000958" + "@value": "nrel00000916" } ] }, { - "@id": "urn:nrel_example/nrel00000351", + "@id": "urn:nrel_example/nrel00000050", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000172" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -10679,268 +10059,254 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000351" + "@value": "nrel00000050" } ] }, { - "@id": "urn:nrel_example/nrel00001124", + "@id": "urn:nrel_example/nrel00000734", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000075" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000740" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001124" + "@value": "nrel00000734" } ] }, { - "@id": "urn:nrel_example/nrel00000181", + "@id": "urn:nrel_example/nrel00001177", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000181" + "@value": "nrel00001177" } ] }, { - "@id": "urn:nrel_example/nrel00000755", + "@id": "urn:nrel_example/nrel00000807", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000380" + "@id": "urn:nrel_example/nrel00000045" }, { - "@id": "urn:nrel_example/nrel00000491" + "@id": "urn:nrel_example/nrel00001157" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000473" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000883" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000755" + "@value": "nrel00000807" } ] }, { - "@id": "urn:nrel_example/nrel00000997", + "@id": "urn:nrel_example/nrel00000715", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000997" + "@value": "nrel00000715" } ] }, { - "@id": "urn:nrel_example/nrel00000118", + "@id": "urn:nrel_example/nrel00000980", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000118" + "@value": "nrel00000980" } ] }, { - "@id": "urn:nrel_example/nrel00000301", + "@id": "urn:nrel_example/nrel00000728", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000301" + "@value": "nrel00000728" } ] }, { - "@id": "urn:nrel_example/nrel00000550", + "@id": "urn:nrel_example/nrel00000602", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "urn:nrel_example/nrel00000032" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "urn:nrel_example/nrel00000358" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000550" + "@value": "nrel00000602" } ] }, { - "@id": "urn:nrel_example/nrel00000877", + "@id": "urn:nrel_example/nrel00001166", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001198" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000877" + "@value": "nrel00001166" } ] }, { - "@id": "urn:nrel_example/nrel00001080", + "@id": "urn:nrel_example/nrel00000779", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001080" + "@value": "nrel00000779" } ] }, { - "@id": "urn:nrel_example/nrel00000365", + "@id": "urn:nrel_example/nrel00001085", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000580" - }, - { - "@id": "urn:nrel_example/nrel00000630" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001174" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000001" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000459" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000157" - }, - { - "@id": "urn:nrel_example/nrel00000425" - }, - { - "@id": "urn:nrel_example/nrel00000672" - }, - { - "@id": "urn:nrel_example/nrel00001109" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001314" + "@value": "nrel00001085" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000884", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000365" + "@value": "nrel00000884" } ] }, { - "@id": "urn:nrel_example/nrel00000217", + "@id": "urn:nrel_example/nrel00001082", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000161" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000565" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000217" + "@value": "nrel00001082" } ] }, { - "@id": "urn:nrel_example/nrel00000396", + "@id": "urn:nrel_example/nrel00000207", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000278" - }, - { - "@id": "urn:nrel_example/nrel00000603" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -10949,306 +10315,253 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000396" + "@value": "nrel00000207" } ] }, { - "@id": "urn:nrel_example/nrel00000262", + "@id": "urn:nrel_example/nrel00000479", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000035" - }, - { - "@id": "urn:nrel_example/nrel00000505" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000729" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000597" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000724" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000070" - }, - { - "@id": "urn:nrel_example/nrel00000405" - }, - { - "@id": "urn:nrel_example/nrel00000551" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000980" - }, + "@value": "nrel00000479" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000538", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001011" + "@id": "urn:nrel_example/nrel00000439" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "@id": "urn:nrel_example/nrel00000114" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:nrel_example/nrel00000477" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000262" + "@value": "nrel00000538" } ] }, { - "@id": "urn:nrel_example/nrel00000047", + "@id": "urn:nrel_example/nrel00000783", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000970" + }, + { + "@id": "urn:nrel_example/nrel00000984" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000047" + "@value": "nrel00000783" } ] }, { - "@id": "urn:nrel_example/nrel00000534", + "@id": "urn:nrel_example/nrel00000445", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000534" + "@value": "nrel00000445" } ] }, { - "@id": "urn:nrel_example/nrel00000942", + "@id": "urn:nrel_example/nrel00001218", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000942" + "@value": "nrel00001218" } ] }, { - "@id": "urn:nrel_example/nrel00000291", + "@id": "urn:nrel_example/nrel00000388", "@type": [ - "http://data.ashrae.org/standard223#Damper" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000169" - }, - { - "@id": "urn:nrel_example/nrel00001009" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000027" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000837" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000291" + "@value": "nrel00000388" } ] }, { - "@id": "urn:nrel_example/nrel00000425", + "@id": "urn:nrel_example/nrel00001208", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000425" + "@value": "nrel00001208" } ] }, { - "@id": "urn:nrel_example/nrel00001278", + "@id": "urn:nrel_example/nrel00000978", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00001260" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001311" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001278" + "@value": "nrel00000978" } ] }, { - "@id": "urn:nrel_example/nrel00000629", + "@id": "urn:nrel_example/nrel00000142", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000318" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000393" + "@id": "urn:nrel_example/nrel00000948" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000105" - }, - { - "@id": "urn:nrel_example/nrel00000128" - }, - { - "@id": "urn:nrel_example/nrel00000218" - }, - { - "@id": "urn:nrel_example/nrel00000398" - }, - { - "@id": "urn:nrel_example/nrel00000519" - }, - { - "@id": "urn:nrel_example/nrel00000528" - }, - { - "@id": "urn:nrel_example/nrel00000540" - }, - { - "@id": "urn:nrel_example/nrel00000548" - }, - { - "@id": "urn:nrel_example/nrel00000702" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001140" + "@id": "urn:nrel_example/nrel00000641" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000629" + "@value": "nrel00000142" } ] }, { - "@id": "urn:nrel_example/nrel00001297", + "@id": "urn:nrel_example/nrel00000100", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000084" - }, - { - "@id": "urn:nrel_example/nrel00000230" - }, - { - "@id": "urn:nrel_example/nrel00000693" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000815" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000881" + "@value": "nrel00000100" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000581", + "@type": [ + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00001123" + "@id": "urn:nrel_example/nrel00000223" }, { - "@id": "urn:nrel_example/nrel00001194" + "@id": "urn:nrel_example/nrel00000320" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000373" - }, - { - "@id": "urn:nrel_example/nrel00000544" + "@id": "urn:nrel_example/nrel00000403" }, { - "@id": "urn:nrel_example/nrel00001022" + "@id": "urn:nrel_example/nrel00000850" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001297" + "@value": "nrel00000581" } ] }, { - "@id": "urn:nrel_example/nrel00000609", + "@id": "urn:nrel_example/nrel00000606", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000609" + "@value": "nrel00000606" } ] }, { - "@id": "urn:nrel_example/nrel00000719", + "@id": "urn:nrel_example/nrel00000182", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -11264,236 +10577,249 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000719" + "@value": "nrel00000182" } ] }, { - "@id": "urn:nrel_example/nrel00001079", + "@id": "urn:nrel_example/nrel00001237", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000966" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000282" + "@value": "nrel00001237" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000503", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000109" + "@id": "urn:nrel_example/nrel00000649" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00001079" + "@id": "urn:nrel_example/nrel00000553" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000178", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00001178" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000178" + "@value": "nrel00000503" } ] }, { - "@id": "urn:nrel_example/nrel00000641", + "@id": "urn:nrel_example/nrel00001214", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000641" + "@value": "nrel00001214" } ] }, { - "@id": "urn:nrel_example/nrel00000434", + "@id": "urn:nrel_example/nrel00001144", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000434" + "@value": "nrel00001144" } ] }, { - "@id": "urn:nrel_example/nrel00000547", + "@id": "urn:nrel_example/nrel00000780", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000179" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00001015" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000547" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000077", - "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:nrel_example/nrel00000525" + }, { - "@id": "urn:nrel_example/nrel00000424" + "@id": "urn:nrel_example/nrel00000826" }, { - "@id": "urn:nrel_example/nrel00000892" + "@id": "urn:nrel_example/nrel00001043" + }, + { + "@id": "urn:nrel_example/nrel00001063" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000191" + }, + { + "@id": "urn:nrel_example/nrel00000394" + }, + { + "@id": "urn:nrel_example/nrel00000556" + }, + { + "@id": "urn:nrel_example/nrel00000592" + }, + { + "@id": "urn:nrel_example/nrel00001001" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000077" + "@value": "nrel00000780" } ] }, { - "@id": "urn:nrel_example/nrel00001020", + "@id": "urn:nrel_example/nrel00000653", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001020" + "@value": "nrel00000653" } ] }, { - "@id": "urn:nrel_example/nrel00000920", + "@id": "urn:nrel_example/nrel00001058", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000638" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000412" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000920" + "@value": "nrel00001058" } ] }, { - "@id": "urn:nrel_example/nrel00000945", + "@id": "urn:nrel_example/nrel00000823", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000945" + "@value": "nrel00000823" } ] }, { - "@id": "urn:nrel_example/nrel00000599", + "@id": "urn:nrel_example/nrel00001127", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000599" + "@value": "nrel00001127" } ] }, { - "@id": "urn:nrel_example/nrel00000545", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Class", + "http://data.ashrae.org/standard223#EnumerationKind-Override", + "http://www.w3.org/ns/shacl#NodeShape" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@value": "EnumerationKind Override" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001054", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000545" + "@value": "nrel00001054" } ] }, { - "@id": "urn:nrel_example/nrel00001153", + "@id": "urn:nrel_example/nrel00000753", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -11504,463 +10830,343 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001153" + "@value": "nrel00000753" } ] }, { - "@id": "urn:nrel_example/nrel00000823", + "@id": "urn:nrel_example/nrel00001006", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000823" + "@value": "nrel00001006" } ] }, { - "@id": "urn:nrel_example/nrel00000209", + "@id": "urn:nrel_example/nrel00001139", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000099" - }, - { - "@id": "urn:nrel_example/nrel00000135" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000904" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000131" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000355" + "@value": "nrel00001139" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000195", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000392" - }, - { - "@id": "urn:nrel_example/nrel00000752" - }, - { - "@id": "urn:nrel_example/nrel00000805" - }, - { - "@id": "urn:nrel_example/nrel00001160" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001233" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000209" + "@value": "nrel00000195" } ] }, { - "@id": "urn:nrel_example/nrel00000794", + "@id": "urn:nrel_example/nrel00001038", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001197" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00001121" + "@id": "urn:nrel_example/nrel00000676" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001306" + "@id": "urn:nrel_example/nrel00000203" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000794" + "@value": "nrel00001038" } ] }, { - "@id": "urn:nrel_example/nrel00000135", + "@id": "urn:nrel_example/nrel00000349", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000340" - }, - { - "@id": "urn:nrel_example/nrel00000734" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000906" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000051" - }, - { - "@id": "urn:nrel_example/nrel00000075" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000914" - }, + "@value": "nrel00000349" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000856", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001250" + "@id": "urn:nrel_example/nrel00000045" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000202" - }, + "@id": "urn:nrel_example/nrel00000969" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000740" + "@id": "urn:nrel_example/nrel00000610" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000135" + "@value": "nrel00000856" } ] }, { - "@id": "urn:nrel_example/nrel00000300", + "@id": "urn:nrel_example/nrel00000881", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001050" + "@id": "urn:nrel_example/nrel00001194" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000518" + "@id": "urn:nrel_example/nrel00000544" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000300" + "@value": "nrel00000881" } ] }, { - "@id": "urn:nrel_example/nrel00000870", + "@id": "urn:nrel_example/nrel00000354", "@type": [ - "http://data.ashrae.org/standard223#Pump" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000901" - }, - { - "@id": "urn:nrel_example/nrel00000975" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000177" - }, - { - "@id": "urn:nrel_example/nrel00000279" - }, - { - "@id": "urn:nrel_example/nrel00000547" - }, - { - "@id": "urn:nrel_example/nrel00000863" - }, - { - "@id": "urn:nrel_example/nrel00000972" - }, - { - "@id": "urn:nrel_example/nrel00001045" - }, - { - "@id": "urn:nrel_example/nrel00001053" - }, - { - "@id": "urn:nrel_example/nrel00001175" - }, - { - "@id": "urn:nrel_example/nrel00001253" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001310" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000870" + "@value": "nrel00000354" } ] }, { - "@id": "urn:nrel_example/nrel00000350", + "@id": "urn:nrel_example/nrel00000298", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000986" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000160" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000225" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000350" + "@value": "nrel00000298" } ] }, { - "@id": "urn:nrel_example/nrel00001009", + "@id": "urn:nrel_example/nrel00000440", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001009" + "@value": "nrel00000440" } ] }, { - "@id": "urn:nrel_example/nrel00001299", + "@id": "urn:nrel_example/nrel00000572", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001299" + "@value": "nrel00000572" } ] }, { - "@id": "urn:nrel_example/nrel00000746", + "@id": "urn:nrel_example/nrel00001051", "@type": [ - "http://data.ashrae.org/standard223#EAU", - "http://data.ashrae.org/standard223#Equipment" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000343" - }, - { - "@id": "urn:nrel_example/nrel00000429" - }, - { - "@id": "urn:nrel_example/nrel00000675" - }, - { - "@id": "urn:nrel_example/nrel00000771" - }, - { - "@id": "urn:nrel_example/nrel00001003" - }, - { - "@id": "urn:nrel_example/nrel00001089" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001100" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001119" + "@value": "nrel00001051" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000522", + "@type": [ + "http://data.ashrae.org/standard223#Pump" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000050" + "@id": "urn:nrel_example/nrel00000801" }, { - "@id": "urn:nrel_example/nrel00000134" + "@id": "urn:nrel_example/nrel00000957" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000669" + "@id": "urn:nrel_example/nrel00000057" }, { - "@id": "urn:nrel_example/nrel00000853" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000144" + }, { - "@value": "nrel00000746" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000172", - "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ + "@id": "urn:nrel_example/nrel00000267" + }, { - "@id": "urn:nrel_example/nrel00000351" + "@id": "urn:nrel_example/nrel00000341" }, { - "@id": "urn:nrel_example/nrel00001180" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000352" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000507" + }, { - "@value": "nrel00000172" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000101", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "@id": "urn:nrel_example/nrel00000520" + }, { - "@id": "urn:nrel_example/nrel00000736" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000900" + }, { - "@id": "urn:nrel_example/nrel00000969" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00001005" + }, { - "@id": "urn:nrel_example/nrel00001014" + "@id": "urn:nrel_example/nrel00001245" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000101" + "@value": "nrel00000522" } ] }, { - "@id": "urn:nrel_example/nrel00000748", + "@id": "urn:nrel_example/nrel00000970", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000748" + "@value": "nrel00000970" } ] }, { - "@id": "urn:nrel_example/nrel00000363", + "@id": "urn:nrel_example/nrel00000988", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "nrel00000363" + "@id": "http://qudt.org/vocab/unit/DEG_C" } - ] - }, - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override", - "@type": [ - "http://data.ashrae.org/standard223#Class", - "http://data.ashrae.org/standard223#EnumerationKind-Override", - "http://www.w3.org/ns/shacl#NodeShape" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "EnumerationKind Override" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind" + "@value": "nrel00000988" } ] }, { - "@id": "urn:nrel_example/nrel00001127", + "@id": "urn:nrel_example/nrel00000140", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001127" + "@value": "nrel00000140" } ] }, { - "@id": "urn:nrel_example/nrel00001235", + "@id": "urn:nrel_example/nrel00001126", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -11976,210 +11182,218 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001235" + "@value": "nrel00001126" } ] }, { - "@id": "urn:nrel_example/nrel00000414", + "@id": "urn:nrel_example/nrel00000343", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000207" + "@id": "urn:nrel_example/nrel00000134" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001163" + "@id": "urn:nrel_example/nrel00000669" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000414" + "@value": "nrel00000343" } ] }, { - "@id": "urn:nrel_example/nrel00000009", + "@id": "urn:nrel_example/nrel00000941", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000251" + }, + { + "@id": "urn:nrel_example/nrel00000846" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000404" + }, + { + "@id": "urn:nrel_example/nrel00000681" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000009" + "@value": "nrel00000941" } ] }, { - "@id": "urn:nrel_example/nrel00000666", + "@id": "urn:nrel_example/nrel00000238", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000666" + "@value": "nrel00000238" } ] }, { - "@id": "urn:nrel_example/nrel00001168", + "@id": "urn:nrel_example/nrel00000545", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001168" + "@value": "nrel00000545" } ] }, { - "@id": "urn:nrel_example/nrel00001004", + "@id": "urn:nrel_example/nrel00000163", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000221" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000336" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:nrel_example/nrel00000680" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00001004" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000514", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000514" + "@value": "nrel00000163" } ] }, { - "@id": "urn:nrel_example/nrel00000340", + "@id": "urn:nrel_example/nrel00001012", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000051" + "@id": "urn:nrel_example/nrel00001299" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000202" + "@id": "urn:nrel_example/nrel00000166" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000340" + "@value": "nrel00001012" } ] }, { - "@id": "urn:nrel_example/nrel00001285", + "@id": "urn:nrel_example/nrel00000505", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "@id": "urn:nrel_example/nrel00000626" + }, + { + "@id": "urn:nrel_example/nrel00001071" + }, + { + "@id": "urn:nrel_example/nrel00001266" + } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000207" + "@id": "urn:nrel_example/nrel00000321" + }, + { + "@id": "urn:nrel_example/nrel00000748" + }, + { + "@id": "urn:nrel_example/nrel00000983" + }, + { + "@id": "urn:nrel_example/nrel00001117" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000936" + }, + { + "@id": "urn:nrel_example/nrel00001236" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001285" + "@value": "nrel00000505" } ] }, { - "@id": "urn:nrel_example/nrel00000298", + "@id": "urn:nrel_example/nrel00000249", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000298" + "@value": "nrel00000249" } ] }, { - "@id": "urn:nrel_example/nrel00000397", + "@id": "urn:nrel_example/nrel00000605", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000255" + "@id": "urn:nrel_example/nrel00000151" }, { - "@id": "urn:nrel_example/nrel00000908" + "@id": "urn:nrel_example/nrel00001229" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -12189,54 +11403,76 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000397" + "@value": "nrel00000605" } ] }, { - "@id": "urn:nrel_example/nrel00000624", + "@id": "urn:nrel_example/nrel00000952", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@value": "nrel00000952" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000597", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000624" + "@value": "nrel00000597" } ] }, { - "@id": "urn:nrel_example/nrel00001055", + "@id": "urn:nrel_example/nrel00000688", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@value": "nrel00000688" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000422", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001055" + "@value": "nrel00000422" } ] }, { - "@id": "urn:nrel_example/nrel00000679", + "@id": "urn:nrel_example/nrel00000855", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -12247,54 +11483,54 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000679" + "@value": "nrel00000855" } ] }, { - "@id": "urn:nrel_example/nrel00000324", + "@id": "urn:nrel_example/nrel00001295", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000961" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000064" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000324" + "@value": "nrel00001295" } ] }, { - "@id": "urn:nrel_example/nrel00000710", + "@id": "urn:nrel_example/nrel00000132", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000710" + "@value": "nrel00000132" } ] }, { - "@id": "urn:nrel_example/nrel00001192", + "@id": "urn:nrel_example/nrel00001207", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -12305,62 +11541,78 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001192" + "@value": "nrel00001207" } ] }, { - "@id": "urn:nrel_example/nrel00001049", + "@id": "urn:nrel_example/nrel00001015", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000487" + }, + { + "@id": "urn:nrel_example/nrel00001099" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000024" + }, + { + "@id": "urn:nrel_example/nrel00000979" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001049" + "@value": "nrel00001015" } ] }, { - "@id": "urn:nrel_example/nrel00001172", + "@id": "urn:nrel_example/nrel00000227", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001172" + "@value": "nrel00000227" } ] }, { - "@id": "urn:nrel_example/nrel00000763", + "@id": "urn:nrel_example/nrel00000618", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000517" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000763" + "@value": "nrel00000618" } ] }, { - "@id": "urn:nrel_example/nrel00000385", + "@id": "urn:nrel_example/nrel00000730", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -12369,14 +11621,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000385" + "@value": "nrel00000730" } ] }, { - "@id": "urn:nrel_example/nrel00000898", + "@id": "urn:nrel_example/nrel00000516", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -12385,12 +11637,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000898" + "@value": "nrel00000516" } ] }, { - "@id": "urn:nrel_example/nrel00001144", + "@id": "urn:nrel_example/nrel00000627", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -12401,52 +11653,88 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001144" + "@value": "nrel00000627" } ] }, { - "@id": "urn:nrel_example/nrel00001121", + "@id": "urn:nrel_example/nrel00000280", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001197" + "@id": "urn:nrel_example/nrel00000003" + }, + { + "@id": "urn:nrel_example/nrel00000055" + }, + { + "@id": "urn:nrel_example/nrel00000848" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000278" + }, + { + "@id": "urn:nrel_example/nrel00001157" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000009" + "@id": "urn:nrel_example/nrel00000988" }, { - "@id": "urn:nrel_example/nrel00000068" + "@id": "urn:nrel_example/nrel00001152" + }, + { + "@id": "urn:nrel_example/nrel00001204" + }, + { + "@id": "urn:nrel_example/nrel00001244" + }, + { + "@id": "urn:nrel_example/nrel00001282" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001121" + "@value": "nrel00000280" } ] }, { - "@id": "urn:nrel_example/nrel00000306", + "@id": "urn:nrel_example/nrel00000369", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000441" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000758" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000306" + "@value": "nrel00000369" } ] }, { - "@id": "urn:nrel_example/nrel00001073", + "@id": "urn:nrel_example/nrel00001217", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -12457,467 +11745,525 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001073" + "@value": "nrel00001217" } ] }, { - "@id": "urn:nrel_example/nrel00000976", + "@id": "urn:nrel_example/nrel00000185", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000976" + "@value": "nrel00000185" } ] }, { - "@id": "urn:nrel_example/nrel00001087", + "@id": "urn:nrel_example/nrel00000777", "@type": [ - "http://data.ashrae.org/standard223#Filter" + "http://data.ashrae.org/standard223#Fan" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000107" + "@id": "urn:nrel_example/nrel00000776" }, { - "@id": "urn:nrel_example/nrel00000908" + "@id": "urn:nrel_example/nrel00001164" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001213" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000159" + }, { - "@value": "nrel00001087" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000297", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000185" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000379" + }, + { + "@id": "urn:nrel_example/nrel00000450" + }, + { + "@id": "urn:nrel_example/nrel00000563" + }, + { + "@id": "urn:nrel_example/nrel00000662" + }, + { + "@id": "urn:nrel_example/nrel00000761" + }, + { + "@id": "urn:nrel_example/nrel00000778" + }, + { + "@id": "urn:nrel_example/nrel00000889" + }, + { + "@id": "urn:nrel_example/nrel00000974" + }, + { + "@id": "urn:nrel_example/nrel00001290" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000297" + "@value": "nrel00000777" } ] }, { - "@id": "urn:nrel_example/nrel00000833", + "@id": "urn:nrel_example/nrel00000507", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000074" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00001027" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000206" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000833" + "@value": "nrel00000507" } ] }, { - "@id": "urn:nrel_example/nrel00000638", + "@id": "urn:nrel_example/nrel00000420", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000638" + "@value": "nrel00000420" } ] }, { - "@id": "urn:nrel_example/nrel00000008", + "@id": "urn:nrel_example/nrel00001106", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000008" + "@value": "nrel00001106" } ] }, { - "@id": "urn:nrel_example/nrel00000154", + "@id": "urn:nrel_example/nrel00000830", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00000252" + }, + { + "@id": "urn:nrel_example/nrel00001159" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:nrel_example/nrel00000238" + }, + { + "@id": "urn:nrel_example/nrel00000359" + }, + { + "@id": "urn:nrel_example/nrel00000427" + }, + { + "@id": "urn:nrel_example/nrel00000645" + }, + { + "@id": "urn:nrel_example/nrel00000791" + }, + { + "@id": "urn:nrel_example/nrel00000861" + }, + { + "@id": "urn:nrel_example/nrel00000880" + }, + { + "@id": "urn:nrel_example/nrel00000977" + }, + { + "@id": "urn:nrel_example/nrel00001019" + }, + { + "@id": "urn:nrel_example/nrel00001048" + }, + { + "@id": "urn:nrel_example/nrel00001217" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000154" + "@value": "nrel00000830" } ] }, { - "@id": "urn:nrel_example/nrel00000517", + "@id": "urn:nrel_example/nrel00001199", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000307" + "@id": "urn:nrel_example/nrel00000096" }, { - "@id": "urn:nrel_example/nrel00000618" + "@id": "urn:nrel_example/nrel00001032" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000056" + }, + { + "@id": "urn:nrel_example/nrel00000242" + }, + { + "@id": "urn:nrel_example/nrel00000277" + }, + { + "@id": "urn:nrel_example/nrel00000289" + }, + { + "@id": "urn:nrel_example/nrel00000452" + }, + { + "@id": "urn:nrel_example/nrel00000559" + }, + { + "@id": "urn:nrel_example/nrel00000929" + }, + { + "@id": "urn:nrel_example/nrel00001028" + }, + { + "@id": "urn:nrel_example/nrel00001066" + }, + { + "@id": "urn:nrel_example/nrel00001224" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000517" + "@value": "nrel00001199" } ] }, { - "@id": "urn:nrel_example/nrel00000321", + "@id": "urn:nrel_example/nrel00000074", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000321" + "@value": "nrel00000074" } ] }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", + "@id": "urn:nrel_example/nrel00000956", "@type": [ - "http://data.ashrae.org/standard223#Class", - "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", - "http://www.w3.org/ns/shacl#NodeShape" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "EnumerationKind AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } - ] - }, - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Default", - "@type": [ - "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", - "http://data.ashrae.org/standard223#EnumerationKind-Override" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "AlarmStatus-Alarm" - }, - { - "@language": "en", - "@value": "Override-Default" + "@value": "nrel00000956" } ] }, { - "@id": "urn:nrel_example/nrel00000266", + "@id": "urn:nrel_example/nrel00000962", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000620" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000260" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000266" + "@value": "nrel00000962" } ] }, { - "@id": "urn:nrel_example/nrel00000136", + "@id": "urn:nrel_example/nrel00001022", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000136" + "@value": "nrel00001022" } ] }, { - "@id": "urn:nrel_example/nrel00000288", + "@id": "urn:nrel_example/nrel00000604", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "urn:nrel_example/nrel00001136" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00001255" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000288" + "@value": "nrel00000604" } ] }, { - "@id": "urn:nrel_example/nrel00000957", + "@id": "urn:nrel_example/nrel00000262", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000035" + }, + { + "@id": "urn:nrel_example/nrel00000505" + }, + { + "@id": "urn:nrel_example/nrel00000729" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000957" + "@id": "urn:nrel_example/nrel00000597" + }, + { + "@id": "urn:nrel_example/nrel00000724" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001274", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000070" + }, + { + "@id": "urn:nrel_example/nrel00000405" + }, + { + "@id": "urn:nrel_example/nrel00000551" + }, + { + "@id": "urn:nrel_example/nrel00000980" + }, + { + "@id": "urn:nrel_example/nrel00001011" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:nrel_example/nrel00000078" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001274" + "@value": "nrel00000262" } ] }, { - "@id": "urn:nrel_example/nrel00000197", + "@id": "urn:nrel_example/nrel00000057", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000197" + "@value": "nrel00000057" } ] }, { - "@id": "urn:nrel_example/nrel00000972", + "@id": "urn:nrel_example/nrel00000504", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000972" + "@value": "nrel00000504" } ] }, { - "@id": "urn:nrel_example/nrel00000790", + "@id": "urn:nrel_example/nrel00000674", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000790" + "@value": "nrel00000674" } ] }, { - "@id": "urn:nrel_example/nrel00000812", + "@id": "urn:nrel_example/nrel00000205", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000025" + }, + { + "@id": "urn:nrel_example/nrel00000076" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000194" + }, + { + "@id": "urn:nrel_example/nrel00000299" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000812" + "@value": "nrel00000205" } ] }, { - "@id": "urn:nrel_example/nrel00000859", + "@id": "urn:nrel_example/nrel00000135", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000080" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:nrel_example/nrel00000340" + }, { - "@id": "urn:nrel_example/nrel00000284" + "@id": "urn:nrel_example/nrel00000734" }, { - "@id": "urn:nrel_example/nrel00000987" + "@id": "urn:nrel_example/nrel00000906" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000859" + "@id": "urn:nrel_example/nrel00000051" + }, + { + "@id": "urn:nrel_example/nrel00000075" + }, + { + "@id": "urn:nrel_example/nrel00000914" + }, + { + "@id": "urn:nrel_example/nrel00001250" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001227", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000202" + }, + { + "@id": "urn:nrel_example/nrel00000740" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001227" + "@value": "nrel00000135" } ] }, { - "@id": "urn:nrel_example/nrel00001090", + "@id": "urn:nrel_example/nrel00001132", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001090" + "@value": "nrel00001132" } ] }, { - "@id": "urn:nrel_example/nrel00000366", + "@id": "urn:nrel_example/nrel00000924", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -12928,86 +12274,78 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000366" + "@value": "nrel00000924" } ] }, { - "@id": "urn:nrel_example/nrel00001120", + "@id": "urn:nrel_example/nrel00001257", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001120" + "@value": "nrel00001257" } ] }, { - "@id": "urn:nrel_example/nrel00001177", + "@id": "urn:nrel_example/nrel00001014", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001177" + "@value": "nrel00001014" } ] }, { - "@id": "urn:nrel_example/nrel00000587", + "@id": "urn:nrel_example/nrel00001211", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000745" + "@id": "urn:nrel_example/nrel00000406" }, { - "@id": "urn:nrel_example/nrel00000986" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000574" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000433" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000844" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000587" + "@value": "nrel00001211" } ] }, { - "@id": "urn:nrel_example/nrel00001159", + "@id": "urn:nrel_example/nrel00001285", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -13016,64 +12354,107 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000207" + } + ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001159" + "@value": "nrel00001285" } ] }, { - "@id": "urn:nrel_example/nrel00000037", + "@id": "urn:nrel_example/nrel00000735", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000037" + "@value": "nrel00000735" } ] }, { - "@id": "urn:nrel_example/nrel00000489", + "@id": "urn:nrel_example/nrel00000466", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000489" + "@value": "nrel00000466" } ] }, { - "@id": "urn:nrel_example/nrel00000882", + "@id": "urn:nrel_example/nrel00000053", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000461" + }, + { + "@id": "urn:nrel_example/nrel00000931" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000012" + }, + { + "@id": "urn:nrel_example/nrel00000492" + }, + { + "@id": "urn:nrel_example/nrel00000550" + }, + { + "@id": "urn:nrel_example/nrel00000562" + }, + { + "@id": "urn:nrel_example/nrel00000566" + }, + { + "@id": "urn:nrel_example/nrel00000572" + }, + { + "@id": "urn:nrel_example/nrel00000607" + }, + { + "@id": "urn:nrel_example/nrel00000648" + }, + { + "@id": "urn:nrel_example/nrel00000877" + }, + { + "@id": "urn:nrel_example/nrel00001075" + }, + { + "@id": "urn:nrel_example/nrel00001093" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000882" + "@value": "nrel00000053" } ] }, { - "@id": "urn:nrel_example/nrel00000161", + "@id": "urn:nrel_example/nrel00000852", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -13082,118 +12463,118 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000161" + "@value": "nrel00000852" } ] }, { - "@id": "urn:nrel_example/nrel00000993", + "@id": "urn:nrel_example/nrel00000670", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000993" + "@value": "nrel00000670" } ] }, { - "@id": "urn:nrel_example/nrel00000611", + "@id": "urn:nrel_example/nrel00000032", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000590" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00001121" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000009" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000611" + "@value": "nrel00000032" } ] }, { - "@id": "urn:nrel_example/nrel00000376", + "@id": "urn:nrel_example/nrel00000457", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000376" + "@value": "nrel00000457" } ] }, { - "@id": "urn:nrel_example/nrel00001225", + "@id": "urn:nrel_example/nrel00000071", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001225" + "@value": "nrel00000071" } ] }, { - "@id": "urn:nrel_example/nrel00000105", + "@id": "urn:nrel_example/nrel00001094", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000105" + "@value": "nrel00001094" } ] }, { - "@id": "urn:nrel_example/nrel00000837", + "@id": "urn:nrel_example/nrel00000732", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ @@ -13203,452 +12584,423 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000837" + "@value": "nrel00000732" } ] }, { - "@id": "urn:nrel_example/nrel00000782", + "@id": "urn:nrel_example/nrel00000400", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000148" - }, - { - "@id": "urn:nrel_example/nrel00000647" - }, - { - "@id": "urn:nrel_example/nrel00001037" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000190" - }, - { - "@id": "urn:nrel_example/nrel00000722" - }, - { - "@id": "urn:nrel_example/nrel00001046" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001052" + "@id": "urn:nrel_example/nrel00000305" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000820" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001067" + "@id": "urn:nrel_example/nrel00000738" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000782" + "@value": "nrel00000400" } ] }, { - "@id": "urn:nrel_example/nrel00000554", + "@id": "urn:nrel_example/nrel00001140", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000554" + "@value": "nrel00001140" } ] }, { - "@id": "urn:nrel_example/nrel00000095", + "@id": "urn:nrel_example/nrel00000867", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#Zone" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasDomainSpace": [ { - "@id": "urn:nrel_example/nrel00000168" + "@id": "urn:nrel_example/nrel00000080" }, { - "@id": "urn:nrel_example/nrel00000312" + "@id": "urn:nrel_example/nrel00000122" }, { - "@id": "urn:nrel_example/nrel00000497" + "@id": "urn:nrel_example/nrel00000587" }, { - "@id": "urn:nrel_example/nrel00000608" + "@id": "urn:nrel_example/nrel00000600" }, { - "@id": "urn:nrel_example/nrel00000799" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000631" + }, { - "@id": "urn:nrel_example/nrel00000227" + "@id": "urn:nrel_example/nrel00000736" }, { - "@id": "urn:nrel_example/nrel00001265" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:nrel_example/nrel00000862" + }, { - "@id": "urn:nrel_example/nrel00000042" + "@id": "urn:nrel_example/nrel00001125" }, { - "@id": "urn:nrel_example/nrel00000726" + "@id": "urn:nrel_example/nrel00001197" }, { - "@id": "urn:nrel_example/nrel00000809" + "@id": "urn:nrel_example/nrel00001267" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000095" + "@value": "nrel00000867" } ] }, { - "@id": "urn:nrel_example/nrel00000072", + "@id": "urn:nrel_example/nrel00000641", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000072" + "@value": "nrel00000641" } ] }, { - "@id": "urn:nrel_example/nrel00000873", + "@id": "urn:nrel_example/nrel00001236", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000873" + "@value": "nrel00001236" } ] }, { - "@id": "urn:nrel_example/nrel00000698", + "@id": "urn:nrel_example/nrel00001273", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000698" + "@value": "nrel00001273" } ] }, { - "@id": "urn:nrel_example/nrel00000459", + "@id": "urn:nrel_example/nrel00000471", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000459" + "@value": "nrel00000471" } ] }, { - "@id": "urn:nrel_example/nrel00000625", + "@id": "urn:nrel_example/nrel00000075", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000625" + "@value": "nrel00000075" } ] }, { - "@id": "urn:nrel_example/nrel00001203", + "@id": "urn:nrel_example/nrel00001160", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001203" + "@value": "nrel00001160" } ] }, { - "@id": "urn:nrel_example/nrel00000076", + "@id": "urn:nrel_example/nrel00000486", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00001125" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001047" + "@id": "urn:nrel_example/nrel00000500" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001280" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000076" + "@value": "nrel00000486" } ] }, { - "@id": "urn:nrel_example/nrel00000839", + "@id": "urn:nrel_example/nrel00000425", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00001092" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001115" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000356" - }, + "@value": "nrel00000425" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001008", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000508" + "@id": "urn:nrel_example/nrel00000092" }, { - "@id": "urn:nrel_example/nrel00001062" + "@id": "urn:nrel_example/nrel00000400" }, { - "@id": "urn:nrel_example/nrel00001189" + "@id": "urn:nrel_example/nrel00000454" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000125" + "@id": "urn:nrel_example/nrel00000017" }, { - "@id": "urn:nrel_example/nrel00000552" + "@id": "urn:nrel_example/nrel00000305" }, { - "@id": "urn:nrel_example/nrel00000654" + "@id": "urn:nrel_example/nrel00000797" }, { - "@id": "urn:nrel_example/nrel00001126" + "@id": "urn:nrel_example/nrel00001144" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000275" }, { - "@id": "urn:nrel_example/nrel00001247" + "@id": "urn:nrel_example/nrel00000738" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000839" + "@value": "nrel00001008" } ] }, { - "@id": "urn:nrel_example/nrel00000107", + "@id": "urn:nrel_example/nrel00000472", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000875" + "@id": "urn:nrel_example/nrel00001241" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000256" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000107" + "@value": "nrel00000472" } ] }, { - "@id": "urn:nrel_example/nrel00000112", + "@id": "urn:nrel_example/nrel00000838", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000407" + "@id": "urn:nrel_example/nrel00000399" }, { - "@id": "urn:nrel_example/nrel00000621" + "@id": "urn:nrel_example/nrel00000714" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000316" - }, - { - "@id": "urn:nrel_example/nrel00000455" - }, - { - "@id": "urn:nrel_example/nrel00000506" - }, - { - "@id": "urn:nrel_example/nrel00000536" - }, - { - "@id": "urn:nrel_example/nrel00000583" - }, - { - "@id": "urn:nrel_example/nrel00000666" - }, - { - "@id": "urn:nrel_example/nrel00000721" - }, - { - "@id": "urn:nrel_example/nrel00000764" - }, - { - "@id": "urn:nrel_example/nrel00000851" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001103" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000112" + "@value": "nrel00000838" } ] }, { - "@id": "urn:nrel_example/nrel00000493", + "@id": "urn:nrel_example/nrel00000747", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000587" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000160" + "@id": "urn:nrel_example/nrel00001023" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000844" + "@id": "urn:nrel_example/nrel00000710" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000493" + "@value": "nrel00000747" } ] }, { - "@id": "urn:nrel_example/nrel00000802", + "@id": "urn:nrel_example/nrel00000679", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000802" + "@value": "nrel00000679" } ] }, { - "@id": "urn:nrel_example/nrel00000690", + "@id": "urn:nrel_example/nrel00001091", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000690" + "@value": "nrel00001091" } ] }, { - "@id": "urn:nrel_example/nrel00001163", + "@id": "urn:nrel_example/nrel00000515", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00000745" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:nrel_example/nrel00000160" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001286" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001163" + "@value": "nrel00000515" } ] }, { - "@id": "urn:nrel_example/nrel00001014", + "@id": "urn:nrel_example/nrel00000212", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -13664,139 +13016,144 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001014" + "@value": "nrel00000212" } ] }, { - "@id": "urn:nrel_example/nrel00000828", + "@id": "urn:nrel_example/nrel00000600", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000251" + "@id": "urn:nrel_example/nrel00000439" + }, + { + "@id": "urn:nrel_example/nrel00001049" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:nrel_example/nrel00000121" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000071" + "@id": "urn:nrel_example/nrel00000847" + }, + { + "@id": "urn:nrel_example/nrel00001059" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000828" + "@value": "nrel00000600" } ] }, { - "@id": "urn:nrel_example/nrel00001048", + "@id": "urn:nrel_example/nrel00000519", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001048" + "@value": "nrel00000519" } ] }, { - "@id": "urn:nrel_example/nrel00001183", + "@id": "urn:nrel_example/nrel00000557", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "nrel00001183" + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000557" } ] }, { - "@id": "urn:nrel_example/nrel00000224", + "@id": "urn:nrel_example/nrel00000510", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "urn:nrel_example/nrel00000961" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "urn:nrel_example/nrel00000475" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000224" + "@value": "nrel00000510" } ] }, { - "@id": "urn:nrel_example/nrel00000214", + "@id": "urn:nrel_example/nrel00000308", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000408" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000526" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000395" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001170" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000214" + "@value": "nrel00000308" } ] }, { - "@id": "urn:nrel_example/nrel00000694", + "@id": "urn:nrel_example/nrel00001009", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000694" + "@value": "nrel00001009" } ] }, { - "@id": "urn:nrel_example/nrel00001157", + "@id": "urn:nrel_example/nrel00000806", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -13807,327 +13164,312 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001157" + "@value": "nrel00000806" } ] }, { - "@id": "urn:nrel_example/nrel00001205", + "@id": "urn:nrel_example/nrel00001260", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000504" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000263" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001205" + "@value": "nrel00001260" } ] }, { - "@id": "urn:nrel_example/nrel00001037", + "@id": "urn:nrel_example/nrel00000933", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000722" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000820" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001037" + "@value": "nrel00000933" } ] }, { - "@id": "urn:nrel_example/nrel00001286", + "@id": "urn:nrel_example/nrel00000977", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001286" + "@value": "nrel00000977" } ] }, { - "@id": "urn:nrel_example/nrel00000825", + "@id": "urn:nrel_example/nrel00000968", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000825" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000523", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000523" + "@value": "nrel00000968" } ] }, { - "@id": "urn:nrel_example/nrel00000041", + "@id": "urn:nrel_example/nrel00000200", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "urn:nrel_example/nrel00000354" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000041" + "@value": "nrel00000200" } ] }, { - "@id": "urn:nrel_example/nrel00000198", + "@id": "urn:nrel_example/nrel00000700", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000198" + "@value": "nrel00000700" } ] }, { - "@id": "urn:nrel_example/nrel00000453", + "@id": "urn:nrel_example/nrel00000443", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000453" + "@value": "nrel00000443" } ] }, { - "@id": "urn:nrel_example/nrel00001021", + "@id": "urn:nrel_example/nrel00000301", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000186" - }, - { - "@id": "urn:nrel_example/nrel00001301" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001021" + "@value": "nrel00000301" } ] }, { - "@id": "urn:nrel_example/nrel00000566", + "@id": "urn:nrel_example/nrel00000271", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000566" + "@value": "nrel00000271" } ] }, { - "@id": "urn:nrel_example/nrel00001146", + "@id": "urn:nrel_example/nrel00000810", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001146" + "@value": "nrel00000810" } ] }, { - "@id": "urn:nrel_example/nrel00001290", + "@id": "urn:nrel_example/nrel00000705", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001290" + "@value": "nrel00000705" } ] }, { - "@id": "urn:nrel_example/nrel00001224", + "@id": "urn:nrel_example/nrel00000237", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001224" + "@value": "nrel00000237" } ] }, { - "@id": "urn:nrel_example/nrel00000660", + "@id": "urn:nrel_example/nrel00000761", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000660" + "@value": "nrel00000761" } ] }, { - "@id": "urn:nrel_example/nrel00000123", + "@id": "urn:nrel_example/nrel00001197", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000290" + "@id": "urn:nrel_example/nrel00000466" }, { - "@id": "urn:nrel_example/nrel00001091" + "@id": "urn:nrel_example/nrel00000590" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000440" + "@id": "urn:nrel_example/nrel00000499" }, { - "@id": "urn:nrel_example/nrel00000689" + "@id": "urn:nrel_example/nrel00001306" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000123" + "@value": "nrel00001197" } ] }, { - "@id": "urn:nrel_example/nrel00000912", + "@id": "urn:nrel_example/nrel00001133", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000912" + "@value": "nrel00001133" } ] }, { - "@id": "urn:nrel_example/nrel00000202", + "@id": "urn:nrel_example/nrel00000282", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:nrel_example/nrel00000966" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000091" + }, + { + "@id": "urn:nrel_example/nrel00000113" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000282" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000275", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -14143,137 +13485,128 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000202" + "@value": "nrel00000275" } ] }, { - "@id": "urn:nrel_example/nrel00000442", + "@id": "urn:nrel_example/nrel00000368", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000442" + "@value": "nrel00000368" } ] }, { - "@id": "urn:nrel_example/nrel00000872", + "@id": "urn:nrel_example/nrel00001179", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00001234" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001298" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00001209" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001251" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000872" + "@value": "nrel00001179" } ] }, { - "@id": "urn:nrel_example/nrel00000716", + "@id": "urn:nrel_example/nrel00000530", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000716" + "@value": "nrel00000530" } ] }, { - "@id": "urn:nrel_example/nrel00000143", + "@id": "urn:nrel_example/nrel00000229", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000143" + "@value": "nrel00000229" } ] }, { - "@id": "urn:nrel_example/nrel00000293", + "@id": "urn:nrel_example/nrel00001061", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001069" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000419" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000293" + "@value": "nrel00001061" } ] }, { - "@id": "urn:nrel_example/nrel00000258", + "@id": "urn:nrel_example/nrel00001090", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000459" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001007" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000258" + "@value": "nrel00001090" } ] }, { - "@id": "urn:nrel_example/nrel00000509", + "@id": "urn:nrel_example/nrel00000660", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -14284,332 +13617,281 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000509" + "@value": "nrel00000660" } ] }, { - "@id": "urn:nrel_example/nrel00000963", + "@id": "urn:nrel_example/nrel00000153", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000963" + "@value": "nrel00000153" } ] }, { - "@id": "urn:nrel_example/nrel00000446", + "@id": "urn:nrel_example/nrel00000334", "@type": [ - "http://data.ashrae.org/standard223#Filter" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000255" - }, + "@id": "urn:nrel_example/nrel00000587" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000892" + "@id": "urn:nrel_example/nrel00000160" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000564" + "@id": "urn:nrel_example/nrel00000433" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000446" + "@value": "nrel00000334" } ] }, { - "@id": "urn:nrel_example/nrel00000881", + "@id": "urn:nrel_example/nrel00000292", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001194" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000544" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000881" + "@value": "nrel00000292" } ] }, { - "@id": "urn:nrel_example/nrel00000110", + "@id": "urn:nrel_example/nrel00000177", "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00001036" - }, - { - "@id": "urn:nrel_example/nrel00001302" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000634" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001137" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000110" + "@value": "nrel00000177" } ] }, { - "@id": "urn:nrel_example/nrel00001160", + "@id": "urn:nrel_example/nrel00001175", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001160" + "@value": "nrel00001175" } ] }, { - "@id": "urn:nrel_example/nrel00000393", + "@id": "urn:nrel_example/nrel00001192", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000393" + "@value": "nrel00001192" } ] }, { - "@id": "urn:nrel_example/nrel00001084", + "@id": "urn:nrel_example/nrel00000123", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000290" + }, + { + "@id": "urn:nrel_example/nrel00001091" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000440" + }, + { + "@id": "urn:nrel_example/nrel00000689" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001084" + "@value": "nrel00000123" } ] }, { - "@id": "urn:nrel_example/nrel00000196", + "@id": "urn:nrel_example/nrel00000685", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000196" + "@value": "nrel00000685" } ] }, { - "@id": "urn:nrel_example/nrel00000061", + "@id": "urn:nrel_example/nrel00000907", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000062" + "@id": "urn:nrel_example/nrel00000043" }, { - "@id": "urn:nrel_example/nrel00001199" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000790" + }, { - "@id": "urn:nrel_example/nrel00000240" + "@id": "urn:nrel_example/nrel00001182" }, { - "@id": "urn:nrel_example/nrel00000586" - }, - { - "@id": "urn:nrel_example/nrel00000964" - }, - { - "@id": "urn:nrel_example/nrel00001268" + "@id": "urn:nrel_example/nrel00001242" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000498" - }, - { - "@id": "urn:nrel_example/nrel00000529" - }, - { - "@id": "urn:nrel_example/nrel00000718" - }, - { - "@id": "urn:nrel_example/nrel00001158" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001261" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000061" + "@value": "nrel00000907" } ] }, { - "@id": "urn:nrel_example/nrel00001134", + "@id": "urn:nrel_example/nrel00000874", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001134" + "@value": "nrel00000874" } ] }, { - "@id": "urn:nrel_example/nrel00000654", + "@id": "urn:nrel_example/nrel00000464", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000862" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000825" + }, + { + "@id": "urn:nrel_example/nrel00000956" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000654" + "@value": "nrel00000464" } ] }, { - "@id": "urn:nrel_example/nrel00000667", + "@id": "urn:nrel_example/nrel00000347", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000207" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000443" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000667" + "@value": "nrel00000347" } ] }, { - "@id": "urn:nrel_example/nrel00001101", + "@id": "urn:nrel_example/nrel00001099", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000806" - }, - { - "@id": "urn:nrel_example/nrel00000864" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001101" + "@value": "nrel00001099" } ] }, { - "@id": "urn:nrel_example/nrel00000402", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "http://data.ashrae.org/standard223#HeatRecoveryCoil", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "nrel00000402" + "@id": "http://data.ashrae.org/standard223#Coil" } ] }, { - "@id": "urn:nrel_example/nrel00000885", + "@id": "urn:nrel_example/nrel00000993", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -14625,14 +13907,22 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000885" + "@value": "nrel00000993" } ] }, { - "@id": "urn:nrel_example/nrel00000466", + "@id": "urn:nrel_example/nrel00001278", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00001260" + }, + { + "@id": "urn:nrel_example/nrel00001311" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -14641,14 +13931,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000466" + "@value": "nrel00001278" } ] }, { - "@id": "urn:nrel_example/nrel00000468", + "@id": "urn:nrel_example/nrel00001137", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -14657,49 +13947,44 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000468" + "@value": "nrel00001137" } ] }, { - "@id": "urn:nrel_example/nrel00001171", + "@id": "urn:nrel_example/nrel00000415", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001171" + "@value": "nrel00000415" } ] }, { - "@id": "urn:nrel_example/nrel00000758", + "@id": "urn:nrel_example/nrel00000785", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000758" + "@value": "nrel00000785" } ] }, { - "@id": "urn:nrel_example/nrel00001215", + "@id": "urn:nrel_example/nrel00001209", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -14710,832 +13995,745 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001215" + "@value": "nrel00001209" } ] }, { - "@id": "urn:nrel_example/nrel00001074", + "@id": "urn:nrel_example/nrel00000764", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricPotential" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001074" + "@value": "nrel00000764" } ] }, { - "@id": "urn:nrel_example/nrel00001185", + "@id": "urn:nrel_example/nrel00000180", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000414" - }, - { - "@id": "urn:nrel_example/nrel00000533" - }, - { - "@id": "urn:nrel_example/nrel00000667" - }, - { - "@id": "urn:nrel_example/nrel00000755" - }, - { - "@id": "urn:nrel_example/nrel00001329" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000207" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000864" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000443" - }, - { - "@id": "urn:nrel_example/nrel00000709" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001163" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001185" + "@value": "nrel00000180" } ] }, { - "@id": "urn:nrel_example/nrel00000307", + "@id": "urn:nrel_example/nrel00001028", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000517" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000307" + "@value": "nrel00001028" } ] }, { - "@id": "urn:nrel_example/nrel00000486", + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Class", + "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", + "http://www.w3.org/ns/shacl#NodeShape" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001125" + "@value": "EnumerationKind AlarmStatus" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "urn:nrel_example/nrel00000500" + "@id": "http://data.ashrae.org/standard223#EnumerationKind" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000766", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001280" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "nrel00000486" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000639", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000639" + "@value": "nrel00000766" } ] }, { - "@id": "urn:nrel_example/nrel00000962", + "@id": "urn:nrel_example/nrel00000115", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000962" + "@value": "nrel00000115" } ] }, { - "@id": "urn:nrel_example/nrel00000811", + "@id": "urn:nrel_example/nrel00000544", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000811" + "@value": "nrel00000544" } ] }, { - "@id": "urn:nrel_example/nrel00000614", + "@id": "urn:nrel_example/nrel00001103", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000614" + "@value": "nrel00001103" } ] }, { - "@id": "urn:nrel_example/nrel00000502", + "@id": "urn:nrel_example/nrel00001205", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000846" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000948" + "@id": "urn:nrel_example/nrel00000504" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000263" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000502" + "@value": "nrel00001205" } ] }, { - "@id": "urn:nrel_example/nrel00000799", + "@id": "urn:nrel_example/nrel00000657", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000217" - }, + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000613" + "@id": "urn:nrel_example/nrel00000779" }, { - "@id": "urn:nrel_example/nrel00001292" + "@id": "urn:nrel_example/nrel00000912" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000161" - }, + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001056" + "@id": "urn:nrel_example/nrel00000767" }, { - "@id": "urn:nrel_example/nrel00001183" - }, + "@id": "urn:nrel_example/nrel00001133" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001300" + "@value": "nrel00000657" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000725", + "@type": [ + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000147" + "@id": "urn:nrel_example/nrel00000441" }, { - "@id": "urn:nrel_example/nrel00000565" + "@id": "urn:nrel_example/nrel00000590" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000799" + "@value": "nrel00000725" } ] }, { - "@id": "urn:nrel_example/nrel00000769", + "@id": "urn:nrel_example/nrel00000421", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000162" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000814" + }, { - "@id": "urn:nrel_example/nrel00000969" + "@id": "urn:nrel_example/nrel00001196" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000054" + "@id": "urn:nrel_example/nrel00000879" + }, + { + "@id": "urn:nrel_example/nrel00001097" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000769" + "@value": "nrel00000421" } ] }, { - "@id": "urn:nrel_example/nrel00000368", + "@id": "urn:nrel_example/nrel00000352", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000368" + "@value": "nrel00000352" } ] }, { - "@id": "urn:nrel_example/nrel00000926", + "@id": "urn:nrel_example/nrel00001264", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000926" + "@value": "nrel00001264" } ] }, { - "@id": "urn:nrel_example/nrel00000819", + "@id": "urn:nrel_example/nrel00000559", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Energy" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000819" + "@value": "nrel00000559" } ] }, { - "@id": "urn:nrel_example/nrel00001170", + "@id": "urn:nrel_example/nrel00000622", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001170" + "@value": "nrel00000622" } ] }, { - "@id": "urn:nrel_example/nrel00000665", + "@id": "urn:nrel_example/nrel00000353", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000665" + "@value": "nrel00000353" } ] }, { - "@id": "urn:nrel_example/nrel00001190", + "@id": "urn:nrel_example/nrel00001077", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000389" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00000968" + "@id": "urn:nrel_example/nrel00000134" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001190" + "@value": "nrel00001077" } ] }, { - "@id": "urn:nrel_example/nrel00001162", + "@id": "urn:nrel_example/nrel00000189", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000069" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000482" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000111" + "@id": "urn:nrel_example/nrel00000163" }, { - "@id": "urn:nrel_example/nrel00001319" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001162" + "@id": "urn:nrel_example/nrel00001094" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000598", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000211" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000598" + "@value": "nrel00000189" } ] }, { - "@id": "urn:nrel_example/nrel00000011", + "@id": "urn:nrel_example/nrel00000325", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000011" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000299", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000299" + "@value": "nrel00000325" } ] }, { - "@id": "urn:nrel_example/nrel00000373", + "@id": "urn:nrel_example/nrel00000661", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000373" + "@value": "nrel00000661" } ] }, { - "@id": "urn:nrel_example/nrel00001305", + "@id": "urn:nrel_example/nrel00000434", "@type": [ - "http://data.ashrae.org/standard223#Junction" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000399" - }, - { - "@id": "urn:nrel_example/nrel00000438" - }, - { - "@id": "urn:nrel_example/nrel00000603" - }, - { - "@id": "urn:nrel_example/nrel00000640" - }, - { - "@id": "urn:nrel_example/nrel00000775" - }, - { - "@id": "urn:nrel_example/nrel00000806" - }, - { - "@id": "urn:nrel_example/nrel00000924" - }, - { - "@id": "urn:nrel_example/nrel00000942" - }, - { - "@id": "urn:nrel_example/nrel00000947" - }, - { - "@id": "urn:nrel_example/nrel00001007" - }, - { - "@id": "urn:nrel_example/nrel00001068" - }, - { - "@id": "urn:nrel_example/nrel00001080" - }, - { - "@id": "urn:nrel_example/nrel00001193" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001305" + "@value": "nrel00000434" } ] }, { - "@id": "urn:nrel_example/nrel00001081", + "@id": "urn:nrel_example/nrel00001226", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001081" + "@value": "nrel00001226" } ] }, { - "@id": "urn:nrel_example/nrel00001054", + "@id": "urn:nrel_example/nrel00000531", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001023" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001138" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001054" + "@value": "nrel00000531" } ] }, { - "@id": "urn:nrel_example/nrel00001051", + "@id": "urn:nrel_example/nrel00001055", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/Energy" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001051" + "@value": "nrel00001055" } ] }, { - "@id": "urn:nrel_example/nrel00000484", + "@id": "urn:nrel_example/nrel00000426", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000059" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000971" + }, { - "@id": "urn:nrel_example/nrel00000282" + "@id": "urn:nrel_example/nrel00001144" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000113" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000484" + "@value": "nrel00000426" } ] }, { - "@id": "urn:nrel_example/nrel00000868", + "@id": "urn:nrel_example/nrel00000863", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000868" + "@value": "nrel00000863" } ] }, { - "@id": "urn:nrel_example/nrel00001174", + "@id": "urn:nrel_example/nrel00000007", "@type": [ - "http://data.ashrae.org/standard223#Fan" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000588" - }, - { - "@id": "urn:nrel_example/nrel00001294" - } + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000020" + "@id": "urn:nrel_example/nrel00000383" }, { - "@id": "urn:nrel_example/nrel00000029" + "@id": "urn:nrel_example/nrel00000749" }, { - "@id": "urn:nrel_example/nrel00000257" - }, + "@id": "urn:nrel_example/nrel00001042" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000295" + "@id": "urn:nrel_example/nrel00000430" }, { - "@id": "urn:nrel_example/nrel00000569" + "@id": "urn:nrel_example/nrel00000715" }, { - "@id": "urn:nrel_example/nrel00000650" + "@id": "urn:nrel_example/nrel00000903" }, { - "@id": "urn:nrel_example/nrel00000796" - }, + "@id": "urn:nrel_example/nrel00001256" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000857" + "@id": "urn:nrel_example/nrel00000795" }, { - "@id": "urn:nrel_example/nrel00000890" - }, + "@id": "urn:nrel_example/nrel00000946" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001076" - }, + "@value": "nrel00000007" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000704", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001154" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001174" + "@value": "nrel00000704" } ] }, { - "@id": "urn:nrel_example/nrel00001110", + "@id": "urn:nrel_example/nrel00000373", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001110" + "@value": "nrel00000373" } ] }, { - "@id": "urn:nrel_example/nrel00000374", + "@id": "urn:nrel_example/nrel00000040", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000001" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000219" + "@value": "nrel00000040" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000964", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000374" + "@value": "nrel00000964" } ] }, { - "@id": "urn:nrel_example/nrel00001175", + "@id": "urn:nrel_example/nrel00001281", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001175" + "@value": "nrel00001281" } ] }, { - "@id": "urn:nrel_example/nrel00001296", + "@id": "urn:nrel_example/nrel00001052", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001200" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000241" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00000274" + "@id": "urn:nrel_example/nrel00000967" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001296" + "@value": "nrel00001052" } ] }, { - "@id": "urn:nrel_example/nrel00000097", + "@id": "urn:nrel_example/nrel00000542", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@value": "nrel00000097" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000121", - "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" - ], - "http://data.ashrae.org/standard223#encloses": [ - { - "@id": "urn:nrel_example/nrel00000941" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000071" - }, - { - "@id": "urn:nrel_example/nrel00000576" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000121" + "@value": "nrel00000542" } ] }, { - "@id": "urn:nrel_example/nrel00000810", + "@id": "urn:nrel_example/nrel00000485", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15544,14 +14742,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000810" + "@value": "nrel00000485" } ] }, { - "@id": "urn:nrel_example/nrel00000482", + "@id": "urn:nrel_example/nrel00000017", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -15560,242 +14758,234 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000482" + "@value": "nrel00000017" } ] }, { - "@id": "urn:nrel_example/nrel00001264", + "@id": "urn:nrel_example/nrel00000950", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001264" + "@value": "nrel00000950" } ] }, { - "@id": "urn:nrel_example/nrel00000903", + "@id": "urn:nrel_example/nrel00001230", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000589" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000903" + "@value": "nrel00001230" } ] }, { - "@id": "urn:nrel_example/nrel00001254", + "@id": "urn:nrel_example/nrel00000156", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000342" - }, - { - "@id": "urn:nrel_example/nrel00000524" - }, - { - "@id": "urn:nrel_example/nrel00000686" - }, - { - "@id": "urn:nrel_example/nrel00000782" - }, - { - "@id": "urn:nrel_example/nrel00001231" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000688" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000967" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000176" - }, - { - "@id": "urn:nrel_example/nrel00000865" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001221" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001254" + "@value": "nrel00000156" } ] }, { - "@id": "urn:nrel_example/nrel00000424", + "@id": "urn:nrel_example/nrel00000894", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000077" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000424" + "@value": "nrel00000894" } ] }, { - "@id": "urn:nrel_example/nrel00000253", + "@id": "urn:nrel_example/nrel00000214", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000408" + }, { - "@value": "nrel00000253" + "@id": "urn:nrel_example/nrel00000526" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001306", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000395" + }, { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00001170" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001306" + "@value": "nrel00000214" } ] }, { - "@id": "urn:nrel_example/nrel00000106", + "@id": "urn:nrel_example/nrel00000539", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000106" + "@value": "nrel00000539" } ] }, { - "@id": "urn:nrel_example/nrel00000344", + "@id": "urn:nrel_example/nrel00000683", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#HeatExchanger" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000944" + "@id": "urn:nrel_example/nrel00000083" }, { - "@id": "urn:nrel_example/nrel00001210" + "@id": "urn:nrel_example/nrel00000344" + }, + { + "@id": "urn:nrel_example/nrel00000546" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000145" + "@id": "urn:nrel_example/nrel00000183" }, { - "@id": "urn:nrel_example/nrel00000170" + "@id": "urn:nrel_example/nrel00000189" }, { - "@id": "urn:nrel_example/nrel00000174" + "@id": "urn:nrel_example/nrel00000271" }, { - "@id": "urn:nrel_example/nrel00000384" - }, + "@id": "urn:nrel_example/nrel00000923" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000456" + "@id": "urn:nrel_example/nrel00000067" }, { - "@id": "urn:nrel_example/nrel00000468" + "@id": "urn:nrel_example/nrel00000163" }, { - "@id": "urn:nrel_example/nrel00000937" - }, + "@id": "urn:nrel_example/nrel00001094" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:nrel_example/nrel00001081" - }, + "@id": "http://data.ashrae.org/standard223#Role-Evaporator" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001120" - }, + "@value": "nrel00000683" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000323", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001246" + "@id": "urn:nrel_example/nrel00000631" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000241" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000665" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000344" + "@value": "nrel00000323" } ] }, { - "@id": "urn:nrel_example/nrel00000357", + "@id": "urn:nrel_example/nrel00000188", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000249" + }, + { + "@id": "urn:nrel_example/nrel00000596" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000694" + }, + { + "@id": "urn:nrel_example/nrel00000700" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000357" + "@value": "nrel00000188" } ] }, { - "@id": "urn:nrel_example/nrel00000728", + "@id": "urn:nrel_example/nrel00000624", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -15811,86 +15001,117 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000728" + "@value": "nrel00000624" } ] }, { - "@id": "urn:nrel_example/nrel00001114", + "@id": "urn:nrel_example/nrel00000424", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00001086" + "@id": "urn:nrel_example/nrel00000077" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000336" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000471" + "@value": "nrel00000424" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000929", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001114" + "@value": "nrel00000929" } ] }, { - "@id": "urn:nrel_example/nrel00001030", + "@id": "urn:nrel_example/nrel00000843", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001030" + "@value": "nrel00000843" } ] }, { - "@id": "urn:nrel_example/nrel00000984", + "@id": "urn:nrel_example/nrel00000528", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000984" + "@value": "nrel00000528" } ] }, { - "@id": "urn:nrel_example/nrel00000269", + "@id": "urn:nrel_example/nrel00001151", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/ElectricPotential" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000269" + "@value": "nrel00001151" } ] }, { - "@id": "urn:nrel_example/nrel00000922", + "@id": "urn:nrel_example/nrel00000201", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -15901,12 +15122,23 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000922" + "@value": "nrel00000201" } ] }, { - "@id": "urn:nrel_example/nrel00001126", + "@id": "urn:nrel_example/nrel00000011", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000011" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001130", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -15922,91 +15154,128 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001126" + "@value": "nrel00001130" } ] }, { - "@id": "urn:nrel_example/nrel00001099", + "@id": "urn:nrel_example/nrel00001036", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000462" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001099" + "@value": "nrel00001036" } ] }, { - "@id": "urn:nrel_example/nrel00000655", + "@id": "urn:nrel_example/nrel00000255", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000397" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000688" + "@value": "nrel00000255" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000792", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000655" + "@value": "nrel00000792" } ] }, { - "@id": "urn:nrel_example/nrel00000256", + "@id": "urn:nrel_example/nrel00000935", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000256" + "@value": "nrel00000935" } ] }, { - "@id": "urn:nrel_example/nrel00000980", + "@id": "urn:nrel_example/nrel00000513", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000980" + "@value": "nrel00000513" } ] }, { - "@id": "urn:nrel_example/nrel00000315", + "@id": "urn:nrel_example/nrel00000590", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000590" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000253", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -16022,75 +15291,76 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000315" + "@value": "nrel00000253" } ] }, { - "@id": "urn:nrel_example/nrel00000558", + "@id": "urn:nrel_example/nrel00000626", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000004" + }, + { + "@id": "urn:nrel_example/nrel00000955" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00001030" + }, + { + "@id": "urn:nrel_example/nrel00001218" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000558" + "@value": "nrel00000626" } ] }, { - "@id": "urn:nrel_example/nrel00000127", + "@id": "urn:nrel_example/nrel00001029", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000631" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000241" + "@id": "urn:nrel_example/nrel00000388" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001085" + "@id": "urn:nrel_example/nrel00000673" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000127" + "@value": "nrel00001029" } ] }, { - "@id": "urn:nrel_example/nrel00000946", + "@id": "urn:nrel_example/nrel00000252", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000946" + "@value": "nrel00000252" } ] }, { - "@id": "urn:nrel_example/nrel00001017", + "@id": "urn:nrel_example/nrel00001215", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -16101,12 +15371,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001017" + "@value": "nrel00001215" } ] }, { - "@id": "urn:nrel_example/nrel00000141", + "@id": "urn:nrel_example/nrel00000335", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -16122,35 +15392,43 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000141" + "@value": "nrel00000335" } ] }, { - "@id": "urn:nrel_example/nrel00000400", + "@id": "urn:nrel_example/nrel00000586", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000305" + "@id": "urn:nrel_example/nrel00000642" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000738" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000400" + "@value": "nrel00000586" } ] }, { - "@id": "urn:nrel_example/nrel00000221", + "@id": "urn:nrel_example/nrel00001321", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000265" + }, + { + "@id": "urn:nrel_example/nrel00000876" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16159,206 +15437,229 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000221" + "@value": "nrel00001321" } ] }, { - "@id": "urn:nrel_example/nrel00000404", + "@id": "urn:nrel_example/nrel00000869", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000404" + "@value": "nrel00000869" } ] }, { - "@id": "urn:nrel_example/nrel00000267", + "@id": "urn:nrel_example/nrel00000054", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000267" + "@value": "nrel00000054" } ] }, { - "@id": "urn:nrel_example/nrel00000271", + "@id": "urn:nrel_example/nrel00000800", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00001064" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000500" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000216" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000271" + "@value": "nrel00000800" } ] }, { - "@id": "urn:nrel_example/nrel00001191", + "@id": "urn:nrel_example/nrel00000506", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001191" + "@value": "nrel00000506" } ] }, { - "@id": "urn:nrel_example/nrel00000501", + "@id": "urn:nrel_example/nrel00000589", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000236" + "@id": "urn:nrel_example/nrel00000240" + }, + { + "@id": "urn:nrel_example/nrel00000903" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001165" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000567" + "@value": "nrel00000589" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000650", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000501" + "@value": "nrel00000650" } ] }, { - "@id": "urn:nrel_example/nrel00001182", + "@id": "urn:nrel_example/nrel00001026", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001182" + "@value": "nrel00001026" } ] }, { - "@id": "urn:nrel_example/nrel00000447", + "@id": "urn:nrel_example/nrel00000675", "@type": [ - "http://data.ashrae.org/standard223#HeatRecoveryCoil" + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000660" - }, - { - "@id": "urn:nrel_example/nrel00000899" - }, - { - "@id": "urn:nrel_example/nrel00001166" + "@id": "urn:nrel_example/nrel00000574" }, { - "@id": "urn:nrel_example/nrel00001240" + "@id": "urn:nrel_example/nrel00000691" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000199" - }, - { - "@id": "urn:nrel_example/nrel00000542" - }, - { - "@id": "urn:nrel_example/nrel00000585" + "@id": "urn:nrel_example/nrel00000347" }, { - "@id": "urn:nrel_example/nrel00001061" + "@id": "urn:nrel_example/nrel00001153" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000447" + "@value": "nrel00000675" } ] }, { - "@id": "urn:nrel_example/nrel00000156", + "@id": "urn:nrel_example/nrel00000192", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "urn:nrel_example/nrel00000971" + }, + { + "@id": "urn:nrel_example/nrel00001169" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "urn:nrel_example/nrel00001060" + }, + { + "@id": "urn:nrel_example/nrel00001327" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000156" + "@value": "nrel00000192" } ] }, { - "@id": "urn:nrel_example/nrel00000329", + "@id": "urn:nrel_example/nrel00000427", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000329" + "@value": "nrel00000427" } ] }, { - "@id": "urn:nrel_example/nrel00000742", + "@id": "urn:nrel_example/nrel00001068", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16367,152 +15668,112 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000742" + "@value": "nrel00001068" } ] }, { - "@id": "urn:nrel_example/nrel00000362", + "@id": "urn:nrel_example/nrel00001064", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000830" - }, - { - "@id": "urn:nrel_example/nrel00000839" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001176" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000714" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001020" + "@value": "nrel00001064" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000945", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000527" - }, - { - "@id": "urn:nrel_example/nrel00000643" - }, - { - "@id": "urn:nrel_example/nrel00000812" - }, - { - "@id": "urn:nrel_example/nrel00001065" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001082" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000362" + "@value": "nrel00000945" } ] }, { - "@id": "urn:nrel_example/nrel00001156", + "@id": "urn:nrel_example/nrel00000834", "@type": [ - "http://data.ashrae.org/standard223#Valve" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000198" - }, - { - "@id": "urn:nrel_example/nrel00000578" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000788" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001006" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001156" + "@value": "nrel00000834" } ] }, { - "@id": "urn:nrel_example/nrel00001231", + "@id": "urn:nrel_example/nrel00000446", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Filter" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000366" + "@id": "urn:nrel_example/nrel00000255" }, { - "@id": "urn:nrel_example/nrel00000655" + "@id": "urn:nrel_example/nrel00000892" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000695" - }, - { - "@id": "urn:nrel_example/nrel00001271" + "@id": "urn:nrel_example/nrel00000564" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001231" + "@value": "nrel00000446" } ] }, { - "@id": "urn:nrel_example/nrel00000443", + "@id": "urn:nrel_example/nrel00000564", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000443" + "@value": "nrel00000564" } ] }, { - "@id": "urn:nrel_example/nrel00000807", + "@id": "urn:nrel_example/nrel00000927", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000045" - }, - { - "@id": "urn:nrel_example/nrel00001157" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16521,221 +15782,198 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000807" + "@value": "nrel00000927" } ] }, { - "@id": "urn:nrel_example/nrel00000851", + "@id": "urn:nrel_example/nrel00001327", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000851" + "@value": "nrel00001327" } ] }, { - "@id": "urn:nrel_example/nrel00001291", + "@id": "urn:nrel_example/nrel00000175", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000421" - }, - { - "@id": "urn:nrel_example/nrel00000919" - }, - { - "@id": "urn:nrel_example/nrel00001029" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000026" - }, - { - "@id": "urn:nrel_example/nrel00000082" - }, - { - "@id": "urn:nrel_example/nrel00000388" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000785" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000094" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000673" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001291" + "@value": "nrel00000175" } ] }, { - "@id": "urn:nrel_example/nrel00000275", + "@id": "urn:nrel_example/nrel00000680", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000275" + "@value": "nrel00000680" } ] }, { - "@id": "urn:nrel_example/nrel00001083", + "@id": "urn:nrel_example/nrel00000359", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001083" + "@value": "nrel00000359" } ] }, { - "@id": "urn:nrel_example/nrel00000752", + "@id": "urn:nrel_example/nrel00000710", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000752" + "@value": "nrel00000710" } ] }, { - "@id": "urn:nrel_example/nrel00000650", + "@id": "urn:nrel_example/nrel00001238", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000650" + "@value": "nrel00001238" } ] }, { - "@id": "urn:nrel_example/nrel00000245", + "@id": "urn:nrel_example/nrel00001252", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000245" + "@value": "nrel00001252" } ] }, { - "@id": "urn:nrel_example/nrel00000832", + "@id": "urn:nrel_example/nrel00000288", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000832" + "@value": "nrel00000288" } ] }, { - "@id": "urn:nrel_example/nrel00000089", + "@id": "urn:nrel_example/nrel00000303", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000089" + "@value": "nrel00000303" } ] }, { - "@id": "urn:nrel_example/nrel00000040", + "@id": "urn:nrel_example/nrel00000158", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000891" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -16744,453 +15982,519 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000040" + "@value": "nrel00000158" } ] }, { - "@id": "urn:nrel_example/nrel00001312", + "@id": "urn:nrel_example/nrel00001059", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000818" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000336" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001130" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001312" + "@value": "nrel00001059" } ] }, { - "@id": "urn:nrel_example/nrel00000906", + "@id": "urn:nrel_example/nrel00001315", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000827" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000852" + "@id": "urn:nrel_example/nrel00000441" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000422" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000855" + "@id": "urn:nrel_example/nrel00000132" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000906" + "@value": "nrel00001315" } ] }, { - "@id": "urn:nrel_example/nrel00000622", + "@id": "urn:nrel_example/nrel00001246", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Energy" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000622" + "@value": "nrel00001246" } ] }, { - "@id": "urn:nrel_example/nrel00000971", + "@id": "urn:nrel_example/nrel00000959", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000971" + "@value": "nrel00000959" } ] }, { - "@id": "urn:nrel_example/nrel00000717", + "@id": "urn:nrel_example/nrel00000350", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000122" + "@id": "urn:nrel_example/nrel00000986" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001027" + "@id": "urn:nrel_example/nrel00000160" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001167" + "@id": "urn:nrel_example/nrel00000225" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000717" + "@value": "nrel00000350" } ] }, { - "@id": "urn:nrel_example/nrel00001186", + "@id": "urn:nrel_example/nrel00000684", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000074" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001208" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001186" + "@value": "nrel00000684" } ] }, { - "@id": "urn:nrel_example/nrel00001289", + "@id": "urn:nrel_example/nrel00000906", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "urn:nrel_example/nrel00000827" + }, + { + "@id": "urn:nrel_example/nrel00000852" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "urn:nrel_example/nrel00000422" + }, + { + "@id": "urn:nrel_example/nrel00000855" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001289" + "@value": "nrel00000906" } ] }, { - "@id": "urn:nrel_example/nrel00001206", + "@id": "urn:nrel_example/nrel00000499", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001206" + "@value": "nrel00000499" } ] }, { - "@id": "urn:nrel_example/nrel00000372", + "@id": "urn:nrel_example/nrel00000930", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000893" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000553" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000930" + "@value": "nrel00000930" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000277", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000372" + "@value": "nrel00000277" } ] }, { - "@id": "urn:nrel_example/nrel00000562", + "@id": "urn:nrel_example/nrel00000751", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000138" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000241" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001283" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000562" + "@value": "nrel00000751" } ] }, { - "@id": "urn:nrel_example/nrel00000002", + "@id": "urn:nrel_example/nrel00000294", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000002" + "@value": "nrel00000294" } ] }, { - "@id": "urn:nrel_example/nrel00001282", + "@id": "urn:nrel_example/nrel00000286", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001282" + "@value": "nrel00000286" } ] }, { - "@id": "urn:nrel_example/nrel00000575", + "@id": "urn:nrel_example/nrel00001114", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00001086" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:nrel_example/nrel00000336" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000471" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000575" + "@value": "nrel00001114" } ] }, { - "@id": "urn:nrel_example/nrel00000159", + "@id": "urn:nrel_example/nrel00000417", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000159" + "@value": "nrel00000417" } ] }, { - "@id": "urn:nrel_example/nrel00000878", + "@id": "urn:nrel_example/nrel00000210", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000878" + "@value": "nrel00000210" } ] }, { - "@id": "urn:nrel_example/nrel00000822", + "@id": "urn:nrel_example/nrel00000233", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000355" + "@id": "urn:nrel_example/nrel00000226" }, { - "@id": "urn:nrel_example/nrel00000438" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000568" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001291" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000822" + "@id": "urn:nrel_example/nrel00000512" + }, + { + "@id": "urn:nrel_example/nrel00001208" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000974", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "urn:nrel_example/nrel00000115" + }, + { + "@id": "urn:nrel_example/nrel00000348" + }, + { + "@id": "urn:nrel_example/nrel00000451" + }, + { + "@id": "urn:nrel_example/nrel00001002" + }, + { + "@id": "urn:nrel_example/nrel00001212" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000974" + "@value": "nrel00000233" } ] }, { - "@id": "urn:nrel_example/nrel00000759", + "@id": "urn:nrel_example/nrel00000533", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000025" + "@id": "urn:nrel_example/nrel00000188" }, { - "@id": "urn:nrel_example/nrel00000040" + "@id": "urn:nrel_example/nrel00000418" + }, + { + "@id": "urn:nrel_example/nrel00001012" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000485" + }, + { + "@id": "urn:nrel_example/nrel00000579" + }, + { + "@id": "urn:nrel_example/nrel00001285" + }, + { + "@id": "urn:nrel_example/nrel00001299" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000166" + }, + { + "@id": "urn:nrel_example/nrel00000457" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000759" + "@value": "nrel00000533" } ] }, { - "@id": "urn:nrel_example/nrel00001098", + "@id": "urn:nrel_example/nrel00001233", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001098" + "@value": "nrel00001233" } ] }, { - "@id": "urn:nrel_example/nrel00000100", + "@id": "urn:nrel_example/nrel00000038", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000495" + }, + { + "@id": "urn:nrel_example/nrel00000780" + }, + { + "@id": "urn:nrel_example/nrel00001187" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000100" + "@id": "urn:nrel_example/nrel00000420" + }, + { + "@id": "urn:nrel_example/nrel00001270" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000082", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000173" + }, + { + "@id": "urn:nrel_example/nrel00000212" + }, + { + "@id": "urn:nrel_example/nrel00000228" + }, + { + "@id": "urn:nrel_example/nrel00000329" + }, + { + "@id": "urn:nrel_example/nrel00000884" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000082" + "@value": "nrel00000038" } ] }, { - "@id": "urn:nrel_example/nrel00000541", + "@id": "urn:nrel_example/nrel00001250", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -17201,130 +16505,135 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000541" + "@value": "nrel00001250" } ] }, { - "@id": "urn:nrel_example/nrel00000222", + "@id": "urn:nrel_example/nrel00001329", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:nrel_example/nrel00000207" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000709" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001329" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000737", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000222" + "@value": "nrel00000737" } ] }, { - "@id": "urn:nrel_example/nrel00001266", + "@id": "urn:nrel_example/nrel00000608", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000321" + "@id": "urn:nrel_example/nrel00001265" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000936" + "@id": "urn:nrel_example/nrel00000809" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001266" + "@value": "nrel00000608" } ] }, { - "@id": "urn:nrel_example/nrel00000854", + "@id": "urn:nrel_example/nrel00000284", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000781" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001027" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000537" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000854" + "@value": "nrel00000284" } ] }, { - "@id": "urn:nrel_example/nrel00000939", + "@id": "urn:nrel_example/nrel00000909", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000281" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000474" + "@id": "urn:nrel_example/nrel00000658" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000282" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000308" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001090" + "@id": "urn:nrel_example/nrel00000091" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000939" + "@value": "nrel00000909" } ] }, { - "@id": "urn:nrel_example/nrel00000348", + "@id": "urn:nrel_example/nrel00000846", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000348" + "@value": "nrel00000846" } ] }, { - "@id": "urn:nrel_example/nrel00000595", + "@id": "urn:nrel_example/nrel00000269", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17333,246 +16642,268 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000595" + "@value": "nrel00000269" } ] }, { - "@id": "urn:nrel_example/nrel00000098", + "@id": "urn:nrel_example/nrel00000858", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000098" + "@value": "nrel00000858" } ] }, { - "@id": "urn:nrel_example/nrel00000206", + "@id": "urn:nrel_example/nrel00000708", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000939" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000345" + }, + { + "@id": "urn:nrel_example/nrel00000866" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000206" + "@value": "nrel00000708" } ] }, { - "@id": "urn:nrel_example/nrel00000669", + "@id": "urn:nrel_example/nrel00001098", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000669" + "@value": "nrel00001098" } ] }, { - "@id": "urn:nrel_example/nrel00000712", + "@id": "urn:nrel_example/nrel00000179", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000178" + }, { - "@value": "nrel00000712" + "@id": "urn:nrel_example/nrel00000264" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000347", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000041" + }, + { + "@id": "urn:nrel_example/nrel00000097" + }, + { + "@id": "urn:nrel_example/nrel00000445" + }, + { + "@id": "urn:nrel_example/nrel00000646" + }, + { + "@id": "urn:nrel_example/nrel00000696" + }, + { + "@id": "urn:nrel_example/nrel00000860" + }, + { + "@id": "urn:nrel_example/nrel00000990" + }, + { + "@id": "urn:nrel_example/nrel00001031" + }, + { + "@id": "urn:nrel_example/nrel00001191" + }, + { + "@id": "urn:nrel_example/nrel00001230" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000347" + "@value": "nrel00000179" } ] }, { - "@id": "urn:nrel_example/nrel00001178", + "@id": "urn:nrel_example/nrel00001001", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001178" + "@value": "nrel00001001" } ] }, { - "@id": "urn:nrel_example/nrel00000791", + "@id": "urn:nrel_example/nrel00001110", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000791" + "@value": "nrel00001110" } ] }, { - "@id": "urn:nrel_example/nrel00000895", + "@id": "urn:nrel_example/nrel00000694", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000895" + "@value": "nrel00000694" } ] }, { - "@id": "urn:nrel_example/nrel00001210", + "@id": "urn:nrel_example/nrel00000077", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000424" + }, + { + "@id": "urn:nrel_example/nrel00000892" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001210" + "@value": "nrel00000077" } ] }, { - "@id": "urn:nrel_example/nrel00001077", + "@id": "urn:nrel_example/nrel00000878", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000134" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001077" + "@value": "nrel00000878" } ] }, { - "@id": "urn:nrel_example/nrel00001016", + "@id": "urn:nrel_example/nrel00000094", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001016" + "@value": "nrel00000094" } ] }, { - "@id": "urn:nrel_example/nrel00001000", + "@id": "urn:nrel_example/nrel00001113", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Junction" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000043" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000790" + }, { - "@value": "nrel00001000" + "@id": "urn:nrel_example/nrel00000802" + }, + { + "@id": "urn:nrel_example/nrel00000841" + }, + { + "@id": "urn:nrel_example/nrel00001182" + }, + { + "@id": "urn:nrel_example/nrel00001203" + }, + { + "@id": "urn:nrel_example/nrel00001242" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000688", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -17581,54 +16912,57 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000688" + "@value": "nrel00001113" } ] }, { - "@id": "urn:nrel_example/nrel00001053", + "@id": "urn:nrel_example/nrel00000832", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001053" + "@value": "nrel00000832" } ] }, { - "@id": "urn:nrel_example/nrel00000645", + "@id": "urn:nrel_example/nrel00000891", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "urn:nrel_example/nrel00000158" + }, + { + "@id": "urn:nrel_example/nrel00000577" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000645" + "@value": "nrel00000891" } ] }, { - "@id": "urn:nrel_example/nrel00000864", + "@id": "urn:nrel_example/nrel00000186", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -17639,86 +16973,86 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000864" + "@value": "nrel00000186" } ] }, { - "@id": "urn:nrel_example/nrel00000845", + "@id": "urn:nrel_example/nrel00000716", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000845" + "@value": "nrel00000716" } ] }, { - "@id": "urn:nrel_example/nrel00000869", + "@id": "urn:nrel_example/nrel00001005", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000869" + "@value": "nrel00001005" } ] }, { - "@id": "urn:nrel_example/nrel00000651", + "@id": "urn:nrel_example/nrel00000306", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000651" + "@value": "nrel00000306" } ] }, { - "@id": "urn:nrel_example/nrel00001111", + "@id": "urn:nrel_example/nrel00000804", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000612" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000895" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001111" + "@value": "nrel00000804" } ] }, { - "@id": "urn:nrel_example/nrel00000147", + "@id": "urn:nrel_example/nrel00000719", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -17734,129 +17068,143 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000147" + "@value": "nrel00000719" } ] }, { - "@id": "urn:nrel_example/nrel00000726", + "@id": "urn:nrel_example/nrel00000536", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000726" + "@value": "nrel00000536" } ] }, { - "@id": "urn:nrel_example/nrel00000662", + "@id": "urn:nrel_example/nrel00001326", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000662" + "@value": "nrel00001326" } ] }, { - "@id": "urn:nrel_example/nrel00000085", + "@id": "urn:nrel_example/nrel00000822", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000355" + }, + { + "@id": "urn:nrel_example/nrel00000438" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000085" + "@value": "nrel00000822" } ] }, { - "@id": "urn:nrel_example/nrel00001251", + "@id": "urn:nrel_example/nrel00000655", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000688" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001251" + "@value": "nrel00000655" } ] }, { - "@id": "urn:nrel_example/nrel00000996", + "@id": "urn:nrel_example/nrel00000898", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000996" + "@value": "nrel00000898" } ] }, { - "@id": "urn:nrel_example/nrel00001269", + "@id": "urn:nrel_example/nrel00000293", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001069" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000419" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001269" + "@value": "nrel00000293" } ] }, { - "@id": "urn:nrel_example/nrel00001256", + "@id": "urn:nrel_example/nrel00001096", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Junction" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000678" + "@id": "urn:nrel_example/nrel00000265" + }, + { + "@id": "urn:nrel_example/nrel00000876" + }, + { + "@id": "urn:nrel_example/nrel00001135" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -17866,156 +17214,123 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001256" + "@value": "nrel00001096" } ] }, { - "@id": "urn:nrel_example/nrel00000732", + "@id": "urn:nrel_example/nrel00000842", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000939" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000708" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001090" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000732" + "@value": "nrel00000842" } ] }, { - "@id": "urn:nrel_example/nrel00001094", + "@id": "urn:nrel_example/nrel00000512", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001094" + "@value": "nrel00000512" } ] }, { - "@id": "urn:nrel_example/nrel00000850", + "@id": "urn:nrel_example/nrel00001047", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000850" + "@value": "nrel00001047" } ] }, { - "@id": "urn:nrel_example/nrel00001232", + "@id": "urn:nrel_example/nrel00001122", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000309" - }, - { - "@id": "urn:nrel_example/nrel00000602" - }, - { - "@id": "urn:nrel_example/nrel00001303" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000000" - }, - { - "@id": "urn:nrel_example/nrel00000032" - }, - { - "@id": "urn:nrel_example/nrel00000465" - }, - { - "@id": "urn:nrel_example/nrel00001284" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000358" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001220" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001232" + "@value": "nrel00001122" } ] }, { - "@id": "urn:nrel_example/nrel00001326", + "@id": "urn:nrel_example/nrel00001191", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001326" + "@value": "nrel00001191" } ] }, { - "@id": "urn:nrel_example/nrel00000513", + "@id": "urn:nrel_example/nrel00000321", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000513" + "@value": "nrel00000321" } ] }, { - "@id": "urn:nrel_example/nrel00000944", + "@id": "urn:nrel_example/nrel00001240", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -18026,65 +17341,70 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000944" + "@value": "nrel00001240" } ] }, { - "@id": "urn:nrel_example/nrel00001167", + "@id": "urn:nrel_example/nrel00000331", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001167" + "@value": "nrel00000331" } ] }, { - "@id": "urn:nrel_example/nrel00000231", + "@id": "urn:nrel_example/nrel00000890", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000231" + "@value": "nrel00000890" } ] }, { - "@id": "urn:nrel_example/nrel00000138", + "@id": "urn:nrel_example/nrel00000243", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000138" + "@value": "nrel00000243" } ] }, { - "@id": "urn:nrel_example/nrel00001033", + "@id": "urn:nrel_example/nrel00000491", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -18095,179 +17415,156 @@ ], "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00001123" + "@id": "urn:nrel_example/nrel00000864" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001033" + "@value": "nrel00000491" } ] }, { - "@id": "urn:nrel_example/nrel00000354", + "@id": "urn:nrel_example/nrel00000473", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000354" + "@value": "nrel00000473" } ] }, { - "@id": "urn:nrel_example/nrel00000865", + "@id": "urn:nrel_example/nrel00001182", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000865" + "@value": "nrel00001182" } ] }, { - "@id": "urn:nrel_example/nrel00001025", + "@id": "urn:nrel_example/nrel00000423", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001025" + "@value": "nrel00000423" } ] }, { - "@id": "urn:nrel_example/nrel00000155", + "@id": "urn:nrel_example/nrel00001129", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000862" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000464" + "@value": "nrel00001129" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000554", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000417" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000155" + "@value": "nrel00000554" } ] }, { - "@id": "urn:nrel_example/nrel00001115", + "@id": "urn:nrel_example/nrel00000291", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Damper" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000014" + "@id": "urn:nrel_example/nrel00000169" }, { - "@id": "urn:nrel_example/nrel00000237" + "@id": "urn:nrel_example/nrel00001009" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000102" - }, - { - "@id": "urn:nrel_example/nrel00000108" - }, - { - "@id": "urn:nrel_example/nrel00000327" - }, - { - "@id": "urn:nrel_example/nrel00000338" - }, - { - "@id": "urn:nrel_example/nrel00000453" - }, - { - "@id": "urn:nrel_example/nrel00000633" - }, - { - "@id": "urn:nrel_example/nrel00000732" - }, - { - "@id": "urn:nrel_example/nrel00001118" - }, - { - "@id": "urn:nrel_example/nrel00001148" + "@id": "urn:nrel_example/nrel00000027" }, { - "@id": "urn:nrel_example/nrel00001206" + "@id": "urn:nrel_example/nrel00000837" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001115" + "@value": "nrel00000291" } ] }, { - "@id": "urn:nrel_example/nrel00000977", + "@id": "urn:nrel_example/nrel00000305", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000977" + "@value": "nrel00000305" } ] }, { - "@id": "urn:nrel_example/nrel00001040", + "@id": "urn:nrel_example/nrel00000489", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001040" + "@value": "nrel00000489" } ] }, { - "@id": "urn:nrel_example/nrel00001324", + "@id": "urn:nrel_example/nrel00000803", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -18283,306 +17580,217 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001324" + "@value": "nrel00000803" } ] }, { - "@id": "urn:nrel_example/nrel00000743", + "@id": "urn:nrel_example/nrel00000551", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000743" + "@value": "nrel00000551" } ] }, { - "@id": "urn:nrel_example/nrel00001063", + "@id": "urn:nrel_example/nrel00000191", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001063" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000007", - "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000383" - }, - { - "@id": "urn:nrel_example/nrel00000749" - }, - { - "@id": "urn:nrel_example/nrel00001042" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000430" - }, - { - "@id": "urn:nrel_example/nrel00000715" - }, - { - "@id": "urn:nrel_example/nrel00000903" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001256" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000795" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000946" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000007" + "@value": "nrel00000191" } ] }, { - "@id": "urn:nrel_example/nrel00000989", + "@id": "urn:nrel_example/nrel00000611", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ - { - "@id": "urn:nrel_example/nrel00000649" - }, - { - "@id": "urn:nrel_example/nrel00000818" - }, - { - "@id": "urn:nrel_example/nrel00000939" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000941" + "@id": "urn:nrel_example/nrel00000590" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00000989" + "@id": "urn:nrel_example/nrel00001121" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000548", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000009" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000548" + "@value": "nrel00000611" } ] }, { - "@id": "urn:nrel_example/nrel00000328", + "@id": "urn:nrel_example/nrel00000889", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000306" - }, - { - "@id": "urn:nrel_example/nrel00001262" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000328" + "@value": "nrel00000889" } ] }, { - "@id": "urn:nrel_example/nrel00000195", + "@id": "urn:nrel_example/nrel00000795", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000195" + "@value": "nrel00000795" } ] }, { - "@id": "urn:nrel_example/nrel00001001", + "@id": "urn:nrel_example/nrel00000270", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001001" + "@value": "nrel00000270" } ] }, { - "@id": "urn:nrel_example/nrel00000111", + "@id": "urn:nrel_example/nrel00001190", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "nrel00000111" + "@id": "urn:nrel_example/nrel00000389" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000924", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000968" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000924" + "@value": "nrel00001190" } ] }, { - "@id": "urn:nrel_example/nrel00000476", + "@id": "urn:nrel_example/nrel00000315", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000476" + "@value": "nrel00000315" } ] }, { - "@id": "urn:nrel_example/nrel00000602", + "@id": "urn:nrel_example/nrel00000382", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000032" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000358" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000602" + "@value": "nrel00000382" } ] }, { - "@id": "urn:nrel_example/nrel00000840", + "@id": "urn:nrel_example/nrel00000072", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000840" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000427", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000427" + "@value": "nrel00000072" } ] }, { - "@id": "urn:nrel_example/nrel00000125", + "@id": "urn:nrel_example/nrel00001317", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -18598,632 +17806,514 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000125" + "@value": "nrel00001317" } ] }, { - "@id": "urn:nrel_example/nrel00000044", + "@id": "urn:nrel_example/nrel00000460", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000300" + }, { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000817" + }, { - "@value": "nrel00000044" + "@id": "urn:nrel_example/nrel00001162" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000031", - "@type": [ - "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000840" + "@id": "urn:nrel_example/nrel00000065" }, { - "@id": "urn:nrel_example/nrel00000858" + "@id": "urn:nrel_example/nrel00001050" + }, + { + "@id": "urn:nrel_example/nrel00001072" + }, + { + "@id": "urn:nrel_example/nrel00001107" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000268" + "@id": "urn:nrel_example/nrel00000518" }, { - "@id": "urn:nrel_example/nrel00000598" + "@id": "urn:nrel_example/nrel00000684" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000031" + "@value": "nrel00000460" } ] }, { - "@id": "urn:nrel_example/nrel00000309", + "@id": "urn:nrel_example/nrel00000103", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000000" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001220" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000309" + "@value": "nrel00000103" } ] }, { - "@id": "urn:nrel_example/nrel00001220", + "@id": "urn:nrel_example/nrel00000707", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ - { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001220" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001271", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001271" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000449", - "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#Pump" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000784" + "@id": "urn:nrel_example/nrel00000735" }, { - "@id": "urn:nrel_example/nrel00001129" + "@id": "urn:nrel_example/nrel00001172" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000224" + "@id": "urn:nrel_example/nrel00000086" }, { - "@id": "urn:nrel_example/nrel00000387" + "@id": "urn:nrel_example/nrel00000089" }, { - "@id": "urn:nrel_example/nrel00000458" + "@id": "urn:nrel_example/nrel00000129" }, { - "@id": "urn:nrel_example/nrel00000664" + "@id": "urn:nrel_example/nrel00000326" }, { - "@id": "urn:nrel_example/nrel00000692" + "@id": "urn:nrel_example/nrel00000513" }, { - "@id": "urn:nrel_example/nrel00000750" + "@id": "urn:nrel_example/nrel00000659" }, { - "@id": "urn:nrel_example/nrel00000871" + "@id": "urn:nrel_example/nrel00000728" }, { - "@id": "urn:nrel_example/nrel00001222" + "@id": "urn:nrel_example/nrel00001098" }, { - "@id": "urn:nrel_example/nrel00001289" + "@id": "urn:nrel_example/nrel00001110" }, { - "@id": "urn:nrel_example/nrel00001326" + "@id": "urn:nrel_example/nrel00001237" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000449" + "@value": "nrel00000707" } ] }, { - "@id": "urn:nrel_example/nrel00000325", + "@id": "urn:nrel_example/nrel00001108", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000325" + "@value": "nrel00001108" } ] }, { - "@id": "urn:nrel_example/nrel00000495", + "@id": "urn:nrel_example/nrel00001305", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#Junction" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000331" + "@id": "urn:nrel_example/nrel00000399" }, { - "@id": "urn:nrel_example/nrel00001111" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:nrel_example/nrel00000438" + }, { - "@id": "urn:nrel_example/nrel00000270" + "@id": "urn:nrel_example/nrel00000603" }, { - "@id": "urn:nrel_example/nrel00000476" + "@id": "urn:nrel_example/nrel00000640" }, { - "@id": "urn:nrel_example/nrel00000523" + "@id": "urn:nrel_example/nrel00000775" }, { - "@id": "urn:nrel_example/nrel00000543" + "@id": "urn:nrel_example/nrel00000806" }, { - "@id": "urn:nrel_example/nrel00000706" + "@id": "urn:nrel_example/nrel00000924" }, { - "@id": "urn:nrel_example/nrel00000713" + "@id": "urn:nrel_example/nrel00000942" }, { - "@id": "urn:nrel_example/nrel00000730" + "@id": "urn:nrel_example/nrel00000947" }, { - "@id": "urn:nrel_example/nrel00000819" + "@id": "urn:nrel_example/nrel00001007" }, { - "@id": "urn:nrel_example/nrel00000831" + "@id": "urn:nrel_example/nrel00001068" }, { - "@id": "urn:nrel_example/nrel00001000" + "@id": "urn:nrel_example/nrel00001080" }, { - "@id": "urn:nrel_example/nrel00001039" + "@id": "urn:nrel_example/nrel00001193" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000495" + "@value": "nrel00001305" } ] }, { - "@id": "urn:nrel_example/nrel00000204", + "@id": "urn:nrel_example/nrel00000973", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000204" + "@value": "nrel00000973" } ] }, { - "@id": "urn:nrel_example/nrel00000421", + "@id": "urn:nrel_example/nrel00001117", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000814" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001196" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000879" - }, + "@value": "nrel00001117" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001164", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001097" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000421" + "@value": "nrel00001164" } ] }, { - "@id": "urn:nrel_example/nrel00000815", + "@id": "urn:nrel_example/nrel00000642", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00001033" + "@id": "urn:nrel_example/nrel00000586" }, { - "@id": "urn:nrel_example/nrel00001229" + "@id": "urn:nrel_example/nrel00000923" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000762" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001041" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000815" + "@value": "nrel00000642" } ] }, { - "@id": "urn:nrel_example/nrel00000780", + "@id": "urn:nrel_example/nrel00000150", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000179" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001015" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000525" - }, - { - "@id": "urn:nrel_example/nrel00000826" - }, - { - "@id": "urn:nrel_example/nrel00001043" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001063" + "@value": "nrel00000150" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000066", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000191" - }, - { - "@id": "urn:nrel_example/nrel00000394" - }, - { - "@id": "urn:nrel_example/nrel00000556" - }, - { - "@id": "urn:nrel_example/nrel00000592" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001001" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000780" + "@value": "nrel00000066" } ] }, { - "@id": "urn:nrel_example/nrel00000292", + "@id": "urn:nrel_example/nrel00000879", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000292" + "@value": "nrel00000879" } ] }, { - "@id": "urn:nrel_example/nrel00000862", + "@id": "urn:nrel_example/nrel00000088", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000219" + "@id": "urn:nrel_example/nrel00000986" }, { - "@id": "urn:nrel_example/nrel00000792" - } - ], - "http://data.ashrae.org/standard223#hasDomain": [ - { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00001194" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000417" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001134" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000862" + "@value": "nrel00000088" } ] }, { - "@id": "urn:nrel_example/nrel00000129", + "@id": "urn:nrel_example/nrel00000824", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "urn:nrel_example/nrel00000386" + }, + { + "@id": "urn:nrel_example/nrel00000532" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "urn:nrel_example/nrel00000410" + }, + { + "@id": "urn:nrel_example/nrel00001248" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000129" + "@value": "nrel00000824" } ] }, { - "@id": "urn:nrel_example/nrel00000259", + "@id": "urn:nrel_example/nrel00001311", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000259" + "@value": "nrel00001311" } ] }, { - "@id": "urn:nrel_example/nrel00000063", + "@id": "urn:nrel_example/nrel00000796", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000063" + "@value": "nrel00000796" } ] }, { - "@id": "urn:nrel_example/nrel00000778", + "@id": "urn:nrel_example/nrel00000697", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000778" + "@value": "nrel00000697" } ] }, { - "@id": "urn:nrel_example/nrel00000187", + "@id": "urn:nrel_example/nrel00000367", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000205" - }, - { - "@id": "urn:nrel_example/nrel00000273" - }, - { - "@id": "urn:nrel_example/nrel00000369" - }, - { - "@id": "urn:nrel_example/nrel00000925" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001315" + "@id": "urn:nrel_example/nrel00000219" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000441" - }, + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001047" + "@id": "urn:nrel_example/nrel00000464" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000118" - }, - { - "@id": "urn:nrel_example/nrel00000132" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000758" + "@id": "urn:nrel_example/nrel00000956" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000187" + "@value": "nrel00000367" } ] }, { - "@id": "urn:nrel_example/nrel00000846", + "@id": "urn:nrel_example/nrel00000636", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000846" + "@value": "nrel00000636" } ] }, { - "@id": "urn:nrel_example/nrel00001035", + "@id": "urn:nrel_example/nrel00001307", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001035" + "@value": "nrel00001307" } ] }, { - "@id": "urn:nrel_example/nrel00000960", + "@id": "urn:nrel_example/nrel00001048", "@type": [ - "http://data.ashrae.org/standard223#TerminalUnit" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000192" - }, - { - "@id": "urn:nrel_example/nrel00000494" - }, - { - "@id": "urn:nrel_example/nrel00000531" - }, - { - "@id": "urn:nrel_example/nrel00000747" - }, - { - "@id": "urn:nrel_example/nrel00001008" - } + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000635" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001023" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000081" - }, - { - "@id": "urn:nrel_example/nrel00000710" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001138" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000960" + "@value": "nrel00001048" } ] }, { - "@id": "urn:nrel_example/nrel00000145", + "@id": "urn:nrel_example/nrel00001322", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], @@ -19234,62 +18324,62 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000145" + "@value": "nrel00001322" } ] }, { - "@id": "urn:nrel_example/nrel00001281", + "@id": "urn:nrel_example/nrel00000815", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00001033" + }, + { + "@id": "urn:nrel_example/nrel00001229" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000762" + }, + { + "@id": "urn:nrel_example/nrel00001041" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001281" + "@value": "nrel00000815" } ] }, { - "@id": "urn:nrel_example/nrel00000416", + "@id": "urn:nrel_example/nrel00000849", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000287" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000467" + "@id": "urn:nrel_example/nrel00000948" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000314" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000391" + "@id": "urn:nrel_example/nrel00000048" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000416" + "@value": "nrel00000849" } ] }, { - "@id": "urn:nrel_example/nrel00000236", + "@id": "urn:nrel_example/nrel00000078", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -19298,28 +18388,33 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000236" + "@value": "nrel00000078" } ] }, { - "@id": "urn:nrel_example/nrel00000405", + "@id": "urn:nrel_example/nrel00001084", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000405" + "@value": "nrel00001084" } ] }, { - "@id": "urn:nrel_example/nrel00000391", + "@id": "urn:nrel_example/nrel00000877", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -19330,139 +18425,144 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000391" + "@value": "nrel00000877" } ] }, { - "@id": "urn:nrel_example/nrel00001062", + "@id": "urn:nrel_example/nrel00000476", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001062" + "@value": "nrel00000476" } ] }, { - "@id": "urn:nrel_example/nrel00000498", + "@id": "urn:nrel_example/nrel00000241", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000631" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000274" + }, + { + "@id": "urn:nrel_example/nrel00001283" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000498" + "@value": "nrel00000241" } ] }, { - "@id": "urn:nrel_example/nrel00001193", + "@id": "urn:nrel_example/nrel00000333", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00001193" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001237", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001237" + "@value": "nrel00000333" } ] }, { - "@id": "urn:nrel_example/nrel00000152", + "@id": "urn:nrel_example/nrel00000346", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000354" + "@id": "urn:nrel_example/nrel00000439" + }, + { + "@id": "urn:nrel_example/nrel00000873" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000823" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000152" + "@value": "nrel00000346" } ] }, { - "@id": "urn:nrel_example/nrel00000711", + "@id": "urn:nrel_example/nrel00000027", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000711" + "@value": "nrel00000027" } ] }, { - "@id": "urn:nrel_example/nrel00000814", + "@id": "urn:nrel_example/nrel00000266", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000620" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000260" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000814" + "@value": "nrel00000266" } ] }, { - "@id": "urn:nrel_example/nrel00000431", + "@id": "urn:nrel_example/nrel00000885", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -19478,395 +18578,394 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000431" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001201", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001201" + "@value": "nrel00000885" } ] }, { - "@id": "urn:nrel_example/nrel00000867", + "@id": "urn:nrel_example/nrel00001142", "@type": [ - "http://data.ashrae.org/standard223#Zone" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#hasDomainSpace": [ - { - "@id": "urn:nrel_example/nrel00000080" - }, + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000122" + "@id": "urn:nrel_example/nrel00000266" }, { - "@id": "urn:nrel_example/nrel00000587" + "@id": "urn:nrel_example/nrel00000472" }, { - "@id": "urn:nrel_example/nrel00000600" - }, + "@id": "urn:nrel_example/nrel00000934" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000631" + "@id": "urn:nrel_example/nrel00000104" }, { - "@id": "urn:nrel_example/nrel00000736" + "@id": "urn:nrel_example/nrel00000620" }, { - "@id": "urn:nrel_example/nrel00000862" + "@id": "urn:nrel_example/nrel00001141" }, { - "@id": "urn:nrel_example/nrel00001125" - }, + "@id": "urn:nrel_example/nrel00001241" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001197" + "@id": "urn:nrel_example/nrel00000256" }, { - "@id": "urn:nrel_example/nrel00001267" + "@id": "urn:nrel_example/nrel00000260" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000867" + "@value": "nrel00001142" } ] }, { - "@id": "urn:nrel_example/nrel00000451", + "@id": "urn:nrel_example/nrel00000784", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000451" + "@value": "nrel00000784" } ] }, { - "@id": "urn:nrel_example/nrel00000544", + "@id": "urn:nrel_example/nrel00000079", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000544" + "@value": "nrel00000079" } ] }, { - "@id": "urn:nrel_example/nrel00000473", + "@id": "urn:nrel_example/nrel00001200", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000473" + "@value": "nrel00001200" } ] }, { - "@id": "urn:nrel_example/nrel00001152", + "@id": "urn:nrel_example/nrel00000649", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000364" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "urn:nrel_example/nrel00000516" + }, + { + "@id": "urn:nrel_example/nrel00000893" + }, + { + "@id": "urn:nrel_example/nrel00001139" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "nrel00001152" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000120", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000182" + }, + { + "@id": "urn:nrel_example/nrel00001178" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000120" + "@value": "nrel00000649" } ] }, { - "@id": "urn:nrel_example/nrel00000593", + "@id": "urn:nrel_example/nrel00000139", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000087" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000434" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000301" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001215" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000593" + "@value": "nrel00000139" } ] }, { - "@id": "urn:nrel_example/nrel00000006", + "@id": "urn:nrel_example/nrel00000923", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000642" + } + ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000067" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000006" + "@value": "nrel00000923" } ] }, { - "@id": "urn:nrel_example/nrel00000027", + "@id": "urn:nrel_example/nrel00001187", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000733" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00001181" + }, { - "@value": "nrel00000027" + "@id": "urn:nrel_example/nrel00001205" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000911", - "@type": [ - "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000869" + "@id": "urn:nrel_example/nrel00000504" }, { - "@id": "urn:nrel_example/nrel00001183" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000595" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000705" + }, { - "@value": "nrel00000911" + "@id": "urn:nrel_example/nrel00000737" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001108", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000263" + }, + { + "@id": "urn:nrel_example/nrel00000915" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001108" + "@value": "nrel00001187" } ] }, { - "@id": "urn:nrel_example/nrel00000533", + "@id": "urn:nrel_example/nrel00000789", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#FanCoilUnit" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000188" + "@id": "urn:nrel_example/nrel00000361" }, { - "@id": "urn:nrel_example/nrel00000418" + "@id": "urn:nrel_example/nrel00000381" }, { - "@id": "urn:nrel_example/nrel00001012" + "@id": "urn:nrel_example/nrel00000770" } ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000485" + "@id": "urn:nrel_example/nrel00001025" }, { - "@id": "urn:nrel_example/nrel00000579" + "@id": "urn:nrel_example/nrel00001301" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000442" }, { - "@id": "urn:nrel_example/nrel00001285" + "@id": "urn:nrel_example/nrel00000481" }, { - "@id": "urn:nrel_example/nrel00001299" + "@id": "urn:nrel_example/nrel00000918" + }, + { + "@id": "urn:nrel_example/nrel00001238" + }, + { + "@id": "urn:nrel_example/nrel00001324" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "urn:nrel_example/nrel00000166" + "@id": "http://data.ashrae.org/standard223#Role-Cooling" }, { - "@id": "urn:nrel_example/nrel00000457" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000533" + "@value": "nrel00000789" } ] }, { - "@id": "urn:nrel_example/nrel00001136", + "@id": "urn:nrel_example/nrel00000330", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001136" + "@value": "nrel00000330" } ] }, { - "@id": "urn:nrel_example/nrel00000871", + "@id": "urn:nrel_example/nrel00000095", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000168" + }, { - "@value": "nrel00000871" + "@id": "urn:nrel_example/nrel00000312" + }, + { + "@id": "urn:nrel_example/nrel00000497" + }, + { + "@id": "urn:nrel_example/nrel00000608" + }, + { + "@id": "urn:nrel_example/nrel00000799" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000200", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000227" + }, + { + "@id": "urn:nrel_example/nrel00001265" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000354" + "@id": "urn:nrel_example/nrel00000042" + }, + { + "@id": "urn:nrel_example/nrel00000726" + }, + { + "@id": "urn:nrel_example/nrel00000809" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000200" + "@value": "nrel00000095" } ] }, { - "@id": "urn:nrel_example/nrel00001223", + "@id": "urn:nrel_example/nrel00000862", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000786" + "@id": "urn:nrel_example/nrel00000219" }, { - "@id": "urn:nrel_example/nrel00001149" + "@id": "urn:nrel_example/nrel00000792" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000363" + "@id": "urn:nrel_example/nrel00000417" }, { - "@id": "urn:nrel_example/nrel00000489" + "@id": "urn:nrel_example/nrel00001134" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001223" + "@value": "nrel00000862" } ] }, { - "@id": "urn:nrel_example/nrel00001310", + "@id": "urn:nrel_example/nrel00000837", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ @@ -19876,131 +18975,970 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001310" + "@value": "nrel00000837" } ] }, { - "@id": "urn:nrel_example/nrel00001068", + "@id": "urn:nrel_example/nrel00000926", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001068" + "@value": "nrel00000926" } ] }, { - "@id": "urn:nrel_example/nrel00000987", + "@id": "urn:nrel_example/nrel00001292", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00001300" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000147" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000987" + "@value": "nrel00001292" } ] }, { - "@id": "urn:nrel_example/nrel00000969", + "@id": "urn:nrel_example/nrel00000647", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000736" + "@id": "urn:nrel_example/nrel00000150" + }, + { + "@id": "urn:nrel_example/nrel00000836" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000054" + "@id": "urn:nrel_example/nrel00000052" }, { - "@id": "urn:nrel_example/nrel00000610" + "@id": "urn:nrel_example/nrel00000360" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000969" + "@value": "nrel00000647" } ] }, { - "@id": "urn:nrel_example/nrel00000279", + "@id": "urn:nrel_example/nrel00001033", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00001123" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000279" + "@value": "nrel00001033" } ] }, { - "@id": "urn:nrel_example/nrel00000010", + "@id": "urn:nrel_example/nrel00000242", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000818" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000336" + "@id": "http://qudt.org/vocab/unit/HZ" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000739" + "@value": "nrel00000242" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000797", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00001023" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000797" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000570", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000570" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000064", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000064" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001071", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:nrel_example/nrel00000748" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001236" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001071" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000408", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000408" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000067", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000067" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000659", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000659" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000336", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "urn:nrel_example/nrel00000818" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000471" + }, + { + "@id": "urn:nrel_example/nrel00000680" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000336" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000113", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000113" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001306", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001306" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001105", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001105" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001168", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001168" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000394", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000394" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000345", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000345" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000360", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000360" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001204", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001204" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000447", + "@type": [ + "http://data.ashrae.org/standard223#HeatRecoveryCoil" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000660" + }, + { + "@id": "urn:nrel_example/nrel00000899" + }, + { + "@id": "urn:nrel_example/nrel00001166" + }, + { + "@id": "urn:nrel_example/nrel00001240" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000199" + }, + { + "@id": "urn:nrel_example/nrel00000542" + }, + { + "@id": "urn:nrel_example/nrel00000585" + }, + { + "@id": "urn:nrel_example/nrel00001061" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000447" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000987", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000987" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000738", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000738" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000615", + "@type": [ + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000281" + }, + { + "@id": "urn:nrel_example/nrel00000354" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000615" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000248", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000248" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001147", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001147" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001174", + "@type": [ + "http://data.ashrae.org/standard223#Fan" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000588" + }, + { + "@id": "urn:nrel_example/nrel00001294" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000020" + }, + { + "@id": "urn:nrel_example/nrel00000029" + }, + { + "@id": "urn:nrel_example/nrel00000257" + }, + { + "@id": "urn:nrel_example/nrel00000295" + }, + { + "@id": "urn:nrel_example/nrel00000569" + }, + { + "@id": "urn:nrel_example/nrel00000650" + }, + { + "@id": "urn:nrel_example/nrel00000796" + }, + { + "@id": "urn:nrel_example/nrel00000857" + }, + { + "@id": "urn:nrel_example/nrel00000890" + }, + { + "@id": "urn:nrel_example/nrel00001076" + }, + { + "@id": "urn:nrel_example/nrel00001154" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001174" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000475", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000475" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000276", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Frequency" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/HZ" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000276" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000937", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000937" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001308", + "@type": [ + "http://data.ashrae.org/standard223#Fan" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:nrel_example/nrel00000291" + }, + { + "@id": "urn:nrel_example/nrel00000496" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000970" + }, + { + "@id": "urn:nrel_example/nrel00001207" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000283" + }, + { + "@id": "urn:nrel_example/nrel00000651" + }, + { + "@id": "urn:nrel_example/nrel00000661" + }, + { + "@id": "urn:nrel_example/nrel00000674" + }, + { + "@id": "urn:nrel_example/nrel00000811" + }, + { + "@id": "urn:nrel_example/nrel00000963" + }, + { + "@id": "urn:nrel_example/nrel00001016" + }, + { + "@id": "urn:nrel_example/nrel00001132" + }, + { + "@id": "urn:nrel_example/nrel00001272" + }, + { + "@id": "urn:nrel_example/nrel00001273" + }, + { + "@id": "urn:nrel_example/nrel00001331" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001308" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000273", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:nrel_example/nrel00000214" + }, + { + "@id": "urn:nrel_example/nrel00000293" + }, + { + "@id": "urn:nrel_example/nrel00000920" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000040" + }, + { + "@id": "urn:nrel_example/nrel00000638" + }, + { + "@id": "urn:nrel_example/nrel00000720" + }, + { + "@id": "urn:nrel_example/nrel00001069" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000412" + }, + { + "@id": "urn:nrel_example/nrel00000419" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000273" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000873", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000873" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000839", + "@type": [ + "http://data.ashrae.org/standard223#CoolingCoil" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:nrel_example/nrel00001092" + }, + { + "@id": "urn:nrel_example/nrel00001115" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000356" + }, + { + "@id": "urn:nrel_example/nrel00000508" + }, + { + "@id": "urn:nrel_example/nrel00001062" + }, + { + "@id": "urn:nrel_example/nrel00001189" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000125" + }, + { + "@id": "urn:nrel_example/nrel00000552" + }, + { + "@id": "urn:nrel_example/nrel00000654" + }, + { + "@id": "urn:nrel_example/nrel00001126" + }, + { + "@id": "urn:nrel_example/nrel00001247" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000839" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000614", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000614" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000296", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000296" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001115", + "@type": [ + "http://data.ashrae.org/standard223#Pump" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000014" + }, + { + "@id": "urn:nrel_example/nrel00000237" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000102" + }, + { + "@id": "urn:nrel_example/nrel00000108" + }, + { + "@id": "urn:nrel_example/nrel00000327" + }, + { + "@id": "urn:nrel_example/nrel00000338" + }, + { + "@id": "urn:nrel_example/nrel00000453" + }, + { + "@id": "urn:nrel_example/nrel00000633" + }, + { + "@id": "urn:nrel_example/nrel00000732" + }, + { + "@id": "urn:nrel_example/nrel00001118" + }, + { + "@id": "urn:nrel_example/nrel00001148" + }, + { + "@id": "urn:nrel_example/nrel00001206" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000010" + "@value": "nrel00001115" } ] }, { - "@id": "urn:nrel_example/nrel00000827", + "@id": "urn:nrel_example/nrel00000995", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000131" + }, + { + "@id": "urn:nrel_example/nrel00001259" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000827" + "@value": "nrel00000995" } ] }, { - "@id": "urn:nrel_example/nrel00001234", + "@id": "urn:nrel_example/nrel00000814", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -20011,71 +19949,91 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001234" + "@value": "nrel00000814" } ] }, { - "@id": "urn:nrel_example/nrel00000024", + "@id": "urn:nrel_example/nrel00000568", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000898" + }, { - "@value": "nrel00000024" + "@id": "urn:nrel_example/nrel00001051" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001309", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000197" + }, { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "urn:nrel_example/nrel00000292" + }, + { + "@id": "urn:nrel_example/nrel00000402" + }, + { + "@id": "urn:nrel_example/nrel00000636" + }, + { + "@id": "urn:nrel_example/nrel00000697" + }, + { + "@id": "urn:nrel_example/nrel00000832" + }, + { + "@id": "urn:nrel_example/nrel00000945" + }, + { + "@id": "urn:nrel_example/nrel00000981" + }, + { + "@id": "urn:nrel_example/nrel00001058" + }, + { + "@id": "urn:nrel_example/nrel00001106" + }, + { + "@id": "urn:nrel_example/nrel00001201" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001309" + "@value": "nrel00000568" } ] }, { - "@id": "urn:nrel_example/nrel00000715", + "@id": "urn:nrel_example/nrel00001314", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000715" + "@value": "nrel00001314" } ] }, { - "@id": "urn:nrel_example/nrel00000899", + "@id": "urn:nrel_example/nrel00000172", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000875" + "@id": "urn:nrel_example/nrel00000351" + }, + { + "@id": "urn:nrel_example/nrel00001180" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -20085,582 +20043,484 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000899" + "@value": "nrel00000172" } ] }, { - "@id": "urn:nrel_example/nrel00000933", + "@id": "urn:nrel_example/nrel00000384", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000933" + "@value": "nrel00000384" } ] }, { - "@id": "urn:nrel_example/nrel00000887", + "@id": "urn:nrel_example/nrel00000366", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001311" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000575" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000887" + "@value": "nrel00000366" } ] }, { - "@id": "urn:nrel_example/nrel00000091", + "@id": "urn:nrel_example/nrel00000000", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000091" + "@value": "nrel00000000" } ] }, { - "@id": "urn:nrel_example/nrel00000889", + "@id": "urn:nrel_example/nrel00000441", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000889" + "@value": "nrel00000441" } ] }, { - "@id": "urn:nrel_example/nrel00000635", + "@id": "urn:nrel_example/nrel00000520", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000635" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000756", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000756" + "@value": "nrel00000520" } ] }, { - "@id": "urn:nrel_example/nrel00000991", + "@id": "urn:nrel_example/nrel00000389", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:nrel_example/nrel00001194" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000991" + "@value": "nrel00000389" } ] }, { - "@id": "urn:nrel_example/nrel00000053", + "@id": "urn:nrel_example/nrel00000770", "@type": [ "http://data.ashrae.org/standard223#Fan" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000461" + "@id": "urn:nrel_example/nrel00000882" }, { - "@id": "urn:nrel_example/nrel00000931" + "@id": "urn:nrel_example/nrel00001192" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000012" + "@id": "urn:nrel_example/nrel00000143" }, { - "@id": "urn:nrel_example/nrel00000492" + "@id": "urn:nrel_example/nrel00000244" }, { - "@id": "urn:nrel_example/nrel00000550" + "@id": "urn:nrel_example/nrel00000276" }, { - "@id": "urn:nrel_example/nrel00000562" + "@id": "urn:nrel_example/nrel00000311" }, { - "@id": "urn:nrel_example/nrel00000566" + "@id": "urn:nrel_example/nrel00000624" }, { - "@id": "urn:nrel_example/nrel00000572" + "@id": "urn:nrel_example/nrel00000753" }, { - "@id": "urn:nrel_example/nrel00000607" + "@id": "urn:nrel_example/nrel00000943" }, { - "@id": "urn:nrel_example/nrel00000648" + "@id": "urn:nrel_example/nrel00001035" }, { - "@id": "urn:nrel_example/nrel00000877" + "@id": "urn:nrel_example/nrel00001055" }, { - "@id": "urn:nrel_example/nrel00001075" + "@id": "urn:nrel_example/nrel00001309" }, { - "@id": "urn:nrel_example/nrel00001093" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000053" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000025", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000025" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000117", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000966" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000282" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:nrel_example/nrel00000845" + "@id": "urn:nrel_example/nrel00001322" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000117" + "@value": "nrel00000770" } ] }, { - "@id": "urn:nrel_example/nrel00000113", + "@id": "urn:nrel_example/nrel00000037", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000113" + "@value": "nrel00000037" } ] }, { - "@id": "urn:nrel_example/nrel00000680", + "@id": "urn:nrel_example/nrel00000678", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000931" + }, + { + "@id": "urn:nrel_example/nrel00001256" } ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000680" + "@value": "nrel00000678" } ] }, { - "@id": "urn:nrel_example/nrel00000032", + "@id": "urn:nrel_example/nrel00000631", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000138" + }, + { + "@id": "urn:nrel_example/nrel00001200" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "nrel00000032" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000432", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000665" + }, + { + "@id": "urn:nrel_example/nrel00001085" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000432" + "@value": "nrel00000631" } ] }, { - "@id": "urn:nrel_example/nrel00000820", + "@id": "urn:nrel_example/nrel00001180", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000172" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "nrel00000820" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000950", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000885" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001179" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000950" + "@value": "nrel00001180" } ] }, { - "@id": "urn:nrel_example/nrel00000056", + "@id": "urn:nrel_example/nrel00001045", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000056" + "@value": "nrel00001045" } ] }, { - "@id": "urn:nrel_example/nrel00000045", + "@id": "urn:nrel_example/nrel00000023", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000045" + "@value": "nrel00000023" } ] }, { - "@id": "urn:nrel_example/nrel00001328", + "@id": "urn:nrel_example/nrel00000954", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001328" + "@value": "nrel00000954" } ] }, { - "@id": "urn:nrel_example/nrel00000630", + "@id": "urn:nrel_example/nrel00000560", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000707" - }, - { - "@id": "urn:nrel_example/nrel00001195" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000353" - }, - { - "@id": "urn:nrel_example/nrel00000390" - }, - { - "@id": "urn:nrel_example/nrel00001122" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001328" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000303" - }, - { - "@id": "urn:nrel_example/nrel00000333" - }, - { - "@id": "urn:nrel_example/nrel00000534" - }, - { - "@id": "urn:nrel_example/nrel00000993" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001145" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000630" + "@value": "nrel00000560" } ] }, { - "@id": "urn:nrel_example/nrel00000173", + "@id": "urn:nrel_example/nrel00001282", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000173" + "@value": "nrel00001282" } ] }, { - "@id": "urn:nrel_example/nrel00001261", + "@id": "urn:nrel_example/nrel00000257", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001261" + "@value": "nrel00000257" } ] }, { - "@id": "urn:nrel_example/nrel00000144", + "@id": "urn:nrel_example/nrel00000733", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Energy" + "@id": "urn:nrel_example/nrel00000949" + }, + { + "@id": "urn:nrel_example/nrel00001057" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "urn:nrel_example/nrel00000357" + }, + { + "@id": "urn:nrel_example/nrel00001017" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000144" + "@value": "nrel00000733" } ] }, { - "@id": "urn:nrel_example/nrel00000608", + "@id": "urn:nrel_example/nrel00000904", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001265" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000112" + }, { - "@id": "urn:nrel_example/nrel00000809" + "@id": "urn:nrel_example/nrel00000123" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000608" + "@id": "urn:nrel_example/nrel00000248" + }, + { + "@id": "urn:nrel_example/nrel00000874" + }, + { + "@id": "urn:nrel_example/nrel00000973" + }, + { + "@id": "urn:nrel_example/nrel00000996" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000316", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000140" + }, + { + "@id": "urn:nrel_example/nrel00000298" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000330" + }, + { + "@id": "urn:nrel_example/nrel00001239" + }, + { + "@id": "urn:nrel_example/nrel00001317" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000316" + "@value": "nrel00000904" } ] }, { - "@id": "urn:nrel_example/nrel00000515", + "@id": "urn:nrel_example/nrel00001079", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000745" + "@id": "urn:nrel_example/nrel00000966" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000160" + "@id": "urn:nrel_example/nrel00000282" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001286" + "@id": "urn:nrel_example/nrel00000109" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000515" + "@value": "nrel00001079" } ] }, { - "@id": "urn:nrel_example/nrel00000052", + "@id": "urn:nrel_example/nrel00000410", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -20669,12 +20529,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000052" + "@value": "nrel00000410" } ] }, { - "@id": "urn:nrel_example/nrel00000949", + "@id": "urn:nrel_example/nrel00000821", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -20685,12 +20545,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000949" + "@value": "nrel00000821" } ] }, { - "@id": "urn:nrel_example/nrel00000530", + "@id": "urn:nrel_example/nrel00000668", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -20701,14 +20561,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000530" + "@value": "nrel00000668" } ] }, { - "@id": "urn:nrel_example/nrel00000627", + "@id": "urn:nrel_example/nrel00001135", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -20717,282 +20577,207 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000627" + "@value": "nrel00001135" } ] }, { - "@id": "urn:nrel_example/nrel00000571", + "@id": "urn:nrel_example/nrel00001156", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000198" + }, + { + "@id": "urn:nrel_example/nrel00000578" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000788" + }, + { + "@id": "urn:nrel_example/nrel00001006" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000571" + "@value": "nrel00001156" } ] }, { - "@id": "urn:nrel_example/nrel00001039", + "@id": "urn:nrel_example/nrel00000133", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "urn:nrel_example/nrel00000432" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00001235" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001039" + "@value": "nrel00000133" } ] }, { - "@id": "urn:nrel_example/nrel00000540", + "@id": "urn:nrel_example/nrel00000637", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000540" + "@value": "nrel00000637" } ] }, { - "@id": "urn:nrel_example/nrel00000771", + "@id": "urn:nrel_example/nrel00000218", "@type": [ - "http://data.ashrae.org/standard223#Filter" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000307" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000699" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000154" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000771" + "@value": "nrel00000218" } ] }, { - "@id": "urn:nrel_example/nrel00000441", + "@id": "urn:nrel_example/nrel00000264", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000441" + "@value": "nrel00000264" } ] }, { - "@id": "urn:nrel_example/nrel00000179", + "@id": "urn:nrel_example/nrel00000044", "@type": [ - "http://data.ashrae.org/standard223#Pump" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000178" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000264" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000041" - }, - { - "@id": "urn:nrel_example/nrel00000097" - }, - { - "@id": "urn:nrel_example/nrel00000445" - }, - { - "@id": "urn:nrel_example/nrel00000646" - }, - { - "@id": "urn:nrel_example/nrel00000696" - }, - { - "@id": "urn:nrel_example/nrel00000860" - }, - { - "@id": "urn:nrel_example/nrel00000990" - }, - { - "@id": "urn:nrel_example/nrel00001031" - }, - { - "@id": "urn:nrel_example/nrel00001191" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001230" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000179" + "@value": "nrel00000044" } ] }, { - "@id": "urn:nrel_example/nrel00001078", + "@id": "urn:nrel_example/nrel00000577", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001077" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000272" + "@id": "urn:nrel_example/nrel00000891" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@value": "nrel00001078" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000014", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000687" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000014" + "@value": "nrel00000577" } ] }, { - "@id": "urn:nrel_example/nrel00001045", + "@id": "urn:nrel_example/nrel00000125", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001045" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001106", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001106" + "@value": "nrel00000125" } ] }, { - "@id": "urn:nrel_example/nrel00000683", + "@id": "urn:nrel_example/nrel00000992", "@type": [ - "http://data.ashrae.org/standard223#HeatExchanger" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000083" - }, - { - "@id": "urn:nrel_example/nrel00000344" - }, - { - "@id": "urn:nrel_example/nrel00000546" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000183" - }, - { - "@id": "urn:nrel_example/nrel00000189" - }, - { - "@id": "urn:nrel_example/nrel00000271" - }, - { - "@id": "urn:nrel_example/nrel00000923" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000067" - }, - { - "@id": "urn:nrel_example/nrel00000163" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001094" + "@id": "urn:nrel_example/nrel00000211" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Role-Evaporator" + "@id": "urn:nrel_example/nrel00000034" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000683" + "@value": "nrel00000992" } ] }, { - "@id": "urn:nrel_example/nrel00001184", + "@id": "urn:nrel_example/nrel00000256", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -21008,44 +20793,28 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001184" + "@value": "nrel00000256" } ] }, { - "@id": "urn:nrel_example/nrel00000908", + "@id": "urn:nrel_example/nrel00000119", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000397" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@value": "nrel00000908" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000546", - "@type": [ - "http://data.ashrae.org/standard223#Equipment" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000546" + "@value": "nrel00000119" } ] }, { - "@id": "urn:nrel_example/nrel00000278", + "@id": "urn:nrel_example/nrel00000462", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -21056,83 +20825,49 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000278" + "@value": "nrel00000462" } ] }, { - "@id": "urn:nrel_example/nrel00000038", + "@id": "urn:nrel_example/nrel00000085", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000495" - }, - { - "@id": "urn:nrel_example/nrel00000780" - }, - { - "@id": "urn:nrel_example/nrel00001187" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000420" - }, - { - "@id": "urn:nrel_example/nrel00001270" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000173" - }, - { - "@id": "urn:nrel_example/nrel00000212" - }, - { - "@id": "urn:nrel_example/nrel00000228" - }, - { - "@id": "urn:nrel_example/nrel00000329" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000884" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000038" + "@value": "nrel00000085" } ] }, { - "@id": "urn:nrel_example/nrel00000620", + "@id": "urn:nrel_example/nrel00000001", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000620" + "@value": "nrel00000001" } ] }, { - "@id": "urn:nrel_example/nrel00000392", + "@id": "urn:nrel_example/nrel00000260", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -21148,318 +20883,366 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000392" + "@value": "nrel00000260" } ] }, { - "@id": "urn:nrel_example/nrel00000131", + "@id": "urn:nrel_example/nrel00001241", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000131" + "@value": "nrel00001241" } ] }, { - "@id": "urn:nrel_example/nrel00000725", + "@id": "urn:nrel_example/nrel00001243", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000441" - }, + "@id": "urn:nrel_example/nrel00000281" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000590" + "@id": "urn:nrel_example/nrel00000708" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000866" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000725" + "@value": "nrel00001243" } ] }, { - "@id": "urn:nrel_example/nrel00000621", + "@id": "urn:nrel_example/nrel00000459", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000621" + "@value": "nrel00000459" } ] }, { - "@id": "urn:nrel_example/nrel00001010", + "@id": "urn:nrel_example/nrel00000481", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001010" + "@value": "nrel00000481" } ] }, { - "@id": "urn:nrel_example/nrel00000015", + "@id": "urn:nrel_example/nrel00000141", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/RelativeHumidity" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000015" + "@value": "nrel00000141" } ] }, { - "@id": "urn:nrel_example/nrel00001214", + "@id": "urn:nrel_example/nrel00000640", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001214" + "@value": "nrel00000640" } ] }, { - "@id": "urn:nrel_example/nrel00000273", + "@id": "urn:nrel_example/nrel00000682", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000214" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000293" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000920" + "@value": "nrel00000682" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000966", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000040" + "@id": "urn:nrel_example/nrel00000059" }, { - "@id": "urn:nrel_example/nrel00000638" + "@id": "urn:nrel_example/nrel00000098" }, { - "@id": "urn:nrel_example/nrel00000720" - }, + "@id": "urn:nrel_example/nrel00000658" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:nrel_example/nrel00001069" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000412" + "@id": "urn:nrel_example/nrel00000109" }, { - "@id": "urn:nrel_example/nrel00000419" + "@id": "urn:nrel_example/nrel00000845" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000273" + "@value": "nrel00000966" } ] }, { - "@id": "urn:nrel_example/nrel00000982", + "@id": "urn:nrel_example/nrel00000164", "@type": [ - "http://data.ashrae.org/standard223#AirHandlingUnit" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000007" - }, - { - "@id": "urn:nrel_example/nrel00000053" - }, - { - "@id": "urn:nrel_example/nrel00000061" - }, - { - "@id": "urn:nrel_example/nrel00000254" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000446" - }, + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000447" - }, + "@value": "nrel00000164" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000215", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000683" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000992" - }, + "@value": "nrel00000215" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000378", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001087" + "@id": "urn:nrel_example/nrel00000220" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000078" - }, + "@id": "urn:nrel_example/nrel00000859" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000211" + "@id": "urn:nrel_example/nrel00000284" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000034" - }, + "@value": "nrel00000378" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001331", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001070" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000982" + "@value": "nrel00001331" } ] }, { - "@id": "urn:nrel_example/nrel00001011", + "@id": "urn:nrel_example/nrel00000217", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000161" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000565" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001011" + "@value": "nrel00000217" } ] }, { - "@id": "urn:nrel_example/nrel00000809", + "@id": "urn:nrel_example/nrel00000666", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000809" + "@value": "nrel00000666" } ] }, { - "@id": "urn:nrel_example/nrel00000240", + "@id": "urn:nrel_example/nrel00000395", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000589" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@value": "nrel00000395" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000009", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000240" + "@value": "nrel00000009" } ] }, { - "@id": "urn:nrel_example/nrel00000066", + "@id": "urn:nrel_example/nrel00000936", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000066" + "@value": "nrel00000936" } ] }, { - "@id": "urn:nrel_example/nrel00000481", + "@id": "urn:nrel_example/nrel00000583", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000481" + "@value": "nrel00000583" } ] }, { - "@id": "urn:nrel_example/nrel00001298", + "@id": "urn:nrel_example/nrel00000096", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -21468,67 +21251,57 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001298" + "@value": "nrel00000096" } ] }, { - "@id": "urn:nrel_example/nrel00000470", + "@id": "urn:nrel_example/nrel00000065", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001267" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001165" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00000743" + "@id": "urn:nrel_example/nrel00000948" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000470" + "@value": "nrel00000065" } ] }, { - "@id": "urn:nrel_example/nrel00001005", + "@id": "urn:nrel_example/nrel00000662", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001005" + "@value": "nrel00000662" } ] }, { - "@id": "urn:nrel_example/nrel00000461", + "@id": "urn:nrel_example/nrel00001183", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00001198" - } - ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -21536,264 +21309,230 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000461" + "@value": "nrel00001183" } ] }, { - "@id": "urn:nrel_example/nrel00000458", + "@id": "urn:nrel_example/nrel00000091", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000458" + "@value": "nrel00000091" } ] }, { - "@id": "urn:nrel_example/nrel00001216", + "@id": "urn:nrel_example/nrel00000758", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001216" + "@value": "nrel00000758" } ] }, { - "@id": "urn:nrel_example/nrel00000907", + "@id": "urn:nrel_example/nrel00000994", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000043" - }, - { - "@id": "urn:nrel_example/nrel00000790" - }, - { - "@id": "urn:nrel_example/nrel00001182" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001242" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000907" + "@value": "nrel00000994" } ] }, { - "@id": "urn:nrel_example/nrel00000986", + "@id": "urn:nrel_example/nrel00001031", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00000986" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000643", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000643" + "@value": "nrel00001031" } ] }, { - "@id": "urn:nrel_example/nrel00000749", + "@id": "urn:nrel_example/nrel00000652", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000715" - } - ], - "http://data.ashrae.org/standard223#observes": [ - { - "@id": "urn:nrel_example/nrel00000946" + "@id": "urn:nrel_example/nrel00001197" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00000749" + "@id": "urn:nrel_example/nrel00001121" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000603", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000499" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000603" + "@value": "nrel00000652" } ] }, { - "@id": "urn:nrel_example/nrel00001288", + "@id": "urn:nrel_example/nrel00000759", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000025" + }, { - "@value": "nrel00001288" + "@id": "urn:nrel_example/nrel00000040" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000601", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000601" + "@value": "nrel00000759" } ] }, { - "@id": "urn:nrel_example/nrel00000257", + "@id": "urn:nrel_example/nrel00000958", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#TerminalUnit" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "urn:nrel_example/nrel00000152" + }, + { + "@id": "urn:nrel_example/nrel00000521" + }, + { + "@id": "urn:nrel_example/nrel00000591" + }, + { + "@id": "urn:nrel_example/nrel00000628" + }, + { + "@id": "urn:nrel_example/nrel00001155" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000257" + "@id": "urn:nrel_example/nrel00000208" + }, + { + "@id": "urn:nrel_example/nrel00000354" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000016", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000139" + }, + { + "@id": "urn:nrel_example/nrel00000823" + }, + { + "@id": "urn:nrel_example/nrel00000985" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000016" + "@value": "nrel00000958" } ] }, { - "@id": "urn:nrel_example/nrel00001158", + "@id": "urn:nrel_example/nrel00001229", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001158" + "@value": "nrel00001229" } ] }, { - "@id": "urn:nrel_example/nrel00000646", + "@id": "urn:nrel_example/nrel00000616", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000646" + "@value": "nrel00000616" } ] }, { - "@id": "urn:nrel_example/nrel00000689", + "@id": "urn:nrel_example/nrel00001041", "@type": [ "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], @@ -21804,46 +21543,51 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000689" + "@value": "nrel00001041" } ] }, { - "@id": "urn:nrel_example/nrel00001319", + "@id": "urn:nrel_example/nrel00001259", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001319" + "@value": "nrel00001259" } ] }, { - "@id": "urn:nrel_example/nrel00001164", + "@id": "urn:nrel_example/nrel00000861", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001164" + "@value": "nrel00000861" } ] }, { - "@id": "urn:nrel_example/nrel00000331", + "@id": "urn:nrel_example/nrel00000808", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -21852,92 +21596,97 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000331" + "@value": "nrel00000808" } ] }, { - "@id": "urn:nrel_example/nrel00000294", + "@id": "urn:nrel_example/nrel00000744", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000294" + "@value": "nrel00000744" } ] }, { - "@id": "urn:nrel_example/nrel00000797", + "@id": "urn:nrel_example/nrel00000036", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001023" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000797" + "@value": "nrel00000036" } ] }, { - "@id": "urn:nrel_example/nrel00001248", + "@id": "urn:nrel_example/nrel00000198", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001248" + "@value": "nrel00000198" } ] }, { - "@id": "urn:nrel_example/nrel00000355", + "@id": "urn:nrel_example/nrel00000197", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000355" + "@value": "nrel00000197" } ] }, { - "@id": "urn:nrel_example/nrel00000699", + "@id": "urn:nrel_example/nrel00000931", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000535" + "@id": "urn:nrel_example/nrel00000678" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -21947,130 +21696,144 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000699" + "@value": "nrel00000931" } ] }, { - "@id": "urn:nrel_example/nrel00000917", + "@id": "urn:nrel_example/nrel00001270", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000948" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000124" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000917" + "@value": "nrel00001270" } ] }, { - "@id": "urn:nrel_example/nrel00001240", + "@id": "urn:nrel_example/nrel00000232", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@value": "nrel00001240" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000954", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000954" + "@value": "nrel00000232" } ] }, { - "@id": "urn:nrel_example/nrel00000367", + "@id": "urn:nrel_example/nrel00000371", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Pump" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000219" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000723" + }, { - "@id": "urn:nrel_example/nrel00000464" + "@id": "urn:nrel_example/nrel00001275" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000956" + "@id": "urn:nrel_example/nrel00000033" + }, + { + "@id": "urn:nrel_example/nrel00000136" + }, + { + "@id": "urn:nrel_example/nrel00000239" + }, + { + "@id": "urn:nrel_example/nrel00000385" + }, + { + "@id": "urn:nrel_example/nrel00000560" + }, + { + "@id": "urn:nrel_example/nrel00000584" + }, + { + "@id": "urn:nrel_example/nrel00000928" + }, + { + "@id": "urn:nrel_example/nrel00001150" + }, + { + "@id": "urn:nrel_example/nrel00001151" + }, + { + "@id": "urn:nrel_example/nrel00001171" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000367" + "@value": "nrel00000371" } ] }, { - "@id": "urn:nrel_example/nrel00000115", + "@id": "urn:nrel_example/nrel00000370", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000115" + "@value": "nrel00000370" } ] }, { - "@id": "urn:nrel_example/nrel00000303", + "@id": "urn:nrel_example/nrel00000304", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000303" + "@value": "nrel00000304" } ] }, { - "@id": "urn:nrel_example/nrel00001148", + "@id": "urn:nrel_example/nrel00000857", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -22084,327 +21847,298 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001148" + "@value": "nrel00000857" } ] }, { - "@id": "urn:nrel_example/nrel00000508", + "@id": "urn:nrel_example/nrel00001003", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000050" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000853" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000508" + "@value": "nrel00001003" } ] }, { - "@id": "urn:nrel_example/nrel00001151", + "@id": "urn:nrel_example/nrel00001225", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001151" + "@value": "nrel00001225" } ] }, { - "@id": "urn:nrel_example/nrel00000168", + "@id": "urn:nrel_example/nrel00000234", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001265" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000042" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000168" + "@value": "nrel00000234" } ] }, { - "@id": "urn:nrel_example/nrel00001258", + "@id": "urn:nrel_example/nrel00000362", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000120" + "@id": "urn:nrel_example/nrel00000830" }, { - "@id": "urn:nrel_example/nrel00000415" + "@id": "urn:nrel_example/nrel00000839" + }, + { + "@id": "urn:nrel_example/nrel00001176" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000349" + "@id": "urn:nrel_example/nrel00000714" }, { - "@id": "urn:nrel_example/nrel00000644" + "@id": "urn:nrel_example/nrel00001020" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "nrel00001258" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001117", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000527" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000643" + }, { - "@value": "nrel00001117" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001034", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000812" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00001065" + }, { - "@value": "nrel00001034" + "@id": "urn:nrel_example/nrel00001082" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001150", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001150" + "@value": "nrel00000362" } ] }, { - "@id": "urn:nrel_example/nrel00000223", + "@id": "urn:nrel_example/nrel00000601", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000223" + "@value": "nrel00000601" } ] }, { - "@id": "urn:nrel_example/nrel00001280", + "@id": "urn:nrel_example/nrel00000853", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001280" + "@value": "nrel00000853" } ] }, { - "@id": "urn:nrel_example/nrel00000225", + "@id": "urn:nrel_example/nrel00000344", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#Pump" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000944" + }, { - "@value": "nrel00000225" + "@id": "urn:nrel_example/nrel00001210" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000280", - "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000003" + "@id": "urn:nrel_example/nrel00000145" }, { - "@id": "urn:nrel_example/nrel00000055" + "@id": "urn:nrel_example/nrel00000170" }, { - "@id": "urn:nrel_example/nrel00000848" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000174" + }, { - "@id": "urn:nrel_example/nrel00000278" + "@id": "urn:nrel_example/nrel00000384" }, { - "@id": "urn:nrel_example/nrel00001157" - } - ], - "http://data.ashrae.org/standard223#hasProperty": [ + "@id": "urn:nrel_example/nrel00000456" + }, { - "@id": "urn:nrel_example/nrel00000988" + "@id": "urn:nrel_example/nrel00000468" }, { - "@id": "urn:nrel_example/nrel00001152" + "@id": "urn:nrel_example/nrel00000937" }, { - "@id": "urn:nrel_example/nrel00001204" + "@id": "urn:nrel_example/nrel00001081" }, { - "@id": "urn:nrel_example/nrel00001244" + "@id": "urn:nrel_example/nrel00001120" }, { - "@id": "urn:nrel_example/nrel00001282" + "@id": "urn:nrel_example/nrel00001246" } ], - "http://data.ashrae.org/standard223#hasRole": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "@value": "nrel00000344" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001256", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "urn:nrel_example/nrel00000678" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000280" + "@value": "nrel00001256" } ] }, { - "@id": "urn:nrel_example/nrel00000671", + "@id": "urn:nrel_example/nrel00000302", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000671" + "@value": "nrel00000302" } ] }, { - "@id": "urn:nrel_example/nrel00000083", + "@id": "urn:nrel_example/nrel00000525", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000437" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001104" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00001026" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001252" + "@value": "nrel00000525" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000546", + "@type": [ + "http://data.ashrae.org/standard223#Equipment" ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000083" + "@value": "nrel00000546" } ] }, { - "@id": "urn:nrel_example/nrel00000853", + "@id": "urn:nrel_example/nrel00000107", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00000875" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000853" + "@value": "nrel00000107" } ] }, { - "@id": "urn:nrel_example/nrel00001052", + "@id": "urn:nrel_example/nrel00001141", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -22413,21 +22147,32 @@ "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000967" + "@value": "nrel00001141" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000093", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001052" + "@value": "nrel00000093" } ] }, { - "@id": "urn:nrel_example/nrel00000229", + "@id": "urn:nrel_example/nrel00001023", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -22436,12 +22181,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000229" + "@value": "nrel00001023" } ] }, { - "@id": "urn:nrel_example/nrel00000488", + "@id": "urn:nrel_example/nrel00000727", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -22457,59 +22202,78 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000488" + "@value": "nrel00000727" } ] }, { - "@id": "urn:nrel_example/nrel00000916", + "@id": "urn:nrel_example/nrel00000318", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000318" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000573", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000600" + "@id": "urn:nrel_example/nrel00000941" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000114" + "@id": "urn:nrel_example/nrel00000121" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001059" + "@id": "urn:nrel_example/nrel00000404" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000916" + "@value": "nrel00000573" } ] }, { - "@id": "urn:nrel_example/nrel00000795", + "@id": "urn:nrel_example/nrel00001219", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000462" + }, + { + "@id": "urn:nrel_example/nrel00000924" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000795" + "@value": "nrel00001219" } ] }, { - "@id": "urn:nrel_example/nrel00000999", + "@id": "urn:nrel_example/nrel00001288", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -22525,65 +22289,54 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000999" + "@value": "nrel00001288" } ] }, { - "@id": "urn:nrel_example/nrel00001213", + "@id": "urn:nrel_example/nrel00000363", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001213" + "@value": "nrel00000363" } ] }, { - "@id": "urn:nrel_example/nrel00000640", + "@id": "urn:nrel_example/nrel00000816", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00001125" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00000640" + "@id": "urn:nrel_example/nrel00000500" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001265", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000002" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001265" + "@value": "nrel00000816" } ] }, { - "@id": "urn:nrel_example/nrel00000557", + "@id": "urn:nrel_example/nrel00000820", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -22599,35 +22352,38 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000557" + "@value": "nrel00000820" } ] }, { - "@id": "urn:nrel_example/nrel00000142", + "@id": "urn:nrel_example/nrel00000859", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "urn:nrel_example/nrel00000948" + "@id": "urn:nrel_example/nrel00000080" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000641" + "@id": "urn:nrel_example/nrel00000284" + }, + { + "@id": "urn:nrel_example/nrel00000987" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000142" + "@value": "nrel00000859" } ] }, { - "@id": "urn:nrel_example/nrel00001268", + "@id": "urn:nrel_example/nrel00000428", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -22636,149 +22392,157 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001268" + "@value": "nrel00000428" } ] }, { - "@id": "urn:nrel_example/nrel00000913", + "@id": "urn:nrel_example/nrel00000984", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000913" + "@value": "nrel00000984" } ] }, { - "@id": "urn:nrel_example/nrel00001141", + "@id": "urn:nrel_example/nrel00000016", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001141" + "@value": "nrel00000016" } ] }, { - "@id": "urn:nrel_example/nrel00000766", + "@id": "urn:nrel_example/nrel00000799", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:nrel_example/nrel00000217" + }, + { + "@id": "urn:nrel_example/nrel00000613" + }, + { + "@id": "urn:nrel_example/nrel00001292" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000161" + }, + { + "@id": "urn:nrel_example/nrel00001056" + }, + { + "@id": "urn:nrel_example/nrel00001183" + }, + { + "@id": "urn:nrel_example/nrel00001300" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000147" + }, + { + "@id": "urn:nrel_example/nrel00000565" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000766" + "@value": "nrel00000799" } ] }, { - "@id": "urn:nrel_example/nrel00001318", + "@id": "urn:nrel_example/nrel00001020", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000122" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00001027" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000335" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001318" + "@value": "nrel00001020" } ] }, { - "@id": "urn:nrel_example/nrel00001238", + "@id": "urn:nrel_example/nrel00000340", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000051" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000202" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001238" + "@value": "nrel00000340" } ] }, { - "@id": "urn:nrel_example/nrel00001075", + "@id": "urn:nrel_example/nrel00001290", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001075" + "@value": "nrel00001290" } ] }, { - "@id": "urn:nrel_example/nrel00000318", + "@id": "urn:nrel_example/nrel00000603", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000318" + "@value": "nrel00000603" } ] }, { - "@id": "urn:nrel_example/nrel00000529", + "@id": "urn:nrel_example/nrel00000654", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -22794,401 +22558,382 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000529" + "@value": "nrel00000654" } ] }, { - "@id": "urn:nrel_example/nrel00000702", + "@id": "urn:nrel_example/nrel00000502", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "urn:nrel_example/nrel00000846" + }, + { + "@id": "urn:nrel_example/nrel00000948" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000702" + "@value": "nrel00000502" } ] }, { - "@id": "urn:nrel_example/nrel00000988", + "@id": "urn:nrel_example/nrel00000454", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000019" + }, + { + "@id": "urn:nrel_example/nrel00001018" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000411" + }, + { + "@id": "urn:nrel_example/nrel00000962" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000988" + "@value": "nrel00000454" } ] }, { - "@id": "urn:nrel_example/nrel00000359", + "@id": "urn:nrel_example/nrel00000665", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000359" + "@value": "nrel00000665" } ] }, { - "@id": "urn:nrel_example/nrel00000233", + "@id": "urn:nrel_example/nrel00000648", "@type": [ - "http://data.ashrae.org/standard223#FanCoilUnit" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000226" - }, - { - "@id": "urn:nrel_example/nrel00000568" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001291" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000512" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001208" + "@id": "http://qudt.org/vocab/unit/HZ" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000115" - }, - { - "@id": "urn:nrel_example/nrel00000348" - }, - { - "@id": "urn:nrel_example/nrel00000451" - }, - { - "@id": "urn:nrel_example/nrel00001002" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001212" + "@value": "nrel00000648" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000918", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasRole": [ - { - "@id": "http://data.ashrae.org/standard223#Role-Cooling" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Role-Heating" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000233" + "@value": "nrel00000918" } ] }, { - "@id": "urn:nrel_example/nrel00000729", + "@id": "urn:nrel_example/nrel00001030", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000018" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000619" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000023" - }, - { - "@id": "urn:nrel_example/nrel00000060" - }, - { - "@id": "urn:nrel_example/nrel00000201" - }, - { - "@id": "urn:nrel_example/nrel00000232" - }, - { - "@id": "urn:nrel_example/nrel00000614" - }, - { - "@id": "urn:nrel_example/nrel00000843" - }, - { - "@id": "urn:nrel_example/nrel00000878" - }, - { - "@id": "urn:nrel_example/nrel00000886" - }, - { - "@id": "urn:nrel_example/nrel00000926" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001083" - }, + "@value": "nrel00001030" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000082", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001146" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000729" + "@value": "nrel00000082" } ] }, { - "@id": "urn:nrel_example/nrel00000418", + "@id": "urn:nrel_example/nrel00000431", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000485" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000457" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000418" + "@value": "nrel00000431" } ] }, { - "@id": "urn:nrel_example/nrel00000088", + "@id": "urn:nrel_example/nrel00000550", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000986" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001194" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], - "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/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000088" + "@value": "nrel00000550" } ] }, { - "@id": "urn:nrel_example/nrel00000146", + "@id": "urn:nrel_example/nrel00000518", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000146" + "@value": "nrel00000518" } ] }, { - "@id": "urn:nrel_example/nrel00000353", + "@id": "urn:nrel_example/nrel00000749", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00000715" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000946" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000353" + "@value": "nrel00000749" } ] }, { - "@id": "urn:nrel_example/nrel00000069", + "@id": "urn:nrel_example/nrel00000068", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000069" + "@value": "nrel00000068" } ] }, { - "@id": "urn:nrel_example/nrel00000248", + "@id": "urn:nrel_example/nrel00000299", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000248" + "@value": "nrel00000299" } ] }, { - "@id": "urn:nrel_example/nrel00001036", + "@id": "urn:nrel_example/nrel00000693", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00001194" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000462" + "@id": "urn:nrel_example/nrel00000373" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001036" + "@value": "nrel00000693" } ] }, { - "@id": "urn:nrel_example/nrel00000527", + "@id": "urn:nrel_example/nrel00000500", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "urn:nrel_example/nrel00001125" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "urn:nrel_example/nrel00000216" + }, + { + "@id": "urn:nrel_example/nrel00001168" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000527" + "@value": "nrel00000500" } ] }, { - "@id": "urn:nrel_example/nrel00000943", + "@id": "urn:nrel_example/nrel00000239", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000943" + "@value": "nrel00000239" } ] }, { - "@id": "urn:nrel_example/nrel00001026", + "@id": "urn:nrel_example/nrel00000939", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000281" + }, + { + "@id": "urn:nrel_example/nrel00000474" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasDomain": [ { - "@value": "nrel00001026" + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000894", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000308" + }, + { + "@id": "urn:nrel_example/nrel00001090" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000894" + "@value": "nrel00000939" } ] }, { - "@id": "urn:nrel_example/nrel00000051", + "@id": "urn:nrel_example/nrel00000285", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000059" + }, { - "@value": "nrel00000051" + "@id": "urn:nrel_example/nrel00001161" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000808", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -23197,517 +22942,557 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000808" + "@value": "nrel00000285" } ] }, { - "@id": "urn:nrel_example/nrel00000928", + "@id": "urn:nrel_example/nrel00000327", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000928" + "@value": "nrel00000327" } ] }, { - "@id": "urn:nrel_example/nrel00000615", + "@id": "urn:nrel_example/nrel00001280", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000281" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000354" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000615" + "@value": "nrel00001280" } ] }, { - "@id": "urn:nrel_example/nrel00001018", + "@id": "urn:nrel_example/nrel00000102", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001018" + "@value": "nrel00000102" } ] }, { - "@id": "urn:nrel_example/nrel00001065", + "@id": "urn:nrel_example/nrel00000174", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001065" + "@value": "nrel00000174" } ] }, { - "@id": "urn:nrel_example/nrel00000084", + "@id": "urn:nrel_example/nrel00000412", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000133" - }, - { - "@id": "urn:nrel_example/nrel00000593" - }, - { - "@id": "urn:nrel_example/nrel00000772" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000151" - }, - { - "@id": "urn:nrel_example/nrel00000167" - }, - { - "@id": "urn:nrel_example/nrel00000432" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000991" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000978" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001235" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000084" + "@value": "nrel00000412" } ] }, { - "@id": "urn:nrel_example/nrel00001076", + "@id": "urn:nrel_example/nrel00000104", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001076" + "@value": "nrel00000104" } ] }, { - "@id": "urn:nrel_example/nrel00001138", + "@id": "urn:nrel_example/nrel00000812", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001138" + "@value": "nrel00000812" } ] }, { - "@id": "urn:nrel_example/nrel00000184", + "@id": "urn:nrel_example/nrel00000914", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000914" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001101", + "@type": [ + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000806" + }, + { + "@id": "urn:nrel_example/nrel00000864" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000184" + "@value": "nrel00001101" } ] }, { - "@id": "urn:nrel_example/nrel00000921", + "@id": "urn:nrel_example/nrel00000634", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000921" + "@value": "nrel00000634" } ] }, { - "@id": "urn:nrel_example/nrel00000929", + "@id": "urn:nrel_example/nrel00000886", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000929" + "@value": "nrel00000886" } ] }, { - "@id": "urn:nrel_example/nrel00000500", + "@id": "urn:nrel_example/nrel00001178", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001125" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000216" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001168" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000500" + "@value": "nrel00001178" } ] }, { - "@id": "urn:nrel_example/nrel00000274", + "@id": "urn:nrel_example/nrel00001289", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000274" + "@value": "nrel00001289" } ] }, { - "@id": "urn:nrel_example/nrel00001089", + "@id": "urn:nrel_example/nrel00000267", "@type": [ - "http://data.ashrae.org/standard223#HeatRecoveryCoil" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000351" - }, - { - "@id": "urn:nrel_example/nrel00000618" - }, - { - "@id": "urn:nrel_example/nrel00000821" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001304" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000315" - }, - { - "@id": "urn:nrel_example/nrel00000368" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000431" - }, + "@value": "nrel00000267" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000951", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000488" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001089" + "@value": "nrel00000951" } ] }, { - "@id": "urn:nrel_example/nrel00001059", + "@id": "urn:nrel_example/nrel00000157", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001059" + "@value": "nrel00000157" } ] }, { - "@id": "urn:nrel_example/nrel00000119", + "@id": "urn:nrel_example/nrel00000456", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000119" + "@value": "nrel00000456" } ] }, { - "@id": "urn:nrel_example/nrel00000829", + "@id": "urn:nrel_example/nrel00000069", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000600" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000114" + "@value": "nrel00000069" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000798", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000847" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000829" + "@value": "nrel00000798" } ] }, { - "@id": "urn:nrel_example/nrel00000139", + "@id": "urn:nrel_example/nrel00000999", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000139" + "@value": "nrel00000999" } ] }, { - "@id": "urn:nrel_example/nrel00001303", + "@id": "urn:nrel_example/nrel00000818", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#DomainSpace" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000622" + "@id": "urn:nrel_example/nrel00000221" }, { - "@id": "urn:nrel_example/nrel00000682" + "@id": "urn:nrel_example/nrel00001086" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000286" + "@id": "urn:nrel_example/nrel00000739" }, { - "@id": "urn:nrel_example/nrel00000679" + "@id": "urn:nrel_example/nrel00001130" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001303" + "@value": "nrel00000818" } ] }, { - "@id": "urn:nrel_example/nrel00000370", + "@id": "urn:nrel_example/nrel00000146", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000146" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000228", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000370" + "@value": "nrel00000228" } ] }, { - "@id": "urn:nrel_example/nrel00001279", + "@id": "urn:nrel_example/nrel00000717", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000122" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@value": "nrel00001279" + "@id": "urn:nrel_example/nrel00001027" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000955", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00001167" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000955" + "@value": "nrel00000717" } ] }, { - "@id": "urn:nrel_example/nrel00000901", + "@id": "urn:nrel_example/nrel00000497", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "urn:nrel_example/nrel00001265" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000726" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000901" + "@value": "nrel00000497" } ] }, { - "@id": "urn:nrel_example/nrel00000308", + "@id": "urn:nrel_example/nrel00001120", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000308" + "@value": "nrel00001120" } ] }, { - "@id": "urn:nrel_example/nrel00000731", + "@id": "urn:nrel_example/nrel00001242", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001242" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000932", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000640" + "@id": "urn:nrel_example/nrel00000207" }, { - "@id": "urn:nrel_example/nrel00001270" + "@id": "urn:nrel_example/nrel00001086" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -23717,340 +23502,346 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000731" + "@value": "nrel00000932" } ] }, { - "@id": "urn:nrel_example/nrel00001008", + "@id": "urn:nrel_example/nrel00000580", "@type": [ "http://data.ashrae.org/standard223#HeatingCoil" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000092" + "@id": "urn:nrel_example/nrel00000337" }, { - "@id": "urn:nrel_example/nrel00000400" + "@id": "urn:nrel_example/nrel00000741" }, { - "@id": "urn:nrel_example/nrel00000454" + "@id": "urn:nrel_example/nrel00001190" } ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000017" + "@id": "urn:nrel_example/nrel00000229" }, { - "@id": "urn:nrel_example/nrel00000305" + "@id": "urn:nrel_example/nrel00000389" }, { - "@id": "urn:nrel_example/nrel00000797" + "@id": "urn:nrel_example/nrel00000463" }, { - "@id": "urn:nrel_example/nrel00001144" + "@id": "urn:nrel_example/nrel00000756" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000275" + "@id": "urn:nrel_example/nrel00000968" }, { - "@id": "urn:nrel_example/nrel00000738" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00001008" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000208", - "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00001307" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000208" + "@value": "nrel00000580" } ] }, { - "@id": "urn:nrel_example/nrel00000071", + "@id": "urn:nrel_example/nrel00001255", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000071" + "@value": "nrel00001255" } ] }, { - "@id": "urn:nrel_example/nrel00000242", + "@id": "urn:nrel_example/nrel00000387", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000242" + "@value": "nrel00000387" } ] }, { - "@id": "urn:nrel_example/nrel00001241", + "@id": "urn:nrel_example/nrel00000365", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000580" + }, + { + "@id": "urn:nrel_example/nrel00000630" + }, + { + "@id": "urn:nrel_example/nrel00001174" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00001241" + "@id": "urn:nrel_example/nrel00000001" + }, + { + "@id": "urn:nrel_example/nrel00000459" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000440", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000157" + }, + { + "@id": "urn:nrel_example/nrel00000425" + }, + { + "@id": "urn:nrel_example/nrel00000672" + }, + { + "@id": "urn:nrel_example/nrel00001109" + }, + { + "@id": "urn:nrel_example/nrel00001314" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000440" + "@value": "nrel00000365" } ] }, { - "@id": "urn:nrel_example/nrel00001317", + "@id": "urn:nrel_example/nrel00000480", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Duct" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000220" + }, + { + "@id": "urn:nrel_example/nrel00000420" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001317" + "@value": "nrel00000480" } ] }, { - "@id": "urn:nrel_example/nrel00000800", + "@id": "urn:nrel_example/nrel00000689", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001064" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000500" + "@value": "nrel00000689" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000967", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000216" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000800" + "@value": "nrel00000967" } ] }, { - "@id": "urn:nrel_example/nrel00000518", + "@id": "urn:nrel_example/nrel00000897", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000518" + "@value": "nrel00000897" } ] }, { - "@id": "urn:nrel_example/nrel00001002", + "@id": "urn:nrel_example/nrel00001093", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001002" + "@value": "nrel00001093" } ] }, { - "@id": "urn:nrel_example/nrel00000464", + "@id": "urn:nrel_example/nrel00000813", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000862" + "@id": "urn:nrel_example/nrel00001107" + }, + { + "@id": "urn:nrel_example/nrel00001302" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000825" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000956" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000464" + "@value": "nrel00000813" } ] }, { - "@id": "urn:nrel_example/nrel00001085", + "@id": "urn:nrel_example/nrel00001016", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001085" + "@value": "nrel00001016" } ] }, { - "@id": "urn:nrel_example/nrel00000761", + "@id": "urn:nrel_example/nrel00000953", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000761" + "@value": "nrel00000953" } ] }, { - "@id": "urn:nrel_example/nrel00000185", + "@id": "urn:nrel_example/nrel00000128", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000185" + "@value": "nrel00000128" } ] }, { - "@id": "urn:nrel_example/nrel00001057", + "@id": "urn:nrel_example/nrel00000698", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001057" + "@value": "nrel00000698" } ] }, { - "@id": "urn:nrel_example/nrel00000586", + "@id": "urn:nrel_example/nrel00001159", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000642" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -24059,38 +23850,33 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000586" + "@value": "nrel00001159" } ] }, { - "@id": "urn:nrel_example/nrel00000856", + "@id": "urn:nrel_example/nrel00000699", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000045" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000969" + "@id": "urn:nrel_example/nrel00000535" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000610" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000856" + "@value": "nrel00000699" } ] }, { - "@id": "urn:nrel_example/nrel00000569", + "@id": "urn:nrel_example/nrel00001216", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -24106,22 +23892,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000569" + "@value": "nrel00001216" } ] }, { - "@id": "urn:nrel_example/nrel00000642", + "@id": "urn:nrel_example/nrel00000018", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000586" - }, - { - "@id": "urn:nrel_example/nrel00000923" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -24130,511 +23908,427 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000642" + "@value": "nrel00000018" } ] }, { - "@id": "urn:nrel_example/nrel00000757", + "@id": "urn:nrel_example/nrel00001267", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#DomainSpace" ], - "http://data.ashrae.org/standard223#contains": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000629" + "@id": "urn:nrel_example/nrel00000186" }, { - "@id": "urn:nrel_example/nrel00000872" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000236" + }, { - "@id": "urn:nrel_example/nrel00000006" + "@id": "urn:nrel_example/nrel00000245" }, { - "@id": "urn:nrel_example/nrel00000015" + "@id": "urn:nrel_example/nrel00000339" }, { - "@id": "urn:nrel_example/nrel00000423" + "@id": "urn:nrel_example/nrel00000444" }, { - "@id": "urn:nrel_example/nrel00001112" + "@id": "urn:nrel_example/nrel00000627" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000008" - }, - { - "@id": "urn:nrel_example/nrel00000545" - }, + "http://data.ashrae.org/standard223#hasDomain": [ { - "@id": "urn:nrel_example/nrel00000999" - }, + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00001084" + "@id": "urn:nrel_example/nrel00000184" }, { - "@id": "urn:nrel_example/nrel00001288" + "@id": "urn:nrel_example/nrel00000743" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000757" + "@value": "nrel00001267" } ] }, { - "@id": "urn:nrel_example/nrel00000164", + "@id": "urn:nrel_example/nrel00000901", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000164" + "@value": "nrel00000901" } ] }, { - "@id": "urn:nrel_example/nrel00000592", + "@id": "urn:nrel_example/nrel00000584", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000592" + "@value": "nrel00000584" } ] }, { - "@id": "urn:nrel_example/nrel00000314", + "@id": "urn:nrel_example/nrel00000888", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000314" + "@value": "nrel00000888" } ] }, { - "@id": "urn:nrel_example/nrel00000436", + "@id": "urn:nrel_example/nrel00001039", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000436" + "@value": "nrel00001039" } ] }, { - "@id": "urn:nrel_example/nrel00001314", + "@id": "urn:nrel_example/nrel00001017", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001314" + "@value": "nrel00001017" } ] }, { - "@id": "urn:nrel_example/nrel00000386", + "@id": "urn:nrel_example/nrel00000130", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Water" - } + "http://data.ashrae.org/standard223#Duct" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@value": "nrel00000386" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000148", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "@id": "urn:nrel_example/nrel00000380" + }, { - "@id": "urn:nrel_example/nrel00001046" + "@id": "urn:nrel_example/nrel00000579" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001067" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000148" + "@value": "nrel00000130" } ] }, { - "@id": "urn:nrel_example/nrel00001155", + "@id": "urn:nrel_example/nrel00000099", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Fan" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000354" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000297" + }, { - "@id": "urn:nrel_example/nrel00000985" + "@id": "urn:nrel_example/nrel00000541" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@value": "nrel00001155" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000323", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "@id": "urn:nrel_example/nrel00000036" + }, { - "@id": "urn:nrel_example/nrel00000631" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000181" + }, { - "@id": "urn:nrel_example/nrel00000241" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000210" + }, { - "@id": "urn:nrel_example/nrel00000665" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000259" + }, { - "@value": "nrel00000323" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000967", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ + "@id": "urn:nrel_example/nrel00000304" + }, { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000375" + }, { - "@value": "nrel00000967" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000652", - "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "@id": "urn:nrel_example/nrel00000609" + }, { - "@id": "urn:nrel_example/nrel00001197" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000690" + }, { - "@id": "urn:nrel_example/nrel00001121" - } - ], - "http://data.ashrae.org/standard223#observes": [ + "@id": "urn:nrel_example/nrel00000744" + }, { - "@id": "urn:nrel_example/nrel00000499" + "@id": "urn:nrel_example/nrel00000954" + }, + { + "@id": "urn:nrel_example/nrel00001147" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000652" + "@value": "nrel00000099" } ] }, { - "@id": "urn:nrel_example/nrel00000467", + "@id": "urn:nrel_example/nrel00000221", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000467" + "@value": "nrel00000221" } ] }, { - "@id": "urn:nrel_example/nrel00000612", + "@id": "urn:nrel_example/nrel00000883", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000612" + "@value": "nrel00000883" } ] }, { - "@id": "urn:nrel_example/nrel00000678", + "@id": "urn:nrel_example/nrel00001300", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000931" - }, - { - "@id": "urn:nrel_example/nrel00001256" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000678" + "@value": "nrel00001300" } ] }, { - "@id": "urn:nrel_example/nrel00000122", + "@id": "urn:nrel_example/nrel00000213", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000074" - }, - { - "@id": "urn:nrel_example/nrel00000781" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000335" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001167" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000122" + "@value": "nrel00000213" } ] }, { - "@id": "urn:nrel_example/nrel00000247", + "@id": "urn:nrel_example/nrel00000148", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001105" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000859" + "@id": "urn:nrel_example/nrel00001046" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000987" + "@id": "urn:nrel_example/nrel00001067" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000247" + "@value": "nrel00000148" } ] }, { - "@id": "urn:nrel_example/nrel00000539", + "@id": "urn:nrel_example/nrel00000025", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000539" + "@value": "nrel00000025" } ] }, { - "@id": "urn:nrel_example/nrel00000737", + "@id": "urn:nrel_example/nrel00000673", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000737" + "@value": "nrel00000673" } ] }, { - "@id": "urn:nrel_example/nrel00001284", + "@id": "urn:nrel_example/nrel00000910", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000961" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001284" + "@value": "nrel00000910" } ] }, { - "@id": "urn:nrel_example/nrel00001142", + "@id": "urn:nrel_example/nrel00000063", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000266" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000472" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000934" + "@value": "nrel00000063" } + ] + }, + { + "@id": "urn:nrel_example/nrel00001223", + "@type": [ + "http://data.ashrae.org/standard223#Valve" ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000104" - }, - { - "@id": "urn:nrel_example/nrel00000620" - }, - { - "@id": "urn:nrel_example/nrel00001141" + "@id": "urn:nrel_example/nrel00000786" }, { - "@id": "urn:nrel_example/nrel00001241" + "@id": "urn:nrel_example/nrel00001149" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000256" + "@id": "urn:nrel_example/nrel00000363" }, { - "@id": "urn:nrel_example/nrel00000260" + "@id": "urn:nrel_example/nrel00000489" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001142" + "@value": "nrel00001223" } ] }, { - "@id": "urn:nrel_example/nrel00000263", + "@id": "urn:nrel_example/nrel00000279", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000263" + "@value": "nrel00000279" } ] }, { - "@id": "urn:nrel_example/nrel00000751", + "@id": "urn:nrel_example/nrel00001296", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000138" + "@id": "urn:nrel_example/nrel00001200" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ @@ -24644,345 +24338,380 @@ ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00001283" + "@id": "urn:nrel_example/nrel00000274" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000751" + "@value": "nrel00001296" } ] }, { - "@id": "urn:nrel_example/nrel00001233", + "@id": "urn:nrel_example/nrel00000155", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "urn:nrel_example/nrel00000862" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000464" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000417" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001233" + "@value": "nrel00000155" } ] }, { - "@id": "urn:nrel_example/nrel00001331", + "@id": "urn:nrel_example/nrel00000203", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001331" + "@value": "nrel00000203" } ] }, { - "@id": "urn:nrel_example/nrel00000830", + "@id": "urn:nrel_example/nrel00000919", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000252" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001159" + "@id": "urn:nrel_example/nrel00000026" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000238" - }, - { - "@id": "urn:nrel_example/nrel00000359" - }, - { - "@id": "urn:nrel_example/nrel00000427" - }, - { - "@id": "urn:nrel_example/nrel00000645" - }, - { - "@id": "urn:nrel_example/nrel00000791" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000861" - }, + "@id": "urn:nrel_example/nrel00000094" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000880" - }, + "@value": "nrel00000919" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000058", + "@type": [ + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000977" + "@id": "urn:nrel_example/nrel00000760" }, { - "@id": "urn:nrel_example/nrel00001019" + "@id": "urn:nrel_example/nrel00000984" }, { - "@id": "urn:nrel_example/nrel00001048" - }, + "@id": "urn:nrel_example/nrel00001260" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001217" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000830" + "@value": "nrel00000058" } ] }, { - "@id": "urn:nrel_example/nrel00000838", + "@id": "urn:nrel_example/nrel00000117", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000399" - }, + "@id": "urn:nrel_example/nrel00000966" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000714" + "@id": "urn:nrel_example/nrel00000282" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000845" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000838" + "@value": "nrel00000117" } ] }, { - "@id": "urn:nrel_example/nrel00000504", + "@id": "urn:nrel_example/nrel00000116", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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-Water" + "@id": "http://qudt.org/vocab/quantitykind/Energy" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000504" + "@value": "nrel00000116" } ] }, { - "@id": "urn:nrel_example/nrel00000703", + "@id": "urn:nrel_example/nrel00000921", "@type": [ - "http://data.ashrae.org/standard223#Damper" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000215" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001108" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000698" - }, + "@value": "nrel00000921" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000526", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001188" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000703" + "@value": "nrel00000526" } ] }, { - "@id": "urn:nrel_example/nrel00000296", + "@id": "urn:nrel_example/nrel00000351", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000172" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000296" + "@value": "nrel00000351" } ] }, { - "@id": "urn:nrel_example/nrel00000675", + "@id": "urn:nrel_example/nrel00000118", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000574" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000691" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000347" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001153" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000675" + "@value": "nrel00000118" } ] }, { - "@id": "urn:nrel_example/nrel00000578", + "@id": "urn:nrel_example/nrel00001073", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000578" + "@value": "nrel00001073" } ] }, { - "@id": "urn:nrel_example/nrel00000505", + "@id": "urn:nrel_example/nrel00000478", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000626" - }, - { - "@id": "urn:nrel_example/nrel00001071" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001266" + "@id": "urn:nrel_example/nrel00000474" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000321" - }, + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000748" - }, + "@id": "urn:nrel_example/nrel00000708" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000983" - }, + "@id": "urn:nrel_example/nrel00000345" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001117" + "@value": "nrel00000478" } + ] + }, + { + "@id": "urn:nrel_example/nrel00001035", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000936" - }, + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001236" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000505" + "@value": "nrel00001035" } ] }, { - "@id": "urn:nrel_example/nrel00000659", + "@id": "urn:nrel_example/nrel00000908", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00000397" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000659" + "@value": "nrel00000908" } ] }, { - "@id": "urn:nrel_example/nrel00000422", + "@id": "urn:nrel_example/nrel00000147", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000422" + "@value": "nrel00000147" } ] }, { - "@id": "urn:nrel_example/nrel00001229", + "@id": "urn:nrel_example/nrel00000865", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001229" + "@value": "nrel00000865" } ] }, { - "@id": "urn:nrel_example/nrel00000998", + "@id": "urn:nrel_example/nrel00000534", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000465" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000786" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "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/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000998" + "@value": "nrel00000534" } ] }, { - "@id": "urn:nrel_example/nrel00000616", + "@id": "urn:nrel_example/nrel00001245", "@type": [ "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], @@ -24998,44 +24727,71 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000616" + "@value": "nrel00001245" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000031", + "@type": [ + "http://data.ashrae.org/standard223#Valve" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000840" + }, + { + "@id": "urn:nrel_example/nrel00000858" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000268" + }, + { + "@id": "urn:nrel_example/nrel00000598" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000031" } ] }, { - "@id": "urn:nrel_example/nrel00000410", + "@id": "urn:nrel_example/nrel00000463", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000410" + "@value": "nrel00000463" } ] }, { - "@id": "urn:nrel_example/nrel00000030", + "@id": "urn:nrel_example/nrel00000983", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000030" + "@value": "nrel00000983" } ] }, { - "@id": "urn:nrel_example/nrel00000249", + "@id": "urn:nrel_example/nrel00001172", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -25046,28 +24802,38 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000249" + "@value": "nrel00001172" } ] }, { - "@id": "urn:nrel_example/nrel00000169", + "@id": "urn:nrel_example/nrel00001330", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000846" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000121" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000576" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000169" + "@value": "nrel00001330" } ] }, { - "@id": "urn:nrel_example/nrel00000203", + "@id": "urn:nrel_example/nrel00001239", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25083,122 +24849,168 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000203" + "@value": "nrel00001239" } ] }, { - "@id": "urn:nrel_example/nrel00000553", + "@id": "urn:nrel_example/nrel00001131", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000649" + "@id": "urn:nrel_example/nrel00000941" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000555" - }, + "@id": "urn:nrel_example/nrel00000121" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000930" + "@id": "urn:nrel_example/nrel00000681" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000553" + "@value": "nrel00001131" } ] }, { - "@id": "urn:nrel_example/nrel00000849", + "@id": "urn:nrel_example/nrel00000501", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000948" + "@id": "urn:nrel_example/nrel00000236" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00001165" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000048" + "@id": "urn:nrel_example/nrel00000567" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000849" + "@value": "nrel00000501" } ] }, { - "@id": "urn:nrel_example/nrel00000668", + "@id": "urn:nrel_example/nrel00000553", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000649" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000555" + }, + { + "@id": "urn:nrel_example/nrel00000930" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000668" + "@value": "nrel00000553" } ] }, { - "@id": "urn:nrel_example/nrel00000597", + "@id": "urn:nrel_example/nrel00000757", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000629" + }, + { + "@id": "urn:nrel_example/nrel00000872" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000006" + }, + { + "@id": "urn:nrel_example/nrel00000015" + }, + { + "@id": "urn:nrel_example/nrel00000423" + }, + { + "@id": "urn:nrel_example/nrel00001112" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000008" + }, + { + "@id": "urn:nrel_example/nrel00000545" + }, + { + "@id": "urn:nrel_example/nrel00000999" + }, + { + "@id": "urn:nrel_example/nrel00001084" + }, + { + "@id": "urn:nrel_example/nrel00001288" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000597" + "@value": "nrel00000757" } ] }, { - "@id": "urn:nrel_example/nrel00001219", + "@id": "urn:nrel_example/nrel00001181", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000462" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000924" + "@id": "urn:nrel_example/nrel00000737" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000915" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001219" + "@value": "nrel00001181" } ] }, { - "@id": "urn:nrel_example/nrel00000875", + "@id": "urn:nrel_example/nrel00000902", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000107" + "@id": "urn:nrel_example/nrel00000100" }, { - "@id": "urn:nrel_example/nrel00000899" + "@id": "urn:nrel_example/nrel00000775" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -25208,12 +25020,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000875" + "@value": "nrel00000902" } ] }, { - "@id": "urn:nrel_example/nrel00000776", + "@id": "urn:nrel_example/nrel00000714", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -25224,150 +25036,118 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000776" + "@value": "nrel00000714" } ] }, { - "@id": "urn:nrel_example/nrel00001056", + "@id": "urn:nrel_example/nrel00000913", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://data.ashrae.org/standard223#mapsTo": [ - { - "@id": "urn:nrel_example/nrel00001265" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001056" + "@value": "nrel00000913" } ] }, { - "@id": "urn:nrel_example/nrel00000048", + "@id": "urn:nrel_example/nrel00000168", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00001265" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00000042" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000048" + "@value": "nrel00000168" } ] }, { - "@id": "urn:nrel_example/nrel00000786", + "@id": "urn:nrel_example/nrel00000224", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricPotential" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000786" + "@value": "nrel00000224" } ] }, { - "@id": "urn:nrel_example/nrel00000777", + "@id": "urn:nrel_example/nrel00000089", "@type": [ - "http://data.ashrae.org/standard223#Fan" - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000776" - }, - { - "@id": "urn:nrel_example/nrel00001164" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000159" - }, - { - "@id": "urn:nrel_example/nrel00000185" - }, - { - "@id": "urn:nrel_example/nrel00000379" - }, - { - "@id": "urn:nrel_example/nrel00000450" - }, - { - "@id": "urn:nrel_example/nrel00000563" - }, - { - "@id": "urn:nrel_example/nrel00000662" - }, - { - "@id": "urn:nrel_example/nrel00000761" - }, - { - "@id": "urn:nrel_example/nrel00000778" - }, - { - "@id": "urn:nrel_example/nrel00000889" - }, - { - "@id": "urn:nrel_example/nrel00000974" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001290" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000777" + "@value": "nrel00000089" } ] }, { - "@id": "urn:nrel_example/nrel00000378", + "@id": "urn:nrel_example/nrel00001162", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000220" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000069" + }, { - "@id": "urn:nrel_example/nrel00000859" + "@id": "urn:nrel_example/nrel00000482" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000284" + "@id": "urn:nrel_example/nrel00000111" + }, + { + "@id": "urn:nrel_example/nrel00001319" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000378" + "@value": "nrel00001162" } ] }, { - "@id": "urn:nrel_example/nrel00001239", + "@id": "urn:nrel_example/nrel00000623", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25383,23 +25163,23 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001239" + "@value": "nrel00000623" } ] }, { - "@id": "urn:nrel_example/nrel00001242", + "@id": "urn:nrel_example/nrel00001062", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001242" + "@value": "nrel00001062" } ] }, @@ -25420,54 +25200,68 @@ ] }, { - "@id": "urn:nrel_example/nrel00000305", + "@id": "urn:nrel_example/nrel00001303", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000622" + }, + { + "@id": "urn:nrel_example/nrel00000682" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000286" + }, + { + "@id": "urn:nrel_example/nrel00000679" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000305" + "@value": "nrel00001303" } ] }, { - "@id": "urn:nrel_example/nrel00000866", + "@id": "urn:nrel_example/nrel00000949", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000866" + "@value": "nrel00000949" } ] }, { - "@id": "http://data.ashrae.org/standard223#HeatRecoveryCoil", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "urn:nrel_example/nrel00000014", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Coil" + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000014" } ] }, { - "@id": "urn:nrel_example/nrel00000606", + "@id": "urn:nrel_example/nrel00001170", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -25476,33 +25270,49 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000606" + "@value": "nrel00001170" } ] }, { - "@id": "urn:nrel_example/nrel00000475", + "@id": "urn:nrel_example/nrel00000020", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000475" + "@value": "nrel00000020" } ] }, { - "@id": "urn:nrel_example/nrel00000774", + "@id": "urn:nrel_example/nrel00000619", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000619" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001109", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -25518,56 +25328,65 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000774" + "@value": "nrel00001109" } ] }, { - "@id": "urn:nrel_example/nrel00000460", + "@id": "urn:nrel_example/nrel00000829", "@type": [ - "http://data.ashrae.org/standard223#HeatingCoil" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000300" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000817" - }, + "@id": "urn:nrel_example/nrel00000600" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001162" + "@id": "urn:nrel_example/nrel00000114" } ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000065" - }, + "@id": "urn:nrel_example/nrel00000847" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001050" - }, + "@value": "nrel00000829" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000872", + "@type": [ + "http://data.ashrae.org/standard223#Valve" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00001072" + "@id": "urn:nrel_example/nrel00001234" }, { - "@id": "urn:nrel_example/nrel00001107" + "@id": "urn:nrel_example/nrel00001298" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000518" + "@id": "urn:nrel_example/nrel00001209" }, { - "@id": "urn:nrel_example/nrel00000684" + "@id": "urn:nrel_example/nrel00001251" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000460" + "@value": "nrel00000872" } ] }, { - "@id": "urn:nrel_example/nrel00000512", + "@id": "urn:nrel_example/nrel00000339", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -25578,102 +25397,141 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000512" + "@value": "nrel00000339" } ] }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Overridden", + "@id": "urn:nrel_example/nrel00001293", "@type": [ - "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus", - "http://data.ashrae.org/standard223#EnumerationKind-Override" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" + } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "AlarmStatus-Ok" - }, + "@value": "nrel00001293" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001081", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@language": "en", - "@value": "Override-Overridden" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001081" } ] }, { - "@id": "urn:nrel_example/nrel00001330", + "@id": "urn:nrel_example/nrel00000404", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000846" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000121" + "@id": "http://qudt.org/vocab/unit/DEG_C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000404" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00001157", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00001157" } + ] + }, + { + "@id": "urn:nrel_example/nrel00001112", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000576" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001330" + "@value": "nrel00001112" } ] }, { - "@id": "urn:nrel_example/nrel00000272", + "@id": "urn:nrel_example/nrel00001206", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000272" + "@value": "nrel00001206" } ] }, { - "@id": "urn:nrel_example/nrel00000932", + "@id": "urn:nrel_example/nrel00000030", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000207" - }, - { - "@id": "urn:nrel_example/nrel00001086" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000932" + "@value": "nrel00000030" } ] }, { - "@id": "urn:nrel_example/nrel00001316", + "@id": "urn:nrel_example/nrel00001161", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -25682,331 +25540,309 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001316" + "@value": "nrel00001161" } ] }, { - "@id": "urn:nrel_example/nrel00000844", + "@id": "urn:nrel_example/nrel00000508", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000844" + "@value": "nrel00000508" } ] }, { - "@id": "urn:nrel_example/nrel00000028", + "@id": "urn:nrel_example/nrel00001013", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000028" + "@value": "nrel00001013" } ] }, { - "@id": "urn:nrel_example/nrel00001003", + "@id": "urn:nrel_example/nrel00000414", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000050" + "@id": "urn:nrel_example/nrel00000207" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000853" + "@id": "urn:nrel_example/nrel00001163" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001003" + "@value": "nrel00000414" } ] }, { - "@id": "urn:nrel_example/nrel00000532", + "@id": "urn:nrel_example/nrel00001100", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#HeatExchanger" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000449" + }, + { + "@id": "urn:nrel_example/nrel00001258" + }, + { + "@id": "urn:nrel_example/nrel00001263" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@value": "nrel00000532" + "@id": "urn:nrel_example/nrel00000261" + }, + { + "@id": "urn:nrel_example/nrel00000554" + }, + { + "@id": "urn:nrel_example/nrel00000577" + }, + { + "@id": "urn:nrel_example/nrel00001180" } - ] - }, - { - "@id": "urn:nrel_example/nrel00001022", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "urn:nrel_example/nrel00000687" + }, + { + "@id": "urn:nrel_example/nrel00000885" + }, + { + "@id": "urn:nrel_example/nrel00001179" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasRole": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://data.ashrae.org/standard223#Role-Evaporator" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001022" + "@value": "nrel00001100" } ] }, { - "@id": "urn:nrel_example/nrel00001243", + "@id": "urn:nrel_example/nrel00001318", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000281" + "@id": "urn:nrel_example/nrel00000122" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000708" + "@id": "urn:nrel_example/nrel00001027" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000866" + "@id": "urn:nrel_example/nrel00000335" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001243" + "@value": "nrel00001318" } ] }, { - "@id": "urn:nrel_example/nrel00000334", + "@id": "urn:nrel_example/nrel00000991", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000587" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000160" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#mapsTo": [ { - "@id": "urn:nrel_example/nrel00000433" + "@id": "urn:nrel_example/nrel00001194" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000334" + "@value": "nrel00000991" } ] }, { - "@id": "urn:nrel_example/nrel00000813", + "@id": "urn:nrel_example/nrel00000555", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00001107" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001302" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], - "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/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000813" + "@value": "nrel00000555" } ] }, { - "@id": "urn:nrel_example/nrel00000099", + "@id": "urn:nrel_example/nrel00000124", "@type": [ - "http://data.ashrae.org/standard223#Fan" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000297" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000541" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000036" - }, - { - "@id": "urn:nrel_example/nrel00000181" - }, - { - "@id": "urn:nrel_example/nrel00000210" - }, - { - "@id": "urn:nrel_example/nrel00000259" - }, - { - "@id": "urn:nrel_example/nrel00000304" - }, - { - "@id": "urn:nrel_example/nrel00000375" - }, - { - "@id": "urn:nrel_example/nrel00000609" - }, - { - "@id": "urn:nrel_example/nrel00000690" - }, - { - "@id": "urn:nrel_example/nrel00000744" - }, - { - "@id": "urn:nrel_example/nrel00000954" - }, + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00001147" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000099" + "@value": "nrel00000124" } ] }, { - "@id": "urn:nrel_example/nrel00001132", + "@id": "urn:nrel_example/nrel00000643", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001132" + "@value": "nrel00000643" } ] }, { - "@id": "urn:nrel_example/nrel00001302", + "@id": "urn:nrel_example/nrel00000320", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001302" + "@value": "nrel00000320" } ] }, { - "@id": "urn:nrel_example/nrel00001044", + "@id": "urn:nrel_example/nrel00000928", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000364" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000553" + "@value": "nrel00000928" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000086", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000555" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001044" + "@value": "nrel00000086" } ] }, { - "@id": "urn:nrel_example/nrel00000956", + "@id": "urn:nrel_example/nrel00000131", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000956" + "@value": "nrel00000131" } ] }, { - "@id": "urn:nrel_example/nrel00000701", + "@id": "urn:nrel_example/nrel00000944", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001025" - }, + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001203" + "@value": "nrel00000944" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000245", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -26015,49 +25851,49 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000701" + "@value": "nrel00000245" } ] }, { - "@id": "urn:nrel_example/nrel00000861", + "@id": "urn:nrel_example/nrel00000319", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000861" + "@value": "nrel00000319" } ] }, { - "@id": "urn:nrel_example/nrel00000265", + "@id": "urn:nrel_example/nrel00000314", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000265" + "@value": "nrel00000314" } ] }, { - "@id": "urn:nrel_example/nrel00000740", + "@id": "urn:nrel_example/nrel00001158", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -26073,21 +25909,39 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000740" + "@value": "nrel00001158" } ] }, { - "@id": "urn:nrel_example/nrel00000480", + "@id": "urn:nrel_example/nrel00000917", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000220" - }, + "@id": "urn:nrel_example/nrel00000948" + } + ], + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000420" + "@id": "urn:nrel_example/nrel00000124" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000917" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000574", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00001211" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -26097,78 +25951,94 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000480" + "@value": "nrel00000574" } ] }, { - "@id": "urn:nrel_example/nrel00000937", + "@id": "urn:nrel_example/nrel00000563", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000937" + "@value": "nrel00000563" } ] }, { - "@id": "urn:nrel_example/nrel00000000", + "@id": "urn:nrel_example/nrel00000942", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000000" + "@value": "nrel00000942" } ] }, { - "@id": "urn:nrel_example/nrel00000538", + "@id": "urn:nrel_example/nrel00000864", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000439" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000114" + "@value": "nrel00000864" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000152", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:nrel_example/nrel00000354" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000477" + "@id": "urn:nrel_example/nrel00000823" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000538" + "@value": "nrel00000152" } ] }, { - "@id": "urn:nrel_example/nrel00000714", + "@id": "urn:nrel_example/nrel00000461", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00001198" + } + ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" @@ -26176,96 +26046,84 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000714" + "@value": "nrel00000461" } ] }, { - "@id": "urn:nrel_example/nrel00000661", + "@id": "urn:nrel_example/nrel00001027", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "urn:nrel_example/nrel00000122" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "urn:nrel_example/nrel00000206" + }, + { + "@id": "urn:nrel_example/nrel00000537" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000661" + "@value": "nrel00001027" } ] }, { - "@id": "urn:nrel_example/nrel00000874", + "@id": "urn:nrel_example/nrel00000790", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000874" + "@value": "nrel00000790" } ] }, { - "@id": "urn:nrel_example/nrel00000842", + "@id": "urn:nrel_example/nrel00000621", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000939" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ - { - "@id": "urn:nrel_example/nrel00000708" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001090" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000842" + "@value": "nrel00000621" } ] }, { - "@id": "urn:nrel_example/nrel00000073", + "@id": "urn:nrel_example/nrel00000620", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000961" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000332" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000073" + "@value": "nrel00000620" } ] }, { - "@id": "urn:nrel_example/nrel00000847", + "@id": "urn:nrel_example/nrel00001261", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -26281,14 +26139,14 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000847" + "@value": "nrel00001261" } ] }, { - "@id": "urn:nrel_example/nrel00000415", + "@id": "urn:nrel_example/nrel00001104", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -26297,28 +26155,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000415" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00000070", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ - { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@value": "nrel00000070" + "@value": "nrel00001104" } ] }, { - "@id": "urn:nrel_example/nrel00001091", + "@id": "urn:nrel_example/nrel00000638", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], @@ -26329,492 +26171,449 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001091" + "@value": "nrel00000638" } ] }, { - "@id": "urn:nrel_example/nrel00000238", + "@id": "urn:nrel_example/nrel00000658", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000238" + "@value": "nrel00000658" } ] }, { - "@id": "urn:nrel_example/nrel00001058", + "@id": "urn:nrel_example/nrel00001220", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001058" + "@value": "nrel00001220" } ] }, { - "@id": "urn:nrel_example/nrel00000925", + "@id": "urn:nrel_example/nrel00000090", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000441" + "@id": "urn:nrel_example/nrel00000466" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00001121" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000118" + "@id": "urn:nrel_example/nrel00000068" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000925" + "@value": "nrel00000090" } ] }, { - "@id": "urn:nrel_example/nrel00001257", + "@id": "urn:nrel_example/nrel00000380", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001257" + "@value": "nrel00000380" } ] }, { - "@id": "urn:nrel_example/nrel00000841", + "@id": "urn:nrel_example/nrel00000612", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000841" + "@value": "nrel00000612" } ] }, { - "@id": "urn:nrel_example/nrel00000478", + "@id": "urn:nrel_example/nrel00000833", "@type": [ "http://data.ashrae.org/standard223#Sensor" ], "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000474" + "@id": "urn:nrel_example/nrel00000074" } ], "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00000708" + "@id": "urn:nrel_example/nrel00001027" } ], "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000345" + "@id": "urn:nrel_example/nrel00000206" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000478" + "@value": "nrel00000833" } ] }, { - "@id": "urn:nrel_example/nrel00000243", + "@id": "urn:nrel_example/nrel00000575", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000243" + "@value": "nrel00000575" } ] }, { - "@id": "urn:nrel_example/nrel00000327", + "@id": "urn:nrel_example/nrel00000946", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000327" + "@value": "nrel00000946" } ] }, { - "@id": "urn:nrel_example/nrel00001200", + "@id": "urn:nrel_example/nrel00000083", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000437" + }, + { + "@id": "urn:nrel_example/nrel00001104" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00001026" + }, + { + "@id": "urn:nrel_example/nrel00001252" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001200" + "@value": "nrel00000083" } ] }, { - "@id": "urn:nrel_example/nrel00001287", + "@id": "urn:nrel_example/nrel00000311", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001287" + "@value": "nrel00000311" } ] }, { - "@id": "urn:nrel_example/nrel00001226", + "@id": "urn:nrel_example/nrel00000558", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001226" + "@value": "nrel00000558" } ] }, { - "@id": "urn:nrel_example/nrel00001118", + "@id": "urn:nrel_example/nrel00000691", "@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/Energy" + "@id": "urn:nrel_example/nrel00000535" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/KiloW-HR" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001118" + "@value": "nrel00000691" } ] }, { - "@id": "urn:nrel_example/nrel00000285", + "@id": "urn:nrel_example/nrel00000084", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000059" + "@id": "urn:nrel_example/nrel00000133" }, { - "@id": "urn:nrel_example/nrel00001161" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000593" + }, { - "@value": "nrel00000285" + "@id": "urn:nrel_example/nrel00000772" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000401", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000151" + }, { - "@value": "nrel00000401" - } - ] - }, - { - "@id": "urn:nrel_example/nrel00001252", - "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" - ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "@id": "urn:nrel_example/nrel00000167" + }, { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000432" + }, { - "@value": "nrel00001252" + "@id": "urn:nrel_example/nrel00000991" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000930", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" - } - ], - "http://qudt.org/schema/qudt/hasUnit": [ + "@id": "urn:nrel_example/nrel00000978" + }, { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "urn:nrel_example/nrel00001235" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000930" + "@value": "nrel00000084" } ] }, { - "@id": "urn:nrel_example/nrel00000798", + "@id": "urn:nrel_example/nrel00000098", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000798" + "@value": "nrel00000098" } ] }, { - "@id": "urn:nrel_example/nrel00000433", + "@id": "urn:nrel_example/nrel00001072", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000433" + "@value": "nrel00001072" } ] }, { - "@id": "urn:nrel_example/nrel00001283", + "@id": "urn:nrel_example/nrel00000450", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001283" + "@value": "nrel00000450" } ] }, { - "@id": "urn:nrel_example/nrel00000723", + "@id": "urn:nrel_example/nrel00000474", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000723" + "@value": "nrel00000474" } ] }, { - "@id": "urn:nrel_example/nrel00000074", + "@id": "urn:nrel_example/nrel00000787", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } + "http://data.ashrae.org/standard223#Sensor" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@value": "nrel00000074" + "@id": "urn:nrel_example/nrel00000080" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000687", - "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000859" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000319" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000687" + "@value": "nrel00000787" } ] }, { - "@id": "urn:nrel_example/nrel00000201", + "@id": "urn:nrel_example/nrel00000407", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000201" + "@value": "nrel00000407" } ] }, { - "@id": "urn:nrel_example/nrel00000510", + "@id": "urn:nrel_example/nrel00001271", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000961" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000475" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000510" + "@value": "nrel00001271" } ] }, { - "@id": "urn:nrel_example/nrel00000151", + "@id": "urn:nrel_example/nrel00000840", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000151" + "@value": "nrel00000840" } ] }, { - "@id": "urn:nrel_example/nrel00000664", + "@id": "urn:nrel_example/nrel00000398", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { @@ -26828,12 +26627,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000664" + "@value": "nrel00000398" } ] }, { - "@id": "urn:nrel_example/nrel00000684", + "@id": "urn:nrel_example/nrel00001235", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -26849,207 +26648,211 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000684" + "@value": "nrel00001235" } ] }, { - "@id": "urn:nrel_example/nrel00000623", + "@id": "urn:nrel_example/nrel00000052", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000623" + "@value": "nrel00000052" } ] }, { - "@id": "urn:nrel_example/nrel00000454", + "@id": "urn:nrel_example/nrel00001037", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000019" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00001018" + "@id": "urn:nrel_example/nrel00000722" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000411" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000962" + "@id": "urn:nrel_example/nrel00000820" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000454" + "@value": "nrel00001037" } ] }, { - "@id": "urn:nrel_example/nrel00000525", + "@id": "urn:nrel_example/nrel00000521", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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:nrel_example/nrel00000354" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000139" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000525" + "@value": "nrel00000521" } ] }, { - "@id": "urn:nrel_example/nrel00001320", + "@id": "urn:nrel_example/nrel00000416", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000792" - } - ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "@id": "urn:nrel_example/nrel00000287" + }, { - "@id": "urn:nrel_example/nrel00000464" + "@id": "urn:nrel_example/nrel00000467" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000825" + "@id": "urn:nrel_example/nrel00000314" + }, + { + "@id": "urn:nrel_example/nrel00000391" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001320" + "@value": "nrel00000416" } ] }, { - "@id": "urn:nrel_example/nrel00000394", + "@id": "urn:nrel_example/nrel00000593", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Valve" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000087" + }, + { + "@id": "urn:nrel_example/nrel00000434" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000301" + }, + { + "@id": "urn:nrel_example/nrel00001215" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000394" + "@value": "nrel00000593" } ] }, { - "@id": "urn:nrel_example/nrel00000042", + "@id": "urn:nrel_example/nrel00000974", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000042" + "@value": "nrel00000974" } ] }, { - "@id": "urn:nrel_example/nrel00000491", + "@id": "urn:nrel_example/nrel00000258", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000459" + }, + { + "@id": "urn:nrel_example/nrel00001007" } ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000864" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000491" + "@value": "nrel00000258" } ] }, { - "@id": "urn:nrel_example/nrel00000831", + "@id": "urn:nrel_example/nrel00000307", "@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/PositiveDimensionlessRatio" + "@id": "urn:nrel_example/nrel00000517" } ], - "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://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000831" + "@value": "nrel00000307" } ] }, { - "@id": "urn:nrel_example/nrel00000528", + "@id": "urn:nrel_example/nrel00000377", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000528" + "@value": "nrel00000377" } ] }, { - "@id": "urn:nrel_example/nrel00000050", + "@id": "urn:nrel_example/nrel00000355", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -27060,394 +26863,449 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000050" + "@value": "nrel00000355" } ] }, { - "@id": "urn:nrel_example/nrel00000985", + "@id": "urn:nrel_example/nrel00000769", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Pressure" + "@id": "urn:nrel_example/nrel00000162" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "urn:nrel_example/nrel00000969" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000054" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000985" + "@value": "nrel00000769" } ] }, { - "@id": "urn:nrel_example/nrel00001086", + "@id": "urn:nrel_example/nrel00000880", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001086" + "@value": "nrel00000880" } ] }, { - "@id": "urn:nrel_example/nrel00000506", + "@id": "urn:nrel_example/nrel00001286", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000506" + "@value": "nrel00001286" } ] }, { - "@id": "urn:nrel_example/nrel00000456", + "@id": "urn:nrel_example/nrel00000592", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000456" + "@value": "nrel00000592" } ] }, { - "@id": "urn:nrel_example/nrel00000816", + "@id": "urn:nrel_example/nrel00000136", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001125" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000500" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000002" + "@id": "http://qudt.org/vocab/unit/KiloW" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000816" + "@value": "nrel00000136" } ] }, { - "@id": "urn:nrel_example/nrel00000905", + "@id": "urn:nrel_example/nrel00000746", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#EAU", + "http://data.ashrae.org/standard223#Equipment" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000444" + "@id": "urn:nrel_example/nrel00000343" }, { - "@id": "urn:nrel_example/nrel00000597" + "@id": "urn:nrel_example/nrel00000429" + }, + { + "@id": "urn:nrel_example/nrel00000675" + }, + { + "@id": "urn:nrel_example/nrel00000771" + }, + { + "@id": "urn:nrel_example/nrel00001003" + }, + { + "@id": "urn:nrel_example/nrel00001089" + }, + { + "@id": "urn:nrel_example/nrel00001100" + }, + { + "@id": "urn:nrel_example/nrel00001119" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000050" + }, + { + "@id": "urn:nrel_example/nrel00000134" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000669" + }, + { + "@id": "urn:nrel_example/nrel00000853" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000905" + "@value": "nrel00000746" } ] }, { - "@id": "urn:nrel_example/nrel00001253", + "@id": "urn:nrel_example/nrel00000114", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#PhysicalSpace" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#encloses": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "urn:nrel_example/nrel00000600" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "urn:nrel_example/nrel00000477" + }, + { + "@id": "urn:nrel_example/nrel00000594" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001253" + "@value": "nrel00000114" } ] }, { - "@id": "urn:nrel_example/nrel00000426", + "@id": "urn:nrel_example/nrel00000375", "@type": [ - "http://data.ashrae.org/standard223#Duct" - ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000971" - }, - { - "@id": "urn:nrel_example/nrel00001144" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000426" + "@value": "nrel00000375" } ] }, { - "@id": "urn:nrel_example/nrel00000535", + "@id": "urn:nrel_example/nrel00000110", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#cnx": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000691" + "@id": "urn:nrel_example/nrel00001036" }, { - "@id": "urn:nrel_example/nrel00000699" + "@id": "urn:nrel_example/nrel00001302" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000634" + }, + { + "@id": "urn:nrel_example/nrel00001137" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000535" + "@value": "nrel00000110" } ] }, { - "@id": "urn:nrel_example/nrel00000228", + "@id": "urn:nrel_example/nrel00000259", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000228" + "@value": "nrel00000259" } ] }, { - "@id": "urn:nrel_example/nrel00000189", + "@id": "urn:nrel_example/nrel00000317", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000163" - }, + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001094" + "@value": "nrel00000317" } + ] + }, + { + "@id": "urn:nrel_example/nrel00000696", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#mapsTo": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000211" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000189" + "@value": "nrel00000696" } ] }, { - "@id": "urn:nrel_example/nrel00000981", + "@id": "urn:nrel_example/nrel00000437", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000981" + "@value": "nrel00000437" } ] }, { - "@id": "urn:nrel_example/nrel00000519", + "@id": "urn:nrel_example/nrel00000672", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/A" + "@id": "http://qudt.org/vocab/unit/PERCENT_RH" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000519" + "@value": "nrel00000672" } ] }, { - "@id": "urn:nrel_example/nrel00000531", + "@id": "urn:nrel_example/nrel00000848", "@type": [ - "http://data.ashrae.org/standard223#Sensor" + "http://data.ashrae.org/standard223#CoolingCoil" ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001023" + "@id": "urn:nrel_example/nrel00000581" + }, + { + "@id": "urn:nrel_example/nrel00000754" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00001138" + "@id": "urn:nrel_example/nrel00000146" + }, + { + "@id": "urn:nrel_example/nrel00000570" + }, + { + "@id": "urn:nrel_example/nrel00001013" + }, + { + "@id": "urn:nrel_example/nrel00001323" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000511" + }, + { + "@id": "urn:nrel_example/nrel00000727" + }, + { + "@id": "urn:nrel_example/nrel00000774" + }, + { + "@id": "urn:nrel_example/nrel00001184" + }, + { + "@id": "urn:nrel_example/nrel00001287" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000531" + "@value": "nrel00000848" } ] }, { - "@id": "urn:nrel_example/nrel00000302", + "@id": "urn:nrel_example/nrel00000490", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00001020" + }, + { + "@id": "urn:nrel_example/nrel00001200" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000302" + "@value": "nrel00000490" } ] }, { - "@id": "urn:nrel_example/nrel00000455", + "@id": "urn:nrel_example/nrel00001221", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000455" + "@value": "nrel00001221" } ] }, { - "@id": "urn:nrel_example/nrel00000691", + "@id": "urn:nrel_example/nrel00001021", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000535" - } - ], - "http://data.ashrae.org/standard223#hasMedium": [ - { - "@id": "http://data.ashrae.org/standard223#Medium-Air" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "urn:nrel_example/nrel00000186" + }, { - "@value": "nrel00000691" + "@id": "urn:nrel_example/nrel00001301" } - ] - }, - { - "@id": "urn:nrel_example/nrel00000448", - "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000448" + "@value": "nrel00001021" } ] }, { - "@id": "urn:nrel_example/nrel00000395", + "@id": "urn:nrel_example/nrel00000196", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -27456,86 +27314,86 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000395" + "@value": "nrel00000196" } ] }, { - "@id": "urn:nrel_example/nrel00000126", + "@id": "urn:nrel_example/nrel00000646", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPower" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/KiloW" + "@id": "http://qudt.org/vocab/unit/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000126" + "@value": "nrel00000646" } ] }, { - "@id": "urn:nrel_example/nrel00001041", + "@id": "urn:nrel_example/nrel00000041", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001041" + "@value": "nrel00000041" } ] }, { - "@id": "urn:nrel_example/nrel00000250", + "@id": "urn:nrel_example/nrel00000406", "@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/Pressure" + "@id": "urn:nrel_example/nrel00001211" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/IN_H2O" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000250" + "@value": "nrel00000406" } ] }, { - "@id": "urn:nrel_example/nrel00000049", + "@id": "urn:nrel_example/nrel00000097", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000165" - } + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000175" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000049" + "@value": "nrel00000097" } ] }, @@ -27561,76 +27419,76 @@ ] }, { - "@id": "urn:nrel_example/nrel00001197", + "@id": "urn:nrel_example/nrel00000401", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000466" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000590" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@value": "nrel00000401" } + ] + }, + { + "@id": "urn:nrel_example/nrel00001040", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000499" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001306" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001197" + "@value": "nrel00001040" } ] }, { - "@id": "urn:nrel_example/nrel00000739", + "@id": "urn:nrel_example/nrel00001173", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000739" + "@value": "nrel00001173" } ] }, { - "@id": "urn:nrel_example/nrel00000108", + "@id": "urn:nrel_example/nrel00001244", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000108" + "@value": "nrel00001244" } ] }, { - "@id": "urn:nrel_example/nrel00000186", + "@id": "urn:nrel_example/nrel00000742", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], @@ -27641,21 +27499,21 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000186" + "@value": "nrel00000742" } ] }, { - "@id": "urn:nrel_example/nrel00000783", + "@id": "urn:nrel_example/nrel00000998", "@type": [ "http://data.ashrae.org/standard223#Duct" ], "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000970" + "@id": "urn:nrel_example/nrel00000465" }, { - "@id": "urn:nrel_example/nrel00000984" + "@id": "urn:nrel_example/nrel00000786" } ], "http://data.ashrae.org/standard223#hasMedium": [ @@ -27665,149 +27523,160 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000783" + "@value": "nrel00000998" } ] }, { - "@id": "urn:nrel_example/nrel00000965", + "@id": "urn:nrel_example/nrel00000778", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000080" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000859" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000005" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000965" + "@value": "nrel00000778" } ] }, { - "@id": "urn:nrel_example/nrel00001130", + "@id": "urn:nrel_example/nrel00000825", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001130" + "@value": "nrel00000825" } ] }, { - "@id": "urn:nrel_example/nrel00000563", + "@id": "urn:nrel_example/nrel00001053", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" + "@id": "http://qudt.org/vocab/quantitykind/Energy" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT" + "@id": "http://qudt.org/vocab/unit/KiloW-HR" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000563" + "@value": "nrel00001053" } ] }, { - "@id": "urn:nrel_example/nrel00000134", + "@id": "urn:nrel_example/nrel00001150", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "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/ElectricCurrent" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/A" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000134" + "@value": "nrel00001150" } ] }, { - "@id": "urn:nrel_example/nrel00001194", + "@id": "urn:nrel_example/nrel00000312", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000869" + }, + { + "@id": "urn:nrel_example/nrel00001228" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000047" + }, + { + "@id": "urn:nrel_example/nrel00000196" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001194" + "@value": "nrel00000312" } ] }, { - "@id": "urn:nrel_example/nrel00000244", + "@id": "urn:nrel_example/nrel00000876", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-FlowStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000244" + "@value": "nrel00000876" } ] }, { - "@id": "urn:nrel_example/nrel00000232", + "@id": "urn:nrel_example/nrel00001078", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" + "@id": "urn:nrel_example/nrel00001077" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "urn:nrel_example/nrel00000272" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000232" + "@value": "nrel00001078" } ] }, { - "@id": "urn:nrel_example/nrel00000068", + "@id": "urn:nrel_example/nrel00000477", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -27823,128 +27692,142 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000068" + "@value": "nrel00000477" } ] }, { - "@id": "urn:nrel_example/nrel00000747", + "@id": "urn:nrel_example/nrel00001069", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001023" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000710" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000747" + "@value": "nrel00001069" } ] }, { - "@id": "urn:nrel_example/nrel00000499", + "@id": "urn:nrel_example/nrel00000042", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000499" + "@value": "nrel00000042" } ] }, { - "@id": "urn:nrel_example/nrel00000633", + "@id": "urn:nrel_example/nrel00000827", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000633" + "@value": "nrel00000827" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000465", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000465" } ] }, { - "@id": "urn:nrel_example/nrel00000968", + "@id": "urn:nrel_example/nrel00000039", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00001226" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000933" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000968" + "@value": "nrel00000039" } ] }, { - "@id": "urn:nrel_example/nrel00001043", + "@id": "urn:nrel_example/nrel00000022", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "urn:nrel_example/nrel00000190" + }, + { + "@id": "urn:nrel_example/nrel00000366" + } ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001043" + "@value": "nrel00000022" } ] }, { - "@id": "urn:nrel_example/nrel00000573", + "@id": "urn:nrel_example/nrel00000868", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000941" - } + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000121" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], - "http://data.ashrae.org/standard223#observes": [ + "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "urn:nrel_example/nrel00000404" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000573" + "@value": "nrel00000868" } ] }, @@ -27960,258 +27843,348 @@ ] }, { - "@id": "urn:nrel_example/nrel00001165", + "@id": "urn:nrel_example/nrel00001276", "@type": [ - "http://data.ashrae.org/standard223#PhysicalSpace" + "http://data.ashrae.org/standard223#FanCoilUnit" ], - "http://data.ashrae.org/standard223#encloses": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00001267" + "@id": "urn:nrel_example/nrel00000757" + }, + { + "@id": "urn:nrel_example/nrel00000777" + }, + { + "@id": "urn:nrel_example/nrel00001142" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000100" + }, + { + "@id": "urn:nrel_example/nrel00000873" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000567" + "@id": "urn:nrel_example/nrel00000141" }, { - "@id": "urn:nrel_example/nrel00000637" + "@id": "urn:nrel_example/nrel00000382" + }, + { + "@id": "urn:nrel_example/nrel00000711" + }, + { + "@id": "urn:nrel_example/nrel00000765" + }, + { + "@id": "urn:nrel_example/nrel00000959" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Cooling" + }, + { + "@id": "http://data.ashrae.org/standard223#Role-Heating" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001165" + "@value": "nrel00001276" } ] }, { - "@id": "urn:nrel_example/nrel00000180", + "@id": "urn:nrel_example/nrel00000996", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Frequency" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/HZ" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000180" + "@value": "nrel00000996" } ] }, { - "@id": "urn:nrel_example/nrel00001070", + "@id": "urn:nrel_example/nrel00000986", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/RelativeHumidity" - } + "http://data.ashrae.org/standard223#InletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/PERCENT_RH" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001070" + "@value": "nrel00000986" } ] }, { - "@id": "urn:nrel_example/nrel00000437", + "@id": "urn:nrel_example/nrel00001202", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000437" + "@value": "nrel00001202" } ] }, { - "@id": "urn:nrel_example/nrel00000904", + "@id": "urn:nrel_example/nrel00001185", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#TerminalUnit" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000112" + "@id": "urn:nrel_example/nrel00000414" }, { - "@id": "urn:nrel_example/nrel00000123" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000533" + }, { - "@id": "urn:nrel_example/nrel00000248" + "@id": "urn:nrel_example/nrel00000667" }, { - "@id": "urn:nrel_example/nrel00000874" + "@id": "urn:nrel_example/nrel00000755" }, { - "@id": "urn:nrel_example/nrel00000973" + "@id": "urn:nrel_example/nrel00001329" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000207" }, { - "@id": "urn:nrel_example/nrel00000996" + "@id": "urn:nrel_example/nrel00000864" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000140" + "@id": "urn:nrel_example/nrel00000443" }, { - "@id": "urn:nrel_example/nrel00000298" + "@id": "urn:nrel_example/nrel00000709" }, { - "@id": "urn:nrel_example/nrel00000330" - }, + "@id": "urn:nrel_example/nrel00001163" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00001239" - }, + "@value": "nrel00001185" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000979", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001317" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000904" + "@value": "nrel00000979" } ] }, { - "@id": "urn:nrel_example/nrel00000915", + "@id": "urn:nrel_example/nrel00000246", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000649" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000553" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000182" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000915" + "@value": "nrel00000246" } ] }, { - "@id": "urn:nrel_example/nrel00000219", + "@id": "urn:nrel_example/nrel00000524", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000967" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000865" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000219" + "@value": "nrel00000524" } ] }, { - "@id": "urn:nrel_example/nrel00000330", + "@id": "urn:nrel_example/nrel00000300", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00001050" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000518" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "nrel00000300" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000470", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "urn:nrel_example/nrel00001267" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00001165" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000743" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000330" + "@value": "nrel00000470" } ] }, { - "@id": "urn:nrel_example/nrel00000745", + "@id": "urn:nrel_example/nrel00000261", "@type": [ "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000745" + "@value": "nrel00000261" } ] }, { - "@id": "urn:nrel_example/nrel00000768", + "@id": "urn:nrel_example/nrel00000453", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00001047" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00001068" + "@id": "http://qudt.org/vocab/quantitykind/Frequency" } ], - "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/HZ" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000768" + "@value": "nrel00000453" } ] }, { - "@id": "urn:nrel_example/nrel00000673", + "@id": "urn:nrel_example/nrel00001176", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + "http://data.ashrae.org/standard223#HeatingCoil" ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ + "http://data.ashrae.org/standard223#contains": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "urn:nrel_example/nrel00000137" + }, + { + "@id": "urn:nrel_example/nrel00000561" + }, + { + "@id": "urn:nrel_example/nrel00001095" } ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "urn:nrel_example/nrel00000625" + }, + { + "@id": "urn:nrel_example/nrel00000668" + }, + { + "@id": "urn:nrel_example/nrel00000810" + }, + { + "@id": "urn:nrel_example/nrel00001102" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000046" + }, + { + "@id": "urn:nrel_example/nrel00000623" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000673" + "@value": "nrel00001176" } ] }, { - "@id": "urn:nrel_example/nrel00000477", + "@id": "urn:nrel_example/nrel00000594", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], @@ -28227,231 +28200,202 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000477" + "@value": "nrel00000594" } ] }, { - "@id": "urn:nrel_example/nrel00000941", + "@id": "urn:nrel_example/nrel00000247", "@type": [ - "http://data.ashrae.org/standard223#DomainSpace" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000251" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000846" + "@id": "urn:nrel_example/nrel00001105" } ], - "http://data.ashrae.org/standard223#hasDomain": [ + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + "@id": "urn:nrel_example/nrel00000859" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000404" - }, + "http://data.ashrae.org/standard223#observes": [ { - "@id": "urn:nrel_example/nrel00000681" + "@id": "urn:nrel_example/nrel00000987" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000941" + "@value": "nrel00000247" } ] }, { - "@id": "urn:nrel_example/nrel00000604", + "@id": "urn:nrel_example/nrel00000391", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00001136" - } + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00001255" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000604" + "@value": "nrel00000391" } ] }, { - "@id": "urn:nrel_example/nrel00001329", + "@id": "urn:nrel_example/nrel00000578", "@type": [ - "http://data.ashrae.org/standard223#Sensor" - ], - "http://data.ashrae.org/standard223#hasObservationLocation": [ - { - "@id": "urn:nrel_example/nrel00000207" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#observes": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000709" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001329" + "@value": "nrel00000578" } ] }, { - "@id": "urn:nrel_example/nrel00000848", + "@id": "urn:nrel_example/nrel00001325", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" - ], - "http://data.ashrae.org/standard223#contains": [ - { - "@id": "urn:nrel_example/nrel00000581" - }, - { - "@id": "urn:nrel_example/nrel00000754" - } + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000146" - }, - { - "@id": "urn:nrel_example/nrel00000570" - }, + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00001013" + "@id": "urn:nrel_example/nrel00000724" }, { - "@id": "urn:nrel_example/nrel00001323" + "@id": "urn:nrel_example/nrel00000802" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000511" - }, - { - "@id": "urn:nrel_example/nrel00000727" - }, - { - "@id": "urn:nrel_example/nrel00000774" - }, - { - "@id": "urn:nrel_example/nrel00001184" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001287" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000848" + "@value": "nrel00001325" } ] }, { - "@id": "urn:nrel_example/nrel00000207", + "@id": "urn:nrel_example/nrel00001249", "@type": [ - "http://data.ashrae.org/standard223#OutletConnectionPoint" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000207" + "@value": "nrel00001249" } ] }, { - "@id": "urn:nrel_example/nrel00000485", + "@id": "urn:nrel_example/nrel00001042", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#Valve" ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "urn:nrel_example/nrel00000530" + }, + { + "@id": "urn:nrel_example/nrel00000834" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "urn:nrel_example/nrel00000606" + }, + { + "@id": "urn:nrel_example/nrel00001124" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000485" + "@value": "nrel00001042" } ] }, { - "@id": "urn:nrel_example/nrel00000175", + "@id": "urn:nrel_example/nrel00000726", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000175" + "@value": "nrel00000726" } ] }, { - "@id": "urn:nrel_example/nrel00001024", + "@id": "urn:nrel_example/nrel00001146", "@type": [ - "http://data.ashrae.org/standard223#Duct" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000208" - }, + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000947" + "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" } ], - "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/V" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001024" + "@value": "nrel00001146" } ] }, { - "@id": "urn:nrel_example/nrel00000674", + "@id": "urn:nrel_example/nrel00000274", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000674" + "@value": "nrel00000274" } ] }, { - "@id": "urn:nrel_example/nrel00000428", + "@id": "urn:nrel_example/nrel00000469", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { @@ -28460,267 +28404,318 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000428" + "@value": "nrel00000469" } ] }, { - "@id": "urn:nrel_example/nrel00001096", + "@id": "urn:nrel_example/nrel00000372", "@type": [ - "http://data.ashrae.org/standard223#Junction" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#cnx": [ - { - "@id": "urn:nrel_example/nrel00000265" - }, + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "urn:nrel_example/nrel00000876" - }, + "@id": "urn:nrel_example/nrel00000893" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ { - "@id": "urn:nrel_example/nrel00001135" + "@id": "urn:nrel_example/nrel00000553" } ], - "http://data.ashrae.org/standard223#hasMedium": [ + "http://data.ashrae.org/standard223#observes": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Air" + "@id": "urn:nrel_example/nrel00000930" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001096" + "@value": "nrel00000372" } ] }, { - "@id": "urn:nrel_example/nrel00000779", + "@id": "urn:nrel_example/nrel00001274", "@type": [ "http://data.ashrae.org/standard223#InletConnectionPoint" ], "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#Medium-Water" + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "urn:nrel_example/nrel00000078" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000779" + "@value": "nrel00001274" } ] }, { - "@id": "urn:nrel_example/nrel00000803", + "@id": "urn:nrel_example/nrel00000617", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" + "@id": "http://qudt.org/vocab/quantitykind/DimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000803" + "@value": "nrel00000617" } ] }, { - "@id": "urn:nrel_example/nrel00000035", + "@id": "urn:nrel_example/nrel00000187", "@type": [ - "http://data.ashrae.org/standard223#CoolingCoil" + "http://data.ashrae.org/standard223#TerminalUnit" ], "http://data.ashrae.org/standard223#contains": [ { - "@id": "urn:nrel_example/nrel00000522" + "@id": "urn:nrel_example/nrel00000205" }, { - "@id": "urn:nrel_example/nrel00000824" - } - ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "@id": "urn:nrel_example/nrel00000273" + }, { - "@id": "urn:nrel_example/nrel00000317" + "@id": "urn:nrel_example/nrel00000369" }, { - "@id": "urn:nrel_example/nrel00000685" + "@id": "urn:nrel_example/nrel00000925" }, { - "@id": "urn:nrel_example/nrel00000808" + "@id": "urn:nrel_example/nrel00001315" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "urn:nrel_example/nrel00000441" }, { - "@id": "urn:nrel_example/nrel00000976" + "@id": "urn:nrel_example/nrel00001047" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000028" + "@id": "urn:nrel_example/nrel00000118" }, { - "@id": "urn:nrel_example/nrel00000085" + "@id": "urn:nrel_example/nrel00000132" }, { - "@id": "urn:nrel_example/nrel00000243" - }, + "@id": "urn:nrel_example/nrel00000758" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000253" - }, + "@value": "nrel00000187" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000419", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "urn:nrel_example/nrel00000994" + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_C" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000035" + "@value": "nrel00000419" } ] }, { - "@id": "urn:nrel_example/nrel00000705", + "@id": "urn:nrel_example/nrel00000010", "@type": [ - "http://data.ashrae.org/standard223#InletConnectionPoint" + "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:nrel_example/nrel00000818" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "urn:nrel_example/nrel00000336" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000739" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000705" + "@value": "nrel00000010" } ] }, { - "@id": "urn:nrel_example/nrel00001092", + "@id": "urn:nrel_example/nrel00000782", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "urn:nrel_example/nrel00000148" + }, + { + "@id": "urn:nrel_example/nrel00000647" + }, + { + "@id": "urn:nrel_example/nrel00001037" + } ], "http://data.ashrae.org/standard223#hasConnectionPoint": [ { - "@id": "urn:nrel_example/nrel00000539" + "@id": "urn:nrel_example/nrel00000190" }, { - "@id": "urn:nrel_example/nrel00000763" + "@id": "urn:nrel_example/nrel00000722" + }, + { + "@id": "urn:nrel_example/nrel00001046" + }, + { + "@id": "urn:nrel_example/nrel00001052" } ], "http://data.ashrae.org/standard223#hasProperty": [ { - "@id": "urn:nrel_example/nrel00000436" + "@id": "urn:nrel_example/nrel00000820" }, { - "@id": "urn:nrel_example/nrel00001225" + "@id": "urn:nrel_example/nrel00001067" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001092" + "@value": "nrel00000782" } ] }, { - "@id": "urn:nrel_example/nrel00000863", + "@id": "urn:nrel_example/nrel00000494", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#Sensor" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasObservationLocation": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" + "@id": "urn:nrel_example/nrel00001023" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "urn:nrel_example/nrel00000081" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000863" + "@value": "nrel00000494" } ] }, { - "@id": "urn:nrel_example/nrel00001244", + "@id": "urn:nrel_example/nrel00000154", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-Override" + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/IN_H2O" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001244" + "@value": "nrel00000154" } ] }, { - "@id": "urn:nrel_example/nrel00000884", + "@id": "urn:nrel_example/nrel00001201", "@type": [ "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000884" + "@value": "nrel00001201" } ] }, { - "@id": "urn:nrel_example/nrel00001293", + "@id": "urn:nrel_example/nrel00000775", "@type": [ - "http://data.ashrae.org/standard223#QuantifiableObservableProperty" - ], - "http://qudt.org/schema/qudt/hasQuantityKind": [ - { - "@id": "http://qudt.org/vocab/quantitykind/Temperature" - } + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://qudt.org/schema/qudt/hasUnit": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://qudt.org/vocab/unit/DEG_C" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00001293" + "@value": "nrel00000775" } ] }, { - "@id": "urn:nrel_example/nrel00000205", + "@id": "urn:nrel_example/nrel00001024", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#Duct" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ + "http://data.ashrae.org/standard223#cnx": [ { - "@id": "urn:nrel_example/nrel00000025" + "@id": "urn:nrel_example/nrel00000208" }, { - "@id": "urn:nrel_example/nrel00000076" + "@id": "urn:nrel_example/nrel00000947" } ], - "http://data.ashrae.org/standard223#hasProperty": [ - { - "@id": "urn:nrel_example/nrel00000194" - }, + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00000299" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000205" + "@value": "nrel00001024" } ] }, { - "@id": "urn:nrel_example/nrel00000057", + "@id": "urn:nrel_example/nrel00000143", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" ], "http://data.ashrae.org/standard223#hasEnumerationKind": [ { @@ -28729,71 +28724,76 @@ ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000057" + "@value": "nrel00000143" } ] }, { - "@id": "urn:nrel_example/nrel00000934", + "@id": "urn:nrel_example/nrel00000632", "@type": [ - "http://data.ashrae.org/standard223#Valve" + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" ], - "http://data.ashrae.org/standard223#hasConnectionPoint": [ - { - "@id": "urn:nrel_example/nrel00000153" - }, + "http://data.ashrae.org/standard223#hasEnumerationKind": [ { - "@id": "urn:nrel_example/nrel00000302" + "@id": "http://data.ashrae.org/standard223#EnumerationKind-RunStatus" } ], - "http://data.ashrae.org/standard223#hasProperty": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "urn:nrel_example/nrel00000653" - }, + "@value": "nrel00000632" + } + ] + }, + { + "@id": "urn:nrel_example/nrel00000281", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "urn:nrel_example/nrel00001249" + "@id": "http://data.ashrae.org/standard223#Medium-Air" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000934" + "@value": "nrel00000281" } ] }, { - "@id": "urn:nrel_example/nrel00000304", + "@id": "urn:nrel_example/nrel00000791", "@type": [ "http://data.ashrae.org/standard223#QuantifiableObservableProperty" ], "http://qudt.org/schema/qudt/hasQuantityKind": [ { - "@id": "http://qudt.org/vocab/quantitykind/ElectricPotential" + "@id": "http://qudt.org/vocab/quantitykind/PositiveDimensionlessRatio" } ], "http://qudt.org/schema/qudt/hasUnit": [ { - "@id": "http://qudt.org/vocab/unit/V" + "@id": "http://qudt.org/vocab/unit/PERCENT" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000304" + "@value": "nrel00000791" } ] }, { - "@id": "urn:nrel_example/nrel00000375", + "@id": "urn:nrel_example/nrel00000376", "@type": [ - "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + "http://data.ashrae.org/standard223#OutletConnectionPoint" ], - "http://data.ashrae.org/standard223#hasEnumerationKind": [ + "http://data.ashrae.org/standard223#hasMedium": [ { - "@id": "http://data.ashrae.org/standard223#EnumerationKind-AlarmStatus" + "@id": "http://data.ashrae.org/standard223#Medium-Water" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "nrel00000375" + "@value": "nrel00000376" } ] } diff --git a/pd-sr-mp-pritoni.jsonld b/pd-sr-mp-pritoni.jsonld new file mode 100644 index 00000000..2ecb531b --- /dev/null +++ b/pd-sr-mp-pritoni.jsonld @@ -0,0 +1,8440 @@ +[ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00037", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00046" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00020", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00014" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00019" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00023" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00064" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.mixed_air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1TemperatureSensor", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace1" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOffice" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1Temperature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TH1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1", + "@type": [ + "http://data.ashrae.org/standard223#Equipment" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1Outlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightEngine1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpeningPOC", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointPO" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Opening POC" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLightInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor light inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire9Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP3Phase", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-ElectricalPhaseIdentifier" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#ElectricalPhaseIdentifier-BC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Breaker CP3Phase" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00055", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00053" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00058" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00063" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric Circuit 2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Outlet" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire10On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CoolingCoilOutletTemperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "65" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Cooling coil outlet temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP1", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP1Phase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker out CP1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Corridor", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace4" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace5" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace5" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutsideAirDamperActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutsideAirDamperPosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00034", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00029" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00032" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Hot water connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire8Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainGridConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#GridConnection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Electricity-AC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main grid connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2ELInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Lighting Space2 EL Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire10" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplySystem", + "@type": [ + "http://data.ashrae.org/standard223#System" + ], + "http://data.ashrae.org/standard223#hasMember": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00007" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00011" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00016" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00021" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00047" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Supply" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply System" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1ReheatValveActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1ReheatValvePosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A11" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanSpeed" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A9" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#FanOutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomFanExhaustDuct" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Fan outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1ReheatValvePosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Reheat valve position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire8Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1InternalWire" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Driver1Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnDuct", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUReturnInlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ratmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return duct" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1FunctionBlock", + "@type": [ + "http://data.ashrae.org/standard223#FunctionBlock" + ], + "http://data.ashrae.org/standard223#hasInput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeDaylightLevel" + } + ], + "http://data.ashrae.org/standard223#hasOutput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1CCT" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Intensity" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1OnOff" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1function block" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00012", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outdoor air flow" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomOutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2MotorizedDamper", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperOutletCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Motorized damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeWindows", + "@type": [ + "http://data.ashrae.org/standard223#Window" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OfficeWindowDaylightCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OfficeWindowExteriorLightInletCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Open office windows" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00007", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00009" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00010" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00008" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.min_oa_damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker1", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR1InletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR1OutletConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric breaker1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLightCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLightPath" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exterior ambient light CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValvePositionCommand", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1Reheat valve position command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone2", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace5" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace6" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00027", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00046" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1DamperActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1DamperPosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A10" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp4", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Occupancy-Motion" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#Motion-True" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy prop4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire4Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire5Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00031", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Hot water valve command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR3OutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit3" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR3Outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#DLightPath1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "DLight Path1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#sap", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "15.6" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PSI" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply Air Pressure" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLightingSystem", + "@type": [ + "http://data.ashrae.org/standard223#System" + ], + "http://data.ashrae.org/standard223#hasMember": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette lighting system" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUHot water outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00016", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00018" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00019" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00017" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.economizer_oa_damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Intensity", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50.5" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/LuminousFluxRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1Intensity" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR5InletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit5" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR5Inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Box supply fluid outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerPanel1", + "@type": [ + "http://data.ashrae.org/standard223#System" + ], + "http://data.ashrae.org/standard223#hasMember": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker2" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker3" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker4" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Breaker panel1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#oasen", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00013" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#oatmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12Outlet" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Kitchenette" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire12" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire4On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00032", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00030" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.hw_valve.hotWaterInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnFanActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnFanSpeed" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A8" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1OutletTemperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "72.3" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1 Outlet Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalChillerInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToChiller" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External chiller inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit3", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric Circuit 3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Bathroom", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace2" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace3" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire9Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#GridConnection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainGridPowerSource", + "@type": [ + "http://data.ashrae.org/standard223#Generator" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainGridConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main grid power source" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor3", + "@type": [ + "http://data.ashrae.org/standard223#OccupantPresenceSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace3" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "O3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2FunctionBlock", + "@type": [ + "http://data.ashrae.org/standard223#FunctionBlock" + ], + "http://data.ashrae.org/standard223#hasInput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeDaylightLevel" + } + ], + "http://data.ashrae.org/standard223#hasOutput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2CCT" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Intensity" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2OnOff" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2 function block" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1TemperatureSetpoint", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasAspect": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-Setpoint" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "73.0" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone1Temperature setpoint" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFromExteriorAir", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply from exterior air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HeatingCoilValveActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HeatingCoilValvePosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletReheatCoilCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Inlet reheat coil CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Outlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Light Engine 1 Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace6", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteInletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeDaylightLevel", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Illuminance" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/LUX" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Open office daylight level" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00053", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00051" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_fan.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVSupply", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVSupply" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromChiller", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Pipe from chiller" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP1Phase", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-ElectricalPhaseIdentifier" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#ElectricalPhaseIdentifier-A" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BreakerCP1Phase" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2CCT" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Intensity" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2OnOff" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00006", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFromExteriorAir" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#oatmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.outside_air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00013", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00011" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00015" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.outside_air_afms.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#sasen", + "@type": [ + "http://data.ashrae.org/standard223#PressureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00049" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#sap" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S8" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#actuates": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1" + } + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1Outlet" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1CCT" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Intensity" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1OnOff" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Driver1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutsideAirJunction", + "@type": [ + "http://data.ashrae.org/standard223#Junction" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionOutletToEcon" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionOutletToMin" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outside air junction" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire10Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointPO", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor inlet connection point po" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace1", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Occupancy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy space1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker2", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR2InletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR2OutletConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric breaker2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00021", + "@type": [ + "http://data.ashrae.org/standard223#Equipment", + "http://data.ashrae.org/standard223#Filter" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00023" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00024" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00022" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.mixed_air_filter" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#rasen", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00052" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ratmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#RoomSupply2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP4", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit4" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP4Phase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker out CP4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeOutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Private office outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToChiller", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Pipe to chiller" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpeningCB", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomInletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointB" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Opening CB" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLight1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Private office light1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone4", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HeatingCoilOutletTemperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "80" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Heating coil outlet temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00061", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00063" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00064" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00062" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_air_damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit5", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker circuit5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker4", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR4InletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR4OutletConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric breaker4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire11Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustToExteriorAir", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exhaust to exterior air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire3Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00062", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return air damper command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00022", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Mixed air temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LIghtingSpace1DLInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#DLightPath1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Lighting Space1 DL Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit4", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker circuit4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR4OutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Electricity-AC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR4Outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2HeatingCoil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InletReheatCoilCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OuletReheatCoilCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2ReheatCoilSupplyFluidInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2ReheatCoilSupplyFluidOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Heating coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire7" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomInletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#BidirectionalConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00026", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00035" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Box supply fluid inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire9On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUExhaustOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00060" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUExhaust outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1OuletReheatCoilCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Outlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Oulet reheat coil CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HeatingCoilValvePosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Heating coil valve position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1InletFlowSensor", + "@type": [ + "http://data.ashrae.org/standard223#FlowSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperInletCP" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletFlow" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S9" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp5", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Occupancy-Presence" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#Presence-True" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy prop5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TempSensor_1", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00050" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CoolingCoilOutletTemperature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S7" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00044", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00041" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.chilled_water_valve.chilledWaterOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CoolingCoilValvePosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Cooling coil valve position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ChilledWaterTemperatureSensor_13", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00039" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ChilledWaterInletTemp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S13" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2DamperActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2DamperPosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TerminalUnit1FunctionBlock", + "@type": [ + "http://data.ashrae.org/standard223#FunctionBlock" + ], + "http://data.ashrae.org/standard223#hasInput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1Temperature" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1TemperatureSetpoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp1" + } + ], + "http://data.ashrae.org/standard223#hasOutput": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1DamperPositionCommand" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValvePositionCommand" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Terminal Unit1 Function Block" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOffice", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Open office" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirPressure", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "15.5" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Pressure" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PSI" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Mixed air pressure" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustAirDamperPosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exhaust air damper position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-On" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply fan status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00030", + "@type": [ + "http://data.ashrae.org/standard223#Valve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00032" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00033" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00031" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.hw_valve" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Intensity", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50.5" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/LuminousFluxRatio" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2Intensity" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00026" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00027" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00028" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00029" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OA-to-EconDamper", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00018" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OA-to-Econ damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustDuct", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom exhaust duct" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire12Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP5Phase", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-ElectricalPhaseIdentifier" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#ElectricalPhaseIdentifier-A" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BreakerCP1Phase" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp3", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Occupancy-Presence" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#Presence-True" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy prop3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#InletIntraCorridor4CP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#isConnectionPointOf": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Inlet intra corridor4CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone2Thermostat", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace5" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Corridor" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone2Temperature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TH2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToBoiler", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Pipe to boiler" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#RoomSupply1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire7Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00060", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustToExteriorAir" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exhaust air connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Kitchenette", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace6" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace6" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUHot water inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#masen", + "@type": [ + "http://data.ashrae.org/standard223#Sensor" + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#mxtmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR4InletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit4" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR4Inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace6TempSensor", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace6" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpaceTemp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace6Temp sensor" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP3", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit3" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP3Phase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker out CP3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUOAInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00006" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUOAInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00028", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.hotWaterInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValveOCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1InternalPipe" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1Reheat valve outlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperOutletCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Damper outlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#FlowSensor1", + "@type": [ + "http://data.ashrae.org/standard223#FlowSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00053" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnAirFlowRate" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker5", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR5InletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR5OutletConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric breaker5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00029", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.hotWaterOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00064", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00020" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00061" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_air_damper.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace5", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointK" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutletIntraCorridor5CP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00052", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00051" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUReturnInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_fan.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OfficeWindowExteriorLightInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLightPath" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Office window exterior light inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1ELInlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "ELight Path1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpeningCOO", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointOO" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeInletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Opening COO" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OA-to-MinDamper", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionOutletToMin" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OA-to-Min damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeInletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Private office inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Inlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Damper inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP2", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP2Phase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker out CP2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1DamperOutletCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Damper outlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutsideAirDamperPosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outside air damper position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnAirFlowRate", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "129.3" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return air flow rate" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeOutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnDuct" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Open office outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit3", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR3InletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker circuit3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire6Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1OutletTemperatureSensor", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1OuletReheatCoilCP" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1OutletTemperature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S10" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Light engine1Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorPhysicalSpace", + "@type": [ + "http://data.ashrae.org/standard223#OutsidePhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAir" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLight" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exterior physical space" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace4", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointPO" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointB" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointOO" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomFanExhaustDuct", + "@type": [ + "http://data.ashrae.org/standard223#Duct" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustToExteriorAir" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom fan exhaust duct" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#GridConnection", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Grid connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath2", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2ELInlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "ELight Path2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLightInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLight1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace3" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom light inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Driver1Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Inlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Driver1Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionOutletToMin", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OAJunction outlet to min" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CoolingCoilValveActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CoolingCoilValvePosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00009", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OA-to-MinDamper" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00007" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.min_oa_damper.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteOutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00063", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00055" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00061" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_air_damper.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire9OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire9" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace3", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Occupancy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy space3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLight1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLightInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11Outlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette light1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1ReheatCoilSupplyFluidInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Reheat coil supply fluid inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1HeatingCoil", + "@type": [ + "http://data.ashrae.org/standard223#HeatingCoil" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletReheatCoilCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1OuletReheatCoilCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1ReheatCoilSupplyFluidInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1ReheatCoilSupplyFluidOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Heating coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone3", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteInletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1Temperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "69.7" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone1Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanSpeed", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "80" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply fan speed" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace2", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Occupancy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy space2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2ReheatCoilSupplyFluidInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Reheat coil supply fluid inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire4Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire4Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLightInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Private office light inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone2", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP4Phase", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-ElectricalPhaseIdentifier" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#ElectricalPhaseIdentifier-C" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BreakerCP1Phase" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirDamperActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirDamperPosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00047", + "@type": [ + "http://data.ashrae.org/standard223#Fan" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00048" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00049" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanElectricInCP" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.supply_fan" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric Circuit 1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUElectricityInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit3" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUElectricity inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricBreaker3", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR3InletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR3OutletConnectionPoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Electric breaker3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUOAInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OAJunction inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00041", + "@type": [ + "http://data.ashrae.org/standard223#Valve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00043" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00044" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00042" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.chilled_water_valve" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor5", + "@type": [ + "http://data.ashrae.org/standard223#OccupantPresenceSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace5" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "O5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00046", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00027" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00037" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Connection from heating coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLightInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Kitchenette light inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire11On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletTemperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "70.2" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1 Inlet Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2ReheatValveActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2ReheatValvePosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A7" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InletFlow", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "250" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Inlet flow" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Supply fluid inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00001", + "@type": [ + "http://data.ashrae.org/standard223#AirHandlingUnit" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutsideAirJunction" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00007" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00011" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00016" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00021" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00025" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00030" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00041" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00047" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00051" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00056" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00061" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterOutlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUElectricityInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUExhaustOutlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterOutlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUOAInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUReturnInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUSupplyOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHU" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVAC4-5Connection", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#InletIntraCorridor4CP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVAC4-5Connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00043", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00041" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00045" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.chilled_water_valve.chilledWaterInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointB", + "@type": [ + "http://data.ashrae.org/standard223#BidirectionalConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor outlet connection point b" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAir", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustToExteriorAir" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustToExteriorAir" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFromExteriorAir" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exterior air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire6Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointK", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor inlet connection point k" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor2", + "@type": [ + "http://data.ashrae.org/standard223#OccupantMotionSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace2" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Bathroom" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp2" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "O2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR1OutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR1Outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00038", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00050" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire12On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00040", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.chilledWaterReturn" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00056", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00058" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00059" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00057" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.exhaust_air_damper" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OutletIntraCorridor5CP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVAC4-5Connection" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outlet intra corridor5CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire3On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1", + "@type": [ + "http://data.ashrae.org/standard223#SingleDuctTerminal" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidOutlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Outlet" + } + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValve" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1HeatingCoil" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1InletFlowSensor" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1MotorizedDamper" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1OutletTemperatureSensor" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire12Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire12Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TempSensor_2", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00046" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HeatingCoilOutletTemperature" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#mxtmp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "78" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Mixed Air Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeInletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Open office inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036", + "@type": [ + "http://data.ashrae.org/standard223#CoolingCoil" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00037" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00038" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00039" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00040" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace6", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteLightInletCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire10Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire10Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00010", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00007" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00015" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.min_oa_damper.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00015", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00010" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00013" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outside air connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2", + "@type": [ + "http://data.ashrae.org/standard223#SingleDuctTerminal" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2HeatingCoil" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2InletFlowSensor" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2MotorizedDamper" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2OutletTemperatureSensor" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidOutlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Outlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2OutletTemperatureSensor", + "@type": [ + "http://data.ashrae.org/standard223#TemperatureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OuletReheatCoilCP" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OutletTemperatureProperty" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S12" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValveICP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1Reheat valve ICP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR5OutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Electricity-AC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR5Outlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone6", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace6" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone6" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalBoilerOutletCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External boiler outlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP5", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit5" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP5Phase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker out CP5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire11Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace2", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomInletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OutletTemperatureProperty", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "70" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Outlet temperature property" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1ELInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Lighting Space1 EL Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#oatmp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Outside Air Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#SupplyFanElectricInCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUElectricityInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Supply fan electric in CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00048", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00047" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00050" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.supply_fan.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2OnOff", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2OnOff" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreaker", + "@type": [ + "http://data.ashrae.org/standard223#ElectricBreaker" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP2" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP3" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP4" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerOutCP5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1Thermostat", + "@type": [ + "http://data.ashrae.org/standard223#Thermostat" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1TemperatureSensor" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1TemperatureSetpoint" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone1Thermostat" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLight1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLightInletCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom light1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#RoomSupply2", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteInletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Room supply2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp2", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedObservableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Occupancy-Motion" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#Motion-True" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy prop2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00024", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00021" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00035" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.mixed_air_filter.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone1", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire7On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11Outlet" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Kitchenette" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire11OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire11" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace3", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomLightInletCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromBoiler", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Pipe from boiler" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ChilledWaterInletTemp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#ofMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Chilled water inlet temp" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Floor1", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#contains": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Bathroom" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Corridor" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Kitchenette" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOffice" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOffice" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Floor1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1InternalWire", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightEngine1Inlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Electricity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1Internal wire" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirPressureSensor", + "@type": [ + "http://data.ashrae.org/standard223#PressureSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00024" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirPressure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8", + "@type": [ + "http://data.ashrae.org/standard223#Luminaire" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8Inlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8Outlet" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8OnOffStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire8" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00008", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Minimum outdoor air damper command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00057", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exhaust air damper command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#DaylightSensor1", + "@type": [ + "http://data.ashrae.org/standard223#IlluminanceSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOffice" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeDaylightLevel" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "D1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OAJunctionOutletToEcon", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OA-to-EconDamper" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OAJunction outlet to econ" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp1", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "5" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Population" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/NUM" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy prop1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire8OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire8On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace2ELInlet" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00051", + "@type": [ + "http://data.ashrae.org/standard223#Fan" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00052" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00053" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnFanStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.return_fan" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorOutletConnectionPointOO", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor outlet connection point OO" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InternalConnection", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperOutletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InletReheatCoilCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Internal connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalBoiler", + "@type": [ + "http://data.ashrae.org/standard223#Boiler" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalBoilerInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalBoilerOutletCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External boiler" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire6OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire6On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpaceTemp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace temp" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace1", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeInletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOfficeOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InternalConnection", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1DamperOutletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletReheatCoilCP" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Internal connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR1InletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR1Inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1DamperPositionCommand", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1 Damper Position Command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1ReheatCoilSupplyFluidOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1BoxSupplyFluidOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Reheat coil supply fluid outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LIghtingSpace1DLInlet" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace1ELInlet" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00050", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00038" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00048" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Connection from Cooling Coil" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUSupplyOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVSupply" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUSupply outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InletReheatCoilCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Inlet reheat coil CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOffice", + "@type": [ + "http://data.ashrae.org/standard223#PhysicalSpace" + ], + "http://data.ashrae.org/standard223#encloses": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace3" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace4" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Private office" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1DamperInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Inlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Damper inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OutletTemperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "71.2" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2 Outlet Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLight1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Corridor light1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire7Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLight1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire7Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00019", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00016" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00020" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.economizer_oa_damper.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire3Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire3Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1MotorizedDamper", + "@type": [ + "http://data.ashrae.org/standard223#Damper" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1DamperPositionCommand" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1DamperInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1DamperOutletCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Motorized damper " + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00035", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00024" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00026" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Mixed air connection to filter" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUReturnInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUReturn inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingZone5", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace5" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingZone5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpeningKC", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorInletConnectionPointK" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#KitchenetteOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Opening KC" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1InletFlow", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "135" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/VolumeFlowRate" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/FT3-PER-MIN" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV1Inlet flow" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@value": "This graph is a sample population of the so-called Pritoni Office Building (suggested by Marco Pritoni) and is used for testing and demonstration." + } + ], + "http://www.w3.org/2002/07/owl#imports": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/model/all" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "Created with TopBraid Composer" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Supply fluid outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2DamperPosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Damper position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLightPath", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exterior ambient light path" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace5", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#CorridorLightInletCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone1", + "@type": [ + "http://data.ashrae.org/standard223#Zone" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://data.ashrae.org/standard223#hasDomainSpace": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace1" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace2" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace3" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5OnOffStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire5On off status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1InternalPipe", + "@type": [ + "http://data.ashrae.org/standard223#Pipe" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV1ReheatCoilSupplyFluidInlet" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1Internal pipe" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit1", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker circuit1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToChiller" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUChilled water outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire5Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire5Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00039", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00036" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterInlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.chilled_water_coil.chilledWaterSupply" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnFanSpeed", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "70" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return fan speed" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00014", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00011" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00020" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.outside_air_afms.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ratmp", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return Air Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1Outlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ELightPath1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1Outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2ReheatCoilSupplyFluidOutlet", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2SupplyFluidOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Reheat coil supply fluid outlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2ReheatValvePosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Reheat valve position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00033", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00030" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-HotWater" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUHotWaterOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.hot_water_coil.hw_valve.hotWaterOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustAirDamperActuator", + "@type": [ + "http://data.ashrae.org/standard223#Actuator" + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustAirDamperPosition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalChillerOutletCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromChiller" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External chiller outlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire2CCT", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/K" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire2CCT" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00017", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Economizer outside air damper command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUChilledWaterInlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeFromChiller" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "AHUChilled water inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1CCT", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/K" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1CCT" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#FanInletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustDuct" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Fan inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR2InletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR2Inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor4", + "@type": [ + "http://data.ashrae.org/standard223#OccupantMotionSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace4" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp4" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "O4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACSpace3", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeInletConnectionPoint" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-HVAC" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACSpace3" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2InletFlowSensor", + "@type": [ + "http://data.ashrae.org/standard223#FlowSensor" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2DamperInletCP" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2InletFlow" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "S11" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace4", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Occupancy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Occupancy space4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MixedAirDamperPosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Mixed air damper position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalBoilerInletCP", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#connectsThrough": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PipeToBoiler" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Water" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External boiler inlet CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccSensor1", + "@type": [ + "http://data.ashrae.org/standard223#OccupantCounter" + ], + "http://data.ashrae.org/standard223#hasObservationLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace1" + } + ], + "http://data.ashrae.org/standard223#hasPhysicalLocation": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OpenOffice" + } + ], + "http://data.ashrae.org/standard223#observes": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancyProp1" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "O1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00011", + "@type": [ + "http://data.ashrae.org/standard223#Equipment" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00013" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00014" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00012" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.outside_air_afms" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR3InletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-240VLL-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR3Inlet connection point" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#RoomSupply1", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeInletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Room supply1" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1DamperPosition", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "50" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Damper position" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00018", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00016" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.economizer_oa_damper.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#Luminaire1OnOff", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-Off" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Luminaire1OnOff" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#LightingSpace4", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#PrivateOfficeLightInletCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "LightingSpace4" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00042", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableProperty" + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Dimensionless" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/PERCENT" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Chilled water valve command" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValve", + "@type": [ + "http://data.ashrae.org/standard223#Valve" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValveOCP" + } + ], + "http://data.ashrae.org/standard223#commandedByProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValvePositionCommand" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#TU1ReheatValveICP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "TU1Reheat valve" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#HVACZone2Temperature", + "@type": [ + "http://data.ashrae.org/standard223#QuantifiableObservableProperty" + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#decimal", + "@value": "73.2" + } + ], + "http://qudt.org/schema/qudt/hasQuantityKind": [ + { + "@id": "http://qudt.org/vocab/quantitykind/Temperature" + } + ], + "http://qudt.org/schema/qudt/hasUnit": [ + { + "@id": "http://qudt.org/vocab/unit/DEG_F" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "HVACZone2Temperature" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnSystem", + "@type": [ + "http://data.ashrae.org/standard223#System" + ], + "http://data.ashrae.org/standard223#hasMember": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00051" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00056" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Return" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return System" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ReturnFanStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-On" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Return fan status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OfficeWindowDaylightCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#DLightPath1" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Light-Visible" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Office window daylight CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#OccupancySpace5", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Occupancy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "OccupancySpace5" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00059", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00056" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUExhaustOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.exhaust_air_damper.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00023", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00020" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00021" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#mxtmp" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.mixed_air_filter.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BreakerCP2Phase", + "@type": [ + "http://data.ashrae.org/standard223#EnumerableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#Aspect-ElectricalPhaseIdentifier" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#ElectricalPhaseIdentifier-B" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Breaker CP2Phase" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox1Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVSupply" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox1Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAV2OuletReheatCoilCP", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Outlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAV2Oulet reheat coil CP" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00058", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00055" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00056" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.exhaust_air_damper.airInlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVBox2Inlet", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#VAVSupply" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "VAVBox2Inlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustFan", + "@type": [ + "http://data.ashrae.org/standard223#Fan" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#FanOutletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#FanInletConnectionPoint" + } + ], + "http://data.ashrae.org/standard223#hasProperty": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustFanStatus" + } + ], + "http://data.ashrae.org/standard223#hasRole": [ + { + "@id": "http://data.ashrae.org/standard223#Role-Exhaust" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom exhaust fan" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalChiller", + "@type": [ + "http://data.ashrae.org/standard223#Chiller" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalChillerInletCP" + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExternalChillerOutletCP" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "External chiller" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00045", + "@type": [ + "http://data.ashrae.org/standard223#Connection" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00040" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Water-ChilledWater" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Chilled water connection" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExhaustFanStatus", + "@type": [ + "http://data.ashrae.org/standard223#EnumeratedActuatableProperty" + ], + "http://data.ashrae.org/standard223#hasEnumerationKind": [ + { + "@id": "http://data.ashrae.org/standard223#EnumerationKind-OnOff" + } + ], + "http://data.ashrae.org/standard223#hasValue": [ + { + "@id": "http://data.ashrae.org/standard223#OnOff-On" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exhaust fan status" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BathroomExhaustToExteriorAir", + "@type": [ + "http://data.ashrae.org/standard223#InletConnectionPoint" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Bathroom exhaust to exterior air" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00049", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#i00047" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#Medium-Air" + } + ], + "http://data.ashrae.org/standard223#mapsTo": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#AHUSupplyOutlet" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "A-9.supply_fan.airOutlet" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#MainBreakerCircuit2", + "@type": [ + "http://data.ashrae.org/standard223#ElectricWire" + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Main breaker circuit2" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLight", + "@type": [ + "http://data.ashrae.org/standard223#DomainSpace" + ], + "http://data.ashrae.org/standard223#hasConnectionPoint": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ExteriorAmbientLightCP" + } + ], + "http://data.ashrae.org/standard223#hasDomain": [ + { + "@id": "http://data.ashrae.org/standard223#Domain-Lighting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "Exterior ambient light" + } + ] + }, + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#BR2OutletConnectionPoint", + "@type": [ + "http://data.ashrae.org/standard223#OutletConnectionPoint" + ], + "http://data.ashrae.org/standard223#cnx": [ + { + "@id": "http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni#ElectricCircuit2" + } + ], + "http://data.ashrae.org/standard223#hasMedium": [ + { + "@id": "http://data.ashrae.org/standard223#AC-120VLN-1Ph-60Hz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@value": "BR2Outlet connection point" + } + ] + } +] \ No newline at end of file diff --git a/pd-sr-mp-pritoni.ttl b/pd-sr-mp-pritoni.ttl new file mode 100644 index 00000000..299b5c25 --- /dev/null +++ b/pd-sr-mp-pritoni.ttl @@ -0,0 +1,2456 @@ +# baseURI: http://data.ashrae.org/standard223/1.0/data/pd-sr-mp-pritoni +# imports: http://data.ashrae.org/standard223/1.0/model/all +# prefix: psm + +@prefix g36: . +@prefix owl: . +@prefix psm: . +@prefix qudt: . +@prefix qudtqk: . +@prefix rdf: . +@prefix rdfs: . +@prefix s223: . +@prefix unit: . +@prefix xsd: . + + + a owl:Ontology ; + rdfs:comment "This graph is a sample population of the so-called Pritoni Office Building (suggested by Marco Pritoni) and is used for testing and demonstration." ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer" ; +. +psm:AHUChilledWaterInlet + a s223:InletConnectionPoint ; + s223:connectsThrough psm:PipeFromChiller ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "AHUChilled water inlet" ; +. +psm:AHUChilledWaterOutlet + a s223:OutletConnectionPoint ; + s223:connectsThrough psm:PipeToChiller ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "AHUChilled water outlet" ; +. +psm:AHUElectricityInlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit3 ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + rdfs:label "AHUElectricity inlet" ; +. +psm:AHUExhaustOutlet + a s223:OutletConnectionPoint ; + s223:connectsThrough psm:i00060 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "AHUExhaust outlet" ; +. +psm:AHUHotWaterInlet + a s223:InletConnectionPoint ; + s223:connectsThrough psm:PipeFromBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "AHUHot water inlet" ; +. +psm:AHUHotWaterOutlet + a s223:OutletConnectionPoint ; + s223:connectsThrough psm:PipeToBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "AHUHot water outlet" ; +. +psm:AHUOAInlet + a s223:InletConnectionPoint ; + s223:connectsThrough psm:i00006 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "AHUOAInlet" ; +. +psm:AHUReturnInlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "AHUReturn inlet" ; +. +psm:AHUSupplyOutlet + a s223:OutletConnectionPoint ; + s223:cnx psm:VAVSupply ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "AHUSupply outlet" ; +. +psm:BR1InletConnectionPoint + a s223:InletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR1Inlet connection point" ; +. +psm:BR1OutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:ElectricCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR1Outlet connection point" ; +. +psm:BR2InletConnectionPoint + a s223:InletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR2Inlet connection point" ; +. +psm:BR2OutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR2Outlet connection point" ; +. +psm:BR3InletConnectionPoint + a s223:InletConnectionPoint ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + rdfs:label "BR3Inlet connection point" ; +. +psm:BR3OutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:ElectricCircuit3 ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + rdfs:label "BR3Outlet connection point" ; +. +psm:BR4InletConnectionPoint + a s223:InletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit4 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR4Inlet connection point" ; +. +psm:BR4OutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Electricity-AC ; + rdfs:label "BR4Outlet connection point" ; +. +psm:BR5InletConnectionPoint + a s223:InletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit5 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "BR5Inlet connection point" ; +. +psm:BR5OutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Electricity-AC ; + rdfs:label "BR5Outlet connection point" ; +. +psm:Bathroom + a s223:PhysicalSpace ; + s223:encloses psm:HVACSpace2 ; + s223:encloses psm:LightingSpace3 ; + s223:encloses psm:OccupancySpace2 ; + rdfs:label "Bathroom" ; +. +psm:BathroomExhaustDuct + a s223:Connection ; + s223:cnx psm:BathroomOutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Bathroom exhaust duct" ; +. +psm:BathroomExhaustFan + a s223:Fan ; + s223:cnx psm:FanOutletConnectionPoint ; + s223:hasConnectionPoint psm:FanInletConnectionPoint ; + s223:hasProperty psm:ExhaustFanStatus ; + s223:hasRole s223:Role-Exhaust ; + rdfs:label "Bathroom exhaust fan" ; +. +psm:BathroomExhaustToExteriorAir + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Bathroom exhaust to exterior air" ; +. +psm:BathroomFanExhaustDuct + a s223:Duct ; + s223:cnx psm:BathroomExhaustToExteriorAir ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Bathroom fan exhaust duct" ; +. +psm:BathroomInletConnectionPoint + a s223:BidirectionalConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Bathroom inlet connection point" ; +. +psm:BathroomLight1 + a s223:Connection ; + s223:cnx psm:BathroomLightInletCP ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Bathroom light1" ; +. +psm:BathroomLightInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:BathroomLight1 ; + s223:cnx psm:LightingSpace3 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Bathroom light inlet CP" ; +. +psm:BathroomOutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Bathroom outlet connection point" ; +. +psm:BreakerCP1Phase + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:Aspect-ElectricalPhaseIdentifier ; + s223:hasValue s223:ElectricalPhaseIdentifier-A ; + rdfs:label "BreakerCP1Phase" ; +. +psm:BreakerCP2Phase + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:Aspect-ElectricalPhaseIdentifier ; + s223:hasValue s223:ElectricalPhaseIdentifier-B ; + rdfs:label "Breaker CP2Phase" ; +. +psm:BreakerCP3Phase + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:Aspect-ElectricalPhaseIdentifier ; + s223:hasValue s223:ElectricalPhaseIdentifier-BC ; + rdfs:label "Breaker CP3Phase" ; +. +psm:BreakerCP4Phase + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:Aspect-ElectricalPhaseIdentifier ; + s223:hasValue s223:ElectricalPhaseIdentifier-C ; + rdfs:label "BreakerCP1Phase" ; +. +psm:BreakerCP5Phase + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:Aspect-ElectricalPhaseIdentifier ; + s223:hasValue s223:ElectricalPhaseIdentifier-A ; + rdfs:label "BreakerCP1Phase" ; +. +psm:BreakerPanel1 + a s223:System ; + s223:hasMember psm:ElectricBreaker1 ; + s223:hasMember psm:ElectricBreaker2 ; + s223:hasMember psm:ElectricBreaker3 ; + s223:hasMember psm:ElectricBreaker4 ; + s223:hasMember psm:ElectricBreaker5 ; + rdfs:label "Breaker panel1" ; +. +psm:ChilledWaterInletTemp + a s223:QuantifiableObservableProperty ; + s223:ofMedium s223:Water-ChilledWater ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Chilled water inlet temp" ; +. +psm:ChilledWaterTemperatureSensor_13 + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:i00039 ; + s223:observes psm:ChilledWaterInletTemp ; + rdfs:label "S13" ; +. +psm:CoolingCoilOutletTemperature + a s223:QuantifiableObservableProperty ; + s223:hasValue "65"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Cooling coil outlet temperature" ; +. +psm:CoolingCoilValveActuator + a s223:Actuator ; + s223:commandedByProperty psm:CoolingCoilValvePosition ; + rdfs:label "A5" ; +. +psm:CoolingCoilValvePosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Cooling coil valve position" ; +. +psm:Corridor + a s223:PhysicalSpace ; + s223:encloses psm:HVACSpace4 ; + s223:encloses psm:HVACSpace5 ; + s223:encloses psm:LightingSpace5 ; + s223:encloses psm:OccupancySpace4 ; + rdfs:label "Corridor" ; +. +psm:CorridorInletConnectionPointK + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Corridor inlet connection point k" ; +. +psm:CorridorInletConnectionPointPO + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Corridor inlet connection point po" ; +. +psm:CorridorLight1 + a s223:Connection ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Corridor light1" ; +. +psm:CorridorLightInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:CorridorLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Corridor light inlet CP" ; +. +psm:CorridorOutletConnectionPointB + a s223:BidirectionalConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Corridor outlet connection point b" ; +. +psm:CorridorOutletConnectionPointOO + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Corridor outlet connection point OO" ; +. +psm:DLightPath1 + a s223:Connection ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "DLight Path1" ; +. +psm:DaylightSensor1 + a s223:IlluminanceSensor ; + s223:hasObservationLocation psm:LightingSpace1 ; + s223:hasPhysicalLocation psm:OpenOffice ; + s223:observes psm:OpenOfficeDaylightLevel ; + rdfs:label "D1" ; +. +psm:Driver1 + a s223:Actuator ; + s223:actuates psm:LightEngine1 ; + s223:cnx psm:Driver1Inlet ; + s223:cnx psm:Driver1Outlet ; + s223:commandedByProperty psm:Luminaire1CCT ; + s223:commandedByProperty psm:Luminaire1Intensity ; + s223:commandedByProperty psm:Luminaire1OnOff ; + rdfs:label "Driver1" ; +. +psm:Driver1Inlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + s223:mapsTo psm:Luminaire1Inlet ; + rdfs:label "Driver1Inlet" ; +. +psm:Driver1Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:Luminaire1InternalWire ; + s223:hasMedium s223:Medium-Electricity ; + rdfs:label "Driver1Outlet" ; +. +psm:ELightPath1 + a s223:Connection ; + s223:cnx psm:LightingSpace1ELInlet ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "ELight Path1" ; +. +psm:ELightPath2 + a s223:Connection ; + s223:cnx psm:LightingSpace2ELInlet ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "ELight Path2" ; +. +psm:ElectricBreaker1 + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:BR1InletConnectionPoint ; + s223:hasConnectionPoint psm:BR1OutletConnectionPoint ; + rdfs:label "Electric breaker1" ; +. +psm:ElectricBreaker2 + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:BR2InletConnectionPoint ; + s223:hasConnectionPoint psm:BR2OutletConnectionPoint ; + rdfs:label "Electric breaker2" ; +. +psm:ElectricBreaker3 + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:BR3InletConnectionPoint ; + s223:hasConnectionPoint psm:BR3OutletConnectionPoint ; + rdfs:label "Electric breaker3" ; +. +psm:ElectricBreaker4 + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:BR4InletConnectionPoint ; + s223:hasConnectionPoint psm:BR4OutletConnectionPoint ; + rdfs:label "Electric breaker4" ; +. +psm:ElectricBreaker5 + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:BR5InletConnectionPoint ; + s223:hasConnectionPoint psm:BR5OutletConnectionPoint ; + rdfs:label "Electric breaker5" ; +. +psm:ElectricCircuit1 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Electric Circuit 1" ; +. +psm:ElectricCircuit2 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Electric Circuit 2" ; +. +psm:ElectricCircuit3 + a s223:ElectricWire ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + rdfs:label "Electric Circuit 3" ; +. +psm:ExhaustAirDamperActuator + a s223:Actuator ; + s223:commandedByProperty psm:ExhaustAirDamperPosition ; + rdfs:label "A1" ; +. +psm:ExhaustAirDamperPosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Exhaust air damper position" ; +. +psm:ExhaustFanStatus + a s223:EnumeratedActuatableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-On ; + rdfs:label "Exhaust fan status" ; +. +psm:ExhaustToExteriorAir + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Exhaust to exterior air" ; +. +psm:ExteriorAir + a s223:DomainSpace ; + s223:cnx psm:BathroomExhaustToExteriorAir ; + s223:hasConnectionPoint psm:ExhaustToExteriorAir ; + s223:hasConnectionPoint psm:SupplyFromExteriorAir ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "Exterior air" ; +. +psm:ExteriorAmbientLight + a s223:DomainSpace ; + s223:hasConnectionPoint psm:ExteriorAmbientLightCP ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "Exterior ambient light" ; +. +psm:ExteriorAmbientLightCP + a s223:OutletConnectionPoint ; + s223:cnx psm:ExteriorAmbientLightPath ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Exterior ambient light CP" ; +. +psm:ExteriorAmbientLightPath + a s223:Connection ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Exterior ambient light path" ; +. +psm:ExteriorPhysicalSpace + a s223:OutsidePhysicalSpace ; + s223:encloses psm:ExteriorAir ; + s223:encloses psm:ExteriorAmbientLight ; + rdfs:label "Exterior physical space" ; +. +psm:ExternalBoiler + a s223:Boiler ; + s223:hasConnectionPoint psm:ExternalBoilerInletCP ; + s223:hasConnectionPoint psm:ExternalBoilerOutletCP ; + rdfs:label "External boiler" ; +. +psm:ExternalBoilerInletCP + a s223:InletConnectionPoint ; + s223:connectsThrough psm:PipeToBoiler ; + s223:hasMedium s223:Medium-Water ; + rdfs:label "External boiler inlet CP" ; +. +psm:ExternalBoilerOutletCP + a s223:OutletConnectionPoint ; + s223:connectsThrough psm:PipeFromBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "External boiler outlet CP" ; +. +psm:ExternalChiller + a s223:Chiller ; + s223:hasConnectionPoint psm:ExternalChillerInletCP ; + s223:hasConnectionPoint psm:ExternalChillerOutletCP ; + rdfs:label "External chiller" ; +. +psm:ExternalChillerInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:PipeToChiller ; + s223:hasMedium s223:Medium-Water ; + rdfs:label "External chiller inlet CP" ; +. +psm:ExternalChillerOutletCP + a s223:OutletConnectionPoint ; + s223:cnx psm:PipeFromChiller ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "External chiller outlet CP" ; +. +psm:FanInletConnectionPoint + a s223:InletConnectionPoint ; + s223:cnx psm:BathroomExhaustDuct ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Fan inlet connection point" ; +. +psm:FanOutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:BathroomFanExhaustDuct ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Fan outlet connection point" ; +. +psm:Floor1 + a s223:PhysicalSpace ; + s223:contains psm:Bathroom ; + s223:contains psm:Corridor ; + s223:contains psm:Kitchenette ; + s223:contains psm:OpenOffice ; + s223:contains psm:PrivateOffice ; + rdfs:label "Floor1" ; +. +psm:FlowSensor1 + a s223:FlowSensor ; + s223:hasObservationLocation psm:i00053 ; + s223:observes psm:ReturnAirFlowRate ; + rdfs:label "S1" ; +. +psm:GridConnection + a s223:ElectricWire ; + s223:hasMedium s223:AC-240VLL-120VLN-1Ph-60Hz ; + rdfs:label "Grid connection" ; +. +psm:HVAC4-5Connection + a s223:Connection ; + s223:cnx psm:InletIntraCorridor4CP ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "HVAC4-5Connection" ; +. +psm:HVACSpace1 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:OpenOfficeInletConnectionPoint ; + s223:hasConnectionPoint psm:OpenOfficeOutletConnectionPoint ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace1" ; +. +psm:HVACSpace2 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:BathroomInletConnectionPoint ; + s223:hasConnectionPoint psm:BathroomOutletConnectionPoint ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace2" ; +. +psm:HVACSpace3 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:PrivateOfficeInletConnectionPoint ; + s223:hasConnectionPoint psm:PrivateOfficeOutletConnectionPoint ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace3" ; +. +psm:HVACSpace4 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:CorridorInletConnectionPointPO ; + s223:hasConnectionPoint psm:CorridorOutletConnectionPointB ; + s223:hasConnectionPoint psm:CorridorOutletConnectionPointOO ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace4" ; +. +psm:HVACSpace5 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:CorridorInletConnectionPointK ; + s223:hasConnectionPoint psm:OutletIntraCorridor5CP ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace5" ; +. +psm:HVACSpace6 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:KitchenetteInletConnectionPoint ; + s223:hasConnectionPoint psm:KitchenetteOutletConnectionPoint ; + s223:hasDomain s223:Domain-HVAC ; + rdfs:label "HVACSpace6" ; +. +psm:HVACSpace6TempSensor + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:HVACSpace6 ; + s223:observes psm:HVACSpaceTemp ; + rdfs:label "HVACSpace6Temp sensor" ; +. +psm:HVACSpaceTemp + a s223:QuantifiableObservableProperty ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "HVACSpace temp" ; +. +psm:HVACZone1 + a s223:Zone ; + s223:hasDomain s223:Domain-HVAC ; + s223:hasDomainSpace psm:HVACSpace1 ; + s223:hasDomainSpace psm:HVACSpace2 ; + s223:hasDomainSpace psm:HVACSpace3 ; + s223:hasDomainSpace psm:HVACSpace4 ; + rdfs:label "HVACZone1" ; +. +psm:HVACZone1Temperature + a s223:QuantifiableObservableProperty ; + s223:hasValue 69.7 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "HVACZone1Temperature" ; +. +psm:HVACZone1TemperatureSensor + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:HVACSpace1 ; + s223:hasPhysicalLocation psm:OpenOffice ; + s223:observes psm:HVACZone1Temperature ; + rdfs:label "TH1" ; +. +psm:HVACZone1TemperatureSetpoint + a s223:QuantifiableActuatableProperty ; + s223:hasAspect s223:Aspect-Setpoint ; + s223:hasValue 73.0 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "HVACZone1Temperature setpoint" ; +. +psm:HVACZone1Thermostat + a s223:Thermostat ; + s223:contains psm:HVACZone1TemperatureSensor ; + s223:hasProperty psm:HVACZone1TemperatureSetpoint ; + rdfs:label "HVACZone1Thermostat" ; +. +psm:HVACZone2 + a s223:Zone ; + s223:hasDomain s223:Domain-HVAC ; + s223:hasDomainSpace psm:HVACSpace5 ; + s223:hasDomainSpace psm:HVACSpace6 ; + rdfs:label "HVACZone2" ; +. +psm:HVACZone2Temperature + a s223:QuantifiableObservableProperty ; + s223:hasValue 73.2 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "HVACZone2Temperature" ; +. +psm:HVACZone2Thermostat + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:HVACSpace5 ; + s223:hasPhysicalLocation psm:Corridor ; + s223:observes psm:HVACZone2Temperature ; + rdfs:label "TH2" ; +. +psm:HeatingCoilOutletTemperature + a s223:QuantifiableObservableProperty ; + s223:hasValue "80"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Heating coil outlet temperature" ; +. +psm:HeatingCoilValveActuator + a s223:Actuator ; + s223:commandedByProperty psm:HeatingCoilValvePosition ; + rdfs:label "A4" ; +. +psm:HeatingCoilValvePosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Heating coil valve position" ; +. +psm:InletIntraCorridor4CP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + s223:isConnectionPointOf psm:HVACSpace4 ; + rdfs:label "Inlet intra corridor4CP" ; +. +psm:Kitchenette + a s223:PhysicalSpace ; + s223:encloses psm:HVACSpace6 ; + s223:encloses psm:LightingSpace6 ; + s223:encloses psm:OccupancySpace5 ; + rdfs:label "Kitchenette" ; +. +psm:KitchenetteInletConnectionPoint + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Kitchenette inlet connection point" ; +. +psm:KitchenetteLight1 + a s223:Connection ; + s223:cnx psm:KitchenetteLightInletCP ; + s223:cnx psm:Luminaire11Outlet ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Kitchenette light1" ; +. +psm:KitchenetteLightInletCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Kitchenette light inlet CP" ; +. +psm:KitchenetteLightingSystem + a s223:System ; + s223:hasMember psm:Luminaire11 ; + s223:hasMember psm:Luminaire12 ; + s223:hasMember psm:OccSensor5 ; + rdfs:label "Kitchenette lighting system" ; +. +psm:KitchenetteOutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Kitchenette outlet connection point" ; +. +psm:LIghtingSpace1DLInlet + a s223:InletConnectionPoint ; + s223:cnx psm:DLightPath1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Lighting Space1 DL Inlet" ; +. +psm:LightEngine1 + a s223:Equipment ; + s223:hasConnectionPoint psm:LightEngine1Inlet ; + s223:hasConnectionPoint psm:LightEngine1Outlet ; + rdfs:label "LightEngine1" ; +. +psm:LightEngine1Inlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Electricity ; + rdfs:label "Light engine1Inlet" ; +. +psm:LightEngine1Outlet + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Light-Visible ; + s223:mapsTo psm:Luminaire1Outlet ; + rdfs:label "Light Engine 1 Outlet" ; +. +psm:LightingSpace1 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:LIghtingSpace1DLInlet ; + s223:hasConnectionPoint psm:LightingSpace1ELInlet ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace1" ; +. +psm:LightingSpace1ELInlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Lighting Space1 EL Inlet" ; +. +psm:LightingSpace2 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:LightingSpace2ELInlet ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace2" ; +. +psm:LightingSpace2ELInlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Lighting Space2 EL Inlet" ; +. +psm:LightingSpace3 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:BathroomLightInletCP ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace3" ; +. +psm:LightingSpace4 + a s223:DomainSpace ; + s223:cnx psm:PrivateOfficeLightInletCP ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace4" ; +. +psm:LightingSpace5 + a s223:DomainSpace ; + s223:cnx psm:CorridorLightInletCP ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace5" ; +. +psm:LightingSpace6 + a s223:DomainSpace ; + s223:hasConnectionPoint psm:KitchenetteLightInletCP ; + s223:hasDomain s223:Domain-Lighting ; + rdfs:label "LightingSpace6" ; +. +psm:LightingZone1 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace1 ; + rdfs:label "LightingZone1" ; +. +psm:LightingZone2 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace2 ; + rdfs:label "LightingZone2" ; +. +psm:LightingZone3 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace3 ; + rdfs:label "LightingZone3" ; +. +psm:LightingZone4 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace4 ; + rdfs:label "LightingZone4" ; +. +psm:LightingZone5 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace5 ; + rdfs:label "LightingZone5" ; +. +psm:LightingZone6 + a s223:Zone ; + s223:hasDomain s223:Domain-Lighting ; + s223:hasDomainSpace psm:LightingSpace6 ; + rdfs:label "LightingZone6" ; +. +psm:Luminaire1 + a s223:Luminaire ; + s223:cnx psm:Luminaire1Inlet ; + s223:cnx psm:Luminaire1Outlet ; + s223:contains psm:Driver1 ; + s223:contains psm:LightEngine1 ; + rdfs:label "Luminaire1" ; +. +psm:Luminaire10 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire10Inlet ; + s223:hasConnectionPoint psm:Luminaire10Outlet ; + s223:hasProperty psm:Luminaire10OnOffStatus ; + rdfs:label "Luminaire10" ; +. +psm:Luminaire10Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire10Inlet" ; +. +psm:Luminaire10OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire10On off status" ; +. +psm:Luminaire10Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:CorridorLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire10Outlet" ; +. +psm:Luminaire11 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire11Inlet ; + s223:hasConnectionPoint psm:Luminaire11Outlet ; + s223:hasPhysicalLocation psm:Kitchenette ; + s223:hasProperty psm:Luminaire11OnOffStatus ; + rdfs:label "Luminaire11" ; +. +psm:Luminaire11Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire11Inlet" ; +. +psm:Luminaire11OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire11On off status" ; +. +psm:Luminaire11Outlet + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire11Outlet" ; +. +psm:Luminaire12 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire12Inlet ; + s223:hasConnectionPoint psm:Luminaire12Outlet ; + s223:hasPhysicalLocation psm:Kitchenette ; + s223:hasProperty psm:Luminaire12OnOffStatus ; + rdfs:label "Luminaire12" ; +. +psm:Luminaire12Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire12Inlet" ; +. +psm:Luminaire12OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire12On off status" ; +. +psm:Luminaire12Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:KitchenetteLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire12Outlet" ; +. +psm:Luminaire1CCT + a s223:QuantifiableActuatableProperty ; + qudt:hasQuantityKind qudtqk:ThermodynamicTemperature ; + qudt:hasUnit unit:K ; + rdfs:label "Luminaire1CCT" ; +. +psm:Luminaire1FunctionBlock + a s223:FunctionBlock ; + s223:hasInput psm:OccupancyProp1 ; + s223:hasInput psm:OpenOfficeDaylightLevel ; + s223:hasOutput psm:Luminaire1CCT ; + s223:hasOutput psm:Luminaire1Intensity ; + s223:hasOutput psm:Luminaire1OnOff ; + rdfs:label "Luminaire1function block" ; +. +psm:Luminaire1Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire1Inlet" ; +. +psm:Luminaire1Intensity + a s223:QuantifiableActuatableProperty ; + s223:hasValue 50.5 ; + qudt:hasQuantityKind qudtqk:LuminousFluxRatio ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Luminaire1Intensity" ; +. +psm:Luminaire1InternalWire + a s223:ElectricWire ; + s223:cnx psm:LightEngine1Inlet ; + s223:hasMedium s223:Medium-Electricity ; + rdfs:label "Luminaire1Internal wire" ; +. +psm:Luminaire1OnOff + a s223:EnumeratedActuatableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire1OnOff" ; +. +psm:Luminaire1Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:ELightPath1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire1Outlet" ; +. +psm:Luminaire2 + a s223:Luminaire ; + s223:commandedByProperty psm:Luminaire2CCT ; + s223:commandedByProperty psm:Luminaire2Intensity ; + s223:commandedByProperty psm:Luminaire2OnOff ; + s223:hasConnectionPoint psm:Luminaire2Inlet ; + s223:hasConnectionPoint psm:Luminaire2Outlet ; + s223:hasProperty psm:Luminaire2OnOffStatus ; + rdfs:label "Luminaire2" ; +. +psm:Luminaire2CCT + a s223:QuantifiableActuatableProperty ; + qudt:hasQuantityKind qudtqk:ThermodynamicTemperature ; + qudt:hasUnit unit:K ; + rdfs:label "Luminaire2CCT" ; +. +psm:Luminaire2FunctionBlock + a s223:FunctionBlock ; + s223:hasInput psm:OccupancyProp1 ; + s223:hasInput psm:OpenOfficeDaylightLevel ; + s223:hasOutput psm:Luminaire2CCT ; + s223:hasOutput psm:Luminaire2Intensity ; + s223:hasOutput psm:Luminaire2OnOff ; + rdfs:label "Luminaire2 function block" ; +. +psm:Luminaire2Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire2Inlet" ; +. +psm:Luminaire2Intensity + a s223:QuantifiableActuatableProperty ; + s223:hasValue 50.5 ; + qudt:hasQuantityKind qudtqk:LuminousFluxRatio ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Luminaire2Intensity" ; +. +psm:Luminaire2OnOff + a s223:EnumeratedActuatableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire2OnOff" ; +. +psm:Luminaire2OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire2On off status" ; +. +psm:Luminaire2Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:ELightPath1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire2Outlet" ; +. +psm:Luminaire3 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire3Inlet ; + s223:hasConnectionPoint psm:Luminaire3Outlet ; + s223:hasProperty psm:Luminaire3OnOffStatus ; + rdfs:label "Luminaire3" ; +. +psm:Luminaire3Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire3Inlet" ; +. +psm:Luminaire3OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire3On off status" ; +. +psm:Luminaire3Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:ELightPath2 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire3Outlet" ; +. +psm:Luminaire4 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire4Inlet ; + s223:hasConnectionPoint psm:Luminaire4Outlet ; + s223:hasProperty psm:Luminaire4OnOffStatus ; + rdfs:label "Luminaire4" ; +. +psm:Luminaire4Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire4Inlet" ; +. +psm:Luminaire4OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire4On off status" ; +. +psm:Luminaire4Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:ELightPath2 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire4Outlet" ; +. +psm:Luminaire5 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire5Inlet ; + s223:hasConnectionPoint psm:Luminaire5Outlet ; + s223:hasProperty psm:Luminaire5OnOffStatus ; + rdfs:label "Luminaire5" ; +. +psm:Luminaire5Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire5Inlet" ; +. +psm:Luminaire5OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire5On off status" ; +. +psm:Luminaire5Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:BathroomLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire5Outlet" ; +. +psm:Luminaire6 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire6Inlet ; + s223:hasConnectionPoint psm:Luminaire6Outlet ; + s223:hasProperty psm:Luminaire6OnOffStatus ; + rdfs:label "Luminaire6" ; +. +psm:Luminaire6Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire6Inlet" ; +. +psm:Luminaire6OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire6On off status" ; +. +psm:Luminaire6Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:BathroomLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire6Outlet" ; +. +psm:Luminaire7 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire7Inlet ; + s223:hasConnectionPoint psm:Luminaire7Outlet ; + s223:hasProperty psm:Luminaire7OnOffStatus ; + rdfs:label "Luminaire7" ; +. +psm:Luminaire7Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire7Inlet" ; +. +psm:Luminaire7OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire7On off status" ; +. +psm:Luminaire7Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:PrivateOfficeLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire7Outlet" ; +. +psm:Luminaire8 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire8Inlet ; + s223:hasConnectionPoint psm:Luminaire8Outlet ; + s223:hasProperty psm:Luminaire8OnOffStatus ; + rdfs:label "Luminaire8" ; +. +psm:Luminaire8Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire8Inlet" ; +. +psm:Luminaire8OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire8On off status" ; +. +psm:Luminaire8Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:PrivateOfficeLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire8Outlet" ; +. +psm:Luminaire9 + a s223:Luminaire ; + s223:hasConnectionPoint psm:Luminaire9Inlet ; + s223:hasConnectionPoint psm:Luminaire9Outlet ; + s223:hasProperty psm:Luminaire9OnOffStatus ; + rdfs:label "Luminaire9" ; +. +psm:Luminaire9Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:ElectricCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Luminaire9Inlet" ; +. +psm:Luminaire9OnOffStatus + a s223:EnumerableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-Off ; + rdfs:label "Luminaire9On off status" ; +. +psm:Luminaire9Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:CorridorLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Luminaire9Outlet" ; +. +psm:MainBreaker + a s223:ElectricBreaker ; + s223:hasConnectionPoint psm:MainBreakerInletCP ; + s223:hasConnectionPoint psm:MainBreakerOutCP1 ; + s223:hasConnectionPoint psm:MainBreakerOutCP2 ; + s223:hasConnectionPoint psm:MainBreakerOutCP3 ; + s223:hasConnectionPoint psm:MainBreakerOutCP4 ; + s223:hasConnectionPoint psm:MainBreakerOutCP5 ; + rdfs:label "Main breaker" ; +. +psm:MainBreakerCircuit1 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Main breaker circuit1" ; +. +psm:MainBreakerCircuit2 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Main breaker circuit2" ; +. +psm:MainBreakerCircuit3 + a s223:ElectricWire ; + s223:cnx psm:BR3InletConnectionPoint ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + rdfs:label "Main breaker circuit3" ; +. +psm:MainBreakerCircuit4 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Main breaker circuit4" ; +. +psm:MainBreakerCircuit5 + a s223:ElectricWire ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + rdfs:label "Main breaker circuit5" ; +. +psm:MainBreakerInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:GridConnection ; + s223:hasMedium s223:AC-240VLL-120VLN-1Ph-60Hz ; + rdfs:label "Main breaker inlet CP" ; +. +psm:MainBreakerOutCP1 + a s223:OutletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit1 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + s223:hasProperty psm:BreakerCP1Phase ; + rdfs:label "Main breaker out CP1" ; +. +psm:MainBreakerOutCP2 + a s223:OutletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit2 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + s223:hasProperty psm:BreakerCP2Phase ; + rdfs:label "Main breaker out CP2" ; +. +psm:MainBreakerOutCP3 + a s223:OutletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit3 ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + s223:hasProperty psm:BreakerCP3Phase ; + rdfs:label "Main breaker out CP3" ; +. +psm:MainBreakerOutCP4 + a s223:OutletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit4 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + s223:hasProperty psm:BreakerCP4Phase ; + rdfs:label "Main breaker out CP4" ; +. +psm:MainBreakerOutCP5 + a s223:OutletConnectionPoint ; + s223:cnx psm:MainBreakerCircuit5 ; + s223:hasMedium s223:AC-120VLN-1Ph-60Hz ; + s223:hasProperty psm:BreakerCP5Phase ; + rdfs:label "Main breaker out CP5" ; +. +psm:MainGridConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:GridConnection ; + s223:hasMedium s223:Electricity-AC ; + rdfs:label "Main grid connection point" ; +. +psm:MainGridPowerSource + a s223:Generator ; + s223:cnx psm:MainGridConnectionPoint ; + rdfs:label "Main grid power source" ; +. +psm:MixedAirDamperActuator + a s223:Actuator ; + s223:commandedByProperty psm:MixedAirDamperPosition ; + rdfs:label "A2" ; +. +psm:MixedAirDamperPosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Mixed air damper position" ; +. +psm:MixedAirPressure + a s223:QuantifiableObservableProperty ; + s223:hasValue 15.5 ; + qudt:hasQuantityKind qudtqk:Pressure ; + qudt:hasUnit unit:PSI ; + rdfs:label "Mixed air pressure" ; +. +psm:MixedAirPressureSensor + a s223:PressureSensor ; + s223:hasObservationLocation psm:i00024 ; + s223:observes psm:MixedAirPressure ; + rdfs:label "S5" ; +. +psm:OA-to-EconDamper + a s223:Connection ; + s223:cnx psm:i00018 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "OA-to-Econ damper" ; +. +psm:OA-to-MinDamper + a s223:Connection ; + s223:cnx psm:OAJunctionOutletToMin ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "OA-to-Min damper" ; +. +psm:OAJunctionInlet + a s223:InletConnectionPoint ; + s223:mapsTo psm:AHUOAInlet ; + rdfs:label "OAJunction inlet" ; +. +psm:OAJunctionOutletToEcon + a s223:OutletConnectionPoint ; + s223:cnx psm:OA-to-EconDamper ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "OAJunction outlet to econ" ; +. +psm:OAJunctionOutletToMin + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "OAJunction outlet to min" ; +. +psm:OccSensor1 + a s223:OccupantCounter ; + s223:hasObservationLocation psm:OccupancySpace1 ; + s223:hasPhysicalLocation psm:OpenOffice ; + s223:observes psm:OccupancyProp1 ; + rdfs:label "O1" ; +. +psm:OccSensor2 + a s223:OccupantMotionSensor ; + s223:hasObservationLocation psm:OccupancySpace2 ; + s223:hasPhysicalLocation psm:Bathroom ; + s223:observes psm:OccupancyProp2 ; + rdfs:label "O2" ; +. +psm:OccSensor3 + a s223:OccupantPresenceSensor ; + s223:hasObservationLocation psm:OccupancySpace3 ; + s223:observes psm:OccupancyProp3 ; + rdfs:label "O3" ; +. +psm:OccSensor4 + a s223:OccupantMotionSensor ; + s223:hasObservationLocation psm:OccupancySpace4 ; + s223:observes psm:OccupancyProp4 ; + rdfs:label "O4" ; +. +psm:OccSensor5 + a s223:OccupantPresenceSensor ; + s223:hasObservationLocation psm:OccupancySpace5 ; + s223:observes psm:OccupancyProp5 ; + rdfs:label "O5" ; +. +psm:OccupancyProp1 + a s223:QuantifiableObservableProperty ; + s223:hasValue "5"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Population ; + qudt:hasUnit unit:NUM ; + rdfs:label "Occupancy prop1" ; +. +psm:OccupancyProp2 + a s223:EnumeratedObservableProperty ; + s223:hasEnumerationKind s223:Occupancy-Motion ; + s223:hasValue s223:Motion-True ; + rdfs:label "Occupancy prop2" ; +. +psm:OccupancyProp3 + a s223:EnumeratedObservableProperty ; + s223:hasEnumerationKind s223:Occupancy-Presence ; + s223:hasValue s223:Presence-True ; + rdfs:label "Occupancy prop3" ; +. +psm:OccupancyProp4 + a s223:EnumeratedObservableProperty ; + s223:hasEnumerationKind s223:Occupancy-Motion ; + s223:hasValue s223:Motion-True ; + rdfs:label "Occupancy prop4" ; +. +psm:OccupancyProp5 + a s223:EnumeratedObservableProperty ; + s223:hasEnumerationKind s223:Occupancy-Presence ; + s223:hasValue s223:Presence-True ; + rdfs:label "Occupancy prop5" ; +. +psm:OccupancySpace1 + a s223:DomainSpace ; + s223:hasDomain s223:Domain-Occupancy ; + rdfs:label "Occupancy space1" ; +. +psm:OccupancySpace2 + a s223:DomainSpace ; + s223:hasDomain s223:Domain-Occupancy ; + rdfs:label "Occupancy space2" ; +. +psm:OccupancySpace3 + a s223:DomainSpace ; + s223:hasDomain s223:Domain-Occupancy ; + rdfs:label "Occupancy space3" ; +. +psm:OccupancySpace4 + a s223:DomainSpace ; + s223:hasDomain s223:Domain-Occupancy ; + rdfs:label "Occupancy space4" ; +. +psm:OccupancySpace5 + a s223:DomainSpace ; + s223:hasDomain s223:Domain-Occupancy ; + rdfs:label "OccupancySpace5" ; +. +psm:OfficeWindowDaylightCP + a s223:OutletConnectionPoint ; + s223:cnx psm:DLightPath1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Office window daylight CP" ; +. +psm:OfficeWindowExteriorLightInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:ExteriorAmbientLightPath ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Office window exterior light inlet CP" ; +. +psm:OpenOffice + a s223:PhysicalSpace ; + s223:encloses psm:HVACSpace1 ; + s223:encloses psm:LightingSpace1 ; + s223:encloses psm:LightingSpace2 ; + s223:encloses psm:OccupancySpace1 ; + rdfs:label "Open office" ; +. +psm:OpenOfficeDaylightLevel + a s223:QuantifiableObservableProperty ; + qudt:hasQuantityKind qudtqk:Illuminance ; + qudt:hasUnit unit:LUX ; + rdfs:label "Open office daylight level" ; +. +psm:OpenOfficeInletConnectionPoint + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Open office inlet connection point" ; +. +psm:OpenOfficeOutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:cnx psm:ReturnDuct ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Open office outlet connection point" ; +. +psm:OpenOfficeWindows + a s223:Window ; + s223:cnx psm:OfficeWindowDaylightCP ; + s223:cnx psm:OfficeWindowExteriorLightInletCP ; + rdfs:label "Open office windows" ; +. +psm:OpeningCB + a s223:Connection ; + s223:cnx psm:BathroomInletConnectionPoint ; + s223:cnx psm:CorridorOutletConnectionPointB ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Opening CB" ; +. +psm:OpeningCOO + a s223:Connection ; + s223:cnx psm:CorridorOutletConnectionPointOO ; + s223:cnx psm:OpenOfficeInletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Opening COO" ; +. +psm:OpeningKC + a s223:Connection ; + s223:cnx psm:CorridorInletConnectionPointK ; + s223:cnx psm:KitchenetteOutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Opening KC" ; +. +psm:OpeningPOC + a s223:Connection ; + s223:cnx psm:CorridorInletConnectionPointPO ; + s223:cnx psm:PrivateOfficeOutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Opening POC" ; +. +psm:OutletIntraCorridor5CP + a s223:OutletConnectionPoint ; + s223:cnx psm:HVAC4-5Connection ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Outlet intra corridor5CP" ; +. +psm:OutsideAirDamperActuator + a s223:Actuator ; + s223:commandedByProperty psm:OutsideAirDamperPosition ; + rdfs:label "A3" ; +. +psm:OutsideAirDamperPosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Outside air damper position" ; +. +psm:OutsideAirJunction + a s223:Junction ; + s223:hasConnectionPoint psm:OAJunctionInlet ; + s223:hasConnectionPoint psm:OAJunctionOutletToEcon ; + s223:hasConnectionPoint psm:OAJunctionOutletToMin ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Outside air junction" ; +. +psm:PipeFromBoiler + a s223:Connection ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "Pipe from boiler" ; +. +psm:PipeFromChiller + a s223:Connection ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "Pipe from chiller" ; +. +psm:PipeToBoiler + a s223:Connection ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "Pipe to boiler" ; +. +psm:PipeToChiller + a s223:Connection ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "Pipe to chiller" ; +. +psm:PrivateOffice + a s223:PhysicalSpace ; + s223:encloses psm:HVACSpace3 ; + s223:encloses psm:LightingSpace4 ; + s223:encloses psm:OccupancySpace3 ; + rdfs:label "Private office" ; +. +psm:PrivateOfficeInletConnectionPoint + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Private office inlet connection point" ; +. +psm:PrivateOfficeLight1 + a s223:Connection ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Private office light1" ; +. +psm:PrivateOfficeLightInletCP + a s223:InletConnectionPoint ; + s223:cnx psm:PrivateOfficeLight1 ; + s223:hasMedium s223:Light-Visible ; + rdfs:label "Private office light inlet CP" ; +. +psm:PrivateOfficeOutletConnectionPoint + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Private office outlet connection point" ; +. +psm:ReturnAirFlowRate + a s223:QuantifiableObservableProperty ; + s223:hasValue 129.3 ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + qudt:hasUnit unit:FT3-PER-MIN ; + rdfs:label "Return air flow rate" ; +. +psm:ReturnDuct + a s223:Connection ; + s223:cnx psm:AHUReturnInlet ; + s223:hasMedium s223:Medium-Air ; + s223:hasProperty psm:ratmp ; + rdfs:label "Return duct" ; +. +psm:ReturnFanActuator + a s223:Actuator ; + s223:commandedByProperty psm:ReturnFanSpeed ; + rdfs:label "A8" ; +. +psm:ReturnFanSpeed + a s223:QuantifiableActuatableProperty ; + s223:hasValue "70"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Return fan speed" ; +. +psm:ReturnFanStatus + a s223:EnumeratedActuatableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-On ; + rdfs:label "Return fan status" ; +. +psm:ReturnSystem + a s223:System ; + s223:hasMember psm:i00051 ; + s223:hasMember psm:i00056 ; + s223:hasRole s223:Role-Return ; + rdfs:label "Return System" ; +. +psm:RoomSupply1 + a s223:Connection ; + s223:cnx psm:PrivateOfficeInletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Room supply1" ; +. +psm:RoomSupply2 + a s223:Connection ; + s223:cnx psm:KitchenetteInletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Room supply2" ; +. +psm:SupplyFanActuator + a s223:Actuator ; + s223:commandedByProperty psm:SupplyFanSpeed ; + rdfs:label "A9" ; +. +psm:SupplyFanElectricInCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:AC-240VLL-1Ph-60Hz ; + s223:mapsTo psm:AHUElectricityInlet ; + rdfs:label "Supply fan electric in CP" ; +. +psm:SupplyFanSpeed + a s223:QuantifiableActuatableProperty ; + s223:hasValue "80"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Supply fan speed" ; +. +psm:SupplyFanStatus + a s223:EnumeratedActuatableProperty ; + s223:hasEnumerationKind s223:EnumerationKind-OnOff ; + s223:hasValue s223:OnOff-On ; + rdfs:label "Supply fan status" ; +. +psm:SupplyFromExteriorAir + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Supply from exterior air" ; +. +psm:SupplySystem + a s223:System ; + s223:hasMember psm:i00007 ; + s223:hasMember psm:i00011 ; + s223:hasMember psm:i00016 ; + s223:hasMember psm:i00021 ; + s223:hasMember psm:i00025 ; + s223:hasMember psm:i00036 ; + s223:hasMember psm:i00047 ; + s223:hasRole s223:Role-Supply ; + rdfs:label "Supply System" ; +. +psm:TU1DamperPositionCommand + a s223:QuantifiableActuatableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "TU1 Damper Position Command" ; +. +psm:TU1InternalPipe + a s223:Pipe ; + s223:cnx psm:VAV1ReheatCoilSupplyFluidInlet ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "TU1Internal pipe" ; +. +psm:TU1ReheatValve + a s223:Valve ; + s223:cnx psm:TU1ReheatValveOCP ; + s223:commandedByProperty psm:TU1ReheatValvePositionCommand ; + s223:hasConnectionPoint psm:TU1ReheatValveICP ; + rdfs:label "TU1Reheat valve" ; +. +psm:TU1ReheatValveICP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:VAV1BoxSupplyFluidInlet ; + rdfs:label "TU1Reheat valve ICP" ; +. +psm:TU1ReheatValveOCP + a s223:OutletConnectionPoint ; + s223:cnx psm:TU1InternalPipe ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "TU1Reheat valve outlet CP" ; +. +psm:TU1ReheatValvePositionCommand + a s223:QuantifiableActuatableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "TU1Reheat valve position command" ; +. +psm:TempSensor_1 + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:i00050 ; + s223:observes psm:CoolingCoilOutletTemperature ; + rdfs:label "S7" ; +. +psm:TempSensor_2 + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:i00046 ; + s223:observes psm:HeatingCoilOutletTemperature ; + rdfs:label "S6" ; +. +psm:TerminalUnit1FunctionBlock + a s223:FunctionBlock ; + s223:hasInput psm:HVACZone1Temperature ; + s223:hasInput psm:HVACZone1TemperatureSetpoint ; + s223:hasInput psm:OccupancyProp1 ; + s223:hasOutput psm:TU1DamperPositionCommand ; + s223:hasOutput psm:TU1ReheatValvePositionCommand ; + rdfs:label "Terminal Unit1 Function Block" ; +. +psm:VAV1BoxSupplyFluidInlet + a s223:InletConnectionPoint ; + s223:cnx psm:PipeFromBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "VAV1Box supply fluid inlet" ; +. +psm:VAV1BoxSupplyFluidOutlet + a s223:OutletConnectionPoint ; + s223:cnx psm:PipeToBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "VAV1Box supply fluid outlet" ; +. +psm:VAV1DamperInletCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:VAVBox1Inlet ; + rdfs:label "VAV1Damper inlet CP" ; +. +psm:VAV1DamperOutletCP + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV1Damper outlet CP" ; +. +psm:VAV1InletFlow + a s223:QuantifiableObservableProperty ; + s223:hasValue "135"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + qudt:hasUnit unit:FT3-PER-MIN ; + rdfs:label "VAV1Inlet flow" ; +. +psm:VAV1InletReheatCoilCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV1Inlet reheat coil CP" ; +. +psm:VAV1InletTemperature + a s223:QuantifiableObservableProperty ; + s223:hasValue 70.2 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "VAV1 Inlet Temperature" ; +. +psm:VAV1InternalConnection + a s223:Connection ; + s223:cnx psm:VAV1DamperOutletCP ; + s223:cnx psm:VAV1InletReheatCoilCP ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV1Internal connection" ; +. +psm:VAV1OuletReheatCoilCP + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:VAVBox1Outlet ; + rdfs:label "VAV1Oulet reheat coil CP" ; +. +psm:VAV1OutletTemperature + a s223:QuantifiableObservableProperty ; + s223:hasValue 72.3 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "VAV1 Outlet Temperature" ; +. +psm:VAV1ReheatCoilSupplyFluidInlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "VAV1Reheat coil supply fluid inlet" ; +. +psm:VAV1ReheatCoilSupplyFluidOutlet + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:VAV1BoxSupplyFluidOutlet ; + rdfs:label "VAV1Reheat coil supply fluid outlet" ; +. +psm:VAV2DamperInletCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:VAVBox2Inlet ; + rdfs:label "VAV2Damper inlet CP" ; +. +psm:VAV2DamperOutletCP + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV2Damper outlet CP" ; +. +psm:VAV2InletFlow + a s223:QuantifiableObservableProperty ; + s223:hasValue "250"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + qudt:hasUnit unit:FT3-PER-MIN ; + rdfs:label "VAV2Inlet flow" ; +. +psm:VAV2InletReheatCoilCP + a s223:InletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV2Inlet reheat coil CP" ; +. +psm:VAV2InternalConnection + a s223:Connection ; + s223:cnx psm:VAV2DamperOutletCP ; + s223:cnx psm:VAV2InletReheatCoilCP ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAV2Internal connection" ; +. +psm:VAV2OuletReheatCoilCP + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:VAVBox2Outlet ; + rdfs:label "VAV2Oulet reheat coil CP" ; +. +psm:VAV2OutletTemperature + a s223:QuantifiableObservableProperty ; + s223:hasValue 71.2 ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "VAV2 Outlet Temperature" ; +. +psm:VAV2OutletTemperatureProperty + a s223:QuantifiableObservableProperty ; + s223:hasValue "70"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "VAV2Outlet temperature property" ; +. +psm:VAV2ReheatCoilSupplyFluidInlet + a s223:InletConnectionPoint ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:VAV2SupplyFluidInlet ; + rdfs:label "VAV2Reheat coil supply fluid inlet" ; +. +psm:VAV2ReheatCoilSupplyFluidOutlet + a s223:OutletConnectionPoint ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:VAV2SupplyFluidOutlet ; + rdfs:label "VAV2Reheat coil supply fluid outlet" ; +. +psm:VAV2SupplyFluidInlet + a s223:InletConnectionPoint ; + s223:cnx psm:PipeFromBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "VAV2Supply fluid inlet" ; +. +psm:VAV2SupplyFluidOutlet + a s223:OutletConnectionPoint ; + s223:cnx psm:PipeToBoiler ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "VAV2Supply fluid outlet" ; +. +psm:VAVBox1 + a s223:SingleDuctTerminal ; + s223:cnx psm:VAV1BoxSupplyFluidInlet ; + s223:cnx psm:VAV1BoxSupplyFluidOutlet ; + s223:cnx psm:VAVBox1Inlet ; + s223:cnx psm:VAVBox1Outlet ; + s223:contains psm:TU1ReheatValve ; + s223:contains psm:VAVBox1HeatingCoil ; + s223:contains psm:VAVBox1InletFlowSensor ; + s223:contains psm:VAVBox1MotorizedDamper ; + s223:contains psm:VAVBox1OutletTemperatureSensor ; + rdfs:label "VAVBox1" ; +. +psm:VAVBox1DamperActuator + a s223:Actuator ; + s223:commandedByProperty psm:VAVBox1DamperPosition ; + rdfs:label "A10" ; +. +psm:VAVBox1DamperPosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "VAVBox1Damper position" ; +. +psm:VAVBox1HeatingCoil + a s223:HeatingCoil ; + s223:hasConnectionPoint psm:VAV1InletReheatCoilCP ; + s223:hasConnectionPoint psm:VAV1OuletReheatCoilCP ; + s223:hasConnectionPoint psm:VAV1ReheatCoilSupplyFluidInlet ; + s223:hasConnectionPoint psm:VAV1ReheatCoilSupplyFluidOutlet ; + rdfs:label "VAVBox1Heating coil" ; +. +psm:VAVBox1Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:VAVSupply ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAVBox1Inlet" ; +. +psm:VAVBox1InletFlowSensor + a s223:FlowSensor ; + s223:hasObservationLocation psm:VAV2DamperInletCP ; + s223:observes psm:VAV1InletFlow ; + rdfs:label "S9" ; +. +psm:VAVBox1MotorizedDamper + a s223:Damper ; + s223:commandedByProperty psm:TU1DamperPositionCommand ; + s223:hasConnectionPoint psm:VAV1DamperInletCP ; + s223:hasConnectionPoint psm:VAV1DamperOutletCP ; + rdfs:label "VAVBox1Motorized damper " ; +. +psm:VAVBox1Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:RoomSupply1 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAVBox1Outlet" ; +. +psm:VAVBox1OutletTemperatureSensor + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:VAV1OuletReheatCoilCP ; + s223:observes psm:VAV1OutletTemperature ; + rdfs:label "S10" ; +. +psm:VAVBox1ReheatValveActuator + a s223:Actuator ; + s223:commandedByProperty psm:VAVBox1ReheatValvePosition ; + rdfs:label "A11" ; +. +psm:VAVBox1ReheatValvePosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "VAVBox1Reheat valve position" ; +. +psm:VAVBox2 + a s223:SingleDuctTerminal ; + s223:contains psm:VAVBox2HeatingCoil ; + s223:contains psm:VAVBox2InletFlowSensor ; + s223:contains psm:VAVBox2MotorizedDamper ; + s223:contains psm:VAVBox2OutletTemperatureSensor ; + s223:hasConnectionPoint psm:VAV2SupplyFluidInlet ; + s223:hasConnectionPoint psm:VAV2SupplyFluidOutlet ; + s223:hasConnectionPoint psm:VAVBox2Inlet ; + s223:hasConnectionPoint psm:VAVBox2Outlet ; + rdfs:label "VAVBox2" ; +. +psm:VAVBox2DamperActuator + a s223:Actuator ; + s223:commandedByProperty psm:VAVBox2DamperPosition ; + rdfs:label "A6" ; +. +psm:VAVBox2DamperPosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "VAVBox2Damper position" ; +. +psm:VAVBox2HeatingCoil + a s223:HeatingCoil ; + s223:hasConnectionPoint psm:VAV2InletReheatCoilCP ; + s223:hasConnectionPoint psm:VAV2OuletReheatCoilCP ; + s223:hasConnectionPoint psm:VAV2ReheatCoilSupplyFluidInlet ; + s223:hasConnectionPoint psm:VAV2ReheatCoilSupplyFluidOutlet ; + rdfs:label "VAVBox2Heating coil" ; +. +psm:VAVBox2Inlet + a s223:InletConnectionPoint ; + s223:cnx psm:VAVSupply ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAVBox2Inlet" ; +. +psm:VAVBox2InletFlowSensor + a s223:FlowSensor ; + s223:hasObservationLocation psm:VAV2DamperInletCP ; + s223:observes psm:VAV2InletFlow ; + rdfs:label "S11" ; +. +psm:VAVBox2MotorizedDamper + a s223:Damper ; + s223:hasConnectionPoint psm:VAV2DamperInletCP ; + s223:hasConnectionPoint psm:VAV2DamperOutletCP ; + rdfs:label "VAVBox2Motorized damper" ; +. +psm:VAVBox2Outlet + a s223:OutletConnectionPoint ; + s223:cnx psm:RoomSupply2 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAVBox2Outlet" ; +. +psm:VAVBox2OutletTemperatureSensor + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:VAV2OuletReheatCoilCP ; + s223:observes psm:VAV2OutletTemperatureProperty ; + rdfs:label "S12" ; +. +psm:VAVBox2ReheatValveActuator + a s223:Actuator ; + s223:commandedByProperty psm:VAVBox2ReheatValvePosition ; + rdfs:label "A7" ; +. +psm:VAVBox2ReheatValvePosition + a s223:QuantifiableActuatableProperty ; + s223:hasValue "50"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "VAVBox2Reheat valve position" ; +. +psm:VAVSupply + a s223:Connection ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "VAVSupply" ; +. +psm:i00001 + a s223:AirHandlingUnit ; + s223:contains psm:OutsideAirJunction ; + s223:contains psm:i00007 ; + s223:contains psm:i00011 ; + s223:contains psm:i00016 ; + s223:contains psm:i00021 ; + s223:contains psm:i00025 ; + s223:contains psm:i00030 ; + s223:contains psm:i00036 ; + s223:contains psm:i00041 ; + s223:contains psm:i00047 ; + s223:contains psm:i00051 ; + s223:contains psm:i00056 ; + s223:contains psm:i00061 ; + s223:hasConnectionPoint psm:AHUChilledWaterInlet ; + s223:hasConnectionPoint psm:AHUChilledWaterOutlet ; + s223:hasConnectionPoint psm:AHUElectricityInlet ; + s223:hasConnectionPoint psm:AHUExhaustOutlet ; + s223:hasConnectionPoint psm:AHUHotWaterInlet ; + s223:hasConnectionPoint psm:AHUHotWaterOutlet ; + s223:hasConnectionPoint psm:AHUOAInlet ; + s223:hasConnectionPoint psm:AHUReturnInlet ; + s223:hasConnectionPoint psm:AHUSupplyOutlet ; + rdfs:label "AHU" ; +. +psm:i00006 + a s223:Connection ; + s223:cnx psm:SupplyFromExteriorAir ; + s223:hasMedium s223:Medium-Air ; + s223:hasProperty psm:oatmp ; + rdfs:label "A-9.outside_air" ; +. +psm:i00007 + a s223:Damper ; + s223:cnx psm:i00009 ; + s223:cnx psm:i00010 ; + s223:hasProperty psm:i00008 ; + rdfs:label "A-9.min_oa_damper" ; +. +psm:i00008 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Minimum outdoor air damper command" ; +. +psm:i00009 + a s223:InletConnectionPoint ; + s223:cnx psm:OA-to-MinDamper ; + s223:cnx psm:i00007 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.min_oa_damper.airInlet" ; +. +psm:i00010 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00007 ; + s223:cnx psm:i00015 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.min_oa_damper.airOutlet" ; +. +psm:i00011 + a s223:Equipment ; + s223:cnx psm:i00013 ; + s223:cnx psm:i00014 ; + s223:hasProperty psm:i00012 ; + rdfs:label "A-9.outside_air_afms" ; +. +psm:i00012 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:VolumeFlowRate ; + qudt:hasUnit unit:FT3-PER-MIN ; + rdfs:label "Outdoor air flow" ; +. +psm:i00013 + a s223:InletConnectionPoint ; + s223:cnx psm:i00011 ; + s223:cnx psm:i00015 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.outside_air_afms.airInlet" ; +. +psm:i00014 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00011 ; + s223:cnx psm:i00020 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.outside_air_afms.airOutlet" ; +. +psm:i00015 + a s223:Connection ; + s223:cnx psm:i00010 ; + s223:cnx psm:i00013 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Outside air connection" ; +. +psm:i00016 + a s223:Damper ; + s223:cnx psm:i00018 ; + s223:cnx psm:i00019 ; + s223:hasProperty psm:i00017 ; + rdfs:label "A-9.economizer_oa_damper" ; +. +psm:i00017 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Economizer outside air damper command" ; +. +psm:i00018 + a s223:InletConnectionPoint ; + s223:cnx psm:i00016 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.economizer_oa_damper.airInlet" ; +. +psm:i00019 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00016 ; + s223:cnx psm:i00020 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.economizer_oa_damper.airOutlet" ; +. +psm:i00020 + a s223:Connection ; + s223:cnx psm:i00014 ; + s223:cnx psm:i00019 ; + s223:cnx psm:i00023 ; + s223:cnx psm:i00064 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.mixed_air" ; +. +psm:i00021 + a s223:Equipment ; + a s223:Filter ; + s223:cnx psm:i00023 ; + s223:cnx psm:i00024 ; + s223:hasProperty psm:i00022 ; + rdfs:label "A-9.mixed_air_filter" ; +. +psm:i00022 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Mixed air temperature" ; +. +psm:i00023 + a s223:InletConnectionPoint ; + s223:cnx psm:i00020 ; + s223:cnx psm:i00021 ; + s223:hasMedium s223:Medium-Air ; + s223:hasProperty psm:mxtmp ; + rdfs:label "A-9.mixed_air_filter.airInlet" ; +. +psm:i00024 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00021 ; + s223:cnx psm:i00035 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.mixed_air_filter.airOutlet" ; +. +psm:i00025 + a s223:HeatingCoil ; + s223:cnx psm:i00026 ; + s223:cnx psm:i00027 ; + s223:cnx psm:i00028 ; + s223:cnx psm:i00029 ; + rdfs:label "A-9.hot_water_coil" ; +. +psm:i00026 + a s223:InletConnectionPoint ; + s223:cnx psm:i00025 ; + s223:cnx psm:i00035 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.hot_water_coil.airInlet" ; +. +psm:i00027 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00025 ; + s223:cnx psm:i00046 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.hot_water_coil.airOutlet" ; +. +psm:i00028 + a s223:InletConnectionPoint ; + s223:cnx psm:i00025 ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:AHUHotWaterInlet ; + rdfs:label "A-9.hot_water_coil.hotWaterInlet" ; +. +psm:i00029 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00025 ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "A-9.hot_water_coil.hotWaterOutlet" ; +. +psm:i00030 + a s223:Valve ; + s223:cnx psm:i00032 ; + s223:cnx psm:i00033 ; + s223:hasProperty psm:i00031 ; + rdfs:label "A-9.hot_water_coil.hw_valve" ; +. +psm:i00031 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Hot water valve command" ; +. +psm:i00032 + a s223:InletConnectionPoint ; + s223:cnx psm:i00030 ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "A-9.hot_water_coil.hw_valve.hotWaterInlet" ; +. +psm:i00033 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00030 ; + s223:hasMedium s223:Water-HotWater ; + s223:mapsTo psm:AHUHotWaterOutlet ; + rdfs:label "A-9.hot_water_coil.hw_valve.hotWaterOutlet" ; +. +psm:i00034 + a s223:Connection ; + s223:cnx psm:i00029 ; + s223:cnx psm:i00032 ; + s223:hasMedium s223:Water-HotWater ; + rdfs:label "Hot water connection" ; +. +psm:i00035 + a s223:Connection ; + s223:cnx psm:i00024 ; + s223:cnx psm:i00026 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Mixed air connection to filter" ; +. +psm:i00036 + a s223:CoolingCoil ; + s223:cnx psm:i00037 ; + s223:cnx psm:i00038 ; + s223:cnx psm:i00039 ; + s223:cnx psm:i00040 ; + rdfs:label "A-9.chilled_water_coil" ; +. +psm:i00037 + a s223:InletConnectionPoint ; + s223:cnx psm:i00036 ; + s223:cnx psm:i00046 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.chilled_water_coil.airInlet" ; +. +psm:i00038 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00036 ; + s223:cnx psm:i00050 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.chilled_water_coil.airOutlet" ; +. +psm:i00039 + a s223:InletConnectionPoint ; + s223:cnx psm:i00036 ; + s223:hasMedium s223:Water-ChilledWater ; + s223:mapsTo psm:AHUChilledWaterInlet ; + rdfs:label "A-9.chilled_water_coil.chilledWaterSupply" ; +. +psm:i00040 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00036 ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "A-9.chilled_water_coil.chilledWaterReturn" ; +. +psm:i00041 + a s223:Valve ; + s223:cnx psm:i00043 ; + s223:cnx psm:i00044 ; + s223:hasProperty psm:i00042 ; + rdfs:label "A-9.chilled_water_coil.chilled_water_valve" ; +. +psm:i00042 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Chilled water valve command" ; +. +psm:i00043 + a s223:InletConnectionPoint ; + s223:cnx psm:i00041 ; + s223:cnx psm:i00045 ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "A-9.chilled_water_coil.chilled_water_valve.chilledWaterInlet" ; +. +psm:i00044 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00041 ; + s223:hasMedium s223:Water-ChilledWater ; + s223:mapsTo psm:AHUChilledWaterOutlet ; + rdfs:label "A-9.chilled_water_coil.chilled_water_valve.chilledWaterOutlet" ; +. +psm:i00045 + a s223:Connection ; + s223:cnx psm:i00040 ; + s223:hasMedium s223:Water-ChilledWater ; + rdfs:label "Chilled water connection" ; +. +psm:i00046 + a s223:Connection ; + s223:cnx psm:i00027 ; + s223:cnx psm:i00037 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Connection from heating coil" ; +. +psm:i00047 + a s223:Fan ; + s223:cnx psm:i00048 ; + s223:cnx psm:i00049 ; + s223:hasConnectionPoint psm:SupplyFanElectricInCP ; + s223:hasProperty psm:SupplyFanStatus ; + rdfs:label "A-9.supply_fan" ; +. +psm:i00048 + a s223:InletConnectionPoint ; + s223:cnx psm:i00047 ; + s223:cnx psm:i00050 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.supply_fan.airInlet" ; +. +psm:i00049 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00047 ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:AHUSupplyOutlet ; + rdfs:label "A-9.supply_fan.airOutlet" ; +. +psm:i00050 + a s223:Connection ; + s223:cnx psm:i00038 ; + s223:cnx psm:i00048 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Connection from Cooling Coil" ; +. +psm:i00051 + a s223:Fan ; + s223:cnx psm:i00052 ; + s223:cnx psm:i00053 ; + s223:hasProperty psm:ReturnFanStatus ; + rdfs:label "A-9.return_fan" ; +. +psm:i00052 + a s223:InletConnectionPoint ; + s223:cnx psm:i00051 ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:AHUReturnInlet ; + rdfs:label "A-9.return_fan.airInlet" ; +. +psm:i00053 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00051 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.return_fan.airOutlet" ; +. +psm:i00055 + a s223:Connection ; + s223:cnx psm:i00053 ; + s223:cnx psm:i00058 ; + s223:cnx psm:i00063 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.return_air" ; +. +psm:i00056 + a s223:Damper ; + s223:cnx psm:i00058 ; + s223:cnx psm:i00059 ; + s223:hasProperty psm:i00057 ; + rdfs:label "A-9.exhaust_air_damper" ; +. +psm:i00057 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Exhaust air damper command" ; +. +psm:i00058 + a s223:InletConnectionPoint ; + s223:cnx psm:i00055 ; + s223:cnx psm:i00056 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.exhaust_air_damper.airInlet" ; +. +psm:i00059 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00056 ; + s223:hasMedium s223:Medium-Air ; + s223:mapsTo psm:AHUExhaustOutlet ; + rdfs:label "A-9.exhaust_air_damper.airOutlet" ; +. +psm:i00060 + a s223:Connection ; + s223:cnx psm:ExhaustToExteriorAir ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "Exhaust air connection" ; +. +psm:i00061 + a s223:Damper ; + s223:cnx psm:i00063 ; + s223:cnx psm:i00064 ; + s223:hasProperty psm:i00062 ; + rdfs:label "A-9.return_air_damper" ; +. +psm:i00062 + a s223:QuantifiableProperty ; + qudt:hasQuantityKind qudtqk:Dimensionless ; + qudt:hasUnit unit:PERCENT ; + rdfs:label "Return air damper command" ; +. +psm:i00063 + a s223:InletConnectionPoint ; + s223:cnx psm:i00055 ; + s223:cnx psm:i00061 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.return_air_damper.airInlet" ; +. +psm:i00064 + a s223:OutletConnectionPoint ; + s223:cnx psm:i00020 ; + s223:cnx psm:i00061 ; + s223:hasMedium s223:Medium-Air ; + rdfs:label "A-9.return_air_damper.airOutlet" ; +. +psm:masen + a s223:Sensor ; + s223:observes psm:mxtmp ; + rdfs:label "S4" ; +. +psm:mxtmp + a s223:QuantifiableObservableProperty ; + s223:hasValue "78"^^xsd:decimal ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Mixed Air Temperature" ; +. +psm:oasen + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:i00013 ; + s223:observes psm:oatmp ; + rdfs:label "S3" ; +. +psm:oatmp + a s223:QuantifiableObservableProperty ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Outside Air Temperature" ; +. +psm:rasen + a s223:TemperatureSensor ; + s223:hasObservationLocation psm:i00052 ; + s223:observes psm:ratmp ; + rdfs:label "S2" ; +. +psm:ratmp + a s223:QuantifiableObservableProperty ; + qudt:hasQuantityKind qudtqk:Temperature ; + qudt:hasUnit unit:DEG_F ; + rdfs:label "Return Air Temperature" ; +. +psm:sap + a s223:QuantifiableObservableProperty ; + s223:hasValue 15.6 ; + qudt:hasQuantityKind qudtqk:Pressure ; + qudt:hasUnit unit:PSI ; + rdfs:label "Supply Air Pressure" ; +. +psm:sasen + a s223:PressureSensor ; + s223:hasObservationLocation psm:i00049 ; + s223:observes psm:sap ; + rdfs:label "S8" ; +.