PNNL Example Building 2#

This is an example building model provided by Pacific Northwest National Laboratory.

The model is based on a Department of Energy Prototype Builiding model. Specifically, the DOE Prototype Medium Office Building was extended by creating unique detailed building architecture for each of the three building floors, and designing a lighting layout that complies with the ASHRAE 90.1-2019 energy code.

The model contains a representation of the building architecture and lighting system.

In addition to the s223 ontology, the model uses the Real Estate Core ontology to describe space types.

Source#

The model was created from souce data consisting of a Revit building information model (BIM) exported via a Speckle interface.

The Speckle view of rooms and lighting fixtures#

image

Model instance data have a prefix that is resolvable to a Speckle URL.

@prefix bdg1: <http://speckle.xyz/streams/1fed8e620e/objects/>

For example, the following luminaire resolves to https://speckle.xyz/streams/1fed8e620e/objects/05749166d93671bedf16efb52636ce38 :

bdg1:05749166d93671bedf16efb52636ce38 a s223:Luminaire

Downloads#

Queries#

Model Components#

Load and Validate Model#

This code uses the BuildingMOTIF library to load the 223P ontology and the model file into a temporary in-memory instance. It then validates the model against the ontology. If the model is invalid, it will print the validation report.

To run this code, you need to have Java installed on your system. If you do not have Java installed, you can remove the shacl_engine='topquadrant' parameter from the BuildingMOTIF constructor. Be warned that without the shacl_engine='topquadrant' parameter, the validation process will be slower.

from buildingmotif import BuildingMOTIF
from buildingmotif.dataclasses import Library, Model
import logging

# Create a BuildingMOTIF object. If you do not have Java installed, remove the "shacl_engine" parameter
bm = BuildingMOTIF('sqlite://', shacl_engine='topquadrant', log_level=logging.ERROR)

# load 223P library. We will load a recent copy from the models.open223.info
# git repository; later, we will load this from the location of the actual standard
s223 = Library.load(ontology_graph="https://github.com/open223/models.open223.info/raw/main/ontologies/223p.ttl")

# load the model into the BuildingMOTIF instance
model = Model.create("urn:pnnl-example2")
model.graph.parse("https://models.open223.info/pnnl-example2.ttl")

# validate the model against 223P ontology
ctx = model.validate([s223.get_shape_collection()], error_on_missing_imports=False)

# print the validation result
print(f"Model is valid: {ctx.valid}")

# if the model is invalid, print the validation report
if not ctx.valid:
    print(ctx.report_string[:1000]) # first 1000 characters of the report

# BuildingMOTIF can also interpret the report to provide recommendations on fixes
for focus_node, diffs in ctx.get_reasons_with_severity("Violation").items():
    if len(diffs) == 0:
        continue
    print(focus_node)
    for diff in diffs:
        print("  - " + diff.reason())
Model is valid: 0
@prefix ns2: <http://data.ashrae.org/standard223#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[] a sh:ValidationReport ;
    sh:conforms false ;
    sh:result [ a sh:ValidationResult ;
            sh:focusNode <urn:anon:hash:8582709793627694392.1> ;
            sh:resultMessage "s223: Junction <urn:anon:hash:8582709793627694392.1> with Medium ns2:Medium-Electricity is incompatible with <urn:anon:hash:3929554047386646216.1546> with Medium ns2:AC-120VLN-1Ph-60Hz." ;
            sh:resultPath ns2:hasMedium ;
            sh:resultSeverity sh:Violation ;
            sh:sourceConstraint _:n9f88439653834292a255a6744ffc726eb10 ;
            sh:sourceConstraintComponent sh:SPARQLConstraintComponent ;
            sh:sourceShape <urn:well-known/3c494a9b> ],
        [ a sh:ValidationResult ;
            sh:focusNode <urn:anon:hash:3929554047386646216.1385> ;
            sh:resultMessage "s223: An ElectricWire must be associated with exactly on
urn:anon:hash:3929554047386646216.822
  - urn:anon:hash:3929554047386646216.822 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.822 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.112
  - urn:anon:hash:3929554047386646216.112 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.112 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1299
  - urn:anon:hash:3929554047386646216.1299 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1299 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.544
  - urn:anon:hash:3929554047386646216.544 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.544 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.874
  - urn:anon:hash:3929554047386646216.874 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.874 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1161
  - urn:anon:hash:3929554047386646216.1161 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1161 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1209
  - urn:anon:hash:3929554047386646216.1209 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1209 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1083
  - urn:anon:hash:3929554047386646216.1083 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1083 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1234
  - urn:anon:hash:3929554047386646216.1234 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1234 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.428
  - urn:anon:hash:3929554047386646216.428 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.428 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.959
  - urn:anon:hash:3929554047386646216.959 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.959 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1682
  - urn:anon:hash:3929554047386646216.1682 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1682 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1011
  - urn:anon:hash:3929554047386646216.1011 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1011 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.365
  - urn:anon:hash:3929554047386646216.365 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.365 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.175
  - urn:anon:hash:3929554047386646216.175 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.175 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1564
  - urn:anon:hash:3929554047386646216.1564 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1564 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1016
  - urn:anon:hash:3929554047386646216.1016 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1016 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:8582709793627694392.8
  - urn:anon:hash:8582709793627694392.8 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:8582709793627694392.8 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1472
  - urn:anon:hash:3929554047386646216.1472 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1472 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.775
  - urn:anon:hash:3929554047386646216.775 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.775 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1168
  - urn:anon:hash:3929554047386646216.1168 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1168 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.642
  - urn:anon:hash:3929554047386646216.642 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.642 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1672
  - urn:anon:hash:3929554047386646216.1672 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1672 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.882
  - urn:anon:hash:3929554047386646216.882 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.882 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1403
  - urn:anon:hash:3929554047386646216.1403 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1403 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.644
  - urn:anon:hash:3929554047386646216.644 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.644 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.857
  - urn:anon:hash:3929554047386646216.857 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.857 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1306
  - urn:anon:hash:3929554047386646216.1306 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1306 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1688
  - urn:anon:hash:3929554047386646216.1688 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1688 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.300
  - urn:anon:hash:3929554047386646216.300 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.300 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.211
  - urn:anon:hash:3929554047386646216.211 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.211 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.770
  - urn:anon:hash:3929554047386646216.770 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.770 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.135
  - urn:anon:hash:3929554047386646216.135 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.135 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.15
  - urn:anon:hash:3929554047386646216.15 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.15 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.655
  - urn:anon:hash:3929554047386646216.655 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.655 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1192
  - urn:anon:hash:3929554047386646216.1192 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1192 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.625
  - urn:anon:hash:3929554047386646216.625 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.625 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.708
  - urn:anon:hash:3929554047386646216.708 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.708 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.550
  - urn:anon:hash:3929554047386646216.550 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.550 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1432
  - urn:anon:hash:3929554047386646216.1432 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1432 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1476
  - urn:anon:hash:3929554047386646216.1476 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1476 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.160
  - urn:anon:hash:3929554047386646216.160 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.160 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1539
  - urn:anon:hash:3929554047386646216.1539 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1539 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.925
  - urn:anon:hash:3929554047386646216.925 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.925 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.535
  - urn:anon:hash:3929554047386646216.535 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.535 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.448
  - urn:anon:hash:3929554047386646216.448 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.448 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1177
  - urn:anon:hash:3929554047386646216.1177 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1177 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1436
  - urn:anon:hash:3929554047386646216.1436 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1436 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1175
  - urn:anon:hash:3929554047386646216.1175 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1175 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1361
  - urn:anon:hash:3929554047386646216.1361 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1361 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.208
  - urn:anon:hash:3929554047386646216.208 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.208 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.225
  - urn:anon:hash:3929554047386646216.225 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.225 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1426
  - urn:anon:hash:3929554047386646216.1426 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1426 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1131
  - urn:anon:hash:3929554047386646216.1131 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1131 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.855
  - urn:anon:hash:3929554047386646216.855 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.855 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.751
  - urn:anon:hash:3929554047386646216.751 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.751 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.986
  - urn:anon:hash:3929554047386646216.986 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.986 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.898
  - urn:anon:hash:3929554047386646216.898 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.898 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.127
  - urn:anon:hash:3929554047386646216.127 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.127 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1518
  - urn:anon:hash:3929554047386646216.1518 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1518 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.422
  - urn:anon:hash:3929554047386646216.422 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.422 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.797
  - urn:anon:hash:3929554047386646216.797 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.797 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.649
  - urn:anon:hash:3929554047386646216.649 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.649 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.539
  - urn:anon:hash:3929554047386646216.539 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.539 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.294
  - urn:anon:hash:3929554047386646216.294 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.294 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1098
  - urn:anon:hash:3929554047386646216.1098 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1098 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.958
  - urn:anon:hash:3929554047386646216.958 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.958 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.515
  - urn:anon:hash:3929554047386646216.515 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.515 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.836
  - urn:anon:hash:3929554047386646216.836 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.836 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.897
  - urn:anon:hash:3929554047386646216.897 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.897 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1197
  - urn:anon:hash:3929554047386646216.1197 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1197 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1017
  - urn:anon:hash:3929554047386646216.1017 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1017 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1039
  - urn:anon:hash:3929554047386646216.1039 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1039 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1500
  - urn:anon:hash:3929554047386646216.1500 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1500 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.467
  - urn:anon:hash:3929554047386646216.467 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.467 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1612
  - urn:anon:hash:3929554047386646216.1612 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1612 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.329
  - urn:anon:hash:3929554047386646216.329 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.329 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.241
  - urn:anon:hash:3929554047386646216.241 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.241 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.170
  - urn:anon:hash:3929554047386646216.170 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.170 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.940
  - urn:anon:hash:3929554047386646216.940 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.940 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.757
  - urn:anon:hash:3929554047386646216.757 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.757 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1656
  - urn:anon:hash:3929554047386646216.1656 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1656 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1529
  - urn:anon:hash:3929554047386646216.1529 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1529 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1559
  - urn:anon:hash:3929554047386646216.1559 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1559 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1053
  - urn:anon:hash:3929554047386646216.1053 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1053 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.920
  - urn:anon:hash:3929554047386646216.920 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.920 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.197
  - urn:anon:hash:3929554047386646216.197 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.197 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1508
  - urn:anon:hash:3929554047386646216.1508 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1508 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.22
  - urn:anon:hash:3929554047386646216.22 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.22 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.810
  - urn:anon:hash:3929554047386646216.810 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.810 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1440
  - urn:anon:hash:3929554047386646216.1440 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1440 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1538
  - urn:anon:hash:3929554047386646216.1538 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1538 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1412
  - urn:anon:hash:3929554047386646216.1412 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1412 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1136
  - urn:anon:hash:3929554047386646216.1136 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1136 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.373
  - urn:anon:hash:3929554047386646216.373 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.373 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1692
  - urn:anon:hash:3929554047386646216.1692 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1692 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1031
  - urn:anon:hash:3929554047386646216.1031 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1031 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1536
  - urn:anon:hash:3929554047386646216.1536 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1536 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.493
  - urn:anon:hash:3929554047386646216.493 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.493 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.813
  - urn:anon:hash:3929554047386646216.813 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.813 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.370
  - urn:anon:hash:3929554047386646216.370 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.370 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.413
  - urn:anon:hash:3929554047386646216.413 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.413 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.679
  - urn:anon:hash:3929554047386646216.679 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.679 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.447
  - urn:anon:hash:3929554047386646216.447 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.447 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.505
  - urn:anon:hash:3929554047386646216.505 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.505 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.87
  - urn:anon:hash:3929554047386646216.87 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.87 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1702
  - urn:anon:hash:3929554047386646216.1702 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1702 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1446
  - urn:anon:hash:3929554047386646216.1446 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1446 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1378
  - urn:anon:hash:3929554047386646216.1378 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1378 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1552
  - urn:anon:hash:3929554047386646216.1552 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1552 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.438
  - urn:anon:hash:3929554047386646216.438 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.438 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1189
  - urn:anon:hash:3929554047386646216.1189 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1189 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1251
  - urn:anon:hash:3929554047386646216.1251 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1251 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.234
  - urn:anon:hash:3929554047386646216.234 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.234 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1038
  - urn:anon:hash:3929554047386646216.1038 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1038 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1046
  - urn:anon:hash:3929554047386646216.1046 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1046 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.377
  - urn:anon:hash:3929554047386646216.377 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.377 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1092
  - urn:anon:hash:3929554047386646216.1092 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1092 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1109
  - urn:anon:hash:3929554047386646216.1109 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1109 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1481
  - urn:anon:hash:3929554047386646216.1481 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1481 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1302
  - urn:anon:hash:3929554047386646216.1302 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1302 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.738
  - urn:anon:hash:3929554047386646216.738 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.738 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.303
  - urn:anon:hash:3929554047386646216.303 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.303 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.236
  - urn:anon:hash:3929554047386646216.236 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.236 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.600
  - urn:anon:hash:3929554047386646216.600 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.600 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1228
  - urn:anon:hash:3929554047386646216.1228 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1228 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1596
  - urn:anon:hash:3929554047386646216.1596 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1596 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.466
  - urn:anon:hash:3929554047386646216.466 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.466 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1245
  - urn:anon:hash:3929554047386646216.1245 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1245 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1610
  - urn:anon:hash:3929554047386646216.1610 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1610 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.85
  - urn:anon:hash:3929554047386646216.85 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.85 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.945
  - urn:anon:hash:3929554047386646216.945 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.945 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.419
  - urn:anon:hash:3929554047386646216.419 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.419 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1441
  - urn:anon:hash:3929554047386646216.1441 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1441 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.947
  - urn:anon:hash:3929554047386646216.947 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.947 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.385
  - urn:anon:hash:3929554047386646216.385 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.385 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.463
  - urn:anon:hash:3929554047386646216.463 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.463 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.322
  - urn:anon:hash:3929554047386646216.322 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.322 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1666
  - urn:anon:hash:3929554047386646216.1666 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1666 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1507
  - urn:anon:hash:3929554047386646216.1507 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1507 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1635
  - urn:anon:hash:3929554047386646216.1635 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1635 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.985
  - urn:anon:hash:3929554047386646216.985 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.985 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.765
  - urn:anon:hash:3929554047386646216.765 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.765 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.587
  - urn:anon:hash:3929554047386646216.587 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.587 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.60
  - urn:anon:hash:3929554047386646216.60 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.60 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.425
  - urn:anon:hash:3929554047386646216.425 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.425 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1332
  - urn:anon:hash:3929554047386646216.1332 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1332 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1244
  - urn:anon:hash:3929554047386646216.1244 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1244 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.436
  - urn:anon:hash:3929554047386646216.436 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.436 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1640
  - urn:anon:hash:3929554047386646216.1640 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1640 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.318
  - urn:anon:hash:3929554047386646216.318 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.318 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1399
  - urn:anon:hash:3929554047386646216.1399 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1399 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1543
  - urn:anon:hash:3929554047386646216.1543 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1543 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1340
  - urn:anon:hash:3929554047386646216.1340 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1340 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1143
  - urn:anon:hash:3929554047386646216.1143 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1143 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1464
  - urn:anon:hash:3929554047386646216.1464 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1464 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1490
  - urn:anon:hash:3929554047386646216.1490 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1490 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.749
  - urn:anon:hash:3929554047386646216.749 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.749 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.640
  - urn:anon:hash:3929554047386646216.640 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.640 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.694
  - urn:anon:hash:3929554047386646216.694 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.694 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.280
  - urn:anon:hash:3929554047386646216.280 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.280 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.559
  - urn:anon:hash:3929554047386646216.559 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.559 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.285
  - urn:anon:hash:3929554047386646216.285 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.285 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.88
  - urn:anon:hash:3929554047386646216.88 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.88 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.794
  - urn:anon:hash:3929554047386646216.794 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.794 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.328
  - urn:anon:hash:3929554047386646216.328 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.328 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.499
  - urn:anon:hash:3929554047386646216.499 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.499 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.92
  - urn:anon:hash:3929554047386646216.92 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.92 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.157
  - urn:anon:hash:3929554047386646216.157 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.157 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.367
  - urn:anon:hash:3929554047386646216.367 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.367 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.201
  - urn:anon:hash:3929554047386646216.201 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.201 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.331
  - urn:anon:hash:3929554047386646216.331 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.331 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.935
  - urn:anon:hash:3929554047386646216.935 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.935 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1318
  - urn:anon:hash:3929554047386646216.1318 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1318 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1651
  - urn:anon:hash:3929554047386646216.1651 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1651 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.760
  - urn:anon:hash:3929554047386646216.760 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.760 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1367
  - urn:anon:hash:3929554047386646216.1367 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1367 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.332
  - urn:anon:hash:3929554047386646216.332 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.332 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.829
  - urn:anon:hash:3929554047386646216.829 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.829 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1183
  - urn:anon:hash:3929554047386646216.1183 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1183 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1551
  - urn:anon:hash:3929554047386646216.1551 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1551 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1087
  - urn:anon:hash:3929554047386646216.1087 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1087 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1360
  - urn:anon:hash:3929554047386646216.1360 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1360 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1080
  - urn:anon:hash:3929554047386646216.1080 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1080 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1319
  - urn:anon:hash:3929554047386646216.1319 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1319 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1267
  - urn:anon:hash:3929554047386646216.1267 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1267 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.532
  - urn:anon:hash:3929554047386646216.532 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.532 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.690
  - urn:anon:hash:3929554047386646216.690 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.690 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1326
  - urn:anon:hash:3929554047386646216.1326 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1326 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1102
  - urn:anon:hash:3929554047386646216.1102 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1102 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.218
  - urn:anon:hash:3929554047386646216.218 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.218 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1269
  - urn:anon:hash:3929554047386646216.1269 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1269 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1293
  - urn:anon:hash:3929554047386646216.1293 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1293 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.807
  - urn:anon:hash:3929554047386646216.807 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.807 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.672
  - urn:anon:hash:3929554047386646216.672 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.672 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1030
  - urn:anon:hash:3929554047386646216.1030 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1030 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.379
  - urn:anon:hash:3929554047386646216.379 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.379 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.638
  - urn:anon:hash:3929554047386646216.638 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.638 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.758
  - urn:anon:hash:3929554047386646216.758 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.758 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.998
  - urn:anon:hash:3929554047386646216.998 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.998 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.605
  - urn:anon:hash:3929554047386646216.605 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.605 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.268
  - urn:anon:hash:3929554047386646216.268 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.268 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.418
  - urn:anon:hash:3929554047386646216.418 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.418 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.386
  - urn:anon:hash:3929554047386646216.386 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.386 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1506
  - urn:anon:hash:3929554047386646216.1506 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1506 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.221
  - urn:anon:hash:3929554047386646216.221 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.221 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.485
  - urn:anon:hash:3929554047386646216.485 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.485 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1145
  - urn:anon:hash:3929554047386646216.1145 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1145 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.783
  - urn:anon:hash:3929554047386646216.783 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.783 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.682
  - urn:anon:hash:3929554047386646216.682 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.682 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.909
  - urn:anon:hash:3929554047386646216.909 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.909 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1243
  - urn:anon:hash:3929554047386646216.1243 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1243 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1478
  - urn:anon:hash:3929554047386646216.1478 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1478 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.83
  - urn:anon:hash:3929554047386646216.83 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.83 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.852
  - urn:anon:hash:3929554047386646216.852 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.852 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.686
  - urn:anon:hash:3929554047386646216.686 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.686 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.639
  - urn:anon:hash:3929554047386646216.639 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.639 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1352
  - urn:anon:hash:3929554047386646216.1352 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1352 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1127
  - urn:anon:hash:3929554047386646216.1127 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1127 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.604
  - urn:anon:hash:3929554047386646216.604 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.604 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.232
  - urn:anon:hash:3929554047386646216.232 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.232 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.203
  - urn:anon:hash:3929554047386646216.203 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.203 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1570
  - urn:anon:hash:3929554047386646216.1570 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1570 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.489
  - urn:anon:hash:3929554047386646216.489 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.489 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.912
  - urn:anon:hash:3929554047386646216.912 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.912 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1586
  - urn:anon:hash:3929554047386646216.1586 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1586 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.645
  - urn:anon:hash:3929554047386646216.645 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.645 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1571
  - urn:anon:hash:3929554047386646216.1571 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1571 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1290
  - urn:anon:hash:3929554047386646216.1290 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1290 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1297
  - urn:anon:hash:3929554047386646216.1297 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1297 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1178
  - urn:anon:hash:3929554047386646216.1178 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1178 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.62
  - urn:anon:hash:3929554047386646216.62 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.62 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1037
  - urn:anon:hash:3929554047386646216.1037 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1037 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.376
  - urn:anon:hash:3929554047386646216.376 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.376 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.932
  - urn:anon:hash:3929554047386646216.932 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.932 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.752
  - urn:anon:hash:3929554047386646216.752 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.752 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.323
  - urn:anon:hash:3929554047386646216.323 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.323 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1648
  - urn:anon:hash:3929554047386646216.1648 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1648 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.140
  - urn:anon:hash:3929554047386646216.140 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.140 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1530
  - urn:anon:hash:3929554047386646216.1530 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1530 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1479
  - urn:anon:hash:3929554047386646216.1479 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1479 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1285
  - urn:anon:hash:3929554047386646216.1285 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1285 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.431
  - urn:anon:hash:3929554047386646216.431 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.431 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1413
  - urn:anon:hash:3929554047386646216.1413 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1413 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1346
  - urn:anon:hash:3929554047386646216.1346 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1346 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.401
  - urn:anon:hash:3929554047386646216.401 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.401 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.721
  - urn:anon:hash:3929554047386646216.721 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.721 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.678
  - urn:anon:hash:3929554047386646216.678 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.678 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1193
  - urn:anon:hash:3929554047386646216.1193 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1193 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1617
  - urn:anon:hash:3929554047386646216.1617 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1617 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1032
  - urn:anon:hash:3929554047386646216.1032 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1032 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.159
  - urn:anon:hash:3929554047386646216.159 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.159 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1394
  - urn:anon:hash:3929554047386646216.1394 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1394 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.202
  - urn:anon:hash:3929554047386646216.202 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.202 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.138
  - urn:anon:hash:3929554047386646216.138 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.138 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.693
  - urn:anon:hash:3929554047386646216.693 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.693 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1532
  - urn:anon:hash:3929554047386646216.1532 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1532 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.273
  - urn:anon:hash:3929554047386646216.273 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.273 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.54
  - urn:anon:hash:3929554047386646216.54 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.54 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.903
  - urn:anon:hash:3929554047386646216.903 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.903 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.667
  - urn:anon:hash:3929554047386646216.667 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.667 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1097
  - urn:anon:hash:3929554047386646216.1097 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1097 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.618
  - urn:anon:hash:3929554047386646216.618 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.618 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.230
  - urn:anon:hash:3929554047386646216.230 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.230 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.800
  - urn:anon:hash:3929554047386646216.800 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.800 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.311
  - urn:anon:hash:3929554047386646216.311 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.311 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.763
  - urn:anon:hash:3929554047386646216.763 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.763 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1279
  - urn:anon:hash:3929554047386646216.1279 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1279 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1261
  - urn:anon:hash:3929554047386646216.1261 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1261 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.951
  - urn:anon:hash:3929554047386646216.951 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.951 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1520
  - urn:anon:hash:3929554047386646216.1520 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1520 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.150
  - urn:anon:hash:3929554047386646216.150 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.150 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1519
  - urn:anon:hash:3929554047386646216.1519 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1519 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.423
  - urn:anon:hash:3929554047386646216.423 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.423 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1372
  - urn:anon:hash:3929554047386646216.1372 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1372 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1649
  - urn:anon:hash:3929554047386646216.1649 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1649 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.378
  - urn:anon:hash:3929554047386646216.378 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.378 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.859
  - urn:anon:hash:3929554047386646216.859 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.859 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1149
  - urn:anon:hash:3929554047386646216.1149 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1149 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.812
  - urn:anon:hash:3929554047386646216.812 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.812 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1241
  - urn:anon:hash:3929554047386646216.1241 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1241 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.839
  - urn:anon:hash:3929554047386646216.839 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.839 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.338
  - urn:anon:hash:3929554047386646216.338 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.338 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.480
  - urn:anon:hash:3929554047386646216.480 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.480 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1179
  - urn:anon:hash:3929554047386646216.1179 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1179 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.723
  - urn:anon:hash:3929554047386646216.723 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.723 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1358
  - urn:anon:hash:3929554047386646216.1358 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1358 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1548
  - urn:anon:hash:3929554047386646216.1548 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1548 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.774
  - urn:anon:hash:3929554047386646216.774 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.774 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1218
  - urn:anon:hash:3929554047386646216.1218 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1218 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1544
  - urn:anon:hash:3929554047386646216.1544 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1544 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1312
  - urn:anon:hash:3929554047386646216.1312 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1312 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1287
  - urn:anon:hash:3929554047386646216.1287 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1287 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.133
  - urn:anon:hash:3929554047386646216.133 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.133 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1194
  - urn:anon:hash:3929554047386646216.1194 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1194 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1014
  - urn:anon:hash:3929554047386646216.1014 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1014 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.264
  - urn:anon:hash:3929554047386646216.264 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.264 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1386
  - urn:anon:hash:3929554047386646216.1386 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1386 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1405
  - urn:anon:hash:3929554047386646216.1405 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1405 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.699
  - urn:anon:hash:3929554047386646216.699 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.699 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1676
  - urn:anon:hash:3929554047386646216.1676 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1676 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1187
  - urn:anon:hash:3929554047386646216.1187 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1187 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1335
  - urn:anon:hash:3929554047386646216.1335 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1335 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1356
  - urn:anon:hash:3929554047386646216.1356 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1356 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.556
  - urn:anon:hash:3929554047386646216.556 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.556 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.362
  - urn:anon:hash:3929554047386646216.362 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.362 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1130
  - urn:anon:hash:3929554047386646216.1130 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1130 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.586
  - urn:anon:hash:3929554047386646216.586 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.586 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1662
  - urn:anon:hash:3929554047386646216.1662 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1662 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.606
  - urn:anon:hash:3929554047386646216.606 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.606 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.806
  - urn:anon:hash:3929554047386646216.806 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.806 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.963
  - urn:anon:hash:3929554047386646216.963 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.963 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.507
  - urn:anon:hash:3929554047386646216.507 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.507 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.276
  - urn:anon:hash:3929554047386646216.276 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.276 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.164
  - urn:anon:hash:3929554047386646216.164 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.164 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1252
  - urn:anon:hash:3929554047386646216.1252 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1252 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.59
  - urn:anon:hash:3929554047386646216.59 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.59 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.190
  - urn:anon:hash:3929554047386646216.190 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.190 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.142
  - urn:anon:hash:3929554047386646216.142 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.142 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.206
  - urn:anon:hash:3929554047386646216.206 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.206 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1453
  - urn:anon:hash:3929554047386646216.1453 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1453 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1673
  - urn:anon:hash:3929554047386646216.1673 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1673 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1308
  - urn:anon:hash:3929554047386646216.1308 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1308 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.872
  - urn:anon:hash:3929554047386646216.872 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.872 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1236
  - urn:anon:hash:3929554047386646216.1236 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1236 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1043
  - urn:anon:hash:3929554047386646216.1043 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1043 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1620
  - urn:anon:hash:3929554047386646216.1620 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1620 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.896
  - urn:anon:hash:3929554047386646216.896 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.896 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.715
  - urn:anon:hash:3929554047386646216.715 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.715 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1599
  - urn:anon:hash:3929554047386646216.1599 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1599 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.892
  - urn:anon:hash:3929554047386646216.892 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.892 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1159
  - urn:anon:hash:3929554047386646216.1159 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1159 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.295
  - urn:anon:hash:3929554047386646216.295 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.295 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1073
  - urn:anon:hash:3929554047386646216.1073 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1073 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1353
  - urn:anon:hash:3929554047386646216.1353 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1353 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1566
  - urn:anon:hash:3929554047386646216.1566 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1566 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.553
  - urn:anon:hash:3929554047386646216.553 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.553 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.283
  - urn:anon:hash:3929554047386646216.283 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.283 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1314
  - urn:anon:hash:3929554047386646216.1314 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1314 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1661
  - urn:anon:hash:3929554047386646216.1661 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1661 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1094
  - urn:anon:hash:3929554047386646216.1094 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1094 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1180
  - urn:anon:hash:3929554047386646216.1180 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1180 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.398
  - urn:anon:hash:3929554047386646216.398 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.398 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.913
  - urn:anon:hash:3929554047386646216.913 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.913 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.834
  - urn:anon:hash:3929554047386646216.834 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.834 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.555
  - urn:anon:hash:3929554047386646216.555 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.555 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1388
  - urn:anon:hash:3929554047386646216.1388 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1388 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1196
  - urn:anon:hash:3929554047386646216.1196 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1196 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.366
  - urn:anon:hash:3929554047386646216.366 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.366 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.964
  - urn:anon:hash:3929554047386646216.964 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.964 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1022
  - urn:anon:hash:3929554047386646216.1022 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1022 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.111
  - urn:anon:hash:3929554047386646216.111 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.111 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1227
  - urn:anon:hash:3929554047386646216.1227 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1227 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1665
  - urn:anon:hash:3929554047386646216.1665 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1665 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.564
  - urn:anon:hash:3929554047386646216.564 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.564 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.351
  - urn:anon:hash:3929554047386646216.351 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.351 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.113
  - urn:anon:hash:3929554047386646216.113 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.113 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1653
  - urn:anon:hash:3929554047386646216.1653 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1653 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1076
  - urn:anon:hash:3929554047386646216.1076 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1076 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.390
  - urn:anon:hash:3929554047386646216.390 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.390 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1112
  - urn:anon:hash:3929554047386646216.1112 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1112 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.41
  - urn:anon:hash:3929554047386646216.41 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.41 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1636
  - urn:anon:hash:3929554047386646216.1636 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1636 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.818
  - urn:anon:hash:3929554047386646216.818 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.818 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1568
  - urn:anon:hash:3929554047386646216.1568 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1568 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.665
  - urn:anon:hash:3929554047386646216.665 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.665 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1199
  - urn:anon:hash:3929554047386646216.1199 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1199 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1654
  - urn:anon:hash:3929554047386646216.1654 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1654 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.804
  - urn:anon:hash:3929554047386646216.804 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.804 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1523
  - urn:anon:hash:3929554047386646216.1523 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1523 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1041
  - urn:anon:hash:3929554047386646216.1041 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1041 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1123
  - urn:anon:hash:3929554047386646216.1123 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1123 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.767
  - urn:anon:hash:3929554047386646216.767 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.767 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1576
  - urn:anon:hash:3929554047386646216.1576 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1576 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1619
  - urn:anon:hash:3929554047386646216.1619 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1619 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1657
  - urn:anon:hash:3929554047386646216.1657 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1657 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1060
  - urn:anon:hash:3929554047386646216.1060 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1060 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.778
  - urn:anon:hash:3929554047386646216.778 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.778 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1664
  - urn:anon:hash:3929554047386646216.1664 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1664 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1646
  - urn:anon:hash:3929554047386646216.1646 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1646 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.982
  - urn:anon:hash:3929554047386646216.982 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.982 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.961
  - urn:anon:hash:3929554047386646216.961 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.961 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1458
  - urn:anon:hash:3929554047386646216.1458 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1458 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1222
  - urn:anon:hash:3929554047386646216.1222 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1222 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1433
  - urn:anon:hash:3929554047386646216.1433 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1433 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1350
  - urn:anon:hash:3929554047386646216.1350 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1350 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.162
  - urn:anon:hash:3929554047386646216.162 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.162 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1404
  - urn:anon:hash:3929554047386646216.1404 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1404 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1607
  - urn:anon:hash:3929554047386646216.1607 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1607 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.718
  - urn:anon:hash:3929554047386646216.718 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.718 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.772
  - urn:anon:hash:3929554047386646216.772 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.772 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1428
  - urn:anon:hash:3929554047386646216.1428 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1428 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1623
  - urn:anon:hash:3929554047386646216.1623 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1623 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.163
  - urn:anon:hash:3929554047386646216.163 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.163 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.588
  - urn:anon:hash:3929554047386646216.588 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.588 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.891
  - urn:anon:hash:3929554047386646216.891 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.891 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1232
  - urn:anon:hash:3929554047386646216.1232 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1232 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1257
  - urn:anon:hash:3929554047386646216.1257 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1257 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.856
  - urn:anon:hash:3929554047386646216.856 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.856 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1431
  - urn:anon:hash:3929554047386646216.1431 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1431 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1593
  - urn:anon:hash:3929554047386646216.1593 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1593 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.792
  - urn:anon:hash:3929554047386646216.792 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.792 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.784
  - urn:anon:hash:3929554047386646216.784 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.784 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1697
  - urn:anon:hash:3929554047386646216.1697 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1697 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.38
  - urn:anon:hash:3929554047386646216.38 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.38 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.484
  - urn:anon:hash:3929554047386646216.484 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.484 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.573
  - urn:anon:hash:3929554047386646216.573 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.573 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.43
  - urn:anon:hash:3929554047386646216.43 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.43 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1631
  - urn:anon:hash:3929554047386646216.1631 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1631 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1162
  - urn:anon:hash:3929554047386646216.1162 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1162 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.720
  - urn:anon:hash:3929554047386646216.720 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.720 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.272
  - urn:anon:hash:3929554047386646216.272 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.272 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.277
  - urn:anon:hash:3929554047386646216.277 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.277 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1081
  - urn:anon:hash:3929554047386646216.1081 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1081 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.526
  - urn:anon:hash:3929554047386646216.526 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.526 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.239
  - urn:anon:hash:3929554047386646216.239 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.239 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.817
  - urn:anon:hash:3929554047386646216.817 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.817 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.223
  - urn:anon:hash:3929554047386646216.223 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.223 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1422
  - urn:anon:hash:3929554047386646216.1422 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1422 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.926
  - urn:anon:hash:3929554047386646216.926 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.926 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1298
  - urn:anon:hash:3929554047386646216.1298 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1298 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.547
  - urn:anon:hash:3929554047386646216.547 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.547 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.394
  - urn:anon:hash:3929554047386646216.394 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.394 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1105
  - urn:anon:hash:3929554047386646216.1105 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1105 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1211
  - urn:anon:hash:3929554047386646216.1211 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1211 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1485
  - urn:anon:hash:3929554047386646216.1485 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1485 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.631
  - urn:anon:hash:3929554047386646216.631 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.631 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.803
  - urn:anon:hash:3929554047386646216.803 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.803 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.55
  - urn:anon:hash:3929554047386646216.55 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.55 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1622
  - urn:anon:hash:3929554047386646216.1622 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1622 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.540
  - urn:anon:hash:3929554047386646216.540 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.540 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.270
  - urn:anon:hash:3929554047386646216.270 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.270 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.136
  - urn:anon:hash:3929554047386646216.136 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.136 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.860
  - urn:anon:hash:3929554047386646216.860 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.860 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1093
  - urn:anon:hash:3929554047386646216.1093 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1093 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.574
  - urn:anon:hash:3929554047386646216.574 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.574 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1300
  - urn:anon:hash:3929554047386646216.1300 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1300 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.879
  - urn:anon:hash:3929554047386646216.879 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.879 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.459
  - urn:anon:hash:3929554047386646216.459 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.459 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1132
  - urn:anon:hash:3929554047386646216.1132 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1132 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1315
  - urn:anon:hash:3929554047386646216.1315 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1315 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1591
  - urn:anon:hash:3929554047386646216.1591 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1591 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1009
  - urn:anon:hash:3929554047386646216.1009 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1009 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.759
  - urn:anon:hash:3929554047386646216.759 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.759 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.711
  - urn:anon:hash:3929554047386646216.711 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.711 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.886
  - urn:anon:hash:3929554047386646216.886 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.886 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.725
  - urn:anon:hash:3929554047386646216.725 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.725 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.728
  - urn:anon:hash:3929554047386646216.728 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.728 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.210
  - urn:anon:hash:3929554047386646216.210 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.210 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.336
  - urn:anon:hash:3929554047386646216.336 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.336 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1106
  - urn:anon:hash:3929554047386646216.1106 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1106 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.673
  - urn:anon:hash:3929554047386646216.673 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.673 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1249
  - urn:anon:hash:3929554047386646216.1249 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1249 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.628
  - urn:anon:hash:3929554047386646216.628 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.628 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.194
  - urn:anon:hash:3929554047386646216.194 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.194 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.354
  - urn:anon:hash:3929554047386646216.354 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.354 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1625
  - urn:anon:hash:3929554047386646216.1625 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1625 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1184
  - urn:anon:hash:3929554047386646216.1184 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1184 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.787
  - urn:anon:hash:3929554047386646216.787 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.787 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1028
  - urn:anon:hash:3929554047386646216.1028 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1028 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.247
  - urn:anon:hash:3929554047386646216.247 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.247 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.731
  - urn:anon:hash:3929554047386646216.731 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.731 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.769
  - urn:anon:hash:3929554047386646216.769 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.769 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.941
  - urn:anon:hash:3929554047386646216.941 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.941 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1103
  - urn:anon:hash:3929554047386646216.1103 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1103 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1542
  - urn:anon:hash:3929554047386646216.1542 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1542 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.905
  - urn:anon:hash:3929554047386646216.905 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.905 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.353
  - urn:anon:hash:3929554047386646216.353 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.353 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.689
  - urn:anon:hash:3929554047386646216.689 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.689 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.229
  - urn:anon:hash:3929554047386646216.229 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.229 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.983
  - urn:anon:hash:3929554047386646216.983 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.983 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.348
  - urn:anon:hash:3929554047386646216.348 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.348 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.695
  - urn:anon:hash:3929554047386646216.695 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.695 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1327
  - urn:anon:hash:3929554047386646216.1327 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1327 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1305
  - urn:anon:hash:3929554047386646216.1305 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1305 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.716
  - urn:anon:hash:3929554047386646216.716 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.716 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.531
  - urn:anon:hash:3929554047386646216.531 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.531 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1085
  - urn:anon:hash:3929554047386646216.1085 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1085 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.262
  - urn:anon:hash:3929554047386646216.262 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.262 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.622
  - urn:anon:hash:3929554047386646216.622 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.622 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1406
  - urn:anon:hash:3929554047386646216.1406 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1406 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1427
  - urn:anon:hash:3929554047386646216.1427 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1427 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1376
  - urn:anon:hash:3929554047386646216.1376 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1376 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.89
  - urn:anon:hash:3929554047386646216.89 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.89 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1336
  - urn:anon:hash:3929554047386646216.1336 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1336 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1499
  - urn:anon:hash:3929554047386646216.1499 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1499 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1608
  - urn:anon:hash:3929554047386646216.1608 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1608 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.602
  - urn:anon:hash:3929554047386646216.602 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.602 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.675
  - urn:anon:hash:3929554047386646216.675 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.675 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.927
  - urn:anon:hash:3929554047386646216.927 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.927 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.152
  - urn:anon:hash:3929554047386646216.152 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.152 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.51
  - urn:anon:hash:3929554047386646216.51 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.51 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1558
  - urn:anon:hash:3929554047386646216.1558 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1558 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1494
  - urn:anon:hash:3929554047386646216.1494 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1494 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1005
  - urn:anon:hash:3929554047386646216.1005 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1005 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1535
  - urn:anon:hash:3929554047386646216.1535 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1535 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.17
  - urn:anon:hash:3929554047386646216.17 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.17 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.242
  - urn:anon:hash:3929554047386646216.242 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.242 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1588
  - urn:anon:hash:3929554047386646216.1588 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1588 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1385
  - urn:anon:hash:3929554047386646216.1385 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1385 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.946
  - urn:anon:hash:3929554047386646216.946 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.946 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1121
  - urn:anon:hash:3929554047386646216.1121 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1121 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1409
  - urn:anon:hash:3929554047386646216.1409 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1409 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.296
  - urn:anon:hash:3929554047386646216.296 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.296 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.214
  - urn:anon:hash:3929554047386646216.214 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.214 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.321
  - urn:anon:hash:3929554047386646216.321 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.321 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.131
  - urn:anon:hash:3929554047386646216.131 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.131 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1072
  - urn:anon:hash:3929554047386646216.1072 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1072 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.967
  - urn:anon:hash:3929554047386646216.967 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.967 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.814
  - urn:anon:hash:3929554047386646216.814 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.814 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.286
  - urn:anon:hash:3929554047386646216.286 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.286 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1345
  - urn:anon:hash:3929554047386646216.1345 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1345 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.479
  - urn:anon:hash:3929554047386646216.479 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.479 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.884
  - urn:anon:hash:3929554047386646216.884 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.884 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.433
  - urn:anon:hash:3929554047386646216.433 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.433 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1450
  - urn:anon:hash:3929554047386646216.1450 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1450 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.68
  - urn:anon:hash:3929554047386646216.68 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.68 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1274
  - urn:anon:hash:3929554047386646216.1274 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1274 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.500
  - urn:anon:hash:3929554047386646216.500 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.500 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1334
  - urn:anon:hash:3929554047386646216.1334 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1334 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.863
  - urn:anon:hash:3929554047386646216.863 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.863 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1679
  - urn:anon:hash:3929554047386646216.1679 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1679 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.490
  - urn:anon:hash:3929554047386646216.490 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.490 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1469
  - urn:anon:hash:3929554047386646216.1469 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1469 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.560
  - urn:anon:hash:3929554047386646216.560 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.560 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.72
  - urn:anon:hash:3929554047386646216.72 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.72 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.688
  - urn:anon:hash:3929554047386646216.688 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.688 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.429
  - urn:anon:hash:3929554047386646216.429 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.429 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.443
  - urn:anon:hash:3929554047386646216.443 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.443 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1563
  - urn:anon:hash:3929554047386646216.1563 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1563 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.187
  - urn:anon:hash:3929554047386646216.187 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.187 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.954
  - urn:anon:hash:3929554047386646216.954 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.954 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.707
  - urn:anon:hash:3929554047386646216.707 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.707 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1190
  - urn:anon:hash:3929554047386646216.1190 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1190 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.936
  - urn:anon:hash:3929554047386646216.936 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.936 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1107
  - urn:anon:hash:3929554047386646216.1107 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1107 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.145
  - urn:anon:hash:3929554047386646216.145 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.145 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.291
  - urn:anon:hash:3929554047386646216.291 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.291 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.0
  - urn:anon:hash:3929554047386646216.0 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.0 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1069
  - urn:anon:hash:3929554047386646216.1069 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1069 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.115
  - urn:anon:hash:3929554047386646216.115 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.115 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1683
  - urn:anon:hash:3929554047386646216.1683 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1683 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1002
  - urn:anon:hash:3929554047386646216.1002 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1002 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.960
  - urn:anon:hash:3929554047386646216.960 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.960 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.355
  - urn:anon:hash:3929554047386646216.355 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.355 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1139
  - urn:anon:hash:3929554047386646216.1139 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1139 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1020
  - urn:anon:hash:3929554047386646216.1020 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1020 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.680
  - urn:anon:hash:3929554047386646216.680 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.680 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.900
  - urn:anon:hash:3929554047386646216.900 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.900 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.344
  - urn:anon:hash:3929554047386646216.344 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.344 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1151
  - urn:anon:hash:3929554047386646216.1151 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1151 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1420
  - urn:anon:hash:3929554047386646216.1420 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1420 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.305
  - urn:anon:hash:3929554047386646216.305 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.305 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.269
  - urn:anon:hash:3929554047386646216.269 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.269 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.156
  - urn:anon:hash:3929554047386646216.156 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.156 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.76
  - urn:anon:hash:3929554047386646216.76 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.76 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1686
  - urn:anon:hash:3929554047386646216.1686 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1686 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.409
  - urn:anon:hash:3929554047386646216.409 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.409 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.820
  - urn:anon:hash:3929554047386646216.820 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.820 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.702
  - urn:anon:hash:3929554047386646216.702 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.702 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1273
  - urn:anon:hash:3929554047386646216.1273 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1273 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.899
  - urn:anon:hash:3929554047386646216.899 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.899 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1554
  - urn:anon:hash:3929554047386646216.1554 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1554 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.110
  - urn:anon:hash:3929554047386646216.110 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.110 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.937
  - urn:anon:hash:3929554047386646216.937 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.937 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.776
  - urn:anon:hash:3929554047386646216.776 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.776 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1266
  - urn:anon:hash:3929554047386646216.1266 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1266 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1323
  - urn:anon:hash:3929554047386646216.1323 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1323 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.478
  - urn:anon:hash:3929554047386646216.478 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.478 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1134
  - urn:anon:hash:3929554047386646216.1134 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1134 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1330
  - urn:anon:hash:3929554047386646216.1330 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1330 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.522
  - urn:anon:hash:3929554047386646216.522 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.522 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:8582709793627694392.7
  - urn:anon:hash:8582709793627694392.7 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:8582709793627694392.7 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1065
  - urn:anon:hash:3929554047386646216.1065 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1065 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.451
  - urn:anon:hash:3929554047386646216.451 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.451 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1260
  - urn:anon:hash:3929554047386646216.1260 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1260 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.248
  - urn:anon:hash:3929554047386646216.248 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.248 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1449
  - urn:anon:hash:3929554047386646216.1449 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1449 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.744
  - urn:anon:hash:3929554047386646216.744 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.744 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.548
  - urn:anon:hash:3929554047386646216.548 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.548 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.319
  - urn:anon:hash:3929554047386646216.319 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.319 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.616
  - urn:anon:hash:3929554047386646216.616 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.616 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.681
  - urn:anon:hash:3929554047386646216.681 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.681 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1660
  - urn:anon:hash:3929554047386646216.1660 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1660 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.918
  - urn:anon:hash:3929554047386646216.918 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.918 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.735
  - urn:anon:hash:3929554047386646216.735 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.735 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1181
  - urn:anon:hash:3929554047386646216.1181 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1181 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1424
  - urn:anon:hash:3929554047386646216.1424 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1424 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.78
  - urn:anon:hash:3929554047386646216.78 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.78 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1173
  - urn:anon:hash:3929554047386646216.1173 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1173 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.404
  - urn:anon:hash:3929554047386646216.404 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.404 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.630
  - urn:anon:hash:3929554047386646216.630 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.630 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.543
  - urn:anon:hash:3929554047386646216.543 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.543 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1212
  - urn:anon:hash:3929554047386646216.1212 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1212 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1058
  - urn:anon:hash:3929554047386646216.1058 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1058 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.939
  - urn:anon:hash:3929554047386646216.939 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.939 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1320
  - urn:anon:hash:3929554047386646216.1320 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1320 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.890
  - urn:anon:hash:3929554047386646216.890 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.890 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.595
  - urn:anon:hash:3929554047386646216.595 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.595 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.482
  - urn:anon:hash:3929554047386646216.482 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.482 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.181
  - urn:anon:hash:3929554047386646216.181 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.181 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.610
  - urn:anon:hash:3929554047386646216.610 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.610 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1585
  - urn:anon:hash:3929554047386646216.1585 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1585 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1129
  - urn:anon:hash:3929554047386646216.1129 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1129 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.132
  - urn:anon:hash:3929554047386646216.132 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.132 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1512
  - urn:anon:hash:3929554047386646216.1512 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1512 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.36
  - urn:anon:hash:3929554047386646216.36 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.36 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1444
  - urn:anon:hash:3929554047386646216.1444 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1444 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1226
  - urn:anon:hash:3929554047386646216.1226 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1226 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.509
  - urn:anon:hash:3929554047386646216.509 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.509 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.469
  - urn:anon:hash:3929554047386646216.469 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.469 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.871
  - urn:anon:hash:3929554047386646216.871 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.871 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.706
  - urn:anon:hash:3929554047386646216.706 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.706 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.627
  - urn:anon:hash:3929554047386646216.627 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.627 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1333
  - urn:anon:hash:3929554047386646216.1333 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1333 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1276
  - urn:anon:hash:3929554047386646216.1276 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1276 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.154
  - urn:anon:hash:3929554047386646216.154 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.154 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:8582709793627694392.3
  - urn:anon:hash:8582709793627694392.3 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:8582709793627694392.3 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.570
  - urn:anon:hash:3929554047386646216.570 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.570 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.405
  - urn:anon:hash:3929554047386646216.405 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.405 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1643
  - urn:anon:hash:3929554047386646216.1643 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1643 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.825
  - urn:anon:hash:3929554047386646216.825 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.825 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1695
  - urn:anon:hash:3929554047386646216.1695 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1695 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.465
  - urn:anon:hash:3929554047386646216.465 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.465 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.426
  - urn:anon:hash:3929554047386646216.426 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.426 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.841
  - urn:anon:hash:3929554047386646216.841 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.841 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.317
  - urn:anon:hash:3929554047386646216.317 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.317 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1691
  - urn:anon:hash:3929554047386646216.1691 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1691 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.4
  - urn:anon:hash:3929554047386646216.4 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.4 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.73
  - urn:anon:hash:3929554047386646216.73 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.73 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.652
  - urn:anon:hash:3929554047386646216.652 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.652 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1165
  - urn:anon:hash:3929554047386646216.1165 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1165 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.930
  - urn:anon:hash:3929554047386646216.930 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.930 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1549
  - urn:anon:hash:3929554047386646216.1549 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1549 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1624
  - urn:anon:hash:3929554047386646216.1624 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1624 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.350
  - urn:anon:hash:3929554047386646216.350 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.350 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.663
  - urn:anon:hash:3929554047386646216.663 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.663 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1569
  - urn:anon:hash:3929554047386646216.1569 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1569 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1487
  - urn:anon:hash:3929554047386646216.1487 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1487 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.827
  - urn:anon:hash:3929554047386646216.827 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.827 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1147
  - urn:anon:hash:3929554047386646216.1147 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1147 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.352
  - urn:anon:hash:3929554047386646216.352 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.352 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1484
  - urn:anon:hash:3929554047386646216.1484 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1484 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.733
  - urn:anon:hash:3929554047386646216.733 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.733 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.101
  - urn:anon:hash:3929554047386646216.101 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.101 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1366
  - urn:anon:hash:3929554047386646216.1366 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1366 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1598
  - urn:anon:hash:3929554047386646216.1598 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1598 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.808
  - urn:anon:hash:3929554047386646216.808 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.808 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1452
  - urn:anon:hash:3929554047386646216.1452 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1452 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1423
  - urn:anon:hash:3929554047386646216.1423 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1423 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.919
  - urn:anon:hash:3929554047386646216.919 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.919 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.494
  - urn:anon:hash:3929554047386646216.494 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.494 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1471
  - urn:anon:hash:3929554047386646216.1471 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1471 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.603
  - urn:anon:hash:3929554047386646216.603 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.603 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1417
  - urn:anon:hash:3929554047386646216.1417 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1417 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1495
  - urn:anon:hash:3929554047386646216.1495 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1495 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1515
  - urn:anon:hash:3929554047386646216.1515 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1515 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.476
  - urn:anon:hash:3929554047386646216.476 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.476 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.312
  - urn:anon:hash:3929554047386646216.312 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.312 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1590
  - urn:anon:hash:3929554047386646216.1590 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1590 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.93
  - urn:anon:hash:3929554047386646216.93 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.93 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.824
  - urn:anon:hash:3929554047386646216.824 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.824 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.231
  - urn:anon:hash:3929554047386646216.231 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.231 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1393
  - urn:anon:hash:3929554047386646216.1393 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1393 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.396
  - urn:anon:hash:3929554047386646216.396 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.396 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.119
  - urn:anon:hash:3929554047386646216.119 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.119 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.191
  - urn:anon:hash:3929554047386646216.191 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.191 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.207
  - urn:anon:hash:3929554047386646216.207 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.207 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.7
  - urn:anon:hash:3929554047386646216.7 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.7 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1040
  - urn:anon:hash:3929554047386646216.1040 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1040 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1517
  - urn:anon:hash:3929554047386646216.1517 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1517 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1582
  - urn:anon:hash:3929554047386646216.1582 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1582 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.47
  - urn:anon:hash:3929554047386646216.47 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.47 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1675
  - urn:anon:hash:3929554047386646216.1675 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1675 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.278
  - urn:anon:hash:3929554047386646216.278 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.278 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1374
  - urn:anon:hash:3929554047386646216.1374 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1374 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1414
  - urn:anon:hash:3929554047386646216.1414 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1414 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1411
  - urn:anon:hash:3929554047386646216.1411 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1411 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1182
  - urn:anon:hash:3929554047386646216.1182 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1182 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1483
  - urn:anon:hash:3929554047386646216.1483 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1483 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.832
  - urn:anon:hash:3929554047386646216.832 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.832 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1370
  - urn:anon:hash:3929554047386646216.1370 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1370 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1703
  - urn:anon:hash:3929554047386646216.1703 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1703 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1337
  - urn:anon:hash:3929554047386646216.1337 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1337 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1634
  - urn:anon:hash:3929554047386646216.1634 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1634 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.79
  - urn:anon:hash:3929554047386646216.79 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.79 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1348
  - urn:anon:hash:3929554047386646216.1348 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1348 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1304
  - urn:anon:hash:3929554047386646216.1304 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1304 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1429
  - urn:anon:hash:3929554047386646216.1429 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1429 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1019
  - urn:anon:hash:3929554047386646216.1019 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1019 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.633
  - urn:anon:hash:3929554047386646216.633 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.633 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.677
  - urn:anon:hash:3929554047386646216.677 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.677 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.538
  - urn:anon:hash:3929554047386646216.538 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.538 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.654
  - urn:anon:hash:3929554047386646216.654 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.654 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.608
  - urn:anon:hash:3929554047386646216.608 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.608 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1696
  - urn:anon:hash:3929554047386646216.1696 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1696 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1705
  - urn:anon:hash:3929554047386646216.1705 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1705 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.599
  - urn:anon:hash:3929554047386646216.599 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.599 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.475
  - urn:anon:hash:3929554047386646216.475 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.475 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.474
  - urn:anon:hash:3929554047386646216.474 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.474 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.369
  - urn:anon:hash:3929554047386646216.369 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.369 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.220
  - urn:anon:hash:3929554047386646216.220 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.220 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1668
  - urn:anon:hash:3929554047386646216.1668 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1668 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1680
  - urn:anon:hash:3929554047386646216.1680 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1680 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.462
  - urn:anon:hash:3929554047386646216.462 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.462 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.844
  - urn:anon:hash:3929554047386646216.844 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.844 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.441
  - urn:anon:hash:3929554047386646216.441 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.441 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1025
  - urn:anon:hash:3929554047386646216.1025 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1025 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.442
  - urn:anon:hash:3929554047386646216.442 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.442 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1670
  - urn:anon:hash:3929554047386646216.1670 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1670 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.741
  - urn:anon:hash:3929554047386646216.741 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.741 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1164
  - urn:anon:hash:3929554047386646216.1164 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1164 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.910
  - urn:anon:hash:3929554047386646216.910 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.910 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1579
  - urn:anon:hash:3929554047386646216.1579 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1579 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1534
  - urn:anon:hash:3929554047386646216.1534 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1534 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1142
  - urn:anon:hash:3929554047386646216.1142 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1142 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1141
  - urn:anon:hash:3929554047386646216.1141 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1141 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1311
  - urn:anon:hash:3929554047386646216.1311 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1311 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.244
  - urn:anon:hash:3929554047386646216.244 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.244 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.416
  - urn:anon:hash:3929554047386646216.416 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.416 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1195
  - urn:anon:hash:3929554047386646216.1195 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1195 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1658
  - urn:anon:hash:3929554047386646216.1658 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1658 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1310
  - urn:anon:hash:3929554047386646216.1310 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1310 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.704
  - urn:anon:hash:3929554047386646216.704 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.704 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1176
  - urn:anon:hash:3929554047386646216.1176 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1176 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1229
  - urn:anon:hash:3929554047386646216.1229 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1229 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1091
  - urn:anon:hash:3929554047386646216.1091 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1091 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1604
  - urn:anon:hash:3929554047386646216.1604 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1604 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1210
  - urn:anon:hash:3929554047386646216.1210 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1210 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1075
  - urn:anon:hash:3929554047386646216.1075 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1075 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.48
  - urn:anon:hash:3929554047386646216.48 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.48 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.66
  - urn:anon:hash:3929554047386646216.66 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.66 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.346
  - urn:anon:hash:3929554047386646216.346 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.346 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.541
  - urn:anon:hash:3929554047386646216.541 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.541 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.327
  - urn:anon:hash:3929554047386646216.327 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.327 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.439
  - urn:anon:hash:3929554047386646216.439 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.439 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.623
  - urn:anon:hash:3929554047386646216.623 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.623 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.470
  - urn:anon:hash:3929554047386646216.470 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.470 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1015
  - urn:anon:hash:3929554047386646216.1015 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1015 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.889
  - urn:anon:hash:3929554047386646216.889 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.889 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1052
  - urn:anon:hash:3929554047386646216.1052 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1052 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1100
  - urn:anon:hash:3929554047386646216.1100 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1100 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1677
  - urn:anon:hash:3929554047386646216.1677 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1677 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1090
  - urn:anon:hash:3929554047386646216.1090 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1090 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.988
  - urn:anon:hash:3929554047386646216.988 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.988 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.828
  - urn:anon:hash:3929554047386646216.828 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.828 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.64
  - urn:anon:hash:3929554047386646216.64 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.64 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.562
  - urn:anon:hash:3929554047386646216.562 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.562 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1655
  - urn:anon:hash:3929554047386646216.1655 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1655 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1698
  - urn:anon:hash:3929554047386646216.1698 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1698 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.867
  - urn:anon:hash:3929554047386646216.867 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.867 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.777
  - urn:anon:hash:3929554047386646216.777 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.777 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.403
  - urn:anon:hash:3929554047386646216.403 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.403 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1701
  - urn:anon:hash:3929554047386646216.1701 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1701 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.671
  - urn:anon:hash:3929554047386646216.671 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.671 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1694
  - urn:anon:hash:3929554047386646216.1694 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1694 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.916
  - urn:anon:hash:3929554047386646216.916 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.916 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1170
  - urn:anon:hash:3929554047386646216.1170 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1170 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.697
  - urn:anon:hash:3929554047386646216.697 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.697 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.70
  - urn:anon:hash:3929554047386646216.70 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.70 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.458
  - urn:anon:hash:3929554047386646216.458 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.458 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.520
  - urn:anon:hash:3929554047386646216.520 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.520 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.703
  - urn:anon:hash:3929554047386646216.703 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.703 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.497
  - urn:anon:hash:3929554047386646216.497 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.497 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1291
  - urn:anon:hash:3929554047386646216.1291 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1291 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1392
  - urn:anon:hash:3929554047386646216.1392 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1392 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.901
  - urn:anon:hash:3929554047386646216.901 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.901 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.635
  - urn:anon:hash:3929554047386646216.635 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.635 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.166
  - urn:anon:hash:3929554047386646216.166 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.166 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.12
  - urn:anon:hash:3929554047386646216.12 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.12 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.943
  - urn:anon:hash:3929554047386646216.943 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.943 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.651
  - urn:anon:hash:3929554047386646216.651 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.651 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1283
  - urn:anon:hash:3929554047386646216.1283 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1283 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.357
  - urn:anon:hash:3929554047386646216.357 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.357 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.970
  - urn:anon:hash:3929554047386646216.970 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.970 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:8582709793627694392.4
  - urn:anon:hash:8582709793627694392.4 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1574
  - urn:anon:hash:3929554047386646216.1574 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1574 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1606
  - urn:anon:hash:3929554047386646216.1606 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1606 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.533
  - urn:anon:hash:3929554047386646216.533 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.533 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1527
  - urn:anon:hash:3929554047386646216.1527 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1527 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1663
  - urn:anon:hash:3929554047386646216.1663 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1663 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1470
  - urn:anon:hash:3929554047386646216.1470 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1470 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.313
  - urn:anon:hash:3929554047386646216.313 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.313 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.288
  - urn:anon:hash:3929554047386646216.288 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.288 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1498
  - urn:anon:hash:3929554047386646216.1498 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1498 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.205
  - urn:anon:hash:3929554047386646216.205 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.205 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1603
  - urn:anon:hash:3929554047386646216.1603 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1603 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.455
  - urn:anon:hash:3929554047386646216.455 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.455 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.449
  - urn:anon:hash:3929554047386646216.449 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.449 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1021
  - urn:anon:hash:3929554047386646216.1021 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1021 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.24
  - urn:anon:hash:3929554047386646216.24 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.24 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.227
  - urn:anon:hash:3929554047386646216.227 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.227 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1408
  - urn:anon:hash:3929554047386646216.1408 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1408 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1678
  - urn:anon:hash:3929554047386646216.1678 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1678 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.34
  - urn:anon:hash:3929554047386646216.34 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.34 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1477
  - urn:anon:hash:3929554047386646216.1477 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1477 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1124
  - urn:anon:hash:3929554047386646216.1124 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1124 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1185
  - urn:anon:hash:3929554047386646216.1185 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1185 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.701
  - urn:anon:hash:3929554047386646216.701 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.701 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.267
  - urn:anon:hash:3929554047386646216.267 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.267 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.33
  - urn:anon:hash:3929554047386646216.33 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.33 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.116
  - urn:anon:hash:3929554047386646216.116 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.116 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.997
  - urn:anon:hash:3929554047386646216.997 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.997 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1396
  - urn:anon:hash:3929554047386646216.1396 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1396 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.992
  - urn:anon:hash:3929554047386646216.992 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.992 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.552
  - urn:anon:hash:3929554047386646216.552 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.552 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.788
  - urn:anon:hash:3929554047386646216.788 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.788 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.143
  - urn:anon:hash:3929554047386646216.143 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.143 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1480
  - urn:anon:hash:3929554047386646216.1480 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1480 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.584
  - urn:anon:hash:3929554047386646216.584 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.584 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1328
  - urn:anon:hash:3929554047386646216.1328 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1328 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.969
  - urn:anon:hash:3929554047386646216.969 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.969 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.590
  - urn:anon:hash:3929554047386646216.590 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.590 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:8582709793627694392.1
  - urn:anon:hash:8582709793627694392.1 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1647
  - urn:anon:hash:3929554047386646216.1647 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1647 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.27
  - urn:anon:hash:3929554047386646216.27 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.27 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.734
  - urn:anon:hash:3929554047386646216.734 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.734 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1573
  - urn:anon:hash:3929554047386646216.1573 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1573 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.756
  - urn:anon:hash:3929554047386646216.756 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.756 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1638
  - urn:anon:hash:3929554047386646216.1638 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1638 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.274
  - urn:anon:hash:3929554047386646216.274 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.274 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1618
  - urn:anon:hash:3929554047386646216.1618 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1618 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:8582709793627694392.6
  - urn:anon:hash:8582709793627694392.6 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1455
  - urn:anon:hash:3929554047386646216.1455 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1455 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.973
  - urn:anon:hash:3929554047386646216.973 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.973 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1572
  - urn:anon:hash:3929554047386646216.1572 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1572 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.182
  - urn:anon:hash:3929554047386646216.182 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.182 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1324
  - urn:anon:hash:3929554047386646216.1324 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1324 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.888
  - urn:anon:hash:3929554047386646216.888 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.888 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.636
  - urn:anon:hash:3929554047386646216.636 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.636 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1443
  - urn:anon:hash:3929554047386646216.1443 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1443 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1054
  - urn:anon:hash:3929554047386646216.1054 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1054 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1521
  - urn:anon:hash:3929554047386646216.1521 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1521 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.31
  - urn:anon:hash:3929554047386646216.31 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.31 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1674
  - urn:anon:hash:3929554047386646216.1674 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1674 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1239
  - urn:anon:hash:3929554047386646216.1239 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1239 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1049
  - urn:anon:hash:3929554047386646216.1049 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1049 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1381
  - urn:anon:hash:3929554047386646216.1381 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1381 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1281
  - urn:anon:hash:3929554047386646216.1281 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1281 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.454
  - urn:anon:hash:3929554047386646216.454 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.454 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.880
  - urn:anon:hash:3929554047386646216.880 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.880 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1684
  - urn:anon:hash:3929554047386646216.1684 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1684 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.299
  - urn:anon:hash:3929554047386646216.299 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.299 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.502
  - urn:anon:hash:3929554047386646216.502 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.502 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.165
  - urn:anon:hash:3929554047386646216.165 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.165 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.566
  - urn:anon:hash:3929554047386646216.566 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.566 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.30
  - urn:anon:hash:3929554047386646216.30 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.30 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1456
  - urn:anon:hash:3929554047386646216.1456 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1456 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.359
  - urn:anon:hash:3929554047386646216.359 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.359 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.621
  - urn:anon:hash:3929554047386646216.621 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.621 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.785
  - urn:anon:hash:3929554047386646216.785 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.785 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.915
  - urn:anon:hash:3929554047386646216.915 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.915 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.923
  - urn:anon:hash:3929554047386646216.923 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.923 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.25
  - urn:anon:hash:3929554047386646216.25 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.25 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.1007
  - urn:anon:hash:3929554047386646216.1007 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1007 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.848
  - urn:anon:hash:3929554047386646216.848 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.848 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1292
  - urn:anon:hash:3929554047386646216.1292 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.1292 needs to be a http://data.ashrae.org/standard223#Substance-Medium
urn:anon:hash:3929554047386646216.1322
  - urn:anon:hash:3929554047386646216.1322 needs to be a http://data.ashrae.org/standard223#Substance-Medium
  - urn:anon:hash:3929554047386646216.1322 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
urn:anon:hash:3929554047386646216.174
  - urn:anon:hash:3929554047386646216.174 needs to be a http://data.ashrae.org/standard223#Constituent-Electricity
  - urn:anon:hash:3929554047386646216.174 needs to be a http://data.ashrae.org/standard223#Substance-Medium