Warning
This model has not been updated since the last revision of the 223P ontology, and it may not pass validation. 223P was last updated on 2025-01-16 16:12:21. The model file was last updated on 2024-09-14 12:12:25
PNNL Example Building 3 Model 2#
Exammple Building 3 is a real-world medium-sized office building. It is approximately 67,000 square feet in size, contains 2 floors, 27 space types, and 469 rooms. Labels have been anonymized, and are not interpretable. It uses an underfloor air distribution system with fan-powered terminal reheat coils for perimeter zones. Four roof-top units with VAV are located on the roof. The lighting system primariliy uses fluorescent luminaires and zone-based lighting controllers that communicate with user interface devices and wireless gatetways over DALI networks. The gateways collect occupancy and light sensor data over an ISM-band wireless network.
Example Building 3 Model 2 is provided by Pacific Northwest National Laboratory. See LBNL Example Building 3 model 1 for a different modeling approach for the same building.
Contents#
This model contains a complete representation of the building architecture and electrical/lighting system, and a partial representation of the lighting control system.
In addition to the s223 ontology, the model uses the Real Estate Core ontology to describe space types. The Real Estate Core ontology is extended by defining 2 subclasses for rec:Office.
recx:OpenOffice rdfs:subClassOf rec:Office;
rdfs:label "Open Office".
recx:PrivateOffice rdfs:subClassOf rec:Office;
rdfs:label "Private Office".
Source#
The model was created from souce data consisting of a Revit building information model (BIM) exported via a Speckle interface.
Speckle view of rooms and lighting fixtures#
Model instance data have a prefix that is resolvable to a Speckle URL.
@prefix bdg3: <http://speckle.xyz/streams/bf7685a6aa/objects/>
For example, the following luminaire resolves to http://speckle.xyz/streams/bf7685a6aa/objects/978e64f766e711a6cc73f3a4d4c0a3e9 :
bdg3:978e64f766e711a6cc73f3a4d4c0a3e9 a s223:Luminaire
Downloads#
Queries#
Model Components#
Parent Class |
Class |
Instances |
---|---|---|
713 |
||
226 |
||
26 |
||
739 |
||
1452 |
||
1452 |
||
245 |
||
236 |
||
443 |
||
226 |
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.
Note
BuildingMOTIF installation
To install the buildingmotif
library, you can use the following command:
pip install 'buildingmotif[topquadrant] @ git+https://github.com/NREL/buildingmotif.git@develop'
If you do not have Java installed, you can use the following command to install the library:
pip install 'buildingmotif @ git+https://github.com/NREL/buildingmotif.git@develop'
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-bdg3-2")
model.graph.parse("https://models.open223.info/pnnl-bdg3-2.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 ns1: <http://data.ashrae.org/standard223#> .
@prefix ns2: <http://qudt.org/schema/qudt/> .
@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 <http://speckle.xyz/streams/bf7685a6aa/objects/3907b5486f168d678ba581de66f8fcb4> ;
sh:resultMessage "s223: If the relation `hasPhysicalLocation` is present it must associate the `Equipment` with a `PhysicalSpace`." ;
sh:resultPath ns1:hasPhysicalLocation ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape <urn:well-known/0b592c32> ;
sh:value <http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e> ],
[ a sh:ValidationResult ;
sh:focusNode <http://speckle.xyz/streams/bf7685a6aa/objects/afe20519698cef157106a11bda
http://speckle.xyz/streams/bf7685a6aa/objects/581ced57a48db689f0a242bf76339281
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/581ced57a48db689f0a242bf76339281 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/581ced57a48db689f0a242bf76339281 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-10000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-10000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bbb71945c16f567154e65fa6340607bc
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bbb71945c16f567154e65fa6340607bc needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bbb71945c16f567154e65fa6340607bc needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac
- http://speckle.xyz/streams/bf7685a6aa/objects/c004d7eef81cf6ab6b6ddf38b1cbabc1 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0c99cbe31ea235d05bdcd5ce3a0ab2af on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/1a6afbdfd275e54fbec0848e9cc9a48d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e7c9e2f9a7a0a501d31eab5423876669 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/99404186dbba0f4f7f1398f8aa74f39f on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/66cce2bdb57b61f2d10f6cee8c508243 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/bb735c1fd5e7bce4e542eb2535083e45 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a425da88edbb46d1210f95207abcb30a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/18f8a94e26f42bba94e987e597ddfd5d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/bfcc2b802b338cb0cbaefad6542c58d7 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/230bee4acdd75163083829e8ab8a39f2 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/38de361c40151688ec4354659cc9e855 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d29b46cf61566e12ce91906d0ff88789 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/442b75f265dad85708d17330be21561c on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d48d37e3edb4c6def09923403014eb03 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f425076ef1bc756a05acbca60a39c18d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/166e27749553cf3219b95effaa60229f on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d65f8c8c63863a9955cad6647fa559f4 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a1d67b4208f6eed0293c478ac7f2db72 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a1b0abf6dd519084fca5274740cfb753 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/86794e87250ef6ac1ca88b1e608e64b4 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/acb6542f18bd3dc78a9dcd9b4ad32d71 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a90357aede518899ef1628d9ac8c23f7 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/692b74cce4df1fc8676e483160064c85 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f543cf8563e2505d81f5e76e2be01e05 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/089b7b828f28a846fcbcbd103c8492e5 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0590d70d00595729c6d35b1234977419 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/3bba482343b8d72c580af14e0b0e05df on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d77f0206f793d366dcf43a6875c39716 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a27a92ffec8feef42fdacc61025a95d6 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a5893cbf3605b39a09225a1ca64b0b2e on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0ad95ab1c7f34686f7ac100a0f473d42 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/06c67bfcd6d2f5b575f38dba0f51b672 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/874a3138d2a825dffee742833b559af8 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c11557e21bacf2f498a7839086c087a0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2574b16b5e9d5e0bea710d1ca119a45a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/44f7d7dae3b62130ad8fda3f589fc508 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/8e77b914648ba752ac9b7c04c1ab161e on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/4889cd9870fe6a53e7dd4c43f0048a0a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d1d7be0d0eb1a25441be555456d8728d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/30fb4b69fa549ef9a7e18ead4885dec5 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9afce26e156ee27c0851a8c7906ff506 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/23ab52de81ba42f888479330edb7ce76 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/4e0cc1fec29ebf21cd3b0b42531f704e on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c59d0357cccce2c360fa88610cfb9dc0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0152b9161ed0a0d6e3ae6919ab77ab11 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/598a0c5bed585c4e7fdfeb688cc62eb2 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f81349f450082607823b374cbf6090c1 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/28299383e0df00b91df539a74c7815c2 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/489334ec2ac2a1a03ce346106f6040dd on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/66a3014cb513eb02828ffb12c7f7ef5b on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f1fa1d87c09023b9c95ee3622445ae59 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/65f08905dad9fad24ddbf157762f65af on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c26c629052aceea470811580bb1ab29f on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/815aa4f3a6e9b6bd3d666fe7d5662428 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/666041a31abcd611d10724fa62536d0b on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/28aef50ead306cc9aaa610ad0b1fe1f6 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/de6a9e0a58ee766f3a43d50370ea19de on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/475d9640e0e1761de64f8d863e5d5a79 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/5556cde6660a613e241f1da37e548290 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/dda6fc2cd9f746d9e9297e0859f5eb4d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2119b9678ef6ebb538a9e7cbcf2370fa on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/adf053d1dc959c596d6baa749cea6879 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/88e5f0e92bf4bbc79c68bfdbe2675e55 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f6d5b4ca6cd4e394b60620e0abbab45f on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/65d20ea93432ed9190f94c4508d4d1b3 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2e7fcf08c8c16097c4fb8b7074f6b8a3 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/decfcfb9b61288ea8bb8b586936e4e71 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e97571e2dfc45c32f85efb64c6ccba64 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c2c965eb3fae861fbf679d2fd79cae7a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9895428471df191215db83d9f8082645 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/96b50d6b8d4e936c2c04a6876aa61c37 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/7dbc8030bcb7a9e9a7a560eec36e9290 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/60dec90ea4a69243d04d1865db4ab294 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/97d7a767c870fdff1a209b9445a9e911 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a2275be1b771646099111ea05863ea68 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/38b821c823fa96dd85042fa050adfcd0 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/868c1e93f5a58548b63254651d2bea10 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/57b18a74ff93e5a9428e838f72c71067 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/077fed24ea7f83e4fab775c9a2571143 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/78b0d278cde75c79f13d638e01c2c702 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9857c2e4ec6cf0ebcb9e452e1ad1fa77 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/52d7bafa36957b9e565938403801ab84 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/098d381126c26c79190f714830a34e51 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e81a465e50845b69c15fe22a744fc9df on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/7b2c9e560d7ad3bbb5ccd360227389ab on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/671f0fd33000e3c39075ec98e1126a0a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/be8ada1cbd31aa6dbf6fccb3495a0ef3 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f5d08d08b8a951b4e8c6f58253819260 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/688b34664f1f51ab620458521e56a4b6 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/ce1738a180c1ee8473a14a728d2fec4b on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/5c9925a4674bb4a61b33bb0452c6deaf on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f73afc48debde36cdd78d51a0b31c30a on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a281dbb365e205175d77ff574b4dac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1637c20d49c245644d3be66d4b0ca739
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1637c20d49c245644d3be66d4b0ca739 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1637c20d49c245644d3be66d4b0ca739 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#DCVoltage-DCNegativeVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCVoltage-DCNegativeVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1f3049e63fe4d2597e5f1197a9952113
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/1f3049e63fe4d2597e5f1197a9952113 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b457444b65a65c323c6cce148a5c54e0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b457444b65a65c323c6cce148a5c54e0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b457444b65a65c323c6cce148a5c54e0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7d654fcddd6dd70c4491ad2e68543a21
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/7d654fcddd6dd70c4491ad2e68543a21 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f24be800ac8aa1d0c5d47d0816714d45
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/f24be800ac8aa1d0c5d47d0816714d45 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a5dfeb03190420f57d3335789cc9c769
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/a5dfeb03190420f57d3335789cc9c769 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/214b3979a5b27c479de568d3e43ba279
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/214b3979a5b27c479de568d3e43ba279 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/214b3979a5b27c479de568d3e43ba279 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/6d8e4abe59acd6081c6e990bfec4e05e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6d8e4abe59acd6081c6e990bfec4e05e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6d8e4abe59acd6081c6e990bfec4e05e needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#DCNegativeVoltage-380.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-380.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8b019f1fdf0086cf236dbc350908ffef
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/8b019f1fdf0086cf236dbc350908ffef needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/8b019f1fdf0086cf236dbc350908ffef needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0773a9a6ad5fc3d42a974affb9ca289c
- http://speckle.xyz/streams/bf7685a6aa/objects/671f0fd33000e3c39075ec98e1126a0a on http://speckle.xyz/streams/bf7685a6aa/objects/0773a9a6ad5fc3d42a974affb9ca289c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/91a46d6fe0c63b9e2a32adb9189cd376
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/91a46d6fe0c63b9e2a32adb9189cd376 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/91a46d6fe0c63b9e2a32adb9189cd376 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ec2b71d3c14848d38b9581adef8aed64
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/ec2b71d3c14848d38b9581adef8aed64 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0c3d176462221a21df9f01f98c050382
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/0c3d176462221a21df9f01f98c050382 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/988a1b2de1660b9301505c078548c1eb
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/988a1b2de1660b9301505c078548c1eb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/04ade2004aef4f5e50bf1bbcee2505db
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/04ade2004aef4f5e50bf1bbcee2505db needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/04ade2004aef4f5e50bf1bbcee2505db needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4223ef9b3a2106fe5fa966321e312459
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/4223ef9b3a2106fe5fa966321e312459 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d5131a3f0b8aae4cb665f5cbbe6e548f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d5131a3f0b8aae4cb665f5cbbe6e548f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d5131a3f0b8aae4cb665f5cbbe6e548f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/2bbbe0be992cea656e82f5ab67e70b3c
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/2bbbe0be992cea656e82f5ab67e70b3c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b15df676c74b2a2886e33b68c4c64a33
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b15df676c74b2a2886e33b68c4c64a33 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b15df676c74b2a2886e33b68c4c64a33 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3bc48a2c0ecd633c367cb7788f20dc8e
- http://speckle.xyz/streams/bf7685a6aa/objects/65f08905dad9fad24ddbf157762f65af on http://speckle.xyz/streams/bf7685a6aa/objects/3bc48a2c0ecd633c367cb7788f20dc8e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0af884579261966eddf03d2142421e94
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/0af884579261966eddf03d2142421e94 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4628af12c74d304bbe68b01f2a4145d9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4628af12c74d304bbe68b01f2a4145d9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4628af12c74d304bbe68b01f2a4145d9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8091224f474f70bb7c9b4c6c5472d1d6
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8091224f474f70bb7c9b4c6c5472d1d6 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8091224f474f70bb7c9b4c6c5472d1d6 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/34e79b0ae01c8f1808ac27292084e9f2
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/34e79b0ae01c8f1808ac27292084e9f2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2b8a52770d9a7d72786569477aaa7b72
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/2b8a52770d9a7d72786569477aaa7b72 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4c9120e4a53749c1baba0865711d53dc
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/4c9120e4a53749c1baba0865711d53dc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3335b2e1514517439c64fb5f28503d23
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3335b2e1514517439c64fb5f28503d23 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3335b2e1514517439c64fb5f28503d23 needs to be a http://qudt.org/schema/qudt/Unit
nab481a0635d246d8ae7ff248c97664e6b2269
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b2269 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b2269 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ef9859e75fc8c3173e751433d7be2271
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ef9859e75fc8c3173e751433d7be2271 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ef9859e75fc8c3173e751433d7be2271 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/eee7dfd440b68926fe75aea3a10f167f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eee7dfd440b68926fe75aea3a10f167f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eee7dfd440b68926fe75aea3a10f167f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3899aa3b4796475dc5e9197bbd8088e1
- http://speckle.xyz/streams/bf7685a6aa/objects/c11557e21bacf2f498a7839086c087a0 on http://speckle.xyz/streams/bf7685a6aa/objects/3899aa3b4796475dc5e9197bbd8088e1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-3300V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-3300V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/607f50e4f3b7389dfa104a783289dc1b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/607f50e4f3b7389dfa104a783289dc1b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/607f50e4f3b7389dfa104a783289dc1b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-415V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-415V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bf3f54c116230276c288bbbfc93a249f
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/bf3f54c116230276c288bbbfc93a249f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f5881481b73ac7f80892cf27271febd7
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f5881481b73ac7f80892cf27271febd7 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f5881481b73ac7f80892cf27271febd7 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ec094d073b30d8aa08927176d16807b4
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/ec094d073b30d8aa08927176d16807b4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9dd83fcb2f3053d37bd70a12d2aa8e62
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/9dd83fcb2f3053d37bd70a12d2aa8e62 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a5850dfc20485272f258166e3b48749b
- http://speckle.xyz/streams/bf7685a6aa/objects/b12ac1bee6f170f908d300fa71c95111 on http://speckle.xyz/streams/bf7685a6aa/objects/a5850dfc20485272f258166e3b48749b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/16c2ff9cfb3f9419e74f9196f31c61cd
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/16c2ff9cfb3f9419e74f9196f31c61cd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e5ee831bd4aaf90a537693e8bb241fa6
- http://speckle.xyz/streams/bf7685a6aa/objects/9afce26e156ee27c0851a8c7906ff506 on http://speckle.xyz/streams/bf7685a6aa/objects/e5ee831bd4aaf90a537693e8bb241fa6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/326fd9e15b12400fd6b47bf26d8fbf84 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/4ba074e46be9bb3f56b99137981fb313 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9909d4e8918567000c9be885ac99b3cd on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/15b9f1bbc651a81dea26684ad543f70a on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/b12ac1bee6f170f908d300fa71c95111 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/7027106b86bbf1624aeecea353bf4412 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0d3bf549d1c8d3a7f42c473f8fa81827 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/aa3aa38ee5b10e40c9ede870225fd503 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/8e754b8c808cf1a1e48137195659f8c8 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/a08393e06078ad931cc1683da8363cb4 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d5b1769b748423fb98cace29a0366946 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/90503bd239890ecb4ef6f29e5898c47b on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c2fc93ee9dec1445af89da62458be10d on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d8233308d858417f63d96f5f694e9538 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/dfc0c3833a46266c71575787aff0f20d on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/659672eeff56fe3536315764b764a663 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/c5380b973ef73d9425d8fd919e1a7538 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/f3ec1e36a99896dc93fec2e9644475bf on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/6e02e6432b5c2bd4b3c9f66e71ca8f1a on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/82270a0b3589a9ebc714fbf580619e80 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/42b77602b43873e4fbc17acb6b3b7f34 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/74116e0c46d445a4c9ac39c7f1b75206 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/793ac5107a19df09a832f066266912e8 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/38fc1c83ce7cd22674c69fd719e87f00 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/77fa201d44b529fd0ae42b20ba8ba809 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/673296ef20285eecee055d8eeed2acd0 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9146000a517bc8f7060b1fe8d939338d on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9d0351d65cbbdcd5c9dfed6220ed3795 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/d912bfa2c63c5be2c0557c9a5ac0045b on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/6b7f1aad6288ea44a0b709fbf06a8918 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0849cbae1dcd58718497524998b3bd30 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/afd2940fe9aa7135187ec2abaaef0157 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/18dcb5c6b06a1df3084d52f7b75783a1 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/4450fafa9b35f62c2043d9df9a7f700d on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/5113048d9de5edce9a56ff05c5feb804 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/2c18eee18f19e067d7eba1b6152c5610 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/e70d7bc92fc874a812626d682a29b370 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/60c0e7e594f49058fd28aebc9177ded9 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
- http://speckle.xyz/streams/bf7685a6aa/objects/62014ffc2035e78fa2838efe58021617 on http://speckle.xyz/streams/bf7685a6aa/objects/21fab698938f1728205c2ace5adf07b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/996095fe0098d41b58188106614ed8db
- http://speckle.xyz/streams/bf7685a6aa/objects/a425da88edbb46d1210f95207abcb30a on http://speckle.xyz/streams/bf7685a6aa/objects/996095fe0098d41b58188106614ed8db needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e6a97c12128a03119000b2d4909cac8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4e6a97c12128a03119000b2d4909cac8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4e6a97c12128a03119000b2d4909cac8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0a8f99a68095e9cd98242e73157240f6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0a8f99a68095e9cd98242e73157240f6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0a8f99a68095e9cd98242e73157240f6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9ab1276125966ec2518c516398916e71
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9ab1276125966ec2518c516398916e71 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9ab1276125966ec2518c516398916e71 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7ad54714bdfc14d6f213322bf85ada05
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7ad54714bdfc14d6f213322bf85ada05 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7ad54714bdfc14d6f213322bf85ada05 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4d620054fc91ec18de83d7ced2df157f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4d620054fc91ec18de83d7ced2df157f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4d620054fc91ec18de83d7ced2df157f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8f14d16df3b19d948cdfcbe434f5528a
- http://speckle.xyz/streams/bf7685a6aa/objects/38fc1c83ce7cd22674c69fd719e87f00 on http://speckle.xyz/streams/bf7685a6aa/objects/8f14d16df3b19d948cdfcbe434f5528a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b41eecd67b16c48bf04102668fe21d5d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b41eecd67b16c48bf04102668fe21d5d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b41eecd67b16c48bf04102668fe21d5d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/09ecfb68d082a977dd85b687b1476d16
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/09ecfb68d082a977dd85b687b1476d16 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/09ecfb68d082a977dd85b687b1476d16 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/bb8ffb2d0ef04a8630c3f55423f69582
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bb8ffb2d0ef04a8630c3f55423f69582 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bb8ffb2d0ef04a8630c3f55423f69582 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c915ee94bad082f83b85ebe6b12a4d9f
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/c915ee94bad082f83b85ebe6b12a4d9f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ab6c13d8597738940608ea70452966d8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ab6c13d8597738940608ea70452966d8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ab6c13d8597738940608ea70452966d8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1d3df9770f2befb47604efaafbab343f
- http://speckle.xyz/streams/bf7685a6aa/objects/06c67bfcd6d2f5b575f38dba0f51b672 on http://speckle.xyz/streams/bf7685a6aa/objects/1d3df9770f2befb47604efaafbab343f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0fba9ed406c794aa070092b1c41adfa4
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/0fba9ed406c794aa070092b1c41adfa4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bfaa98b2c6fc71e83f3ff59c9edbc1ed
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bfaa98b2c6fc71e83f3ff59c9edbc1ed needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bfaa98b2c6fc71e83f3ff59c9edbc1ed needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7994a7c4e660e0bed4ed76af35cf2320
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7994a7c4e660e0bed4ed76af35cf2320 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7994a7c4e660e0bed4ed76af35cf2320 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/eb72ea78cc2f2419b263abef55b20ab3
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eb72ea78cc2f2419b263abef55b20ab3 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eb72ea78cc2f2419b263abef55b20ab3 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/92438c3d36a3d87133a3babb8de5361e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/92438c3d36a3d87133a3babb8de5361e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/92438c3d36a3d87133a3babb8de5361e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3f113a487be1ec36ac511ca81fd2377a
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/3f113a487be1ec36ac511ca81fd2377a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/76c79c082788a0ea1054b58a27ae06dd
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/76c79c082788a0ea1054b58a27ae06dd needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/76c79c082788a0ea1054b58a27ae06dd needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/cb6fddb82a34b8fe5e35dfaf229c57d3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cb6fddb82a34b8fe5e35dfaf229c57d3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cb6fddb82a34b8fe5e35dfaf229c57d3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a9e236444e70ca0a6344482b258302b5
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/a9e236444e70ca0a6344482b258302b5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bf4c3d9f4eba86dc0c9848a37102607c
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bf4c3d9f4eba86dc0c9848a37102607c needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bf4c3d9f4eba86dc0c9848a37102607c needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/faabcdea5dd07c6115d97d0a66065944
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/faabcdea5dd07c6115d97d0a66065944 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/faabcdea5dd07c6115d97d0a66065944 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3eca20ae73fccf8d8053a91306bf451a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3eca20ae73fccf8d8053a91306bf451a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3eca20ae73fccf8d8053a91306bf451a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/97de5d84e5b9336dc6f02ffec88d2ad0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/97de5d84e5b9336dc6f02ffec88d2ad0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/97de5d84e5b9336dc6f02ffec88d2ad0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a7e43b48cd93ad597a6ac351403f1e2a
- http://speckle.xyz/streams/bf7685a6aa/objects/6b7f1aad6288ea44a0b709fbf06a8918 on http://speckle.xyz/streams/bf7685a6aa/objects/a7e43b48cd93ad597a6ac351403f1e2a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e5a6afa10ec27d7957c68166d4e27cb7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e5a6afa10ec27d7957c68166d4e27cb7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e5a6afa10ec27d7957c68166d4e27cb7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8cf0ecfd16edda2d08820783667bba7f
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/8cf0ecfd16edda2d08820783667bba7f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/38e72ba025b55a9f4b7e065965b93d68
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/38e72ba025b55a9f4b7e065965b93d68 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5a57ee24583f499153143f404e3b466c
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/5a57ee24583f499153143f404e3b466c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/032ab61b4ada1ca3deb401c28ab509af
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/032ab61b4ada1ca3deb401c28ab509af needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/032ab61b4ada1ca3deb401c28ab509af needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a8a2051244bf77f8aae8b7f46367c879
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a8a2051244bf77f8aae8b7f46367c879 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a8a2051244bf77f8aae8b7f46367c879 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/176a50b57e62cbddcff6e68074ee47e9
- http://speckle.xyz/streams/bf7685a6aa/objects/99404186dbba0f4f7f1398f8aa74f39f on http://speckle.xyz/streams/bf7685a6aa/objects/176a50b57e62cbddcff6e68074ee47e9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d61f35c782f10c69b6df0560d26d8348
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/d61f35c782f10c69b6df0560d26d8348 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/929155fb7cf50b2a54eb7e8df31b3745
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/929155fb7cf50b2a54eb7e8df31b3745 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/929155fb7cf50b2a54eb7e8df31b3745 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#DCPositiveVoltage-6.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-6.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b5a57aa7816b73da947df53357db640e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b5a57aa7816b73da947df53357db640e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b5a57aa7816b73da947df53357db640e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/379c55da9c28681afd0d43b1c98f5e8c
- http://speckle.xyz/streams/bf7685a6aa/objects/dda6fc2cd9f746d9e9297e0859f5eb4d on http://speckle.xyz/streams/bf7685a6aa/objects/379c55da9c28681afd0d43b1c98f5e8c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1665124f43f9c426e1a00b57ecc687af
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1665124f43f9c426e1a00b57ecc687af needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1665124f43f9c426e1a00b57ecc687af needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Numerical-DCVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Numerical-DCVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7dcd54a134f22cd9971e72e8fa414b5f
- http://speckle.xyz/streams/bf7685a6aa/objects/66cce2bdb57b61f2d10f6cee8c508243 on http://speckle.xyz/streams/bf7685a6aa/objects/7dcd54a134f22cd9971e72e8fa414b5f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-110V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-110V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/5c7753db53e805d2c9c19733eb014b01
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5c7753db53e805d2c9c19733eb014b01 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5c7753db53e805d2c9c19733eb014b01 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a686ef8db542a84a24f5f4ec420b3668
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a686ef8db542a84a24f5f4ec420b3668 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a686ef8db542a84a24f5f4ec420b3668 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bfad8ab44b378c7220095d1890060179
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/bfad8ab44b378c7220095d1890060179 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2f74217c6690994cd3deb9802656c713
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2f74217c6690994cd3deb9802656c713 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2f74217c6690994cd3deb9802656c713 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a7259ff57b1d53c7aae1a3f4d09ec4bd
- http://speckle.xyz/streams/bf7685a6aa/objects/60dec90ea4a69243d04d1865db4ab294 on http://speckle.xyz/streams/bf7685a6aa/objects/a7259ff57b1d53c7aae1a3f4d09ec4bd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/14c4c821c10c7d2a9a6d4cac0088011e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/14c4c821c10c7d2a9a6d4cac0088011e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/14c4c821c10c7d2a9a6d4cac0088011e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/409c13a3f0124f7ad3f3e1f3ee12f8ba
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/409c13a3f0124f7ad3f3e1f3ee12f8ba needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/26da4e5d32aed2b638923a6ecc4e28f4
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/26da4e5d32aed2b638923a6ecc4e28f4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6d1528df1785e1106200cc8cf04426e
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/c6d1528df1785e1106200cc8cf04426e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/c6d1528df1785e1106200cc8cf04426e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/37bcb1e4f152db0ae3e9839e55ad2a3b
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/37bcb1e4f152db0ae3e9839e55ad2a3b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5e9d3adac5c10cf0726d408779b5097d
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/5e9d3adac5c10cf0726d408779b5097d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/379d35952bd7288c43730cad1739e051
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/379d35952bd7288c43730cad1739e051 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ac02d7ceefd3557a77452e9607bd8017
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ac02d7ceefd3557a77452e9607bd8017 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ac02d7ceefd3557a77452e9607bd8017 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f69c264e18791d5a145ceedc0f1bcf59
- http://speckle.xyz/streams/bf7685a6aa/objects/166e27749553cf3219b95effaa60229f on http://speckle.xyz/streams/bf7685a6aa/objects/f69c264e18791d5a145ceedc0f1bcf59 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3ea7fc70675673b1c6a26c0cd72f3b1d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3ea7fc70675673b1c6a26c0cd72f3b1d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3ea7fc70675673b1c6a26c0cd72f3b1d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4de207a2fe4874393444910c320b7711
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4de207a2fe4874393444910c320b7711 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4de207a2fe4874393444910c320b7711 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#DCNegativeVoltage-3.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-3.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3f0063aa87e0926a13b8cf4985960b97
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3f0063aa87e0926a13b8cf4985960b97 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3f0063aa87e0926a13b8cf4985960b97 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/708252e2da30fc76f20d790532365f33
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/708252e2da30fc76f20d790532365f33 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/708252e2da30fc76f20d790532365f33 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineNeutralVoltage-24V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-24V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b3a51fecb647cc22de819d427e34048f
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/b3a51fecb647cc22de819d427e34048f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2512806340df4be86262b3fe4a9a555e
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/2512806340df4be86262b3fe4a9a555e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/220c6b999586dc1d80abc55ea987c5e2
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/220c6b999586dc1d80abc55ea987c5e2 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/220c6b999586dc1d80abc55ea987c5e2 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/478cfd5cc4e2af47eac992eaa89a8e44
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/478cfd5cc4e2af47eac992eaa89a8e44 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7eaadfb12726b7ee7f3f2f5f0e4bb752
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/7eaadfb12726b7ee7f3f2f5f0e4bb752 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-24V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-24V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d52a95f4a4e28f682d9351c6b45ef392
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d52a95f4a4e28f682d9351c6b45ef392 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d52a95f4a4e28f682d9351c6b45ef392 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1122759a213ad9a08f3aeea8ec56992e
- http://speckle.xyz/streams/bf7685a6aa/objects/30fb4b69fa549ef9a7e18ead4885dec5 on http://speckle.xyz/streams/bf7685a6aa/objects/1122759a213ad9a08f3aeea8ec56992e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b9f9db086fd88b480cbfe58591de30ee
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b9f9db086fd88b480cbfe58591de30ee needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b9f9db086fd88b480cbfe58591de30ee needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/13639ba14de82d229cfa1e28a88199c9
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/13639ba14de82d229cfa1e28a88199c9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-380V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-380V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/5e8bfa0ae9db9bbb725a48af5aa624a6
- http://speckle.xyz/streams/bf7685a6aa/objects/815aa4f3a6e9b6bd3d666fe7d5662428 on http://speckle.xyz/streams/bf7685a6aa/objects/5e8bfa0ae9db9bbb725a48af5aa624a6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4b1a768a6c7a44de9ef9af88482821f3
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/4b1a768a6c7a44de9ef9af88482821f3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4a60e6addc07ee7a5f25b6953a894b1b
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/4a60e6addc07ee7a5f25b6953a894b1b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-24.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-24.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d56437bcd000b32ac4618eaf574ff19b
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/d56437bcd000b32ac4618eaf574ff19b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9037dfb50be5cf7144d1a567b0a17d37
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9037dfb50be5cf7144d1a567b0a17d37 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9037dfb50be5cf7144d1a567b0a17d37 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e30008eb2eed893d89fed7f2f94b9525
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/e30008eb2eed893d89fed7f2f94b9525 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/62773bf0ba4664313cb93f9547bececd
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/62773bf0ba4664313cb93f9547bececd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e22ab08130fb1b34d6505c2a68b929aa
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/e22ab08130fb1b34d6505c2a68b929aa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5cd8f678cc0bfa409e0c5e8c88fbc10a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5cd8f678cc0bfa409e0c5e8c88fbc10a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5cd8f678cc0bfa409e0c5e8c88fbc10a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/5657ae97e27056e2ee85b0d552c78fef
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5657ae97e27056e2ee85b0d552c78fef needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5657ae97e27056e2ee85b0d552c78fef needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a1e7fe5e00a7d01232e6760b9a2d6007
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a1e7fe5e00a7d01232e6760b9a2d6007 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a1e7fe5e00a7d01232e6760b9a2d6007 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/89c998617448b28216f79096ab6455e2
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/89c998617448b28216f79096ab6455e2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/821793012278619ab54619561c62b0ba
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/821793012278619ab54619561c62b0ba needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/64da0cc66e6c817c6d08afb9f248b76a
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/64da0cc66e6c817c6d08afb9f248b76a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/52d8b75ae73c47490768204e4c3bebbc
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/52d8b75ae73c47490768204e4c3bebbc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/79e6e012745fc18f37cd40dcc2a84302
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/79e6e012745fc18f37cd40dcc2a84302 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/79e6e012745fc18f37cd40dcc2a84302 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineNeutralVoltage-139V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-139V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2bc4a68b0ddfd2a3ede9201e5edacc06
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2bc4a68b0ddfd2a3ede9201e5edacc06 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2bc4a68b0ddfd2a3ede9201e5edacc06 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bd8e15af46280f485c41d656acbb6e81
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bd8e15af46280f485c41d656acbb6e81 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bd8e15af46280f485c41d656acbb6e81 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d37626e315dcb7cb463c5812dd86a1b9
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d37626e315dcb7cb463c5812dd86a1b9 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d37626e315dcb7cb463c5812dd86a1b9 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-190V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-190V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9d207e1a5d448f8434ef5b2159a2d40a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9d207e1a5d448f8434ef5b2159a2d40a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9d207e1a5d448f8434ef5b2159a2d40a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/51a9b617ab67440277a50686e17f3abf
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/51a9b617ab67440277a50686e17f3abf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/05e134a92100e3c762ce4279b19de52d
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/05e134a92100e3c762ce4279b19de52d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a193d0555e084d35a7c0cd469b483d23
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a193d0555e084d35a7c0cd469b483d23 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a193d0555e084d35a7c0cd469b483d23 needs to be a http://qudt.org/schema/qudt/QuantityKind
nab481a0635d246d8ae7ff248c97664e6b1703
- http://qudt.org/vocab/quantitykind/Temperature on nab481a0635d246d8ae7ff248c97664e6b1703 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/39ffbf8493b4ccd74fa031894a5011b3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/39ffbf8493b4ccd74fa031894a5011b3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/39ffbf8493b4ccd74fa031894a5011b3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/791854b8eafcc6a33d5ab794a197a57d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/791854b8eafcc6a33d5ab794a197a57d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/791854b8eafcc6a33d5ab794a197a57d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/94cb310af5b15f989aa5f07f2f391c8b
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/94cb310af5b15f989aa5f07f2f391c8b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e29a6b74f8d2b263643b85b86c04bde8
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/e29a6b74f8d2b263643b85b86c04bde8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/63d10d5f0e85bbd36f52e9f6a1f15533
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/63d10d5f0e85bbd36f52e9f6a1f15533 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/63d10d5f0e85bbd36f52e9f6a1f15533 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-1900V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-1900V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/dec6bf5e37ed7e53a583c0eae8b62ee0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dec6bf5e37ed7e53a583c0eae8b62ee0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dec6bf5e37ed7e53a583c0eae8b62ee0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0e45b67419fa92a4ac5e9ad550c1ae9f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0e45b67419fa92a4ac5e9ad550c1ae9f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0e45b67419fa92a4ac5e9ad550c1ae9f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7152d0c52cf9d94e8e77c3d5d240ee33
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7152d0c52cf9d94e8e77c3d5d240ee33 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7152d0c52cf9d94e8e77c3d5d240ee33 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4eb3f6fca69724f2459c74283242ccef
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/4eb3f6fca69724f2459c74283242ccef needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bb3163bdd60c25cdb6385e8f89d8c8c1
- http://speckle.xyz/streams/bf7685a6aa/objects/7b2c9e560d7ad3bbb5ccd360227389ab on http://speckle.xyz/streams/bf7685a6aa/objects/bb3163bdd60c25cdb6385e8f89d8c8c1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e154cabf15afc55272c2076af30d8d15
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e154cabf15afc55272c2076af30d8d15 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e154cabf15afc55272c2076af30d8d15 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#NumberOfElectricalPhases-SinglePhase
- http://qudt.org/vocab/quantitykind/Dimensionless on http://data.ashrae.org/standard223#NumberOfElectricalPhases-SinglePhase needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/195610647fa077816a41fdaeab355a69
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/195610647fa077816a41fdaeab355a69 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/195610647fa077816a41fdaeab355a69 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineNeutralVoltage-1730V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-1730V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/84cc7ff3fd1a81eb8876acabda9a0086
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/84cc7ff3fd1a81eb8876acabda9a0086 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fb541dfe80b553613368d61efd5c4d9f
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/fb541dfe80b553613368d61efd5c4d9f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3fd54839e6e80b4c0f5ed93494746f2d
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/3fd54839e6e80b4c0f5ed93494746f2d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases
- http://qudt.org/vocab/quantitykind/Dimensionless on http://data.ashrae.org/standard223#Numerical-NumberOfElectricalPhases needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/02f892239d7aca746203b66e17e80ba2
- http://speckle.xyz/streams/bf7685a6aa/objects/5556cde6660a613e241f1da37e548290 on http://speckle.xyz/streams/bf7685a6aa/objects/02f892239d7aca746203b66e17e80ba2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ceb497fc1294904cf468aa2ffad4bbf7
- http://speckle.xyz/streams/bf7685a6aa/objects/90503bd239890ecb4ef6f29e5898c47b on http://speckle.xyz/streams/bf7685a6aa/objects/ceb497fc1294904cf468aa2ffad4bbf7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/49b0560d8c9de1d65b005240db98dc0b
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/49b0560d8c9de1d65b005240db98dc0b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/378b394ffa8cba0566e469141ceafc2f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/378b394ffa8cba0566e469141ceafc2f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/378b394ffa8cba0566e469141ceafc2f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1754088c143b53bd054cf1cba681e463
- http://speckle.xyz/streams/bf7685a6aa/objects/c5380b973ef73d9425d8fd919e1a7538 on http://speckle.xyz/streams/bf7685a6aa/objects/1754088c143b53bd054cf1cba681e463 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bb8f7d348b68ebdee14b5fb02a0dc1d6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bb8f7d348b68ebdee14b5fb02a0dc1d6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bb8f7d348b68ebdee14b5fb02a0dc1d6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/70a1bf824fd8f0cd243e09ae097eab4b
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/70a1bf824fd8f0cd243e09ae097eab4b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bf60a9aee3701e2efd061288b4e4cd5d
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/bf60a9aee3701e2efd061288b4e4cd5d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0caddfc8851aa95324a75ff744e66613
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0caddfc8851aa95324a75ff744e66613 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0caddfc8851aa95324a75ff744e66613 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-3V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-3V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#DCNegativeVoltage-5.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-5.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bfa582d72d453308d74b9116b0c68979
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bfa582d72d453308d74b9116b0c68979 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bfa582d72d453308d74b9116b0c68979 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineNeutralVoltage-3460V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-3460V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/35797ba06b73351ea771b51dbfee6699
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/35797ba06b73351ea771b51dbfee6699 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/51d0161f65a2e215a29662d669e72d55
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/51d0161f65a2e215a29662d669e72d55 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/51d0161f65a2e215a29662d669e72d55 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/98c007af60e53c20b828317c4a412eb3
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/98c007af60e53c20b828317c4a412eb3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f806ec219909f485419b2bfa7483dc87
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f806ec219909f485419b2bfa7483dc87 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f806ec219909f485419b2bfa7483dc87 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7c71fc651dce1e04f74079095010669f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7c71fc651dce1e04f74079095010669f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7c71fc651dce1e04f74079095010669f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/780a460c5e0f86efa988963abc750e81
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/780a460c5e0f86efa988963abc750e81 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/780a460c5e0f86efa988963abc750e81 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4cad4ceed5c93d5f26ac415c120a18d4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4cad4ceed5c93d5f26ac415c120a18d4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4cad4ceed5c93d5f26ac415c120a18d4 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/79dcee3cd0877f71f61f1e379f6f4c76
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/79dcee3cd0877f71f61f1e379f6f4c76 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dad33f7c451e73723f30928f8aee96a8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dad33f7c451e73723f30928f8aee96a8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dad33f7c451e73723f30928f8aee96a8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c47c578c26487ed4fe9a8808504d18d0
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/c47c578c26487ed4fe9a8808504d18d0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0b26eba14fa858beb4d8d7c718bb9bbf
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0b26eba14fa858beb4d8d7c718bb9bbf needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0b26eba14fa858beb4d8d7c718bb9bbf needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/db48d1e9ee316d974633f621279d3644
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/db48d1e9ee316d974633f621279d3644 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/db48d1e9ee316d974633f621279d3644 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/58489cc5a966a593da26cfa8fafe399c
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/58489cc5a966a593da26cfa8fafe399c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/43483f4043d07f8f6ffdb39e3b0da1fe
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/43483f4043d07f8f6ffdb39e3b0da1fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/765520102d966d998ab0c5cad028955d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/765520102d966d998ab0c5cad028955d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/765520102d966d998ab0c5cad028955d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7f1eaaed5e7b8d165c7884e446f97dce
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7f1eaaed5e7b8d165c7884e446f97dce needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7f1eaaed5e7b8d165c7884e446f97dce needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0754602c73b9887065ef69f8495083a6
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/0754602c73b9887065ef69f8495083a6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/62e11eb5d88ede1348453eadf33ad988
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/62e11eb5d88ede1348453eadf33ad988 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/62e11eb5d88ede1348453eadf33ad988 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bd9229879232b91709e25afa0f4512f7
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bd9229879232b91709e25afa0f4512f7 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bd9229879232b91709e25afa0f4512f7 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-231V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-231V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f39f94820bc2a963f00ed50cf11ed351
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f39f94820bc2a963f00ed50cf11ed351 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f39f94820bc2a963f00ed50cf11ed351 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bb6b5255c7198ac96f8efccd9b1f4626
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/bb6b5255c7198ac96f8efccd9b1f4626 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/21d00992e7188cce84419f2e5e829a67
- http://speckle.xyz/streams/bf7685a6aa/objects/8e754b8c808cf1a1e48137195659f8c8 on http://speckle.xyz/streams/bf7685a6aa/objects/21d00992e7188cce84419f2e5e829a67 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/de90cda6389d4029afe722f5ccecb0a5
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/de90cda6389d4029afe722f5ccecb0a5 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/de90cda6389d4029afe722f5ccecb0a5 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4c91de94e0f092c36576f43b89758bb9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4c91de94e0f092c36576f43b89758bb9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4c91de94e0f092c36576f43b89758bb9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineNeutralVoltage-5770V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-5770V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c3030bdcaade98280df7231f15368c86
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/c3030bdcaade98280df7231f15368c86 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c2a4a75a12a7315ca08715fc7d09c174
- http://speckle.xyz/streams/bf7685a6aa/objects/44f7d7dae3b62130ad8fda3f589fc508 on http://speckle.xyz/streams/bf7685a6aa/objects/c2a4a75a12a7315ca08715fc7d09c174 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d9acb3987cf5c4a8e12f2c9c7fd2bc16
- http://speckle.xyz/streams/bf7685a6aa/objects/afd2940fe9aa7135187ec2abaaef0157 on http://speckle.xyz/streams/bf7685a6aa/objects/d9acb3987cf5c4a8e12f2c9c7fd2bc16 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/122313a5ef478c61653e36e518b54df8
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/122313a5ef478c61653e36e518b54df8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cc97a32d16dd71392a6e0b8cad5113e8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cc97a32d16dd71392a6e0b8cad5113e8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cc97a32d16dd71392a6e0b8cad5113e8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e2aec084c94b62671a193c2484192ded
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e2aec084c94b62671a193c2484192ded needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e2aec084c94b62671a193c2484192ded needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c1a98ff877bcd4f03cf8a734fc4e3c71
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c1a98ff877bcd4f03cf8a734fc4e3c71 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c1a98ff877bcd4f03cf8a734fc4e3c71 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/986551a00158b37db7462c903481a712
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/986551a00158b37db7462c903481a712 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3b73a8a4e0fa1cd6d7c00f156e5f3b95
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/3b73a8a4e0fa1cd6d7c00f156e5f3b95 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4c2522977a057e765d0f79d225a2a1de
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4c2522977a057e765d0f79d225a2a1de needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4c2522977a057e765d0f79d225a2a1de needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/fae3a4a3ea80fb9b89b9240483733c68
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/fae3a4a3ea80fb9b89b9240483733c68 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/765cb88cd8d30fdfd839e5ba512bfdb0
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/765cb88cd8d30fdfd839e5ba512bfdb0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-380V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-380V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/03184fc893dd585689eb441887a3584b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/03184fc893dd585689eb441887a3584b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/03184fc893dd585689eb441887a3584b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/fb131d2a0625dca28f22af1d0984b7e0
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/fb131d2a0625dca28f22af1d0984b7e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/876acf38bea12d2dbd2b62efbd9c0f69
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/876acf38bea12d2dbd2b62efbd9c0f69 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/432143578c49f35a476c5644f9185d36
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/432143578c49f35a476c5644f9185d36 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/432143578c49f35a476c5644f9185d36 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/045f7e1fba255fb806244607d79a79d6
- http://speckle.xyz/streams/bf7685a6aa/objects/18f8a94e26f42bba94e987e597ddfd5d on http://speckle.xyz/streams/bf7685a6aa/objects/045f7e1fba255fb806244607d79a79d6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/44f6788dd55d2b975a9e254aa7e56c4f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/44f6788dd55d2b975a9e254aa7e56c4f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/44f6788dd55d2b975a9e254aa7e56c4f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/91a6f64e640720e6c6a6c68f467fb09b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/91a6f64e640720e6c6a6c68f467fb09b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/91a6f64e640720e6c6a6c68f467fb09b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/09c6841eb059ec099c71c679381bfc64
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/09c6841eb059ec099c71c679381bfc64 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/09c6841eb059ec099c71c679381bfc64 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/843e0e88bff1a627803c2d490f1b0e5e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/843e0e88bff1a627803c2d490f1b0e5e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/843e0e88bff1a627803c2d490f1b0e5e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9336729a072864cc29a34f6495127cbc
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9336729a072864cc29a34f6495127cbc needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9336729a072864cc29a34f6495127cbc needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/d95931671386a279ff6ce2aa88972cdb
- http://speckle.xyz/streams/bf7685a6aa/objects/5c9925a4674bb4a61b33bb0452c6deaf on http://speckle.xyz/streams/bf7685a6aa/objects/d95931671386a279ff6ce2aa88972cdb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5c44e989f0d1631b9cc5b9ab3c0fc5de
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5c44e989f0d1631b9cc5b9ab3c0fc5de needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5c44e989f0d1631b9cc5b9ab3c0fc5de needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/fc5a2c79051f25563c77e6250aca5e6d
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fc5a2c79051f25563c77e6250aca5e6d needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fc5a2c79051f25563c77e6250aca5e6d needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d542356401b9d30b3b480dc809faa9b1
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d542356401b9d30b3b480dc809faa9b1 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d542356401b9d30b3b480dc809faa9b1 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/be26d7b4d1c27508e9c25c5a477b424f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/be26d7b4d1c27508e9c25c5a477b424f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/be26d7b4d1c27508e9c25c5a477b424f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1a72318f73f88863b2545dcd5d5de84e
- http://speckle.xyz/streams/bf7685a6aa/objects/28299383e0df00b91df539a74c7815c2 on http://speckle.xyz/streams/bf7685a6aa/objects/1a72318f73f88863b2545dcd5d5de84e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/be9b1a2504ad285572044b53030af0ce
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/be9b1a2504ad285572044b53030af0ce needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e57364817a2af8cca1a60210555204c9
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/e57364817a2af8cca1a60210555204c9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/69e1b95d81a13a06c381f0454a5b1af3
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/69e1b95d81a13a06c381f0454a5b1af3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-480V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-480V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/01636747c220f5d36a3615fda839d160
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/01636747c220f5d36a3615fda839d160 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/01636747c220f5d36a3615fda839d160 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c089a0cce2ee943d5f90586585ff6fcf
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/c089a0cce2ee943d5f90586585ff6fcf needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/c089a0cce2ee943d5f90586585ff6fcf needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b82105ac85c5557418a8f5fe269aed35
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b82105ac85c5557418a8f5fe269aed35 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b82105ac85c5557418a8f5fe269aed35 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/727e8241daf0285ba548bce00ea738e7
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/727e8241daf0285ba548bce00ea738e7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5268fb0b78f2e9ba55b05ac6f6cd4c6e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5268fb0b78f2e9ba55b05ac6f6cd4c6e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5268fb0b78f2e9ba55b05ac6f6cd4c6e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7860ff257c4e25a624164982b1a5f983
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7860ff257c4e25a624164982b1a5f983 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7860ff257c4e25a624164982b1a5f983 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b3e7e136c26ab2687a6005e42f264f9a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b3e7e136c26ab2687a6005e42f264f9a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b3e7e136c26ab2687a6005e42f264f9a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f8e4955f9e4673a501618e8b354206b2
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/f8e4955f9e4673a501618e8b354206b2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/300085049a8304f3143b23ea35c79a64
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/300085049a8304f3143b23ea35c79a64 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dbb0ad23bfdd33a424f747d681e9e278
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/dbb0ad23bfdd33a424f747d681e9e278 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-6600V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-6600V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/45d933e1278287de9d47e1cc90caade2
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/45d933e1278287de9d47e1cc90caade2 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/45d933e1278287de9d47e1cc90caade2 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2382b71e3eaa9d79214b4b684f3ae07a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2382b71e3eaa9d79214b4b684f3ae07a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2382b71e3eaa9d79214b4b684f3ae07a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3d91b3a35b89269b475c8ca5497d2276
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3d91b3a35b89269b475c8ca5497d2276 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3d91b3a35b89269b475c8ca5497d2276 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4c00dd6a0a13775952796211e1538e00
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4c00dd6a0a13775952796211e1538e00 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4c00dd6a0a13775952796211e1538e00 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/72dc95e18434e8915c0e7c0656e2e718
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/72dc95e18434e8915c0e7c0656e2e718 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-6.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-6.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/36546750c232f8a7c816a545712d7da4
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/36546750c232f8a7c816a545712d7da4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7c5ef3385fdf23804a10db7d752c6a98
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7c5ef3385fdf23804a10db7d752c6a98 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7c5ef3385fdf23804a10db7d752c6a98 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ee458186742275300bfa0078e126c603
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/ee458186742275300bfa0078e126c603 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d4cd6a04163501d9b3b73ec25590f6c3
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d4cd6a04163501d9b3b73ec25590f6c3 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d4cd6a04163501d9b3b73ec25590f6c3 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/322ca31ae92784be703fec430a2d5116
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/322ca31ae92784be703fec430a2d5116 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/322ca31ae92784be703fec430a2d5116 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/643bce0e60029c82f4278bafcbe260cb
- http://speckle.xyz/streams/bf7685a6aa/objects/2119b9678ef6ebb538a9e7cbcf2370fa on http://speckle.xyz/streams/bf7685a6aa/objects/643bce0e60029c82f4278bafcbe260cb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-3.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-3.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineLineVoltage-480V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-480V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d04d3acc91102d58266cf1c9b08ac5cc
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d04d3acc91102d58266cf1c9b08ac5cc needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d04d3acc91102d58266cf1c9b08ac5cc needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/bf22233594323201967f65119b8c6b54
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/bf22233594323201967f65119b8c6b54 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cfcfe0209f380fed8123d24ef2c10789
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cfcfe0209f380fed8123d24ef2c10789 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cfcfe0209f380fed8123d24ef2c10789 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/874e9a72c6aeac24fd14420d3f6e50e2
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/874e9a72c6aeac24fd14420d3f6e50e2 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/874e9a72c6aeac24fd14420d3f6e50e2 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/dcee3ff09299ecf4b742b9f4d2e735f8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dcee3ff09299ecf4b742b9f4d2e735f8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dcee3ff09299ecf4b742b9f4d2e735f8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/841ca3b6da135412dc751fe346eeab08
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/841ca3b6da135412dc751fe346eeab08 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/841ca3b6da135412dc751fe346eeab08 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/d6f7c5e107f1c473c401b1a661516e56
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/d6f7c5e107f1c473c401b1a661516e56 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/d6f7c5e107f1c473c401b1a661516e56 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineLineVoltage-400V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-400V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/aef5c81a26707e9acddc322ae3de2122
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/aef5c81a26707e9acddc322ae3de2122 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/73ae994bf8206fe8299c4490e8d1dbee
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/73ae994bf8206fe8299c4490e8d1dbee needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/73ae994bf8206fe8299c4490e8d1dbee needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/da717485ca6538ba4c89c231c795a327
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/da717485ca6538ba4c89c231c795a327 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/03b0dfa48986a1b54e4b0eb755a3782e
- http://speckle.xyz/streams/bf7685a6aa/objects/28aef50ead306cc9aaa610ad0b1fe1f6 on http://speckle.xyz/streams/bf7685a6aa/objects/03b0dfa48986a1b54e4b0eb755a3782e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ec4385f81e8a7ec992d353f4bd7b55b5
- http://speckle.xyz/streams/bf7685a6aa/objects/a2275be1b771646099111ea05863ea68 on http://speckle.xyz/streams/bf7685a6aa/objects/ec4385f81e8a7ec992d353f4bd7b55b5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/abd17fc0060832ceb22dc7749f49f9a0
- http://speckle.xyz/streams/bf7685a6aa/objects/7027106b86bbf1624aeecea353bf4412 on http://speckle.xyz/streams/bf7685a6aa/objects/abd17fc0060832ceb22dc7749f49f9a0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f4355492903ad11ceec477f20f238d20
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/f4355492903ad11ceec477f20f238d20 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b79f43766beddb20ed14547dfe2d36f1
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/b79f43766beddb20ed14547dfe2d36f1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dcd260674975cd21803eb8688f431cd2
- http://speckle.xyz/streams/bf7685a6aa/objects/d5b1769b748423fb98cace29a0366946 on http://speckle.xyz/streams/bf7685a6aa/objects/dcd260674975cd21803eb8688f431cd2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ccdc87118d46ee23b9a5e3beeff5d357
- http://speckle.xyz/streams/bf7685a6aa/objects/a1b0abf6dd519084fca5274740cfb753 on http://speckle.xyz/streams/bf7685a6aa/objects/ccdc87118d46ee23b9a5e3beeff5d357 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f926f719ae74cd07608a6da4bda909bf
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f926f719ae74cd07608a6da4bda909bf needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f926f719ae74cd07608a6da4bda909bf needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/12225af3256efd5b03f19857282c9b41
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/12225af3256efd5b03f19857282c9b41 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/12225af3256efd5b03f19857282c9b41 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineLineVoltage-220V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-220V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b9f3bf7a18ab74992628527152fc1176
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b9f3bf7a18ab74992628527152fc1176 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b9f3bf7a18ab74992628527152fc1176 needs to be a http://qudt.org/schema/qudt/Unit
nab481a0635d246d8ae7ff248c97664e6b16
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b16 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b16 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/bbcf45f67f7d7ca3f11b4f7c205249a3
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/bbcf45f67f7d7ca3f11b4f7c205249a3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d48b9ccc661cbdb65ccd996d05173c35
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d48b9ccc661cbdb65ccd996d05173c35 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d48b9ccc661cbdb65ccd996d05173c35 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/fcbc24f727f47287ad1121d8f39d9532
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fcbc24f727f47287ad1121d8f39d9532 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fcbc24f727f47287ad1121d8f39d9532 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d85b9baf4427333a3d4563b8c97810c0
- http://speckle.xyz/streams/bf7685a6aa/objects/82270a0b3589a9ebc714fbf580619e80 on http://speckle.xyz/streams/bf7685a6aa/objects/d85b9baf4427333a3d4563b8c97810c0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e24ef88219d7255b03c5b287cfa2ae35
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e24ef88219d7255b03c5b287cfa2ae35 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e24ef88219d7255b03c5b287cfa2ae35 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e42294e2df5494321365b941a1392bf3
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/e42294e2df5494321365b941a1392bf3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/966ce826e6029fa0c01e9a5c3edf352c
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/966ce826e6029fa0c01e9a5c3edf352c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e6aa809b69dd61b1529aa0728ea6e21
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4e6aa809b69dd61b1529aa0728ea6e21 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4e6aa809b69dd61b1529aa0728ea6e21 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a627c6a5dd8abc8a6488d40b8ca92ded
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a627c6a5dd8abc8a6488d40b8ca92ded needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a627c6a5dd8abc8a6488d40b8ca92ded needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0b17ed2cb6f4a9e2822451f16b00b941
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/0b17ed2cb6f4a9e2822451f16b00b941 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/19d4ed1d02b3e963e082c3feded359d7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/19d4ed1d02b3e963e082c3feded359d7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/19d4ed1d02b3e963e082c3feded359d7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f54996a6bd49e41e2c6de19864ae173b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f54996a6bd49e41e2c6de19864ae173b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f54996a6bd49e41e2c6de19864ae173b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#DCPositiveVoltage-12.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-12.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0a0a3cff079bda7051ef5e68d9494306
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/0a0a3cff079bda7051ef5e68d9494306 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4b84371a7e0aadadb1204471b13b6b33
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/4b84371a7e0aadadb1204471b13b6b33 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4a3cbab1b7c7950185a8319920321826
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/4a3cbab1b7c7950185a8319920321826 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b6ff359c009a1b14e5ea4e6b15743714
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b6ff359c009a1b14e5ea4e6b15743714 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b6ff359c009a1b14e5ea4e6b15743714 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/09eb7872a3e5f1751a9f7589cbbd4594
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/09eb7872a3e5f1751a9f7589cbbd4594 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/09eb7872a3e5f1751a9f7589cbbd4594 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/80d652e594892c9d246b61c1f93fc8d4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/80d652e594892c9d246b61c1f93fc8d4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/80d652e594892c9d246b61c1f93fc8d4 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/63fba4b8e3ebb56010fccf881c1b625a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/63fba4b8e3ebb56010fccf881c1b625a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/63fba4b8e3ebb56010fccf881c1b625a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/bace2668a2b4f106e2d686d8677884c7
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/bace2668a2b4f106e2d686d8677884c7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c2eb963d212aeddefc21b986a9533460
- http://speckle.xyz/streams/bf7685a6aa/objects/afd2940fe9aa7135187ec2abaaef0157 on http://speckle.xyz/streams/bf7685a6aa/objects/c2eb963d212aeddefc21b986a9533460 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f9da33bee94f81ee1c78cce7af353b34
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/f9da33bee94f81ee1c78cce7af353b34 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-208V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-208V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/72c2896aea2fbf4952169474c7f60ce0
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/72c2896aea2fbf4952169474c7f60ce0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7fe5cee57cffcd6482deba5a4f5ecdf4
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/7fe5cee57cffcd6482deba5a4f5ecdf4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4a923a8b9935228cbe196d543ccab4b1
- http://speckle.xyz/streams/bf7685a6aa/objects/38de361c40151688ec4354659cc9e855 on http://speckle.xyz/streams/bf7685a6aa/objects/4a923a8b9935228cbe196d543ccab4b1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/87aefcad4c07057df20f99c93cf06283
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/87aefcad4c07057df20f99c93cf06283 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/87aefcad4c07057df20f99c93cf06283 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8ce06409175921bb875ea8ce7135dcbf
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/8ce06409175921bb875ea8ce7135dcbf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1740c69d1c5baac0fe7cf4b0590ddb05
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/1740c69d1c5baac0fe7cf4b0590ddb05 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e75efd275b16793638190d342105b6de
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e75efd275b16793638190d342105b6de needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e75efd275b16793638190d342105b6de needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/07de8b85729bc0fb24b7c7d819a2558b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/07de8b85729bc0fb24b7c7d819a2558b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/07de8b85729bc0fb24b7c7d819a2558b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/ec293b7282accfd76d039a29c2284880
- http://speckle.xyz/streams/bf7685a6aa/objects/decfcfb9b61288ea8bb8b586936e4e71 on http://speckle.xyz/streams/bf7685a6aa/objects/ec293b7282accfd76d039a29c2284880 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/02ae2aadb667db5eb0a7864b8f41eee6
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/02ae2aadb667db5eb0a7864b8f41eee6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a8d35e250b53412b39a2834f66ee1635
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/a8d35e250b53412b39a2834f66ee1635 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2108f108ffb96732d326f69c74d44431
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/2108f108ffb96732d326f69c74d44431 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/969a058f5488305f6a8a6ea55d8415ba
- http://speckle.xyz/streams/bf7685a6aa/objects/688b34664f1f51ab620458521e56a4b6 on http://speckle.xyz/streams/bf7685a6aa/objects/969a058f5488305f6a8a6ea55d8415ba needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/14001bf8c70943e6281317c38ace4ebc
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/14001bf8c70943e6281317c38ace4ebc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/614b28493362d3ff7f4264a75d332eda
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/614b28493362d3ff7f4264a75d332eda needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9508a4c24fd017198a59a69d3f26395b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9508a4c24fd017198a59a69d3f26395b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9508a4c24fd017198a59a69d3f26395b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a07f1ef2bf5147ff1c0e26991dbd7f98
- http://speckle.xyz/streams/bf7685a6aa/objects/3bba482343b8d72c580af14e0b0e05df on http://speckle.xyz/streams/bf7685a6aa/objects/a07f1ef2bf5147ff1c0e26991dbd7f98 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/22b635daa2f08a71cce35f8d75cf5778
- http://speckle.xyz/streams/bf7685a6aa/objects/489334ec2ac2a1a03ce346106f6040dd on http://speckle.xyz/streams/bf7685a6aa/objects/22b635daa2f08a71cce35f8d75cf5778 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6e6b5192adf59076d931b4ef87ed9c73
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6e6b5192adf59076d931b4ef87ed9c73 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6e6b5192adf59076d931b4ef87ed9c73 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/28b400f8d858303aa4a9a7fe3b209d06
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/28b400f8d858303aa4a9a7fe3b209d06 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/28b400f8d858303aa4a9a7fe3b209d06 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e730564f62d6de672adb813c713919b3
- http://speckle.xyz/streams/bf7685a6aa/objects/18dcb5c6b06a1df3084d52f7b75783a1 on http://speckle.xyz/streams/bf7685a6aa/objects/e730564f62d6de672adb813c713919b3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/effd1de05dbb8c679d3571d1beffa1c7
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/effd1de05dbb8c679d3571d1beffa1c7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ae3cbf316a5890186abbad4f412e0c65
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ae3cbf316a5890186abbad4f412e0c65 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ae3cbf316a5890186abbad4f412e0c65 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a394c72b874a0f750c93e566a2f6b650
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a394c72b874a0f750c93e566a2f6b650 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a394c72b874a0f750c93e566a2f6b650 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1bd7041305fd9bea63212f20cf68d171
- http://speckle.xyz/streams/bf7685a6aa/objects/4ba074e46be9bb3f56b99137981fb313 on http://speckle.xyz/streams/bf7685a6aa/objects/1bd7041305fd9bea63212f20cf68d171 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8be4601d30b64d26b5728e157a12846e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8be4601d30b64d26b5728e157a12846e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8be4601d30b64d26b5728e157a12846e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/967e79004fe4b5982b720ff51da92440
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/967e79004fe4b5982b720ff51da92440 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/967e79004fe4b5982b720ff51da92440 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2c2c2808190bb816198d1c8a5589dac0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2c2c2808190bb816198d1c8a5589dac0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2c2c2808190bb816198d1c8a5589dac0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a182bfe2fcad1d6a6c5fe6896424c602
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/a182bfe2fcad1d6a6c5fe6896424c602 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f7c09239ebb80cf4d94bb6c67a5f4437
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f7c09239ebb80cf4d94bb6c67a5f4437 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f7c09239ebb80cf4d94bb6c67a5f4437 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/38719458f9fcfb0ad4b43eb51fcef5c4
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/38719458f9fcfb0ad4b43eb51fcef5c4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0621d39d300b35debed9f51ab6aa70df
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/0621d39d300b35debed9f51ab6aa70df needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7a9fce9be3e63f54336530694d3f9316
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7a9fce9be3e63f54336530694d3f9316 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7a9fce9be3e63f54336530694d3f9316 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/42c7782211f4f03e7953a3b93b78fe38
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/42c7782211f4f03e7953a3b93b78fe38 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2a043b31c222a7449de1010f9e5e6499
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2a043b31c222a7449de1010f9e5e6499 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2a043b31c222a7449de1010f9e5e6499 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/37fe7981171afa0085228a4c0f2d69ce
- http://speckle.xyz/streams/bf7685a6aa/objects/86794e87250ef6ac1ca88b1e608e64b4 on http://speckle.xyz/streams/bf7685a6aa/objects/37fe7981171afa0085228a4c0f2d69ce needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4dd798d627f5a8e7b72ec41b94f34e33
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4dd798d627f5a8e7b72ec41b94f34e33 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4dd798d627f5a8e7b72ec41b94f34e33 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a45e0528b6e09f14e19d4193e920305a
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/a45e0528b6e09f14e19d4193e920305a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/291d3872a9276cc54a6fbee9d529f918
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/291d3872a9276cc54a6fbee9d529f918 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a2382c19393c2061d1a5f79af1a7ecae
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a2382c19393c2061d1a5f79af1a7ecae needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a2382c19393c2061d1a5f79af1a7ecae needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/54ef14f94225718ca2c2750a471c442f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/54ef14f94225718ca2c2750a471c442f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/54ef14f94225718ca2c2750a471c442f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4c99678c14e2cf26e756fa778442c2c4
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/4c99678c14e2cf26e756fa778442c2c4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/540fdb433658ddd6f3de38c7e9c09dea
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/540fdb433658ddd6f3de38c7e9c09dea needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/540fdb433658ddd6f3de38c7e9c09dea needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e3743d684c92b8cf26307cf35b931d54
- http://speckle.xyz/streams/bf7685a6aa/objects/9857c2e4ec6cf0ebcb9e452e1ad1fa77 on http://speckle.xyz/streams/bf7685a6aa/objects/e3743d684c92b8cf26307cf35b931d54 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f6ecce74d9f1dee5c3d18d461e1ed00f
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/f6ecce74d9f1dee5c3d18d461e1ed00f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-1730V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-1730V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a610bed388f92851f6c158184a2c02a3
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/a610bed388f92851f6c158184a2c02a3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/de7965b6ae2c395d9b3eb94b1635e539
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/de7965b6ae2c395d9b3eb94b1635e539 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/de7965b6ae2c395d9b3eb94b1635e539 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/713fed0da7171fe8e4cc7851f8ace661
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/713fed0da7171fe8e4cc7851f8ace661 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/713fed0da7171fe8e4cc7851f8ace661 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/af92dc77efbb49f375c9b33f010846b2
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/af92dc77efbb49f375c9b33f010846b2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-231V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-231V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/cfab5ae4fb97c6a7b682d3e10e147d8a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cfab5ae4fb97c6a7b682d3e10e147d8a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cfab5ae4fb97c6a7b682d3e10e147d8a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/30b18e00f5237982874f0b01be591c0f
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/30b18e00f5237982874f0b01be591c0f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a437ecc3472d7c7b4e3d513fb3542170
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/a437ecc3472d7c7b4e3d513fb3542170 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5d589f6c2f8b1201961eb72e0b27b281
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5d589f6c2f8b1201961eb72e0b27b281 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5d589f6c2f8b1201961eb72e0b27b281 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/94f4f0f2575c3b6b3afb4fa906b9e304
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/94f4f0f2575c3b6b3afb4fa906b9e304 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/22a576b6dc6450c40b28be8ec8c29200
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/22a576b6dc6450c40b28be8ec8c29200 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/22a576b6dc6450c40b28be8ec8c29200 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6edd93dbbc49dccb5e821f16c9a15733
- http://speckle.xyz/streams/bf7685a6aa/objects/52d7bafa36957b9e565938403801ab84 on http://speckle.xyz/streams/bf7685a6aa/objects/6edd93dbbc49dccb5e821f16c9a15733 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/06ad47466d0a2a9c4ea17576e8337497
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/06ad47466d0a2a9c4ea17576e8337497 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9474db3d91e439e93c4a206a51b56d56
- http://speckle.xyz/streams/bf7685a6aa/objects/96b50d6b8d4e936c2c04a6876aa61c37 on http://speckle.xyz/streams/bf7685a6aa/objects/9474db3d91e439e93c4a206a51b56d56 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6fcd7983ad1d1394343462d923a9fd45
- http://speckle.xyz/streams/bf7685a6aa/objects/d29b46cf61566e12ce91906d0ff88789 on http://speckle.xyz/streams/bf7685a6aa/objects/6fcd7983ad1d1394343462d923a9fd45 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/77e326b2473f693eb6156046dbaed9fc
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/77e326b2473f693eb6156046dbaed9fc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-400V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-400V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9b5cd7346bada42a3b27e079e0e29523
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/9b5cd7346bada42a3b27e079e0e29523 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c034cbeee06bf8e3fa42e18668ee1777
- http://speckle.xyz/streams/bf7685a6aa/objects/88e5f0e92bf4bbc79c68bfdbe2675e55 on http://speckle.xyz/streams/bf7685a6aa/objects/c034cbeee06bf8e3fa42e18668ee1777 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c01818aa28e0a8439657f9910733d4c9
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/c01818aa28e0a8439657f9910733d4c9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6559f25d61743a6ed87ec4b52e2d6b35
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/6559f25d61743a6ed87ec4b52e2d6b35 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/6559f25d61743a6ed87ec4b52e2d6b35 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a5c84c94ec35a2b79379f4be6128f175
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/a5c84c94ec35a2b79379f4be6128f175 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cf88069de5f6c704bbf7c07d7a97f875
- http://speckle.xyz/streams/bf7685a6aa/objects/598a0c5bed585c4e7fdfeb688cc62eb2 on http://speckle.xyz/streams/bf7685a6aa/objects/cf88069de5f6c704bbf7c07d7a97f875 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e3b30eb4b1a62dcdadb93da8ffd118f7
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/e3b30eb4b1a62dcdadb93da8ffd118f7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cda791c15b4853acb211977fe6590af6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cda791c15b4853acb211977fe6590af6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cda791c15b4853acb211977fe6590af6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1c3504a038c73045e93e9b1ae87d577b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1c3504a038c73045e93e9b1ae87d577b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1c3504a038c73045e93e9b1ae87d577b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/045a4416c84f38699ae78d01d61f21d8
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/045a4416c84f38699ae78d01d61f21d8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b23abfd5ad0e1f353a1ab000036ffd36
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/b23abfd5ad0e1f353a1ab000036ffd36 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Frequency-60Hz
- http://qudt.org/vocab/quantitykind/Frequency on http://data.ashrae.org/standard223#Frequency-60Hz needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d1b95e76f2d0f0612ace6e4d9745fcf4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d1b95e76f2d0f0612ace6e4d9745fcf4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d1b95e76f2d0f0612ace6e4d9745fcf4 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-600V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-600V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/89d8ce7345e3ba2c3b2269bfbcd20468
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/89d8ce7345e3ba2c3b2269bfbcd20468 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/89d8ce7345e3ba2c3b2269bfbcd20468 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/269f7d793e015612b84d2812554e8a88
- http://speckle.xyz/streams/bf7685a6aa/objects/7027106b86bbf1624aeecea353bf4412 on http://speckle.xyz/streams/bf7685a6aa/objects/269f7d793e015612b84d2812554e8a88 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/38a8f526b5ce6cae43574c487b11f5cd
- http://speckle.xyz/streams/bf7685a6aa/objects/d29b46cf61566e12ce91906d0ff88789 on http://speckle.xyz/streams/bf7685a6aa/objects/38a8f526b5ce6cae43574c487b11f5cd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b896
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b896 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b896 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineNeutralVoltage-219V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-219V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/934d913abd86dc9e3b68c6abfc885db5
- http://speckle.xyz/streams/bf7685a6aa/objects/dda6fc2cd9f746d9e9297e0859f5eb4d on http://speckle.xyz/streams/bf7685a6aa/objects/934d913abd86dc9e3b68c6abfc885db5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/60f25fa75fb376c8c0699ff800b7b2e6
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/60f25fa75fb376c8c0699ff800b7b2e6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/354174570a520baf8060957381f112e8
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/354174570a520baf8060957381f112e8 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/354174570a520baf8060957381f112e8 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/747dcab17510f9c026e34c3c112d1b85
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/747dcab17510f9c026e34c3c112d1b85 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8b2a9026db7ff7ba5e84a51a6911fab1
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/8b2a9026db7ff7ba5e84a51a6911fab1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8b6de291271ad307b59fff9a8bcb6295
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8b6de291271ad307b59fff9a8bcb6295 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8b6de291271ad307b59fff9a8bcb6295 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/565e335afe2159e92fb3a4ef3e20cab8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/565e335afe2159e92fb3a4ef3e20cab8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/565e335afe2159e92fb3a4ef3e20cab8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/d58ead61f14ccf11f130a092e3f2a66c
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/d58ead61f14ccf11f130a092e3f2a66c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5c35de656ffefc1ec9bc1966331ec55e
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/5c35de656ffefc1ec9bc1966331ec55e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8b928616e8dbd0b819547dd3eabbed8f
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/8b928616e8dbd0b819547dd3eabbed8f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7e08e14136ba0f8fe0ec8398ebe1683f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7e08e14136ba0f8fe0ec8398ebe1683f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7e08e14136ba0f8fe0ec8398ebe1683f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b3b085ccd9021dff37ac12a4084bece7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b3b085ccd9021dff37ac12a4084bece7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b3b085ccd9021dff37ac12a4084bece7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/bfb110da0ad69e072966675c4e1ceba9
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/bfb110da0ad69e072966675c4e1ceba9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7ed83cdb8867b8ef44c794f9577a1b5b
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/7ed83cdb8867b8ef44c794f9577a1b5b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b4e7fcbe0d7778c35684ff2bff202fe9
- http://speckle.xyz/streams/bf7685a6aa/objects/2e7fcf08c8c16097c4fb8b7074f6b8a3 on http://speckle.xyz/streams/bf7685a6aa/objects/b4e7fcbe0d7778c35684ff2bff202fe9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dbf646f1b512469f5e12b2ce9a690dd0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dbf646f1b512469f5e12b2ce9a690dd0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dbf646f1b512469f5e12b2ce9a690dd0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/38298b11275459f63161e6677b0b6878
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/38298b11275459f63161e6677b0b6878 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/38298b11275459f63161e6677b0b6878 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1d877153f24d425de40980a24267d0c3
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/1d877153f24d425de40980a24267d0c3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8440a7ac59963dcf9713155c0865ba47
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/8440a7ac59963dcf9713155c0865ba47 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4657bac152a7ce915d18301ce91babce
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/4657bac152a7ce915d18301ce91babce needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ceb1683fab33c5e2304b6ee699b1f4d6
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ceb1683fab33c5e2304b6ee699b1f4d6 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ceb1683fab33c5e2304b6ee699b1f4d6 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/396a6130067ca260abc4438d31a0f289
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/396a6130067ca260abc4438d31a0f289 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/aa77e4844d11edd8b52488d2353fd758
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/aa77e4844d11edd8b52488d2353fd758 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/aa77e4844d11edd8b52488d2353fd758 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/89cde2dabc610091702a03b84aed123e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/89cde2dabc610091702a03b84aed123e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/89cde2dabc610091702a03b84aed123e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a50a40968c227ee49c48a4378c170336
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a50a40968c227ee49c48a4378c170336 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a50a40968c227ee49c48a4378c170336 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a42063e9b2e33cc8e2fb45de73a5faa9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a42063e9b2e33cc8e2fb45de73a5faa9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a42063e9b2e33cc8e2fb45de73a5faa9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3245e720efff06a730628ca5647c11d2
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/3245e720efff06a730628ca5647c11d2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/42a9328544b8cbb9812ba3647a235a93
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/42a9328544b8cbb9812ba3647a235a93 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-3460V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-3460V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6ad6564e4a9ec2632e613bf8c5be73ed
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6ad6564e4a9ec2632e613bf8c5be73ed needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6ad6564e4a9ec2632e613bf8c5be73ed needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8c01e684f576fda4af2e830d994e11fe
- http://speckle.xyz/streams/bf7685a6aa/objects/a90357aede518899ef1628d9ac8c23f7 on http://speckle.xyz/streams/bf7685a6aa/objects/8c01e684f576fda4af2e830d994e11fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/086cc9925ee1ad1f382c0c90b061138d
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/086cc9925ee1ad1f382c0c90b061138d needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/086cc9925ee1ad1f382c0c90b061138d needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/30c45f47c7d07976ac7086f28f980007
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/30c45f47c7d07976ac7086f28f980007 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/30c45f47c7d07976ac7086f28f980007 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f11e7065ef05e3719b0032001f4f13d0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f11e7065ef05e3719b0032001f4f13d0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f11e7065ef05e3719b0032001f4f13d0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a2fc5ce48c84b025c23a50f943c31481
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/a2fc5ce48c84b025c23a50f943c31481 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/acdd30949b9712dd114775b3a481b30a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/acdd30949b9712dd114775b3a481b30a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/acdd30949b9712dd114775b3a481b30a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/96d3cafd8e8a73bd2dfd0d3cc29e167d
- http://speckle.xyz/streams/bf7685a6aa/objects/d8233308d858417f63d96f5f694e9538 on http://speckle.xyz/streams/bf7685a6aa/objects/96d3cafd8e8a73bd2dfd0d3cc29e167d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/65cd161268b56b6b24a1d3743373fe1b
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/65cd161268b56b6b24a1d3743373fe1b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5190561c309c01955fb6ba037c57b7a0
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/5190561c309c01955fb6ba037c57b7a0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/851402c7b4840c5dc42dee7d8b65ff29
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/851402c7b4840c5dc42dee7d8b65ff29 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/851402c7b4840c5dc42dee7d8b65ff29 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3a660d024057b52e1fa444c0044e1f79
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/3a660d024057b52e1fa444c0044e1f79 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1b7436fe6f892b051e58d441573ec724
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1b7436fe6f892b051e58d441573ec724 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1b7436fe6f892b051e58d441573ec724 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e56c0d81aa311b44ac9beb10e21f19d2
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e56c0d81aa311b44ac9beb10e21f19d2 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e56c0d81aa311b44ac9beb10e21f19d2 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f20aa67c2fb265bcbe434b1e82f7425d
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f20aa67c2fb265bcbe434b1e82f7425d needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f20aa67c2fb265bcbe434b1e82f7425d needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/cd682d27845ea0822ca2d2862c65da0b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cd682d27845ea0822ca2d2862c65da0b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cd682d27845ea0822ca2d2862c65da0b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/510e84a3bb28f90505506cef357be125
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/510e84a3bb28f90505506cef357be125 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c0aa9a930d10079f09edb4442c1c8b33
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c0aa9a930d10079f09edb4442c1c8b33 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c0aa9a930d10079f09edb4442c1c8b33 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1b994ca1bb5b66134153735e2b6aa071
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/1b994ca1bb5b66134153735e2b6aa071 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/54cb234712728f82f62350377bf81189
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/54cb234712728f82f62350377bf81189 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/54cb234712728f82f62350377bf81189 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/276d374d3167e51aba979bb92e6345d9
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/276d374d3167e51aba979bb92e6345d9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7d4726da3591353c66702af87d1a73e0
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/7d4726da3591353c66702af87d1a73e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6fe6c105233665682cc227f120e44d46
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6fe6c105233665682cc227f120e44d46 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6fe6c105233665682cc227f120e44d46 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/68eeecc8aab4e04976aa63086b4ed747
- http://speckle.xyz/streams/bf7685a6aa/objects/f1fa1d87c09023b9c95ee3622445ae59 on http://speckle.xyz/streams/bf7685a6aa/objects/68eeecc8aab4e04976aa63086b4ed747 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7eb4a614f1b2ee0d7c7af9e033ca959f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7eb4a614f1b2ee0d7c7af9e033ca959f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7eb4a614f1b2ee0d7c7af9e033ca959f needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineNeutralVoltage-127V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-127V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d3c2c54541c9d8110793b7c43cc43390
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/d3c2c54541c9d8110793b7c43cc43390 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/28a270cc43ab3eefe3fbbd53ceea5b1a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/28a270cc43ab3eefe3fbbd53ceea5b1a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/28a270cc43ab3eefe3fbbd53ceea5b1a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4272bae55e719381ba877e9775011cf6
- http://speckle.xyz/streams/bf7685a6aa/objects/0152b9161ed0a0d6e3ae6919ab77ab11 on http://speckle.xyz/streams/bf7685a6aa/objects/4272bae55e719381ba877e9775011cf6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6f9bcf07c245758271b910c10b90d04a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6f9bcf07c245758271b910c10b90d04a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6f9bcf07c245758271b910c10b90d04a needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-6V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-6V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineLineVoltage-240V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-240V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b7b138300cf6cfb534b2a49a66916dd0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b7b138300cf6cfb534b2a49a66916dd0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b7b138300cf6cfb534b2a49a66916dd0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/47633e13217fb030218c15a084203262
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/47633e13217fb030218c15a084203262 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/353c4d96ec63a99add852b4915375775
- http://speckle.xyz/streams/bf7685a6aa/objects/c004d7eef81cf6ab6b6ddf38b1cbabc1 on http://speckle.xyz/streams/bf7685a6aa/objects/353c4d96ec63a99add852b4915375775 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/36c5f7ee05a65068e1df06345fae57e6
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/36c5f7ee05a65068e1df06345fae57e6 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/36c5f7ee05a65068e1df06345fae57e6 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b125aad7feee489d482bcd6bb58b40f9
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/b125aad7feee489d482bcd6bb58b40f9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cdc50b634fcea79e0f58f64504428d23
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/cdc50b634fcea79e0f58f64504428d23 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f9d8cd4ff7b6b23ea249f644aada944c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f9d8cd4ff7b6b23ea249f644aada944c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f9d8cd4ff7b6b23ea249f644aada944c needs to be a http://qudt.org/schema/qudt/Unit
nab481a0635d246d8ae7ff248c97664e6b116
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b116 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b116 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/cd9c39355a5e849a947fedde46ee5a86
- http://speckle.xyz/streams/bf7685a6aa/objects/c2c965eb3fae861fbf679d2fd79cae7a on http://speckle.xyz/streams/bf7685a6aa/objects/cd9c39355a5e849a947fedde46ee5a86 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1e89f74326756df21a7d192bee5bfe6a
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/1e89f74326756df21a7d192bee5bfe6a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c5d372bb71853f44b47c6e8daaa991e0
- http://speckle.xyz/streams/bf7685a6aa/objects/f425076ef1bc756a05acbca60a39c18d on http://speckle.xyz/streams/bf7685a6aa/objects/c5d372bb71853f44b47c6e8daaa991e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bdba8956f58f0194cd1d5efe981fcbb3
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/bdba8956f58f0194cd1d5efe981fcbb3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/da2fdc64f20061dd87e3d01a2314412a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/da2fdc64f20061dd87e3d01a2314412a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/da2fdc64f20061dd87e3d01a2314412a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0d3e942c06ccdaa4158ebc62edbcfe1e
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/0d3e942c06ccdaa4158ebc62edbcfe1e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/671086b94bc05f1e9b78313d028b70d1
- http://speckle.xyz/streams/bf7685a6aa/objects/0c99cbe31ea235d05bdcd5ce3a0ab2af on http://speckle.xyz/streams/bf7685a6aa/objects/671086b94bc05f1e9b78313d028b70d1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5901a6a61574a17db05118ef402470b6
- http://speckle.xyz/streams/bf7685a6aa/objects/30fb4b69fa549ef9a7e18ead4885dec5 on http://speckle.xyz/streams/bf7685a6aa/objects/5901a6a61574a17db05118ef402470b6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e885caa6a12a67a75c1086c6e1948d6f
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/e885caa6a12a67a75c1086c6e1948d6f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7d9949a076985e916b28754ba98a9e93
- http://speckle.xyz/streams/bf7685a6aa/objects/1a6afbdfd275e54fbec0848e9cc9a48d on http://speckle.xyz/streams/bf7685a6aa/objects/7d9949a076985e916b28754ba98a9e93 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/18206c406cc69168911f99cc83e418ea
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/18206c406cc69168911f99cc83e418ea needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a9c6f73980e3d53d3ecbd5ce5fb5d6eb
- http://speckle.xyz/streams/bf7685a6aa/objects/815aa4f3a6e9b6bd3d666fe7d5662428 on http://speckle.xyz/streams/bf7685a6aa/objects/a9c6f73980e3d53d3ecbd5ce5fb5d6eb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-3300V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-3300V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/523a9e6e3218cd34dceb5939c9e90202
- http://speckle.xyz/streams/bf7685a6aa/objects/4e0cc1fec29ebf21cd3b0b42531f704e on http://speckle.xyz/streams/bf7685a6aa/objects/523a9e6e3218cd34dceb5939c9e90202 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a4146c0d29fab9b98ee6dffb331fe4ed
- http://speckle.xyz/streams/bf7685a6aa/objects/aa3aa38ee5b10e40c9ede870225fd503 on http://speckle.xyz/streams/bf7685a6aa/objects/a4146c0d29fab9b98ee6dffb331fe4ed needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bc194d6956f619888d2155c92477a7eb
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bc194d6956f619888d2155c92477a7eb needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bc194d6956f619888d2155c92477a7eb needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/5b4953b896d7af52a266931118692102
- http://speckle.xyz/streams/bf7685a6aa/objects/692b74cce4df1fc8676e483160064c85 on http://speckle.xyz/streams/bf7685a6aa/objects/5b4953b896d7af52a266931118692102 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2d278a84e0030031d7d2b5951f01e0f9
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/2d278a84e0030031d7d2b5951f01e0f9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3ca4a897cd837f41e045bdf814847e47
- http://speckle.xyz/streams/bf7685a6aa/objects/57b18a74ff93e5a9428e838f72c71067 on http://speckle.xyz/streams/bf7685a6aa/objects/3ca4a897cd837f41e045bdf814847e47 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/defae5d613a5ded50e3a958ba8961848
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/defae5d613a5ded50e3a958ba8961848 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/85265166211c4e4b9ead9fc08b297e50
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/85265166211c4e4b9ead9fc08b297e50 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ab3ec967e86bcfae041986dcd69b9dd7
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/ab3ec967e86bcfae041986dcd69b9dd7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7e478350f7627032e220a2357121d116
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/7e478350f7627032e220a2357121d116 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/245bade174872c82f96bea03a0522ed3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/245bade174872c82f96bea03a0522ed3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/245bade174872c82f96bea03a0522ed3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/2aa1359759e50a2eac92e82b1ed41e19
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/2aa1359759e50a2eac92e82b1ed41e19 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6b2aaeb04cb012e0af3f32d1b0559a38
- http://speckle.xyz/streams/bf7685a6aa/objects/90503bd239890ecb4ef6f29e5898c47b on http://speckle.xyz/streams/bf7685a6aa/objects/6b2aaeb04cb012e0af3f32d1b0559a38 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8cec08725a2bdf6fbca601aed01af2eb
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8cec08725a2bdf6fbca601aed01af2eb needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8cec08725a2bdf6fbca601aed01af2eb needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/380dd63a9dfbc3f3393ac4586cd08262
- http://speckle.xyz/streams/bf7685a6aa/objects/c2c965eb3fae861fbf679d2fd79cae7a on http://speckle.xyz/streams/bf7685a6aa/objects/380dd63a9dfbc3f3393ac4586cd08262 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d0e54965c2d10ae9ef1c75233c628907
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d0e54965c2d10ae9ef1c75233c628907 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d0e54965c2d10ae9ef1c75233c628907 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1bb29563ff2f666a92db0e259a416fa7
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/1bb29563ff2f666a92db0e259a416fa7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b9d627a567bb732641ca40b9ceaa3fe6
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b9d627a567bb732641ca40b9ceaa3fe6 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b9d627a567bb732641ca40b9ceaa3fe6 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0ffd08111a61d5b6e54ec2c39fc4cea1
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/0ffd08111a61d5b6e54ec2c39fc4cea1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bd4d6393cfe80b1d5c241054adb0d401
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/bd4d6393cfe80b1d5c241054adb0d401 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/75389bee2052fcfed31d98a0fd0817f5
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/75389bee2052fcfed31d98a0fd0817f5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c8f3d6ffb505ef84df26b9a320227824
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/c8f3d6ffb505ef84df26b9a320227824 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1cb48cd0ed612cac24c668590add5b4f
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/1cb48cd0ed612cac24c668590add5b4f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3ee2d6f20463ad25b1c4fa2e27135553
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3ee2d6f20463ad25b1c4fa2e27135553 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3ee2d6f20463ad25b1c4fa2e27135553 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4462057ba36765401db76cbdfd5882b7
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/4462057ba36765401db76cbdfd5882b7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/de33611b92056881534ae9b0de4ee87d
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/de33611b92056881534ae9b0de4ee87d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a6914d040d6958dc3c0d69176d8ac31a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a6914d040d6958dc3c0d69176d8ac31a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a6914d040d6958dc3c0d69176d8ac31a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1be9f36069bb368853b742364e783669
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/1be9f36069bb368853b742364e783669 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-5770V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-5770V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/aed4228d36691126e92487e1f31c0872
- http://speckle.xyz/streams/bf7685a6aa/objects/666041a31abcd611d10724fa62536d0b on http://speckle.xyz/streams/bf7685a6aa/objects/aed4228d36691126e92487e1f31c0872 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2171e3b9a0ef62010debcf743bab5827
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2171e3b9a0ef62010debcf743bab5827 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2171e3b9a0ef62010debcf743bab5827 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4ef12f0c984ea272cb1e78922ddcb82f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4ef12f0c984ea272cb1e78922ddcb82f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4ef12f0c984ea272cb1e78922ddcb82f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/5cad13991184f9f6bedf3c57bfd0f384
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5cad13991184f9f6bedf3c57bfd0f384 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5cad13991184f9f6bedf3c57bfd0f384 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/418c7ca5885c3082f555709e1c7c5168
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/418c7ca5885c3082f555709e1c7c5168 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/418c7ca5885c3082f555709e1c7c5168 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/828f7d265f8da3bfcfe186369592a43a
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/828f7d265f8da3bfcfe186369592a43a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/590c4d5aa62a9aea298191cd1ae744fe
- http://speckle.xyz/streams/bf7685a6aa/objects/d8233308d858417f63d96f5f694e9538 on http://speckle.xyz/streams/bf7685a6aa/objects/590c4d5aa62a9aea298191cd1ae744fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/926b934de80e064576ea7894a6f27a6f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/926b934de80e064576ea7894a6f27a6f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/926b934de80e064576ea7894a6f27a6f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/00a27bad09014fab4d181d2f17bbf0ee
- http://speckle.xyz/streams/bf7685a6aa/objects/d48d37e3edb4c6def09923403014eb03 on http://speckle.xyz/streams/bf7685a6aa/objects/00a27bad09014fab4d181d2f17bbf0ee needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6bcac4c79ba8c89512e61e411d483e14
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6bcac4c79ba8c89512e61e411d483e14 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6bcac4c79ba8c89512e61e411d483e14 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c5168eb1fa705c84da50c39613740c00
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c5168eb1fa705c84da50c39613740c00 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c5168eb1fa705c84da50c39613740c00 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f9a220aec9963f8471ae741a700df3de
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/f9a220aec9963f8471ae741a700df3de needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e5d5fcb30cf418ca97b7f6ee4ae89ff
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/4e5d5fcb30cf418ca97b7f6ee4ae89ff needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e42ad07cc71e9ca263fc0049bb7bd8f4
- http://speckle.xyz/streams/bf7685a6aa/objects/66a3014cb513eb02828ffb12c7f7ef5b on http://speckle.xyz/streams/bf7685a6aa/objects/e42ad07cc71e9ca263fc0049bb7bd8f4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d061345a463a57fc415e8aca1d542973
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/d061345a463a57fc415e8aca1d542973 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/259567fedb3dc676f07363231a4da6d6
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/259567fedb3dc676f07363231a4da6d6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/255d201b3405fe0973589626a6e41d2f
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/255d201b3405fe0973589626a6e41d2f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/20f69aa5a4c9b64f00977694d3c8862e
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/20f69aa5a4c9b64f00977694d3c8862e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d996d2f42722e25388ce9106b5a7e615
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/d996d2f42722e25388ce9106b5a7e615 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/978e64f766e711a6cc73f3a4d4c0a3e9
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/978e64f766e711a6cc73f3a4d4c0a3e9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4211d350b857b5eb04b723cb9dea5857
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/4211d350b857b5eb04b723cb9dea5857 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/973a44c24d0cbc1beda01b6bcab40567
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/973a44c24d0cbc1beda01b6bcab40567 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/973a44c24d0cbc1beda01b6bcab40567 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7c3003592698133fdfafb531bfe6f76c
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/7c3003592698133fdfafb531bfe6f76c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cecc6668f11e9f63a2ad6e696821565e
- http://speckle.xyz/streams/bf7685a6aa/objects/9146000a517bc8f7060b1fe8d939338d on http://speckle.xyz/streams/bf7685a6aa/objects/cecc6668f11e9f63a2ad6e696821565e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9f9db933ea36def5c689af1897631588
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9f9db933ea36def5c689af1897631588 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9f9db933ea36def5c689af1897631588 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/137acf14960562b731b55f26ebc8776c
- http://speckle.xyz/streams/bf7685a6aa/objects/99404186dbba0f4f7f1398f8aa74f39f on http://speckle.xyz/streams/bf7685a6aa/objects/137acf14960562b731b55f26ebc8776c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9c71b6b8b8aefae381adb309b422703a
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/9c71b6b8b8aefae381adb309b422703a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/33f47833c427f0187fb8063cd73f23ef
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/33f47833c427f0187fb8063cd73f23ef needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/33f47833c427f0187fb8063cd73f23ef needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3b78c80f7fbb957fbfc2ac4172abdf9b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3b78c80f7fbb957fbfc2ac4172abdf9b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3b78c80f7fbb957fbfc2ac4172abdf9b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d9c2970e2553b7a682fa38b94de4a16e
- http://speckle.xyz/streams/bf7685a6aa/objects/7027106b86bbf1624aeecea353bf4412 on http://speckle.xyz/streams/bf7685a6aa/objects/d9c2970e2553b7a682fa38b94de4a16e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dbcc6df8c9728c20b0b4de02121c9667
- http://speckle.xyz/streams/bf7685a6aa/objects/e70d7bc92fc874a812626d682a29b370 on http://speckle.xyz/streams/bf7685a6aa/objects/dbcc6df8c9728c20b0b4de02121c9667 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/da3026f349cc1b410e5747c941b5c3e7
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/da3026f349cc1b410e5747c941b5c3e7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fe38dfb9eaabacd66c7f17af07665421
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/fe38dfb9eaabacd66c7f17af07665421 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a820085c1d17d6bb95e31bc8f419f694
- http://speckle.xyz/streams/bf7685a6aa/objects/692b74cce4df1fc8676e483160064c85 on http://speckle.xyz/streams/bf7685a6aa/objects/a820085c1d17d6bb95e31bc8f419f694 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/29a500966e7313261ee4e0aa3ec4ee0b
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/29a500966e7313261ee4e0aa3ec4ee0b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/42a5935e9eeaa835f7ba8e79f1b22871
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/42a5935e9eeaa835f7ba8e79f1b22871 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/42a5935e9eeaa835f7ba8e79f1b22871 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1e083e1b841e1c3e2c6952db822d19c2
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/1e083e1b841e1c3e2c6952db822d19c2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-5.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-5.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
nab481a0635d246d8ae7ff248c97664e6b531
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b531 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b531 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d318a2b0c87e23ac84b3d6118372bd2c
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/d318a2b0c87e23ac84b3d6118372bd2c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4c7168a2270ada7e6ab999175932baab
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4c7168a2270ada7e6ab999175932baab needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4c7168a2270ada7e6ab999175932baab needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineNeutralVoltage-347V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-347V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1dd2b4ab210e570a29e586d9a28ec2c5
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/1dd2b4ab210e570a29e586d9a28ec2c5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1dfc1d51c14f0053580777ae2fafe106
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/1dfc1d51c14f0053580777ae2fafe106 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ffae8f23668c9dea3e39fdbc4f98adee
- http://speckle.xyz/streams/bf7685a6aa/objects/a2275be1b771646099111ea05863ea68 on http://speckle.xyz/streams/bf7685a6aa/objects/ffae8f23668c9dea3e39fdbc4f98adee needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/adf3c2a52fb2f8f6b3e55c85400c2d6e
- http://speckle.xyz/streams/bf7685a6aa/objects/52d7bafa36957b9e565938403801ab84 on http://speckle.xyz/streams/bf7685a6aa/objects/adf3c2a52fb2f8f6b3e55c85400c2d6e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/39c209cc80fa070a1fb45d3ca34bd4a7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/39c209cc80fa070a1fb45d3ca34bd4a7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/39c209cc80fa070a1fb45d3ca34bd4a7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8095ecffd0fe8ae6693b3453cbbd3501
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/8095ecffd0fe8ae6693b3453cbbd3501 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/26603ad27e683b68e6d04b0a459dd6f6
- http://speckle.xyz/streams/bf7685a6aa/objects/15b9f1bbc651a81dea26684ad543f70a on http://speckle.xyz/streams/bf7685a6aa/objects/26603ad27e683b68e6d04b0a459dd6f6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/321a24d597c0dec04aa7e8738123a829
- http://speckle.xyz/streams/bf7685a6aa/objects/f81349f450082607823b374cbf6090c1 on http://speckle.xyz/streams/bf7685a6aa/objects/321a24d597c0dec04aa7e8738123a829 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-120V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-120V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/cc4076fce240feeea93e0e773a39fdf3
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/cc4076fce240feeea93e0e773a39fdf3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/872e176e0c30e7cbc557ac30c9b8a590
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/872e176e0c30e7cbc557ac30c9b8a590 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/872e176e0c30e7cbc557ac30c9b8a590 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-3810V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-3810V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3a0e8671b3d9e6e81aac4391f935aa2c
- http://speckle.xyz/streams/bf7685a6aa/objects/098d381126c26c79190f714830a34e51 on http://speckle.xyz/streams/bf7685a6aa/objects/3a0e8671b3d9e6e81aac4391f935aa2c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e6a5b5cff7b561a36b6ed2a0a9183f62
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/e6a5b5cff7b561a36b6ed2a0a9183f62 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9e622c79d9673a49a41d7ddb0a8cb341
- http://speckle.xyz/streams/bf7685a6aa/objects/6e02e6432b5c2bd4b3c9f66e71ca8f1a on http://speckle.xyz/streams/bf7685a6aa/objects/9e622c79d9673a49a41d7ddb0a8cb341 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-3000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-3000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f7fb6fc20d532b93fa4c8a159bebf744
- http://speckle.xyz/streams/bf7685a6aa/objects/a08393e06078ad931cc1683da8363cb4 on http://speckle.xyz/streams/bf7685a6aa/objects/f7fb6fc20d532b93fa4c8a159bebf744 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-48.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-48.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1cb56d88ab861849516a6fd803e4c41a
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/1cb56d88ab861849516a6fd803e4c41a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ba25b76f8935958657f6aa033ff75699
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/ba25b76f8935958657f6aa033ff75699 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d37d74216afb5b42729b37632f70652f
- http://speckle.xyz/streams/bf7685a6aa/objects/b12ac1bee6f170f908d300fa71c95111 on http://speckle.xyz/streams/bf7685a6aa/objects/d37d74216afb5b42729b37632f70652f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/147cc8dfd105f84d91ca69421c672fda
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/147cc8dfd105f84d91ca69421c672fda needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/27aef61af53546ff843f7433572bdc8d
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/27aef61af53546ff843f7433572bdc8d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/10bf530b9e518988ffc9f7e0cc9657d5
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/10bf530b9e518988ffc9f7e0cc9657d5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f8ddf385f0286920f0ebf982f21a15e7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f8ddf385f0286920f0ebf982f21a15e7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f8ddf385f0286920f0ebf982f21a15e7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/34a5d4f046e30f74dd12ad85b3e84116
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/34a5d4f046e30f74dd12ad85b3e84116 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#NumberOfElectricalPhases-ThreePhase
- http://qudt.org/vocab/quantitykind/Dimensionless on http://data.ashrae.org/standard223#NumberOfElectricalPhases-ThreePhase needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/93a39e17b716f7e52c8b3468d912a996
- http://speckle.xyz/streams/bf7685a6aa/objects/ce1738a180c1ee8473a14a728d2fec4b on http://speckle.xyz/streams/bf7685a6aa/objects/93a39e17b716f7e52c8b3468d912a996 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fb0fdc2aed84b059e51581f46edf6568
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fb0fdc2aed84b059e51581f46edf6568 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fb0fdc2aed84b059e51581f46edf6568 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/27ca398868e30a9651bfd9ffaa809e17
- http://speckle.xyz/streams/bf7685a6aa/objects/18f8a94e26f42bba94e987e597ddfd5d on http://speckle.xyz/streams/bf7685a6aa/objects/27ca398868e30a9651bfd9ffaa809e17 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/61f42049c6a7877062af73e583a72059
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/61f42049c6a7877062af73e583a72059 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fcf01970e97d283a13cfe4040d8ce288
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/fcf01970e97d283a13cfe4040d8ce288 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/30f392def6bdb3364a8d9b5a6990ea4a
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/30f392def6bdb3364a8d9b5a6990ea4a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ea17af3893016df4595af4799b56f061
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/ea17af3893016df4595af4799b56f061 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/690cc1debc36c07d5e0dcd6ada4dc1dc
- http://speckle.xyz/streams/bf7685a6aa/objects/f81349f450082607823b374cbf6090c1 on http://speckle.xyz/streams/bf7685a6aa/objects/690cc1debc36c07d5e0dcd6ada4dc1dc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8f77a74dbf0463abb673155afc82ef37
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8f77a74dbf0463abb673155afc82ef37 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8f77a74dbf0463abb673155afc82ef37 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-3000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-3000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/878c1a00e7ad30d53c7a7e273f11675f
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/878c1a00e7ad30d53c7a7e273f11675f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a6d82b02548ff468106a7b6c13f37ecc
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/a6d82b02548ff468106a7b6c13f37ecc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fa346f702783154c57e0228508bea961
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fa346f702783154c57e0228508bea961 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fa346f702783154c57e0228508bea961 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/6a62be4b95a22ee1bc8b69f66626eb76
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6a62be4b95a22ee1bc8b69f66626eb76 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6a62be4b95a22ee1bc8b69f66626eb76 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineNeutralVoltage-208V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-208V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f3eaa33eb90b434666095411ef7da9fd
- http://speckle.xyz/streams/bf7685a6aa/objects/f81349f450082607823b374cbf6090c1 on http://speckle.xyz/streams/bf7685a6aa/objects/f3eaa33eb90b434666095411ef7da9fd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-2400V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-2400V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/e18400f7f7959bfde6898e6816b3c565
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/e18400f7f7959bfde6898e6816b3c565 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9b438aaa83850098adaebcad6e93d145
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/9b438aaa83850098adaebcad6e93d145 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d78be7de7d3796011915975225a4c4de
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d78be7de7d3796011915975225a4c4de needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d78be7de7d3796011915975225a4c4de needs to be a http://qudt.org/schema/qudt/Unit
nab481a0635d246d8ae7ff248c97664e6b879
- http://qudt.org/vocab/quantitykind/Temperature on nab481a0635d246d8ae7ff248c97664e6b879 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/08c5961bfe563167a1131b996b364d74
- http://speckle.xyz/streams/bf7685a6aa/objects/7dbc8030bcb7a9e9a7a560eec36e9290 on http://speckle.xyz/streams/bf7685a6aa/objects/08c5961bfe563167a1131b996b364d74 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b6c1dd91233f57c810c85195a4c1943f
- http://speckle.xyz/streams/bf7685a6aa/objects/15b9f1bbc651a81dea26684ad543f70a on http://speckle.xyz/streams/bf7685a6aa/objects/b6c1dd91233f57c810c85195a4c1943f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1ccc350550ef273b5e2f153a4a8a0617
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/1ccc350550ef273b5e2f153a4a8a0617 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-110V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-110V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/05473b563ca6d90f4749a5d7910670c9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/05473b563ca6d90f4749a5d7910670c9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/05473b563ca6d90f4749a5d7910670c9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/86e07a4fbdc59c10904ae97c99bf83ce
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/86e07a4fbdc59c10904ae97c99bf83ce needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/86e07a4fbdc59c10904ae97c99bf83ce needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ed46dfe72b13fa0b9bd32e3c24235fe3
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/ed46dfe72b13fa0b9bd32e3c24235fe3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/93902b45ecda28d69a100bff250b66b4
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/93902b45ecda28d69a100bff250b66b4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9a72c82a88d341216f45d2143a125344
- http://speckle.xyz/streams/bf7685a6aa/objects/2e7fcf08c8c16097c4fb8b7074f6b8a3 on http://speckle.xyz/streams/bf7685a6aa/objects/9a72c82a88d341216f45d2143a125344 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/931e7cfe41597c4b20a0af5832ba0772
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/931e7cfe41597c4b20a0af5832ba0772 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/931e7cfe41597c4b20a0af5832ba0772 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c3100f3c4693701b85e6de5b218c111e
- http://speckle.xyz/streams/bf7685a6aa/objects/c004d7eef81cf6ab6b6ddf38b1cbabc1 on http://speckle.xyz/streams/bf7685a6aa/objects/c3100f3c4693701b85e6de5b218c111e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1131337b053db495509a9819a6899118
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/1131337b053db495509a9819a6899118 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fcc3ca985afcfca71af0ce9b6b1fcf10
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/fcc3ca985afcfca71af0ce9b6b1fcf10 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/495cc40dc97864091bcf05139c7dcc12
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/495cc40dc97864091bcf05139c7dcc12 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/055ff1926ee73063ea622e047811b3f4
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/055ff1926ee73063ea622e047811b3f4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/390a947460c1f39b87d3fdf43a34e21a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/390a947460c1f39b87d3fdf43a34e21a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/390a947460c1f39b87d3fdf43a34e21a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b27169cb7619617c29977103bc51aa4d
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/b27169cb7619617c29977103bc51aa4d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-12.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-12.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6bee6a79f86defe2ca72a40142ddda81
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6bee6a79f86defe2ca72a40142ddda81 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6bee6a79f86defe2ca72a40142ddda81 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6593966acf7c1741542b403e1dec9c9b
- http://speckle.xyz/streams/bf7685a6aa/objects/7b2c9e560d7ad3bbb5ccd360227389ab on http://speckle.xyz/streams/bf7685a6aa/objects/6593966acf7c1741542b403e1dec9c9b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9b2634e676a4eba211da5a781899ad77
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/9b2634e676a4eba211da5a781899ad77 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/41fa466f508228c52726b32963c6f44b
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/41fa466f508228c52726b32963c6f44b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/53c883dfcd73f5b9092276841eb0d763
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/53c883dfcd73f5b9092276841eb0d763 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/53c883dfcd73f5b9092276841eb0d763 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d595075c346ce9ae96139ee4e2cc01b9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d595075c346ce9ae96139ee4e2cc01b9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d595075c346ce9ae96139ee4e2cc01b9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/210013c158883b9ab16a116f6c7e0270
- http://speckle.xyz/streams/bf7685a6aa/objects/8e754b8c808cf1a1e48137195659f8c8 on http://speckle.xyz/streams/bf7685a6aa/objects/210013c158883b9ab16a116f6c7e0270 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5c6299bf0d39b6269c7f8817f51f35e0
- http://speckle.xyz/streams/bf7685a6aa/objects/f73afc48debde36cdd78d51a0b31c30a on http://speckle.xyz/streams/bf7685a6aa/objects/5c6299bf0d39b6269c7f8817f51f35e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c715d615249bdde935f7b87902f931f8
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c715d615249bdde935f7b87902f931f8 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c715d615249bdde935f7b87902f931f8 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/eeef5601e558ccf217880a032b0b5129
- http://speckle.xyz/streams/bf7685a6aa/objects/dda6fc2cd9f746d9e9297e0859f5eb4d on http://speckle.xyz/streams/bf7685a6aa/objects/eeef5601e558ccf217880a032b0b5129 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5b8f70ee94b2cb5ff1d0b879b2fbadd9
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5b8f70ee94b2cb5ff1d0b879b2fbadd9 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5b8f70ee94b2cb5ff1d0b879b2fbadd9 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/92bf4b82090daa50cc0afa993fa6a52a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/92bf4b82090daa50cc0afa993fa6a52a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/92bf4b82090daa50cc0afa993fa6a52a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c47f59755ddd96f360cdd2966ff8851c
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c47f59755ddd96f360cdd2966ff8851c needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c47f59755ddd96f360cdd2966ff8851c needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/81e498816e3c3d6d96ae53ff9032fff1
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/81e498816e3c3d6d96ae53ff9032fff1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1a9d7d9fede99e738b530291d130818c
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/1a9d7d9fede99e738b530291d130818c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d1881e2edfce944b1cf7ff9b2a20706e
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/d1881e2edfce944b1cf7ff9b2a20706e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5b716e6f858da5b48a34a0c1932b3ef4
- http://speckle.xyz/streams/bf7685a6aa/objects/42b77602b43873e4fbc17acb6b3b7f34 on http://speckle.xyz/streams/bf7685a6aa/objects/5b716e6f858da5b48a34a0c1932b3ef4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c43c794f206b2bc13630dd7f0dfc5b41
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/c43c794f206b2bc13630dd7f0dfc5b41 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cee68875571176fc9b34c00f33ae6442
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cee68875571176fc9b34c00f33ae6442 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cee68875571176fc9b34c00f33ae6442 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/01837bc736c87da13f2a3aa47858f9c6
- http://speckle.xyz/streams/bf7685a6aa/objects/77fa201d44b529fd0ae42b20ba8ba809 on http://speckle.xyz/streams/bf7685a6aa/objects/01837bc736c87da13f2a3aa47858f9c6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fdec13120f3870ea9b650310c1afd137
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fdec13120f3870ea9b650310c1afd137 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fdec13120f3870ea9b650310c1afd137 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c72db51aa3fb4c5a91c79f4f2e579cb9
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c72db51aa3fb4c5a91c79f4f2e579cb9 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c72db51aa3fb4c5a91c79f4f2e579cb9 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1ca8180c382fd4e5d4b902929a993091
- http://speckle.xyz/streams/bf7685a6aa/objects/28299383e0df00b91df539a74c7815c2 on http://speckle.xyz/streams/bf7685a6aa/objects/1ca8180c382fd4e5d4b902929a993091 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c439df574c6361687381218c4c517e90
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/c439df574c6361687381218c4c517e90 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e3a8b2f48f2b06d39aaca3516464c2d7
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/e3a8b2f48f2b06d39aaca3516464c2d7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-600V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-600V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/98091c12cd6391f42dfb284cb94a7831
- http://speckle.xyz/streams/bf7685a6aa/objects/82270a0b3589a9ebc714fbf580619e80 on http://speckle.xyz/streams/bf7685a6aa/objects/98091c12cd6391f42dfb284cb94a7831 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/26dc7fea8e6aa7cb63838f4a3ab1277b
- http://speckle.xyz/streams/bf7685a6aa/objects/e7c9e2f9a7a0a501d31eab5423876669 on http://speckle.xyz/streams/bf7685a6aa/objects/26dc7fea8e6aa7cb63838f4a3ab1277b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/02d020c7d79205c536613a0702eda142
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/02d020c7d79205c536613a0702eda142 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/43d091949878e54b8fe224e2686e4527
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/43d091949878e54b8fe224e2686e4527 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b551
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b551 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b551 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/e5038c48ea0646456ee23ef6400c4ed6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e5038c48ea0646456ee23ef6400c4ed6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e5038c48ea0646456ee23ef6400c4ed6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/41fbd265b42e7a47581fe189d6c19a3b
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/41fbd265b42e7a47581fe189d6c19a3b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e14bb7754edbfa6f46a8c553c81fdbff
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/e14bb7754edbfa6f46a8c553c81fdbff needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cd3a8e38f3196bc0d16542523561b268
- http://speckle.xyz/streams/bf7685a6aa/objects/d77f0206f793d366dcf43a6875c39716 on http://speckle.xyz/streams/bf7685a6aa/objects/cd3a8e38f3196bc0d16542523561b268 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bbe3f030fde963a30b423da4cba29ded
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bbe3f030fde963a30b423da4cba29ded needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bbe3f030fde963a30b423da4cba29ded needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/98be3674c609a22879b092e909675795
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/98be3674c609a22879b092e909675795 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4f7aa6a72e7c75f7bfd14dd12d2bac25
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/4f7aa6a72e7c75f7bfd14dd12d2bac25 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fd940a00b55584cbb6636a56939a6521
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/fd940a00b55584cbb6636a56939a6521 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d44f379c594d9f6e17f945952187c524
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d44f379c594d9f6e17f945952187c524 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d44f379c594d9f6e17f945952187c524 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/e5f6eb766fccb152ac14af8e812d9edb
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/e5f6eb766fccb152ac14af8e812d9edb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/67970e051d594df3b23a43df75330b53
- http://speckle.xyz/streams/bf7685a6aa/objects/06c67bfcd6d2f5b575f38dba0f51b672 on http://speckle.xyz/streams/bf7685a6aa/objects/67970e051d594df3b23a43df75330b53 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/87ad685a56fdebae5353cc7a05f55fb6
- http://speckle.xyz/streams/bf7685a6aa/objects/18dcb5c6b06a1df3084d52f7b75783a1 on http://speckle.xyz/streams/bf7685a6aa/objects/87ad685a56fdebae5353cc7a05f55fb6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/703bb423759d14145794096b24ae4430
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/703bb423759d14145794096b24ae4430 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCVoltage-DCZeroVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCVoltage-DCZeroVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9103e19618816442c3431756716aa64a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9103e19618816442c3431756716aa64a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9103e19618816442c3431756716aa64a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/77f6fdc3a8373c9f002e2eae1fa76ae8
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/77f6fdc3a8373c9f002e2eae1fa76ae8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3a71b9bd871579864bb28dfbc2496af9
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/3a71b9bd871579864bb28dfbc2496af9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dd02e0e8312bf586fbaa773d58ef3576
- http://speckle.xyz/streams/bf7685a6aa/objects/d1d7be0d0eb1a25441be555456d8728d on http://speckle.xyz/streams/bf7685a6aa/objects/dd02e0e8312bf586fbaa773d58ef3576 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b0648b6bf1629c727d3a143808812ba5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b0648b6bf1629c727d3a143808812ba5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b0648b6bf1629c727d3a143808812ba5 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/846c668233be88c63f0386947dacd531
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/846c668233be88c63f0386947dacd531 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a593285867236d11cd5e296c55e1cb85
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/a593285867236d11cd5e296c55e1cb85 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eb7ee42640c732d11791b4529c6d3e20
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eb7ee42640c732d11791b4529c6d3e20 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eb7ee42640c732d11791b4529c6d3e20 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4c18f74419ef7cc074660a6f11d2866d
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/4c18f74419ef7cc074660a6f11d2866d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0ea6a7365fdc0a478355333db34dddf3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0ea6a7365fdc0a478355333db34dddf3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0ea6a7365fdc0a478355333db34dddf3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/96c92d9107b35581b43ebcbdfc1c0267
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/96c92d9107b35581b43ebcbdfc1c0267 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/08c220fe0b35e35cd441d68f34f83bb7
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/08c220fe0b35e35cd441d68f34f83bb7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ba1f077790d75a9e87cbbdbccb26ad18
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/ba1f077790d75a9e87cbbdbccb26ad18 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1cbd14bea9df9ccc57b8ff479075083e
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/1cbd14bea9df9ccc57b8ff479075083e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/55fe7778d7009d53ad0a18526c17a741
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/55fe7778d7009d53ad0a18526c17a741 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-347V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-347V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c5277a69820dc632286474b9b1cc7f52
- http://speckle.xyz/streams/bf7685a6aa/objects/8e77b914648ba752ac9b7c04c1ab161e on http://speckle.xyz/streams/bf7685a6aa/objects/c5277a69820dc632286474b9b1cc7f52 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f4665bd85cc99b7a9f460c83de76c672
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/f4665bd85cc99b7a9f460c83de76c672 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ffea15da63fbf370356b2efb98ffef5c
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ffea15da63fbf370356b2efb98ffef5c needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ffea15da63fbf370356b2efb98ffef5c needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/550dabc8f4e2c818f1ae830f09607454
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/550dabc8f4e2c818f1ae830f09607454 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1105c4863ffad2c62327d137a4c38deb
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1105c4863ffad2c62327d137a4c38deb needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1105c4863ffad2c62327d137a4c38deb needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/11b74feeee4aee0afa0aa56ef65a03ff
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/11b74feeee4aee0afa0aa56ef65a03ff needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/470899f2c2550c727ad9c9d2b2a40dd1
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/470899f2c2550c727ad9c9d2b2a40dd1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8cab791428ec8c2140d5cbf8ad88fdfd
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8cab791428ec8c2140d5cbf8ad88fdfd needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8cab791428ec8c2140d5cbf8ad88fdfd needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/55d91866e93245de3373d8ce8c949e35
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/55d91866e93245de3373d8ce8c949e35 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/55d91866e93245de3373d8ce8c949e35 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1b6f9c807232a43d77129238ef323094
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/1b6f9c807232a43d77129238ef323094 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b6cde906ac018d0ce00ec850ba3db853
- http://speckle.xyz/streams/bf7685a6aa/objects/1a6afbdfd275e54fbec0848e9cc9a48d on http://speckle.xyz/streams/bf7685a6aa/objects/b6cde906ac018d0ce00ec850ba3db853 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b951c4722b8a067a95c690bb72303451
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/b951c4722b8a067a95c690bb72303451 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/b951c4722b8a067a95c690bb72303451 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/35c177e1fb82bd4de2ae38a75fe3040b
- http://speckle.xyz/streams/bf7685a6aa/objects/c59d0357cccce2c360fa88610cfb9dc0 on http://speckle.xyz/streams/bf7685a6aa/objects/35c177e1fb82bd4de2ae38a75fe3040b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c52d7b7587126045a2c0d2298ffec6ef
- http://speckle.xyz/streams/bf7685a6aa/objects/0849cbae1dcd58718497524998b3bd30 on http://speckle.xyz/streams/bf7685a6aa/objects/c52d7b7587126045a2c0d2298ffec6ef needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e8817b9f75948e8eb8fed852db75ea24
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/e8817b9f75948e8eb8fed852db75ea24 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6d5c1a68d397e23393d74ea246822fcf
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6d5c1a68d397e23393d74ea246822fcf needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6d5c1a68d397e23393d74ea246822fcf needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c1750d6507433a9baf82b0921ef910a9
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/c1750d6507433a9baf82b0921ef910a9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ec872019ea6e1e30fe83a41065dcca20
- http://speckle.xyz/streams/bf7685a6aa/objects/66cce2bdb57b61f2d10f6cee8c508243 on http://speckle.xyz/streams/bf7685a6aa/objects/ec872019ea6e1e30fe83a41065dcca20 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9f93a48080c532d6a84f2192d05ec282
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/9f93a48080c532d6a84f2192d05ec282 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-24.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-24.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/16d11c4edfb3f2ec5348e7b34be48615
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/16d11c4edfb3f2ec5348e7b34be48615 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/92ec8b4fb316ee25e7a09b77fa9ffcfe
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/92ec8b4fb316ee25e7a09b77fa9ffcfe needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/92ec8b4fb316ee25e7a09b77fa9ffcfe needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/318a511b1443d502147be07ff41e3c7e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/318a511b1443d502147be07ff41e3c7e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/318a511b1443d502147be07ff41e3c7e needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#EnumerationKind-Numerical
- http://qudt.org/vocab/quantitykind/Unknown on http://data.ashrae.org/standard223#EnumerationKind-Numerical needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/aa4c5f30e2717b2512a458ebe9ff6bbe
- http://speckle.xyz/streams/bf7685a6aa/objects/d912bfa2c63c5be2c0557c9a5ac0045b on http://speckle.xyz/streams/bf7685a6aa/objects/aa4c5f30e2717b2512a458ebe9ff6bbe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5762a04daf8e9ebc2378fc81cc436ad1
- http://speckle.xyz/streams/bf7685a6aa/objects/38b821c823fa96dd85042fa050adfcd0 on http://speckle.xyz/streams/bf7685a6aa/objects/5762a04daf8e9ebc2378fc81cc436ad1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2b8a312f2f1158efc547f8cfd2d81177
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2b8a312f2f1158efc547f8cfd2d81177 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2b8a312f2f1158efc547f8cfd2d81177 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d3c264c7450a6a7578c2deabb682aa08
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/d3c264c7450a6a7578c2deabb682aa08 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/af01751d9d11deeeaedbc46b0aa1d794
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/af01751d9d11deeeaedbc46b0aa1d794 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-48.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-48.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9ab2d6f9e783125fc275d190bf785937
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/9ab2d6f9e783125fc275d190bf785937 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4f3b47d6bcae681e65c58fe7278fd6d7
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/4f3b47d6bcae681e65c58fe7278fd6d7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2bf0d0c36f955af71be5e06d89f8ec31
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/2bf0d0c36f955af71be5e06d89f8ec31 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/830fc12e3cd6f72422caa764c8d16638
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/830fc12e3cd6f72422caa764c8d16638 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a456df588a4e21e6f6caee09e72c5be5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a456df588a4e21e6f6caee09e72c5be5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a456df588a4e21e6f6caee09e72c5be5 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c4aa7e1b29c5ab93a0ed302bc9d19321
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c4aa7e1b29c5ab93a0ed302bc9d19321 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c4aa7e1b29c5ab93a0ed302bc9d19321 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/fdeece872753fb0661e29828272b45dc
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fdeece872753fb0661e29828272b45dc needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fdeece872753fb0661e29828272b45dc needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a3e1c30059fac660c77ed48830183957
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/a3e1c30059fac660c77ed48830183957 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ef606a90380b86f848479dcfe4d81f8f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ef606a90380b86f848479dcfe4d81f8f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ef606a90380b86f848479dcfe4d81f8f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2edb92b3c0201034faa0ae34f54da404
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/2edb92b3c0201034faa0ae34f54da404 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/348a652d46951c59c99e580c57b208a5
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/348a652d46951c59c99e580c57b208a5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6b93270c6fa75b6b2a8f5604c9462e13
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/6b93270c6fa75b6b2a8f5604c9462e13 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f7e2b75e56237ac529ef8b171634e21a
- http://speckle.xyz/streams/bf7685a6aa/objects/60dec90ea4a69243d04d1865db4ab294 on http://speckle.xyz/streams/bf7685a6aa/objects/f7e2b75e56237ac529ef8b171634e21a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a272590d06349fa77511ab5b996bb297
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/a272590d06349fa77511ab5b996bb297 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8350168682e319174c16915bf2195ad6
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/8350168682e319174c16915bf2195ad6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f3bff03c8ebdac6bd6c643b5e82c8538
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/f3bff03c8ebdac6bd6c643b5e82c8538 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c71c46d8793374b2f4b5edd923b6babc
- http://speckle.xyz/streams/bf7685a6aa/objects/868c1e93f5a58548b63254651d2bea10 on http://speckle.xyz/streams/bf7685a6aa/objects/c71c46d8793374b2f4b5edd923b6babc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/11dd1c128767b4bcc563f5aead6f686b
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/11dd1c128767b4bcc563f5aead6f686b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a56ccab48bf2b5fffb5ce38764fda9dc
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a56ccab48bf2b5fffb5ce38764fda9dc needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a56ccab48bf2b5fffb5ce38764fda9dc needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/adfa44a25c91b6b29d4112fcd8dc66b5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/adfa44a25c91b6b29d4112fcd8dc66b5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/adfa44a25c91b6b29d4112fcd8dc66b5 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineLineVoltage-190V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-190V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/46c7a95796d090d770b524a33c8ca881
- http://speckle.xyz/streams/bf7685a6aa/objects/f425076ef1bc756a05acbca60a39c18d on http://speckle.xyz/streams/bf7685a6aa/objects/46c7a95796d090d770b524a33c8ca881 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dd8496cafd05e313ff7f2922f11ebf2c
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/dd8496cafd05e313ff7f2922f11ebf2c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/63f29e8d8e360eda7877bc4dc8e7c56f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/63f29e8d8e360eda7877bc4dc8e7c56f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/63f29e8d8e360eda7877bc4dc8e7c56f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/79941307c5a16b4d56af4a50da3ea164
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/79941307c5a16b4d56af4a50da3ea164 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/79941307c5a16b4d56af4a50da3ea164 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3d249b56dd4d7eaef8a1dee425cce361
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3d249b56dd4d7eaef8a1dee425cce361 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3d249b56dd4d7eaef8a1dee425cce361 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7410007d4b9686ecd5780ba94078edf1
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7410007d4b9686ecd5780ba94078edf1 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7410007d4b9686ecd5780ba94078edf1 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-208V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-208V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/cf4a6b8de3f06aca37172cf3a301899a
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/cf4a6b8de3f06aca37172cf3a301899a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a996b395e9beeec7a9d5748503c873d7
- http://speckle.xyz/streams/bf7685a6aa/objects/28aef50ead306cc9aaa610ad0b1fe1f6 on http://speckle.xyz/streams/bf7685a6aa/objects/a996b395e9beeec7a9d5748503c873d7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0710fa9d049627f943ae27d44430b0ff
- http://speckle.xyz/streams/bf7685a6aa/objects/78b0d278cde75c79f13d638e01c2c702 on http://speckle.xyz/streams/bf7685a6aa/objects/0710fa9d049627f943ae27d44430b0ff needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c7e33f0596b6222b1944c003c4444e56
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c7e33f0596b6222b1944c003c4444e56 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c7e33f0596b6222b1944c003c4444e56 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/9264b633081f39ab5b9cebbcfde9f07d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9264b633081f39ab5b9cebbcfde9f07d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9264b633081f39ab5b9cebbcfde9f07d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/258f3d774e6840756668676b3157b1cf
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/258f3d774e6840756668676b3157b1cf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7e832b62d56abd9ef5dad871ce2f1633
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7e832b62d56abd9ef5dad871ce2f1633 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7e832b62d56abd9ef5dad871ce2f1633 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/15e98f9b292fb7f8d0d3aede6105fcd1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/15e98f9b292fb7f8d0d3aede6105fcd1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/15e98f9b292fb7f8d0d3aede6105fcd1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8f917c2d21b760836c74e439e8e3ad29
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8f917c2d21b760836c74e439e8e3ad29 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8f917c2d21b760836c74e439e8e3ad29 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ab18c78176f00a2ae5622e3ecef1ee8b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ab18c78176f00a2ae5622e3ecef1ee8b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ab18c78176f00a2ae5622e3ecef1ee8b needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-240V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-240V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/525740638c71afc975732cf8dc7c9ed9
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/525740638c71afc975732cf8dc7c9ed9 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/525740638c71afc975732cf8dc7c9ed9 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a53a272f89fb0c48d2d288625bf4421f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a53a272f89fb0c48d2d288625bf4421f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a53a272f89fb0c48d2d288625bf4421f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/5885d09a8fffa206f45d7a49ad477e23
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/5885d09a8fffa206f45d7a49ad477e23 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a98699ad922e9d134aa2d63660bc4731
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a98699ad922e9d134aa2d63660bc4731 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4a3159916e45e7dd669d6a4b830fd01a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4a3159916e45e7dd669d6a4b830fd01a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4a3159916e45e7dd669d6a4b830fd01a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a4dd80d6c5d4c2e77f1660aec4cafd65
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a4dd80d6c5d4c2e77f1660aec4cafd65 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a4dd80d6c5d4c2e77f1660aec4cafd65 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4cef3dbde48b0522c277c3f9a02921cc
- http://speckle.xyz/streams/bf7685a6aa/objects/c59d0357cccce2c360fa88610cfb9dc0 on http://speckle.xyz/streams/bf7685a6aa/objects/4cef3dbde48b0522c277c3f9a02921cc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/af793db933de38861859f72e868db188
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/af793db933de38861859f72e868db188 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/984d4a2da536eba28ed9b1d820b94bb5
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/984d4a2da536eba28ed9b1d820b94bb5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/43b84099a28997e68d7c90f9d48ff39c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/43b84099a28997e68d7c90f9d48ff39c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/43b84099a28997e68d7c90f9d48ff39c needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/99d81621b4d17592993efb200eb41fb7
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/99d81621b4d17592993efb200eb41fb7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/47b0b79b8f5368b331026e743a4ec7f6
- http://speckle.xyz/streams/bf7685a6aa/objects/874a3138d2a825dffee742833b559af8 on http://speckle.xyz/streams/bf7685a6aa/objects/47b0b79b8f5368b331026e743a4ec7f6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c9682390d650f67b18c7c08c79d4e16b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c9682390d650f67b18c7c08c79d4e16b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c9682390d650f67b18c7c08c79d4e16b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1f1f3004462935e6af02cca719eae242
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/1f1f3004462935e6af02cca719eae242 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d9cc6536b5d2394f7efbfdde6ab4c734
- http://speckle.xyz/streams/bf7685a6aa/objects/0ad95ab1c7f34686f7ac100a0f473d42 on http://speckle.xyz/streams/bf7685a6aa/objects/d9cc6536b5d2394f7efbfdde6ab4c734 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2540844bd9d968e2459c840988055acb
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2540844bd9d968e2459c840988055acb needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2540844bd9d968e2459c840988055acb needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4c2e5a32b79c9215c1a42a75e9fda4d0
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/4c2e5a32b79c9215c1a42a75e9fda4d0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ab1f0687dd3669ae1716156a869b3a92
- http://speckle.xyz/streams/bf7685a6aa/objects/42b77602b43873e4fbc17acb6b3b7f34 on http://speckle.xyz/streams/bf7685a6aa/objects/ab1f0687dd3669ae1716156a869b3a92 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5bfbcecccf38dad1b473a21299f1f7a1
- http://speckle.xyz/streams/bf7685a6aa/objects/2574b16b5e9d5e0bea710d1ca119a45a on http://speckle.xyz/streams/bf7685a6aa/objects/5bfbcecccf38dad1b473a21299f1f7a1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f856ff546cef6621f3c3d8d01c7e0261
- http://speckle.xyz/streams/bf7685a6aa/objects/4889cd9870fe6a53e7dd4c43f0048a0a on http://speckle.xyz/streams/bf7685a6aa/objects/f856ff546cef6621f3c3d8d01c7e0261 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e125934196ad65264c78e9af38fca226
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/e125934196ad65264c78e9af38fca226 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dfac14dcc4c5fdaf763530b61fbaa13e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dfac14dcc4c5fdaf763530b61fbaa13e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dfac14dcc4c5fdaf763530b61fbaa13e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ea019874e4ef59ed860c9d39ceded2ba
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/ea019874e4ef59ed860c9d39ceded2ba needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-4160V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-4160V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/75188293e2e233060b59265ed97f7d5c
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/75188293e2e233060b59265ed97f7d5c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d4c3e536b57b91a3975bb378ca986db0
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/d4c3e536b57b91a3975bb378ca986db0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b32244da846b3dd8df2965b29667afc1
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/b32244da846b3dd8df2965b29667afc1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/537836beb89b62f713c2cd46cc62a9d5
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/537836beb89b62f713c2cd46cc62a9d5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e68afbfeae8be257c8d5fb75e17b6621
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/e68afbfeae8be257c8d5fb75e17b6621 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8b7d0c3a42d45a08c90d6747e0980d7c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8b7d0c3a42d45a08c90d6747e0980d7c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8b7d0c3a42d45a08c90d6747e0980d7c needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/75b28ff3d35257d8f01e01575af0b46d
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/75b28ff3d35257d8f01e01575af0b46d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8b9ac2f7e37d8c7ee632b7cb3d782b0b
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/8b9ac2f7e37d8c7ee632b7cb3d782b0b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8308f3cd02bb6184858f4d768710d5cd
- http://speckle.xyz/streams/bf7685a6aa/objects/e97571e2dfc45c32f85efb64c6ccba64 on http://speckle.xyz/streams/bf7685a6aa/objects/8308f3cd02bb6184858f4d768710d5cd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7d5541cbb5b8bac9e7d5e0e0bd9e11ca
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7d5541cbb5b8bac9e7d5e0e0bd9e11ca needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7d5541cbb5b8bac9e7d5e0e0bd9e11ca needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/62d4f3339e05035f93b44158088078e1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/62d4f3339e05035f93b44158088078e1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/62d4f3339e05035f93b44158088078e1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a9a694071404bfedd6c477b6a2fa6a83
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/a9a694071404bfedd6c477b6a2fa6a83 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ce09333dbe02a63ef493fa7ebeeb5310
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ce09333dbe02a63ef493fa7ebeeb5310 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ce09333dbe02a63ef493fa7ebeeb5310 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#DCVoltage-DCPositiveVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCVoltage-DCPositiveVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/5c7221180e4efd4a211d52df704d4a9b
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/5c7221180e4efd4a211d52df704d4a9b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f01c288b4895bb664ac608699dfe8291
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f01c288b4895bb664ac608699dfe8291 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f01c288b4895bb664ac608699dfe8291 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bb1a1c781c26c2dee33258fcc2e58104
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bb1a1c781c26c2dee33258fcc2e58104 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bb1a1c781c26c2dee33258fcc2e58104 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/963898e7c763b26c9449f21263e2475c
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/963898e7c763b26c9449f21263e2475c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b2634
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b2634 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b2634 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Frequency-50Hz
- http://qudt.org/vocab/quantitykind/Frequency on http://data.ashrae.org/standard223#Frequency-50Hz needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9c456b1fb6c5c6bae16b3f9ce0c954f3
- http://speckle.xyz/streams/bf7685a6aa/objects/57b18a74ff93e5a9428e838f72c71067 on http://speckle.xyz/streams/bf7685a6aa/objects/9c456b1fb6c5c6bae16b3f9ce0c954f3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e3e011f9e8bd642b7a1d1bd29dbc861b
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/e3e011f9e8bd642b7a1d1bd29dbc861b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/e3e011f9e8bd642b7a1d1bd29dbc861b needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-12V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-12V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/62eb1023537a316e46d9bb0ae153ae4f
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/62eb1023537a316e46d9bb0ae153ae4f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f4bd67cd37a820b5466b4bec31686bc1
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/f4bd67cd37a820b5466b4bec31686bc1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a34029a01370434e991aeb5aad51cf14
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a34029a01370434e991aeb5aad51cf14 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-380.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-380.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bd2699d30f292778691b9bd43dd9de5e
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/bd2699d30f292778691b9bd43dd9de5e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ddd3f67965b2051d6d4f07c487face7a
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/ddd3f67965b2051d6d4f07c487face7a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/01ffbcf0157170213d4b1c017cc42764
- http://speckle.xyz/streams/bf7685a6aa/objects/a1b0abf6dd519084fca5274740cfb753 on http://speckle.xyz/streams/bf7685a6aa/objects/01ffbcf0157170213d4b1c017cc42764 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c73046447f1aa01e4cfcd71331430152
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c73046447f1aa01e4cfcd71331430152 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c73046447f1aa01e4cfcd71331430152 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0396c6e8d5c36569b303d4b91fe4b080
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/0396c6e8d5c36569b303d4b91fe4b080 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a414aa8ad8bd03e467f0126ba3a44903
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a414aa8ad8bd03e467f0126ba3a44903 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a414aa8ad8bd03e467f0126ba3a44903 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0970cca10c598086b24b860ee3c1b5d4
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/0970cca10c598086b24b860ee3c1b5d4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eb0a5fb4fb8a3b9518642bac31c7a67c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eb0a5fb4fb8a3b9518642bac31c7a67c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eb0a5fb4fb8a3b9518642bac31c7a67c needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4bac7fe406f0d504c1b32bdb0a45537f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4bac7fe406f0d504c1b32bdb0a45537f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4bac7fe406f0d504c1b32bdb0a45537f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/fa18492c382c967de96742805059353e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fa18492c382c967de96742805059353e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fa18492c382c967de96742805059353e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a56892e8eb6540fe35f0c96785d917e6
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a56892e8eb6540fe35f0c96785d917e6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fb7dd7a11a88c8a8b9ea074920439ff3
- http://speckle.xyz/streams/bf7685a6aa/objects/9857c2e4ec6cf0ebcb9e452e1ad1fa77 on http://speckle.xyz/streams/bf7685a6aa/objects/fb7dd7a11a88c8a8b9ea074920439ff3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ca51940bb484e38c0f3349e03a35ee7e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ca51940bb484e38c0f3349e03a35ee7e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ca51940bb484e38c0f3349e03a35ee7e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4e9351c3a4bf3f3fa03a9a2c57bade13
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/4e9351c3a4bf3f3fa03a9a2c57bade13 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cc1b1f3280e734305827334dd0d66563
- http://speckle.xyz/streams/bf7685a6aa/objects/9909d4e8918567000c9be885ac99b3cd on http://speckle.xyz/streams/bf7685a6aa/objects/cc1b1f3280e734305827334dd0d66563 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Numerical-Voltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Numerical-Voltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/30c25b028d6fb8ecfac1d79975466f0f
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/30c25b028d6fb8ecfac1d79975466f0f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c8121d98ac9b80f6371f03de2f0f7117
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/c8121d98ac9b80f6371f03de2f0f7117 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c3906f5036047fae456342c3d306bbe6
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/c3906f5036047fae456342c3d306bbe6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/47177ef49268face6a23abaa6287434a
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/47177ef49268face6a23abaa6287434a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-6000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-6000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ce5bc6be6162e76a2db02023f49e7164
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/ce5bc6be6162e76a2db02023f49e7164 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d18c09a703a2a22f12abb13ba7eaf3a3
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d18c09a703a2a22f12abb13ba7eaf3a3 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d18c09a703a2a22f12abb13ba7eaf3a3 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ccaaad126019e188628e5f2f4d8626cc
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/ccaaad126019e188628e5f2f4d8626cc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/25fd9efc5544507849dfd97e833a5238
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/25fd9efc5544507849dfd97e833a5238 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c1498710037b77a06d8fd0b6eadee96b
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/c1498710037b77a06d8fd0b6eadee96b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/c1498710037b77a06d8fd0b6eadee96b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/502e71e8dc093d5f449d69c786452fb4
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/502e71e8dc093d5f449d69c786452fb4 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/502e71e8dc093d5f449d69c786452fb4 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/708e5a1faf1d4f6cf3979a64c852af19
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/708e5a1faf1d4f6cf3979a64c852af19 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4b2b2092a91a6eb0637ebc65297c81b6
- http://speckle.xyz/streams/bf7685a6aa/objects/a08393e06078ad931cc1683da8363cb4 on http://speckle.xyz/streams/bf7685a6aa/objects/4b2b2092a91a6eb0637ebc65297c81b6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/97f9eb3f64427b1f2ac259aa6feeb15e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/97f9eb3f64427b1f2ac259aa6feeb15e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/97f9eb3f64427b1f2ac259aa6feeb15e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/38a5f95563a88ace62beffbfeade8544
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/38a5f95563a88ace62beffbfeade8544 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/38a5f95563a88ace62beffbfeade8544 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7f0f40f8160af516f5b41ea80ec1d36f
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/7f0f40f8160af516f5b41ea80ec1d36f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9fa7bde1b313c9598c2e57218a0020c0
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/9fa7bde1b313c9598c2e57218a0020c0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-6000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-6000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7826a016e2598728c9ca943bd226ecc1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7826a016e2598728c9ca943bd226ecc1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7826a016e2598728c9ca943bd226ecc1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6dc7ef25c420b4af9edc2fe074dd9620
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/6dc7ef25c420b4af9edc2fe074dd9620 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4032f0338438d238f39c8f3f15bf712e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4032f0338438d238f39c8f3f15bf712e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4032f0338438d238f39c8f3f15bf712e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2eefd26dfdd488597687d6683f1482b4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2eefd26dfdd488597687d6683f1482b4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2eefd26dfdd488597687d6683f1482b4 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#LineLineVoltage-10000V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-10000V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/50626bd8c64465185b4ff9100cf0cbe2
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/50626bd8c64465185b4ff9100cf0cbe2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4dc7159560b4346f31513d587c7388b8
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/4dc7159560b4346f31513d587c7388b8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/757237491f69dd7b5da1373ec7754778
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/757237491f69dd7b5da1373ec7754778 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/757237491f69dd7b5da1373ec7754778 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#Voltage-48V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-48V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/04181fae5e7659c5d6c163456ef878d0
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/04181fae5e7659c5d6c163456ef878d0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ae7cd5149f4491f22ac91adb538e16cb
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/ae7cd5149f4491f22ac91adb538e16cb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/48e1a173a40b2b6bdc83e4ba19d1c5e7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/48e1a173a40b2b6bdc83e4ba19d1c5e7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/48e1a173a40b2b6bdc83e4ba19d1c5e7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c406d9e81e65d25c8ee30d385bc20c29
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/c406d9e81e65d25c8ee30d385bc20c29 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e50827072db42d5a51b644700dc181b3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e50827072db42d5a51b644700dc181b3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e50827072db42d5a51b644700dc181b3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/2207ac5c4af30e3f69c7a06ee2c71e3f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2207ac5c4af30e3f69c7a06ee2c71e3f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2207ac5c4af30e3f69c7a06ee2c71e3f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ec916cf0e0a5cc9db5b40621133658f1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ec916cf0e0a5cc9db5b40621133658f1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ec916cf0e0a5cc9db5b40621133658f1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/979ce36e081b321cc1f806788bf5cf3f
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/979ce36e081b321cc1f806788bf5cf3f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/609265d3b1c0553ca42fbabb704e9139
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/609265d3b1c0553ca42fbabb704e9139 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/609265d3b1c0553ca42fbabb704e9139 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/ca47e0c09d63666f3ddeef7bba2c8441
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ca47e0c09d63666f3ddeef7bba2c8441 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ca47e0c09d63666f3ddeef7bba2c8441 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a67fedfada3cfae1f6ba7628fc73358f
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/a67fedfada3cfae1f6ba7628fc73358f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1cf4c28b516fa9aaaa54455b6848a567
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/1cf4c28b516fa9aaaa54455b6848a567 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fd51219dcf06e323b9abaff4af56dfd7
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/fd51219dcf06e323b9abaff4af56dfd7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5fa7e88d5fbbe7118e820153e5b2f38f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5fa7e88d5fbbe7118e820153e5b2f38f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5fa7e88d5fbbe7118e820153e5b2f38f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/75135985747c182523fd4e0fde1d1fb8
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/75135985747c182523fd4e0fde1d1fb8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e9bb64558aad109eec6b03ead18cf6ad
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/e9bb64558aad109eec6b03ead18cf6ad needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e17c74194f6d92d7d66d6bc5f3ac186c
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/e17c74194f6d92d7d66d6bc5f3ac186c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d8f16bc3f0075c1109a0ced6f6d1d313
- http://speckle.xyz/streams/bf7685a6aa/objects/aa3aa38ee5b10e40c9ede870225fd503 on http://speckle.xyz/streams/bf7685a6aa/objects/d8f16bc3f0075c1109a0ced6f6d1d313 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/da7b47631582f1684586ba6b14d8a7bb
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/da7b47631582f1684586ba6b14d8a7bb needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/da7b47631582f1684586ba6b14d8a7bb needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0d0769f8c166befae4b9fd0a6fdbcbfc
- http://speckle.xyz/streams/bf7685a6aa/objects/0d8c716bf524666d44c38328fe3f5865 on http://speckle.xyz/streams/bf7685a6aa/objects/0d0769f8c166befae4b9fd0a6fdbcbfc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a82efa6455024bec3021b776932134c7
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/a82efa6455024bec3021b776932134c7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e10509cf1d37a668b07ef3da59f50f74
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/e10509cf1d37a668b07ef3da59f50f74 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7901419dd6e2694c6a5223974aa6bb46
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7901419dd6e2694c6a5223974aa6bb46 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7901419dd6e2694c6a5223974aa6bb46 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b31b0ab09185746d2f2245c36f6da4a7
- http://speckle.xyz/streams/bf7685a6aa/objects/f5d08d08b8a951b4e8c6f58253819260 on http://speckle.xyz/streams/bf7685a6aa/objects/b31b0ab09185746d2f2245c36f6da4a7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/81b4584de424675cd6b880b944b5b9a8
- http://speckle.xyz/streams/bf7685a6aa/objects/28299383e0df00b91df539a74c7815c2 on http://speckle.xyz/streams/bf7685a6aa/objects/81b4584de424675cd6b880b944b5b9a8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b7451341bf149a30048499ff28d98782
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/b7451341bf149a30048499ff28d98782 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cd5ee4fe3250236a47b977b5781df5fa
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/cd5ee4fe3250236a47b977b5781df5fa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b271
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b271 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b271 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/436903c539b969c425b914e8967e10b9
- http://speckle.xyz/streams/bf7685a6aa/objects/6e02e6432b5c2bd4b3c9f66e71ca8f1a on http://speckle.xyz/streams/bf7685a6aa/objects/436903c539b969c425b914e8967e10b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bb75dfb3762cfb84b6c91358fc0d4ff0
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/bb75dfb3762cfb84b6c91358fc0d4ff0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f30f89ead23bd7ebb79d0ca7c0372a30
- http://speckle.xyz/streams/bf7685a6aa/objects/0152b9161ed0a0d6e3ae6919ab77ab11 on http://speckle.xyz/streams/bf7685a6aa/objects/f30f89ead23bd7ebb79d0ca7c0372a30 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0f4831f1564441de33ead51076904195
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/0f4831f1564441de33ead51076904195 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-219V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-219V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d6ece7816f71ee1f1d546585fddc4d9b
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/d6ece7816f71ee1f1d546585fddc4d9b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f38ded48c9b029598cff79226306a3d5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f38ded48c9b029598cff79226306a3d5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f38ded48c9b029598cff79226306a3d5 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a7e3f221f167d90d3102b020aff8f10b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a7e3f221f167d90d3102b020aff8f10b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a7e3f221f167d90d3102b020aff8f10b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/320eabfb6aaccb81d09834014fe7d387
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/320eabfb6aaccb81d09834014fe7d387 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/43c8525763b5876cc61882f44663ee17
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/43c8525763b5876cc61882f44663ee17 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7c0a7f6cf478bcca0d243fc5d674f4c4
- http://speckle.xyz/streams/bf7685a6aa/objects/a425da88edbb46d1210f95207abcb30a on http://speckle.xyz/streams/bf7685a6aa/objects/7c0a7f6cf478bcca0d243fc5d674f4c4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/debcbfe6d6be853c94110303eaaa4474
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/debcbfe6d6be853c94110303eaaa4474 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/edcbec2d610b9063fd137874817a1921
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/edcbec2d610b9063fd137874817a1921 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a5d8e496b6f1e529dbacf2fb1461c98b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a5d8e496b6f1e529dbacf2fb1461c98b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a5d8e496b6f1e529dbacf2fb1461c98b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/533fc4d2dd428744da84d57b7fa507c2
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/533fc4d2dd428744da84d57b7fa507c2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b5fc929dbf25367858e823bf3b2178f5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b5fc929dbf25367858e823bf3b2178f5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b5fc929dbf25367858e823bf3b2178f5 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4a9ba07841c20379d58877102849aadd
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/4a9ba07841c20379d58877102849aadd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a496bbba6b3f7cb6f1e67a0aa8151637
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/a496bbba6b3f7cb6f1e67a0aa8151637 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a62d49327557c0fd7d6f523703294802
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a62d49327557c0fd7d6f523703294802 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cb14e83fd294881454f6898b7bbfc241
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cb14e83fd294881454f6898b7bbfc241 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cb14e83fd294881454f6898b7bbfc241 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/86a1c7be7b6193b0ddaae669ed3c08bb
- http://speckle.xyz/streams/bf7685a6aa/objects/688b34664f1f51ab620458521e56a4b6 on http://speckle.xyz/streams/bf7685a6aa/objects/86a1c7be7b6193b0ddaae669ed3c08bb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/77b1b9e9d5afe7971d250f5af027e059
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/77b1b9e9d5afe7971d250f5af027e059 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/77b1b9e9d5afe7971d250f5af027e059 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6d566dad943b16c62bcbb068be4bc385
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/6d566dad943b16c62bcbb068be4bc385 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/430da9bf7f73eaacc8362b601297321a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/430da9bf7f73eaacc8362b601297321a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/430da9bf7f73eaacc8362b601297321a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b9917045ef6ab8878cb0a49bd0541725
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b9917045ef6ab8878cb0a49bd0541725 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b9917045ef6ab8878cb0a49bd0541725 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f2a012f96123cc475d92cd5f9e99ee8d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f2a012f96123cc475d92cd5f9e99ee8d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f2a012f96123cc475d92cd5f9e99ee8d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f5258fc1d326964cd2d7d6c190517aff
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/f5258fc1d326964cd2d7d6c190517aff needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a5f7011804e02426fa0f4dddbd899cf4
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/a5f7011804e02426fa0f4dddbd899cf4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/28203890e4bfe9dec091743f0e120165
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/28203890e4bfe9dec091743f0e120165 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/28203890e4bfe9dec091743f0e120165 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/651bb7165c5421a5a9a80ecc98d971d0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/651bb7165c5421a5a9a80ecc98d971d0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/651bb7165c5421a5a9a80ecc98d971d0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/55f7c6c78244a26ff8039eb1dd8a74ec
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/55f7c6c78244a26ff8039eb1dd8a74ec needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/22d75fdd2e02243925e7ce205c714a87
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/22d75fdd2e02243925e7ce205c714a87 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4347efe680b7445c3086668a6552fa0b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4347efe680b7445c3086668a6552fa0b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4347efe680b7445c3086668a6552fa0b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8f533e0b9a18d64dfec95c4daced132c
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/8f533e0b9a18d64dfec95c4daced132c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8850770416a12ad32469fbbc17593ae3
- http://speckle.xyz/streams/bf7685a6aa/objects/e81a465e50845b69c15fe22a744fc9df on http://speckle.xyz/streams/bf7685a6aa/objects/8850770416a12ad32469fbbc17593ae3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b7bf5e08a1fe024f6a50f1a102d0307e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b7bf5e08a1fe024f6a50f1a102d0307e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b7bf5e08a1fe024f6a50f1a102d0307e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/9c867107f754e85bd8ce3622d5cc462f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9c867107f754e85bd8ce3622d5cc462f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9c867107f754e85bd8ce3622d5cc462f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8f6bd6e3f6f92b28f3b88caddb7a83d0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8f6bd6e3f6f92b28f3b88caddb7a83d0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8f6bd6e3f6f92b28f3b88caddb7a83d0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/fab44d2a0d68cf7fa7151182c5d8b3e0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fab44d2a0d68cf7fa7151182c5d8b3e0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fab44d2a0d68cf7fa7151182c5d8b3e0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/429f503f16b47e090cadbe7dcb84b100
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/429f503f16b47e090cadbe7dcb84b100 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/429f503f16b47e090cadbe7dcb84b100 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/d04cccdd9e6686500f0f48192f27134f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d04cccdd9e6686500f0f48192f27134f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d04cccdd9e6686500f0f48192f27134f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/816a4a632b1cdafd9dfd438bbbe7e652
- http://speckle.xyz/streams/bf7685a6aa/objects/dfc0c3833a46266c71575787aff0f20d on http://speckle.xyz/streams/bf7685a6aa/objects/816a4a632b1cdafd9dfd438bbbe7e652 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Numerical-LineLineVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Numerical-LineLineVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bad5fba2c94042067386e909a5674e50
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bad5fba2c94042067386e909a5674e50 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bad5fba2c94042067386e909a5674e50 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/72498e7d37c9bb139beff9c313166e4d
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/72498e7d37c9bb139beff9c313166e4d needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/72498e7d37c9bb139beff9c313166e4d needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/028099b073d8078d687a8bc43af359c3
- http://speckle.xyz/streams/bf7685a6aa/objects/77fa201d44b529fd0ae42b20ba8ba809 on http://speckle.xyz/streams/bf7685a6aa/objects/028099b073d8078d687a8bc43af359c3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2ccaa203f6a8cc94c24c4c7e33522fe2
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/2ccaa203f6a8cc94c24c4c7e33522fe2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/211253a7553c18986e9c0c8d55ae672c
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/211253a7553c18986e9c0c8d55ae672c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5e90d5e636da07e4e4cc7bad9d0039c4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5e90d5e636da07e4e4cc7bad9d0039c4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5e90d5e636da07e4e4cc7bad9d0039c4 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8eb1bdb6401700494986b65359a4eb8f
- http://speckle.xyz/streams/bf7685a6aa/objects/f5d08d08b8a951b4e8c6f58253819260 on http://speckle.xyz/streams/bf7685a6aa/objects/8eb1bdb6401700494986b65359a4eb8f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6fb0086830b493b4a2451bb4073415b
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/c6fb0086830b493b4a2451bb4073415b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/de0124c038f8d74e2c7593480c7126e0
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/de0124c038f8d74e2c7593480c7126e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b44
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b44 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b44 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3ff50e33a8c52c36103c7ce0eb30c70f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3ff50e33a8c52c36103c7ce0eb30c70f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3ff50e33a8c52c36103c7ce0eb30c70f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1ba16a4d2c4b0ab27c50f3a38c920ebd
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/1ba16a4d2c4b0ab27c50f3a38c920ebd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/07cf64156991da24a85ea4f7462d4f9d
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/07cf64156991da24a85ea4f7462d4f9d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/69a6bc280c14572696968266f6856fa4
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/69a6bc280c14572696968266f6856fa4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-2.5V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-2.5V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b0c0dfc06c8b5fb82c1f9609815e877f
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/b0c0dfc06c8b5fb82c1f9609815e877f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6681f7d1521d26eacadd98b7176024e5
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6681f7d1521d26eacadd98b7176024e5 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6681f7d1521d26eacadd98b7176024e5 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/27a034c616a6cb91a845fab31f798b6b
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/27a034c616a6cb91a845fab31f798b6b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/12c8c55a2e8cbc5003cd4f8ebf635b06
- http://speckle.xyz/streams/bf7685a6aa/objects/acb6542f18bd3dc78a9dcd9b4ad32d71 on http://speckle.xyz/streams/bf7685a6aa/objects/12c8c55a2e8cbc5003cd4f8ebf635b06 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/edc77c096bf417fad768f0fed1178789
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/edc77c096bf417fad768f0fed1178789 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/edc77c096bf417fad768f0fed1178789 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8c78d9cb7ec02371107fd733f89029ea
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/8c78d9cb7ec02371107fd733f89029ea needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eb2ccf629e8254be5f8dea03334edee3
- http://speckle.xyz/streams/bf7685a6aa/objects/e81a465e50845b69c15fe22a744fc9df on http://speckle.xyz/streams/bf7685a6aa/objects/eb2ccf629e8254be5f8dea03334edee3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6cbfde4bb2ae1048a9ea419fce5adcd3
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/6cbfde4bb2ae1048a9ea419fce5adcd3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d109c24d4dd54f2a5c61ddb513c5b6b5
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/d109c24d4dd54f2a5c61ddb513c5b6b5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/841c797579fce9bbe8caeef4cc60ede3
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/841c797579fce9bbe8caeef4cc60ede3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1d08797a5e757a37fd9d3fc885acfadd
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/1d08797a5e757a37fd9d3fc885acfadd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-127V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-127V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/dbbbce3cb2e22f98d25591e43f3f3266
- http://speckle.xyz/streams/bf7685a6aa/objects/326fd9e15b12400fd6b47bf26d8fbf84 on http://speckle.xyz/streams/bf7685a6aa/objects/dbbbce3cb2e22f98d25591e43f3f3266 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/481df56febef8cad36f25cf03d254e6d
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/481df56febef8cad36f25cf03d254e6d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f199a7b1998fd26a3bac0cec6658a31a
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/f199a7b1998fd26a3bac0cec6658a31a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/33521fd0a161991e00af3ca38bf44d1a
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/33521fd0a161991e00af3ca38bf44d1a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a8892b911a495d2e9ad6da18afc9c072
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/a8892b911a495d2e9ad6da18afc9c072 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/74ff493cbec0d53c09be7cb15d4f8fbf
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/74ff493cbec0d53c09be7cb15d4f8fbf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e231ac0a807e7243a47b90adef252151
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/e231ac0a807e7243a47b90adef252151 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1079b0f7faba49b21ffe01312d678b87
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/1079b0f7faba49b21ffe01312d678b87 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/03a39c403f37b812c13fa9c2f0c339d9
- http://speckle.xyz/streams/bf7685a6aa/objects/9d0351d65cbbdcd5c9dfed6220ed3795 on http://speckle.xyz/streams/bf7685a6aa/objects/03a39c403f37b812c13fa9c2f0c339d9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b9a18263f3fc4b0ef5694fb3cd82f0c6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b9a18263f3fc4b0ef5694fb3cd82f0c6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b9a18263f3fc4b0ef5694fb3cd82f0c6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8636cb0ca5f05aaafc4be2896310f15b
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/8636cb0ca5f05aaafc4be2896310f15b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ed180cb670bcb692785ab2bc8e912442
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/ed180cb670bcb692785ab2bc8e912442 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/52842700ce1ff80f1f7b2ba6de781c07
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/52842700ce1ff80f1f7b2ba6de781c07 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/72eff37a05247d825d03c61461b0a0ad
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/72eff37a05247d825d03c61461b0a0ad needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/72eff37a05247d825d03c61461b0a0ad needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/85a301b2cf5e3c613db9c325cb0d2196
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/85a301b2cf5e3c613db9c325cb0d2196 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/85a301b2cf5e3c613db9c325cb0d2196 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f3fafebcead7d83ef6048fdb48d313b8
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/f3fafebcead7d83ef6048fdb48d313b8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fcc54c1c385d5f00a6b36c649f2c19a9
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/fcc54c1c385d5f00a6b36c649f2c19a9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fd861575f0c4683b9efbe7a9e49329a0
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fd861575f0c4683b9efbe7a9e49329a0 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fd861575f0c4683b9efbe7a9e49329a0 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7a4f4676fe4d586561a6d659bebd407f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7a4f4676fe4d586561a6d659bebd407f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7a4f4676fe4d586561a6d659bebd407f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9fff42f308a8c6e92363bafc2813022a
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/9fff42f308a8c6e92363bafc2813022a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8a5b093f02239265c40214dc8665bcfe
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/8a5b093f02239265c40214dc8665bcfe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6d8edef1674d6630c23d679be4faba58
- http://speckle.xyz/streams/bf7685a6aa/objects/7dbc8030bcb7a9e9a7a560eec36e9290 on http://speckle.xyz/streams/bf7685a6aa/objects/6d8edef1674d6630c23d679be4faba58 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0b4dbba735b1c081284499fd37a23223
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/0b4dbba735b1c081284499fd37a23223 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a177bb6189485904f36affcaf261c66d
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/a177bb6189485904f36affcaf261c66d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Numerical-Frequency
- http://qudt.org/vocab/quantitykind/Frequency on http://data.ashrae.org/standard223#Numerical-Frequency needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8241f758b2eca371b816d0aa32a4a21e
- http://speckle.xyz/streams/bf7685a6aa/objects/7b2c9e560d7ad3bbb5ccd360227389ab on http://speckle.xyz/streams/bf7685a6aa/objects/8241f758b2eca371b816d0aa32a4a21e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2fd0fc1f9545c2a939b3f85fbdee848d
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/2fd0fc1f9545c2a939b3f85fbdee848d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c1f15a68b91526a9e949f575e4125ca0
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/c1f15a68b91526a9e949f575e4125ca0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9126b3af0df7c9f21ec358e83f180761
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9126b3af0df7c9f21ec358e83f180761 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9126b3af0df7c9f21ec358e83f180761 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4f9b2ea6db4f3554642a20d70b9aeed4
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/4f9b2ea6db4f3554642a20d70b9aeed4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/02c8f1a980755ebae7d8c43f042754e5
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/02c8f1a980755ebae7d8c43f042754e5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/67343278e3145dcc020e5393e28e2226
- http://speckle.xyz/streams/bf7685a6aa/objects/4450fafa9b35f62c2043d9df9a7f700d on http://speckle.xyz/streams/bf7685a6aa/objects/67343278e3145dcc020e5393e28e2226 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/efcfc38086e0c762fbf8bcafceff80ed
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/efcfc38086e0c762fbf8bcafceff80ed needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c66ec5715dfe692843112280c7ee2848
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/c66ec5715dfe692843112280c7ee2848 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/47238c7a935257aef2ac7349aea84240
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/47238c7a935257aef2ac7349aea84240 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/47238c7a935257aef2ac7349aea84240 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/57c8d95677b14af073451d92c72bd9db
- http://speckle.xyz/streams/bf7685a6aa/objects/a1d67b4208f6eed0293c478ac7f2db72 on http://speckle.xyz/streams/bf7685a6aa/objects/57c8d95677b14af073451d92c72bd9db needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/efa212b9e73df31585cba8db7aea0dfb
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/efa212b9e73df31585cba8db7aea0dfb needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/efa212b9e73df31585cba8db7aea0dfb needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/de59e6d8c6caac529f84091be0cef29c
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/de59e6d8c6caac529f84091be0cef29c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e72fce4e9de148b420ae908d49632c5
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4e72fce4e9de148b420ae908d49632c5 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4e72fce4e9de148b420ae908d49632c5 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b30fe7f8f383458c9ad9c4d0c4a184bd
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/b30fe7f8f383458c9ad9c4d0c4a184bd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/17b7f5f9b0b8c3a0dac87aed4efd8c90
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/17b7f5f9b0b8c3a0dac87aed4efd8c90 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2db10a18ddd6df1f60e0ac67152c3d6c
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/2db10a18ddd6df1f60e0ac67152c3d6c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e016f8aa8a9a52cec1d3be0491159956
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/e016f8aa8a9a52cec1d3be0491159956 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b996d60c78b499a8130e5437771f98f4
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/b996d60c78b499a8130e5437771f98f4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cb9b487610b9348f6f2e1f5244300b14
- http://speckle.xyz/streams/bf7685a6aa/objects/9895428471df191215db83d9f8082645 on http://speckle.xyz/streams/bf7685a6aa/objects/cb9b487610b9348f6f2e1f5244300b14 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9f09a01ea6d2ba08a9eb48b0bb96a409
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9f09a01ea6d2ba08a9eb48b0bb96a409 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9f09a01ea6d2ba08a9eb48b0bb96a409 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b71cf10efa0cb4d48517e4bbeff100e2
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/b71cf10efa0cb4d48517e4bbeff100e2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/90569fca335e70558b5d120c4a619b30
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/90569fca335e70558b5d120c4a619b30 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f576ee906ff80b60cb89da8b35936f4f
- http://speckle.xyz/streams/bf7685a6aa/objects/0d3bf549d1c8d3a7f42c473f8fa81827 on http://speckle.xyz/streams/bf7685a6aa/objects/f576ee906ff80b60cb89da8b35936f4f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/144ce5e429c2d05cacd1d80f2b7f6ea3
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/144ce5e429c2d05cacd1d80f2b7f6ea3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b4f132fba9abdd9e93f08d03cb72ba63
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/b4f132fba9abdd9e93f08d03cb72ba63 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6832bd7c883018f4c6594bccc74d194c
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/6832bd7c883018f4c6594bccc74d194c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f660c4d3b7afd3534760bc9da70e1cf7
- http://speckle.xyz/streams/bf7685a6aa/objects/74116e0c46d445a4c9ac39c7f1b75206 on http://speckle.xyz/streams/bf7685a6aa/objects/f660c4d3b7afd3534760bc9da70e1cf7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5781780cf806a8eca19014ec91537d04
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/5781780cf806a8eca19014ec91537d04 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3df13f88d2923f57d4bc3112893fd5c0
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/3df13f88d2923f57d4bc3112893fd5c0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4f8edcf4e6e424204806764380180f83
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/4f8edcf4e6e424204806764380180f83 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/69a6f7706e55d0993becdfc0f4b2fa88
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/69a6f7706e55d0993becdfc0f4b2fa88 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/69a6f7706e55d0993becdfc0f4b2fa88 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2af1c30b7fbccac763bef67cd14eed96
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/2af1c30b7fbccac763bef67cd14eed96 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9634a0f0bd062c4aa701f40ed0bf95a3
- http://speckle.xyz/streams/bf7685a6aa/objects/bb735c1fd5e7bce4e542eb2535083e45 on http://speckle.xyz/streams/bf7685a6aa/objects/9634a0f0bd062c4aa701f40ed0bf95a3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dc9ba63a5ac0837f9c1310702eedcb4e
- http://speckle.xyz/streams/bf7685a6aa/objects/230bee4acdd75163083829e8ab8a39f2 on http://speckle.xyz/streams/bf7685a6aa/objects/dc9ba63a5ac0837f9c1310702eedcb4e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4be4bf015947e0d51fbed81750316bc4
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/4be4bf015947e0d51fbed81750316bc4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3b86232d77f6eeca31c45ad1da6eeb3f
- http://speckle.xyz/streams/bf7685a6aa/objects/d5b1769b748423fb98cace29a0366946 on http://speckle.xyz/streams/bf7685a6aa/objects/3b86232d77f6eeca31c45ad1da6eeb3f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e985920b24b46d79da1ec84bd622fe3
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/4e985920b24b46d79da1ec84bd622fe3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4f463894bb9db08a3be0c791e94b4130
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/4f463894bb9db08a3be0c791e94b4130 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9223b38cfd5adc60a346b479cdb52389
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/9223b38cfd5adc60a346b479cdb52389 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6875f657dea1e52922ae92aa6ac62aac
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6875f657dea1e52922ae92aa6ac62aac needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6875f657dea1e52922ae92aa6ac62aac needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/65c5f555be03ffb2e106b5efda8303f3
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/65c5f555be03ffb2e106b5efda8303f3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a329b9f5ac91df90e706576588889d89
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/a329b9f5ac91df90e706576588889d89 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eac7a71245c934f49162490e378e3168
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/eac7a71245c934f49162490e378e3168 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/334bbaaa1f4022e3fbf75087c668a77a
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/334bbaaa1f4022e3fbf75087c668a77a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/85c8044755da7f79e7d89a86e12a25d2
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/85c8044755da7f79e7d89a86e12a25d2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5a6e636f919eb6d9715f301e36b27ee1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5a6e636f919eb6d9715f301e36b27ee1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5a6e636f919eb6d9715f301e36b27ee1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/b710622bb90545625acffe708861f177
- http://speckle.xyz/streams/bf7685a6aa/objects/06c67bfcd6d2f5b575f38dba0f51b672 on http://speckle.xyz/streams/bf7685a6aa/objects/b710622bb90545625acffe708861f177 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eed9861014f62cca2163d2b2b6fe5681
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/eed9861014f62cca2163d2b2b6fe5681 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5ce7be2d8ab0d53d043ac46d908cc7ea
- http://speckle.xyz/streams/bf7685a6aa/objects/442b75f265dad85708d17330be21561c on http://speckle.xyz/streams/bf7685a6aa/objects/5ce7be2d8ab0d53d043ac46d908cc7ea needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/77f2ae53eae77c8b6f30f8daf8883086
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/77f2ae53eae77c8b6f30f8daf8883086 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fdd58388a038e99dfa6064ec201dd26c
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/fdd58388a038e99dfa6064ec201dd26c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/84e4ef3beb1eddeb0eead352206ae451
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/84e4ef3beb1eddeb0eead352206ae451 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-190.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-190.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/482154b7ff39bacb399ebe4fc5a6db96
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/482154b7ff39bacb399ebe4fc5a6db96 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a04a8e3a83a4a2442a4b1fdd810efa2e
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/a04a8e3a83a4a2442a4b1fdd810efa2e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/523b08e30ab8529eac35fd529d648da4
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/523b08e30ab8529eac35fd529d648da4 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/523b08e30ab8529eac35fd529d648da4 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/28e100a959b20040694ded3159b28ed3
- http://speckle.xyz/streams/bf7685a6aa/objects/e70d7bc92fc874a812626d682a29b370 on http://speckle.xyz/streams/bf7685a6aa/objects/28e100a959b20040694ded3159b28ed3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/393021105a18ad6052b3453ecf026bd1
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/393021105a18ad6052b3453ecf026bd1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6ff65b21e6a050f61b1e3fe389549fa7
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/6ff65b21e6a050f61b1e3fe389549fa7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cbf44ee2745bbfbc8c891256ae2f62ca
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/cbf44ee2745bbfbc8c891256ae2f62ca needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/cbf44ee2745bbfbc8c891256ae2f62ca needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1a82a3f9136fed3d1d4acd185d6aad14
- http://speckle.xyz/streams/bf7685a6aa/objects/44f7d7dae3b62130ad8fda3f589fc508 on http://speckle.xyz/streams/bf7685a6aa/objects/1a82a3f9136fed3d1d4acd185d6aad14 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/78206f79d536011282ff6385aff60f81
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/78206f79d536011282ff6385aff60f81 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/78206f79d536011282ff6385aff60f81 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8cb6ca290c37ee4d60895559c384e14b
- http://speckle.xyz/streams/bf7685a6aa/objects/4450fafa9b35f62c2043d9df9a7f700d on http://speckle.xyz/streams/bf7685a6aa/objects/8cb6ca290c37ee4d60895559c384e14b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9a1582289914ff27cf137dc8f3a536d3
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9a1582289914ff27cf137dc8f3a536d3 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9a1582289914ff27cf137dc8f3a536d3 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/11110d60ef1d3551f2f36f3a42c6ff19
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/11110d60ef1d3551f2f36f3a42c6ff19 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e8cbe948999ecfe203c9b727bd9f9dcd
- http://speckle.xyz/streams/bf7685a6aa/objects/e7c9e2f9a7a0a501d31eab5423876669 on http://speckle.xyz/streams/bf7685a6aa/objects/e8cbe948999ecfe203c9b727bd9f9dcd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/366c1439e7281b0ce53da056b5fe6d69
- http://speckle.xyz/streams/bf7685a6aa/objects/230bee4acdd75163083829e8ab8a39f2 on http://speckle.xyz/streams/bf7685a6aa/objects/366c1439e7281b0ce53da056b5fe6d69 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ac4dfed4759f7496931aa8391b63f5c9
- http://speckle.xyz/streams/bf7685a6aa/objects/acb6542f18bd3dc78a9dcd9b4ad32d71 on http://speckle.xyz/streams/bf7685a6aa/objects/ac4dfed4759f7496931aa8391b63f5c9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5e3059192f5a86d51e1903d656e9ca41
- http://speckle.xyz/streams/bf7685a6aa/objects/f1fa1d87c09023b9c95ee3622445ae59 on http://speckle.xyz/streams/bf7685a6aa/objects/5e3059192f5a86d51e1903d656e9ca41 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/898118327b129ad64ecc34be2cb27244
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/898118327b129ad64ecc34be2cb27244 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f0d9ecabbc1a6d3413a4c8c834ce328c
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/f0d9ecabbc1a6d3413a4c8c834ce328c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-1900V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-1900V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ba365feaef4cecf57824ce05f32fa338
- http://speckle.xyz/streams/bf7685a6aa/objects/2e7fcf08c8c16097c4fb8b7074f6b8a3 on http://speckle.xyz/streams/bf7685a6aa/objects/ba365feaef4cecf57824ce05f32fa338 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8f1fb6ba2f05b1f3c38985c541ac3d3f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8f1fb6ba2f05b1f3c38985c541ac3d3f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8f1fb6ba2f05b1f3c38985c541ac3d3f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d1a1e091590ba9fb48c1a848f89465cf
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/d1a1e091590ba9fb48c1a848f89465cf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ddd349bdd467e938a1f8a942d6326d86
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/ddd349bdd467e938a1f8a942d6326d86 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/78c53e07fa4be255cc88b2e96f15fb11
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/78c53e07fa4be255cc88b2e96f15fb11 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c8f290af70e6f827c88d3b67ba514417
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/c8f290af70e6f827c88d3b67ba514417 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/374d9e90cc57337f41ee8e584f7722fd
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/374d9e90cc57337f41ee8e584f7722fd needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/374d9e90cc57337f41ee8e584f7722fd needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/dc0b6a627c9f4acae140118aa50b4d12
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/dc0b6a627c9f4acae140118aa50b4d12 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ffb639a53f8337bc1311c86ed955e257
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/ffb639a53f8337bc1311c86ed955e257 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3ad0b2209cd7a675babfe18a4d5f7761
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3ad0b2209cd7a675babfe18a4d5f7761 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3ad0b2209cd7a675babfe18a4d5f7761 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/f8b0951a940c463c90026af83327abe3
- http://speckle.xyz/streams/bf7685a6aa/objects/9afce26e156ee27c0851a8c7906ff506 on http://speckle.xyz/streams/bf7685a6aa/objects/f8b0951a940c463c90026af83327abe3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2b76b1358c1a7d49497c65507092eb90
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2b76b1358c1a7d49497c65507092eb90 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2b76b1358c1a7d49497c65507092eb90 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2ce4f4e6b717ce1e48f9d14e395b04aa
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/2ce4f4e6b717ce1e48f9d14e395b04aa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e7b44bfa8f66bc727106cc5d13217e41
- http://speckle.xyz/streams/bf7685a6aa/objects/4ba074e46be9bb3f56b99137981fb313 on http://speckle.xyz/streams/bf7685a6aa/objects/e7b44bfa8f66bc727106cc5d13217e41 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCNegativeVoltage-190.0V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCNegativeVoltage-190.0V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1749bd7666bc716566ba80e90c20d7f4
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/1749bd7666bc716566ba80e90c20d7f4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d66903575c7ffc57513af287205b277b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d66903575c7ffc57513af287205b277b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d66903575c7ffc57513af287205b277b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/8e54f48b20a0dbcbcd2fa0d5c05fd624
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/8e54f48b20a0dbcbcd2fa0d5c05fd624 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/72a1d8e70f2ec305a75716f388cd4f4d
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/72a1d8e70f2ec305a75716f388cd4f4d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-5V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-5V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/16bac6bdb79f1982faac0bfd9b13778b
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/16bac6bdb79f1982faac0bfd9b13778b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/16bac6bdb79f1982faac0bfd9b13778b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/acaa3a0bc1f3e9fab30f61b8030f3efc
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/acaa3a0bc1f3e9fab30f61b8030f3efc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c8df3074bbea3d184072e1779e8b5dc4
- http://speckle.xyz/streams/bf7685a6aa/objects/d5b1769b748423fb98cace29a0366946 on http://speckle.xyz/streams/bf7685a6aa/objects/c8df3074bbea3d184072e1779e8b5dc4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f0d385a445ab41519e5bb4558f4f6034
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/f0d385a445ab41519e5bb4558f4f6034 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e1de62f65139e65f8ae3e938567986bc
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/e1de62f65139e65f8ae3e938567986bc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/250fcdaf30200a9be10ed71bc64cb2ea
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/250fcdaf30200a9be10ed71bc64cb2ea needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6e940d687d3230658d6d9eb5f8c77d73
- http://speckle.xyz/streams/bf7685a6aa/objects/decfcfb9b61288ea8bb8b586936e4e71 on http://speckle.xyz/streams/bf7685a6aa/objects/6e940d687d3230658d6d9eb5f8c77d73 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/25a5d982e42643aed1f2da90e33fff43
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/25a5d982e42643aed1f2da90e33fff43 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/729bd69be81b0462b2f1b06b5a2e713d
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/729bd69be81b0462b2f1b06b5a2e713d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/091905d5e7d14a599f4c29acfa63a5b1
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/091905d5e7d14a599f4c29acfa63a5b1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0613871e93e525eec1ef264c66177afa
- http://speckle.xyz/streams/bf7685a6aa/objects/62014ffc2035e78fa2838efe58021617 on http://speckle.xyz/streams/bf7685a6aa/objects/0613871e93e525eec1ef264c66177afa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a7ab72b1f1d116c4aba49138690dedf7
- http://speckle.xyz/streams/bf7685a6aa/objects/bfcc2b802b338cb0cbaefad6542c58d7 on http://speckle.xyz/streams/bf7685a6aa/objects/a7ab72b1f1d116c4aba49138690dedf7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/86adeb53a5b00966b0012e472bc859e1
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/86adeb53a5b00966b0012e472bc859e1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/00d34f796756f7c44c534f770f9f3e09
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/00d34f796756f7c44c534f770f9f3e09 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3a7e283abe020bb6b7479d03cee8f5b3
- http://speckle.xyz/streams/bf7685a6aa/objects/4ba074e46be9bb3f56b99137981fb313 on http://speckle.xyz/streams/bf7685a6aa/objects/3a7e283abe020bb6b7479d03cee8f5b3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/33985cfbace662bf244c9a8e8e516558
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/33985cfbace662bf244c9a8e8e516558 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dfbbad8f7379026322f393e5904f183d
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/dfbbad8f7379026322f393e5904f183d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e0ab02d071cd2001962838f9800c206b
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/e0ab02d071cd2001962838f9800c206b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/058f5b99f6c0af355eaeb072f076db59
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/058f5b99f6c0af355eaeb072f076db59 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2c43c0c1a2cffdcf8b85a6ab51393371
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2c43c0c1a2cffdcf8b85a6ab51393371 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2c43c0c1a2cffdcf8b85a6ab51393371 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/3907b5486f168d678ba581de66f8fcb4
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/3907b5486f168d678ba581de66f8fcb4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3d01bf764d0054bed3b076a5fa7a53a0
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/3d01bf764d0054bed3b076a5fa7a53a0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bc642f2c7efaefbf7b34075f8afefae7
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/bc642f2c7efaefbf7b34075f8afefae7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9fc1207872d7476eecebb1e176177bc7
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/9fc1207872d7476eecebb1e176177bc7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7128fed15e9a2c663721a75b70be7ac6
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/7128fed15e9a2c663721a75b70be7ac6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e7215c5371fc73db98c35605baad1de0
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/e7215c5371fc73db98c35605baad1de0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d80bbfc6d9803e97c71d1e4bf8719ba1
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/d80bbfc6d9803e97c71d1e4bf8719ba1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5ccd54e08f842df17e76b5a08c52e2fb
- http://speckle.xyz/streams/bf7685a6aa/objects/38fc1c83ce7cd22674c69fd719e87f00 on http://speckle.xyz/streams/bf7685a6aa/objects/5ccd54e08f842df17e76b5a08c52e2fb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-2400V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-2400V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/332b3a6d43d5f661a83f06e462bc72bf
- http://speckle.xyz/streams/bf7685a6aa/objects/288eb5e729bd3a5f915b25b9695e2397 on http://speckle.xyz/streams/bf7685a6aa/objects/332b3a6d43d5f661a83f06e462bc72bf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/23b41a8c4788044275a9faacbacd2140
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/23b41a8c4788044275a9faacbacd2140 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0db19127f891994237b071fbe3443204
- http://speckle.xyz/streams/bf7685a6aa/objects/6b7f1aad6288ea44a0b709fbf06a8918 on http://speckle.xyz/streams/bf7685a6aa/objects/0db19127f891994237b071fbe3443204 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3e489e8ea6a9182ef1360cd6a19dec39
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3e489e8ea6a9182ef1360cd6a19dec39 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3e489e8ea6a9182ef1360cd6a19dec39 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/28b8b90aafed09b815492218b181e193
- http://speckle.xyz/streams/bf7685a6aa/objects/77fa201d44b529fd0ae42b20ba8ba809 on http://speckle.xyz/streams/bf7685a6aa/objects/28b8b90aafed09b815492218b181e193 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/23f63e4651445a1713b2f0eeb9de598f
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/23f63e4651445a1713b2f0eeb9de598f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/abad62e26ac07d95f7cf2e3449755671
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/abad62e26ac07d95f7cf2e3449755671 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0fe591cba2995ef3aba5202be5e037cc
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/0fe591cba2995ef3aba5202be5e037cc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9e129a8ccfb7715303b5b5b24ac3a17d
- http://speckle.xyz/streams/bf7685a6aa/objects/2574b16b5e9d5e0bea710d1ca119a45a on http://speckle.xyz/streams/bf7685a6aa/objects/9e129a8ccfb7715303b5b5b24ac3a17d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/34046c84f9062b13e7ee6ae485a18ab9
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/34046c84f9062b13e7ee6ae485a18ab9 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/34046c84f9062b13e7ee6ae485a18ab9 needs to be a http://qudt.org/schema/qudt/Unit
http://data.ashrae.org/standard223#Voltage-220V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-220V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/1f541272e788834725c0be1c6f9f519d
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1f541272e788834725c0be1c6f9f519d needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1f541272e788834725c0be1c6f9f519d needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b171749f2d9aa6d6e275473cd159cfaa
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/b171749f2d9aa6d6e275473cd159cfaa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ab4d80b010bf2e2c2b2c398eb248ed7b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ab4d80b010bf2e2c2b2c398eb248ed7b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ab4d80b010bf2e2c2b2c398eb248ed7b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/ad3846e1fce7ec216f5e8614a5191b3b
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/ad3846e1fce7ec216f5e8614a5191b3b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/67a9697a84ddd54091a57e80021d352b
- http://speckle.xyz/streams/bf7685a6aa/objects/077fed24ea7f83e4fab775c9a2571143 on http://speckle.xyz/streams/bf7685a6aa/objects/67a9697a84ddd54091a57e80021d352b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e2f5c19d0d1ea8603fab07a29671589c
- http://speckle.xyz/streams/bf7685a6aa/objects/2119b9678ef6ebb538a9e7cbcf2370fa on http://speckle.xyz/streams/bf7685a6aa/objects/e2f5c19d0d1ea8603fab07a29671589c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-4160V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-4160V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/d06b38641ceb416eed86c15f89bbf835
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d06b38641ceb416eed86c15f89bbf835 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d06b38641ceb416eed86c15f89bbf835 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0393326a4ead64cb79cac3e5d0694a35
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0393326a4ead64cb79cac3e5d0694a35 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0393326a4ead64cb79cac3e5d0694a35 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/41ebe40723c3111402aa57d5672e82fe
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/41ebe40723c3111402aa57d5672e82fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/47574d13d7e14941c80d57e9c7e2f565
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/47574d13d7e14941c80d57e9c7e2f565 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/20bfebde2ead906220bc7346e3713cfd
- http://speckle.xyz/streams/bf7685a6aa/objects/c2fc93ee9dec1445af89da62458be10d on http://speckle.xyz/streams/bf7685a6aa/objects/20bfebde2ead906220bc7346e3713cfd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ecf4868dc21dd7b07f4b337f80bb1230
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/ecf4868dc21dd7b07f4b337f80bb1230 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e2d7c62f44038a012f6e5d69393ddec2
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/e2d7c62f44038a012f6e5d69393ddec2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/21112fa1fbfbe9cc49d10f4960baee7e
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/21112fa1fbfbe9cc49d10f4960baee7e needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/21112fa1fbfbe9cc49d10f4960baee7e needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/c5b62f49f8d2f6a26756a6fbc0f41342
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/c5b62f49f8d2f6a26756a6fbc0f41342 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8e757dbcbf4460af146f27c84d3b0f56
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/8e757dbcbf4460af146f27c84d3b0f56 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2e3798a3ed9fe209d60706e0e1065eec
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/2e3798a3ed9fe209d60706e0e1065eec needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ee8ba974ee09b82f84cb78d425c4bd2f
- http://speckle.xyz/streams/bf7685a6aa/objects/f6d5b4ca6cd4e394b60620e0abbab45f on http://speckle.xyz/streams/bf7685a6aa/objects/ee8ba974ee09b82f84cb78d425c4bd2f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c37770f371e6664882679d5a5f4ba87b
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/c37770f371e6664882679d5a5f4ba87b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/34cc427d78df1d173f97611e471b751d
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/34cc427d78df1d173f97611e471b751d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e9da84da11d478edd99928bd8b536830
- http://speckle.xyz/streams/bf7685a6aa/objects/dfc0c3833a46266c71575787aff0f20d on http://speckle.xyz/streams/bf7685a6aa/objects/e9da84da11d478edd99928bd8b536830 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2fd6db729592d89e6aa4254d7f2fff49
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/2fd6db729592d89e6aa4254d7f2fff49 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/2fd6db729592d89e6aa4254d7f2fff49 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/41b35e221309f17846bcab0e5bc6598f
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/41b35e221309f17846bcab0e5bc6598f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-277V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-277V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/0a44ee96bf49e6de1fe0cacc0d2b5639
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/0a44ee96bf49e6de1fe0cacc0d2b5639 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a918da635d8b36ae688c2ed5a7718032
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a918da635d8b36ae688c2ed5a7718032 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3fd059596a6a14b8ea08adb6709f9376
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3fd059596a6a14b8ea08adb6709f9376 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3fd059596a6a14b8ea08adb6709f9376 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bc6caf7c3ef4afc41bf207b1fa8cb467
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/bc6caf7c3ef4afc41bf207b1fa8cb467 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Numerical-LineNeutralVoltage
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Numerical-LineNeutralVoltage needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/5afc6756b7114517303815d08a2d476c
- http://speckle.xyz/streams/bf7685a6aa/objects/659672eeff56fe3536315764b764a663 on http://speckle.xyz/streams/bf7685a6aa/objects/5afc6756b7114517303815d08a2d476c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c9125a5911c8e43203503ecdc04c958d
- http://speckle.xyz/streams/bf7685a6aa/objects/673296ef20285eecee055d8eeed2acd0 on http://speckle.xyz/streams/bf7685a6aa/objects/c9125a5911c8e43203503ecdc04c958d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f101fe22bbdb32ce6c6500b03e81b714
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f101fe22bbdb32ce6c6500b03e81b714 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f101fe22bbdb32ce6c6500b03e81b714 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ae0c6f0852fe9672b8712a4a248a391c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ae0c6f0852fe9672b8712a4a248a391c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ae0c6f0852fe9672b8712a4a248a391c needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3706b88543ee1548a717dbf002d9b6cd
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3706b88543ee1548a717dbf002d9b6cd needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3706b88543ee1548a717dbf002d9b6cd needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1293842dc3b8eadaa5ba95c64555d543
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/1293842dc3b8eadaa5ba95c64555d543 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/da4162f0a41cd4808a9810eb82b8b5eb
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/da4162f0a41cd4808a9810eb82b8b5eb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c892ea1d69a3a41582b7af11d3a48b3b
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c892ea1d69a3a41582b7af11d3a48b3b needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c892ea1d69a3a41582b7af11d3a48b3b needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/546bbe9373d1e4767d247115b062c217
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/546bbe9373d1e4767d247115b062c217 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6610bcdaa983651fbb0125c5914810c
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/c6610bcdaa983651fbb0125c5914810c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c0cd67df3a7beb3fc3a80a907648fc45
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/c0cd67df3a7beb3fc3a80a907648fc45 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/49b725a23e288cd9fd8e046363accf9a
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/49b725a23e288cd9fd8e046363accf9a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/31ce5cd0092893f43451556d1dc68674
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/31ce5cd0092893f43451556d1dc68674 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7160e7ca09543eb13532758c0b97073b
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/7160e7ca09543eb13532758c0b97073b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c2653b5bcadb0481a20a7941b8b74886
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/c2653b5bcadb0481a20a7941b8b74886 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/df50892b089712d0c652e43a98c397cf
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/df50892b089712d0c652e43a98c397cf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/46f87a2985de8ebb017940921a44984f
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/46f87a2985de8ebb017940921a44984f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/95d4e1594d6060c417461de18fdc66a7
- http://speckle.xyz/streams/bf7685a6aa/objects/66cce2bdb57b61f2d10f6cee8c508243 on http://speckle.xyz/streams/bf7685a6aa/objects/95d4e1594d6060c417461de18fdc66a7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/635f09af16f476cf4b265397e54f1546
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/635f09af16f476cf4b265397e54f1546 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/635f09af16f476cf4b265397e54f1546 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c7cdebd6503d00bcc33baa632aa3c0b6
- http://speckle.xyz/streams/bf7685a6aa/objects/3bba482343b8d72c580af14e0b0e05df on http://speckle.xyz/streams/bf7685a6aa/objects/c7cdebd6503d00bcc33baa632aa3c0b6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5f81b68cbc969162e318ec76e8395ca8
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5f81b68cbc969162e318ec76e8395ca8 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5f81b68cbc969162e318ec76e8395ca8 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/54c6609df962c0de47ef1d75878e8d67
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/54c6609df962c0de47ef1d75878e8d67 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3fe24f1164df84c395c424eeb09e7bea
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3fe24f1164df84c395c424eeb09e7bea needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3fe24f1164df84c395c424eeb09e7bea needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/69f55650329e405cc65818e3ab806a30
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/69f55650329e405cc65818e3ab806a30 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cbb5f28b3a8ad90ba782ea976969f6b4
- http://speckle.xyz/streams/bf7685a6aa/objects/1a6afbdfd275e54fbec0848e9cc9a48d on http://speckle.xyz/streams/bf7685a6aa/objects/cbb5f28b3a8ad90ba782ea976969f6b4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/54ca9893a59cc85dc5d5f93240b370cc
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/54ca9893a59cc85dc5d5f93240b370cc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/32f86b82b75dd9805ed9f7b2979650e2
- http://speckle.xyz/streams/bf7685a6aa/objects/9d0351d65cbbdcd5c9dfed6220ed3795 on http://speckle.xyz/streams/bf7685a6aa/objects/32f86b82b75dd9805ed9f7b2979650e2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4b86557cd57abc8fdb38f2bf1769a3e1
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/4b86557cd57abc8fdb38f2bf1769a3e1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/99756055fb283e8ffc50f988ba402c5f
- http://speckle.xyz/streams/bf7685a6aa/objects/d65f8c8c63863a9955cad6647fa559f4 on http://speckle.xyz/streams/bf7685a6aa/objects/99756055fb283e8ffc50f988ba402c5f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5c041fabce18a599e0e1cce2168e6002
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5c041fabce18a599e0e1cce2168e6002 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5c041fabce18a599e0e1cce2168e6002 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/7f6b8aa643e5bc6bb389f5fce6c7b4b8
- http://speckle.xyz/streams/bf7685a6aa/objects/868c1e93f5a58548b63254651d2bea10 on http://speckle.xyz/streams/bf7685a6aa/objects/7f6b8aa643e5bc6bb389f5fce6c7b4b8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cec2055e800dde4999dd9f54881801b1
- http://speckle.xyz/streams/bf7685a6aa/objects/8e754b8c808cf1a1e48137195659f8c8 on http://speckle.xyz/streams/bf7685a6aa/objects/cec2055e800dde4999dd9f54881801b1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ca4dccab7eccceabf296346b335d6804
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/ca4dccab7eccceabf296346b335d6804 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b290426be914069a8e658dcd8492f2b9
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/b290426be914069a8e658dcd8492f2b9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1927afa22a042690ee63b910f15a9e9b
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/1927afa22a042690ee63b910f15a9e9b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/95a15140c4d840c8732d9310d230534a
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/95a15140c4d840c8732d9310d230534a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0c52fb81702d5cdd63024f118419484c
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/0c52fb81702d5cdd63024f118419484c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/944dea7aefe11b6607ba647432206218
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/944dea7aefe11b6607ba647432206218 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/944dea7aefe11b6607ba647432206218 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4462120bddebfb84ffca107b99f9dbb2
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4462120bddebfb84ffca107b99f9dbb2 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4462120bddebfb84ffca107b99f9dbb2 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/afffd31be19727b4557ad9f188a18a90
- http://speckle.xyz/streams/bf7685a6aa/objects/0ad95ab1c7f34686f7ac100a0f473d42 on http://speckle.xyz/streams/bf7685a6aa/objects/afffd31be19727b4557ad9f188a18a90 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8353c240f9cefcaa79c140372afcb06c
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/8353c240f9cefcaa79c140372afcb06c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-139V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-139V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/bcbacada7aa9f014f9d52cdf4d5a4749
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/bcbacada7aa9f014f9d52cdf4d5a4749 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d2367a3684010f7cedd4654141459862
- http://speckle.xyz/streams/bf7685a6aa/objects/a1d67b4208f6eed0293c478ac7f2db72 on http://speckle.xyz/streams/bf7685a6aa/objects/d2367a3684010f7cedd4654141459862 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5d57d4cbcc68f9808dbe82a6b068a21f
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5d57d4cbcc68f9808dbe82a6b068a21f needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5d57d4cbcc68f9808dbe82a6b068a21f needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ec44c70d8d733336a5628d89e2780365
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/ec44c70d8d733336a5628d89e2780365 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/ec44c70d8d733336a5628d89e2780365 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b2a2d879103351f5691f5dfa16708d34
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b2a2d879103351f5691f5dfa16708d34 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b2a2d879103351f5691f5dfa16708d34 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/ece081f12a687886937e4002f27a0a9f
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/ece081f12a687886937e4002f27a0a9f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7a731bdcd8700d513a9956bcc7e7e333
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/7a731bdcd8700d513a9956bcc7e7e333 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5f826ca12db14d6c6f60d0e9b78da659
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/5f826ca12db14d6c6f60d0e9b78da659 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/12f148e4a98d79a29464e46bf0402600
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/12f148e4a98d79a29464e46bf0402600 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bdfdac0a5a001cde58aced280b765b49
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/bdfdac0a5a001cde58aced280b765b49 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b34be79780beec574086be28711496c4
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b34be79780beec574086be28711496c4 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b34be79780beec574086be28711496c4 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a009f1138d5d5c8356ab2f1967d01a12
- http://speckle.xyz/streams/bf7685a6aa/objects/78b0d278cde75c79f13d638e01c2c702 on http://speckle.xyz/streams/bf7685a6aa/objects/a009f1138d5d5c8356ab2f1967d01a12 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e1d6bd9e5526111f286c660c73114f22
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/e1d6bd9e5526111f286c660c73114f22 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8be46d9fc2ed78bf0d4568526c5ef4cf
- http://speckle.xyz/streams/bf7685a6aa/objects/570de36b94b8ce5c1670646dcd7526e1 on http://speckle.xyz/streams/bf7685a6aa/objects/8be46d9fc2ed78bf0d4568526c5ef4cf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ccc9f43acb1c0b88d442d1b0dd60a680
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/ccc9f43acb1c0b88d442d1b0dd60a680 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0b777cffa2c519a04b307296acd79087
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0b777cffa2c519a04b307296acd79087 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0b777cffa2c519a04b307296acd79087 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/fc3aa68b5f507daac69fb0aa6e7e7748
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/fc3aa68b5f507daac69fb0aa6e7e7748 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/fc3aa68b5f507daac69fb0aa6e7e7748 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6d63ff73c15466ddda052e5f5c0089d3
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/6d63ff73c15466ddda052e5f5c0089d3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-6600V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-6600V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/6615346e6b67f385fcd29f7fc07f521d
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/6615346e6b67f385fcd29f7fc07f521d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/19ef96253423f64dbc64821b22058c55
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/19ef96253423f64dbc64821b22058c55 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2fd24288fc7750e73f73301d30b5e9f8
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/2fd24288fc7750e73f73301d30b5e9f8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3938330e37fa950fd7382904f7d26a48
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/3938330e37fa950fd7382904f7d26a48 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d50f429c394f2fa6af3b6f651e304d2e
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/d50f429c394f2fa6af3b6f651e304d2e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1a05f57c84207440e1c8252e3e4b4e90
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/1a05f57c84207440e1c8252e3e4b4e90 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/1a05f57c84207440e1c8252e3e4b4e90 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/107cefe9851aba9ec662c5f2b6a79ae1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/107cefe9851aba9ec662c5f2b6a79ae1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/107cefe9851aba9ec662c5f2b6a79ae1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/9b65ae32bc00ff2726ed19f36b3184f1
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/9b65ae32bc00ff2726ed19f36b3184f1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/45f8f142fe22cc47f33b71dfb8a8b6a3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/45f8f142fe22cc47f33b71dfb8a8b6a3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/45f8f142fe22cc47f33b71dfb8a8b6a3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c4eab2f115584b5ba9f4de56e7682f83
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/c4eab2f115584b5ba9f4de56e7682f83 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6a746c857ba5810a82743f5a4b2bfee5
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6a746c857ba5810a82743f5a4b2bfee5 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6a746c857ba5810a82743f5a4b2bfee5 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4d5e41c66b6e09905a63be8b2a0a3a90
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/4d5e41c66b6e09905a63be8b2a0a3a90 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/4d5e41c66b6e09905a63be8b2a0a3a90 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b893e72810a131e70ddd4a7f118b8af8
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/b893e72810a131e70ddd4a7f118b8af8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c544d2b1b67e2ea5bb68c150825c541a
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/c544d2b1b67e2ea5bb68c150825c541a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/79b5c24808527c68c49640025e599477
- http://speckle.xyz/streams/bf7685a6aa/objects/d77f0206f793d366dcf43a6875c39716 on http://speckle.xyz/streams/bf7685a6aa/objects/79b5c24808527c68c49640025e599477 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/181a3c94ff1165214d923aa8005b5a56
- http://speckle.xyz/streams/bf7685a6aa/objects/c5380b973ef73d9425d8fd919e1a7538 on http://speckle.xyz/streams/bf7685a6aa/objects/181a3c94ff1165214d923aa8005b5a56 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/976785b4f436e6ebab46d681e91d69fa
- http://speckle.xyz/streams/bf7685a6aa/objects/d65f8c8c63863a9955cad6647fa559f4 on http://speckle.xyz/streams/bf7685a6aa/objects/976785b4f436e6ebab46d681e91d69fa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cb19827e77109e47c73a13f6bb1bc2d2
- http://speckle.xyz/streams/bf7685a6aa/objects/f3ec1e36a99896dc93fec2e9644475bf on http://speckle.xyz/streams/bf7685a6aa/objects/cb19827e77109e47c73a13f6bb1bc2d2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/468cc66805b07c2681eb4185c8dec1e5
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/468cc66805b07c2681eb4185c8dec1e5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/37a2101a60b951eb1cd266ad72f6531e
- http://speckle.xyz/streams/bf7685a6aa/objects/5556cde6660a613e241f1da37e548290 on http://speckle.xyz/streams/bf7685a6aa/objects/37a2101a60b951eb1cd266ad72f6531e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1dccfe5086c5697cee77f9c391cd987c
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/1dccfe5086c5697cee77f9c391cd987c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6491667e75c7eabc1b50afa6991c5ff1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6491667e75c7eabc1b50afa6991c5ff1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6491667e75c7eabc1b50afa6991c5ff1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7baf97abacb3f6a393b50bb4d9bb4cd1
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/7baf97abacb3f6a393b50bb4d9bb4cd1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9c9eea5d73cad3545dc4ffd418c6f1f1
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/9c9eea5d73cad3545dc4ffd418c6f1f1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b191f7ab791a39680eb76473415d7714
- http://speckle.xyz/streams/bf7685a6aa/objects/c8fb46fc939728e45252377481a55e6a on http://speckle.xyz/streams/bf7685a6aa/objects/b191f7ab791a39680eb76473415d7714 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7ae62fc25b0d6d3bbf42b5a073eb4bcb
- http://speckle.xyz/streams/bf7685a6aa/objects/4889cd9870fe6a53e7dd4c43f0048a0a on http://speckle.xyz/streams/bf7685a6aa/objects/7ae62fc25b0d6d3bbf42b5a073eb4bcb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/962b8e98532d0cc259508a702fa4b620
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/962b8e98532d0cc259508a702fa4b620 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8e8685d4cd7c60e2f58bfaefb0a8bb49
- http://speckle.xyz/streams/bf7685a6aa/objects/d5b1769b748423fb98cace29a0366946 on http://speckle.xyz/streams/bf7685a6aa/objects/8e8685d4cd7c60e2f58bfaefb0a8bb49 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2aab2c215ca050f6ddaeaa85466bdadf
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/2aab2c215ca050f6ddaeaa85466bdadf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f3b77f66c2de4613f4710943d7b1f9fe
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/f3b77f66c2de4613f4710943d7b1f9fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/505ffd10fbe2a814570a1c9ba2030879
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/505ffd10fbe2a814570a1c9ba2030879 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/505ffd10fbe2a814570a1c9ba2030879 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/4e5c5d98787905e7ae036102d17be2d4
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/4e5c5d98787905e7ae036102d17be2d4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/abc7fb62bda7f830085c61df76042f5d
- http://speckle.xyz/streams/bf7685a6aa/objects/f73afc48debde36cdd78d51a0b31c30a on http://speckle.xyz/streams/bf7685a6aa/objects/abc7fb62bda7f830085c61df76042f5d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/31a6a915a4ced03b68f0cbe1ee175e76
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/31a6a915a4ced03b68f0cbe1ee175e76 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/81b13cab27ffbdc7cfabee35019a8450
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/81b13cab27ffbdc7cfabee35019a8450 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1eb50078e715059d51835ef8e245dfc5
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/1eb50078e715059d51835ef8e245dfc5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/509391e06f236caf36976ca298854df6
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/509391e06f236caf36976ca298854df6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bd212316f550a666d7e2841d45ba9e28
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/bd212316f550a666d7e2841d45ba9e28 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/bd212316f550a666d7e2841d45ba9e28 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/20f78be2148827c6bbe3bb15f5d1c624
- http://speckle.xyz/streams/bf7685a6aa/objects/bfcc2b802b338cb0cbaefad6542c58d7 on http://speckle.xyz/streams/bf7685a6aa/objects/20f78be2148827c6bbe3bb15f5d1c624 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#DCPositiveVoltage-2.5V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#DCPositiveVoltage-2.5V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/deddc15e3aa89d698f812b2780e86843
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/deddc15e3aa89d698f812b2780e86843 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/deddc15e3aa89d698f812b2780e86843 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/82cf3e05c176c812014f341cf128aeed
- http://speckle.xyz/streams/bf7685a6aa/objects/87f74a2a608ccd6932697eb7aea3ec7c on http://speckle.xyz/streams/bf7685a6aa/objects/82cf3e05c176c812014f341cf128aeed needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/44360ff68e9ebe5e4be39f181534992b
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/44360ff68e9ebe5e4be39f181534992b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d5872f6b90525d257081d88ba645cbea
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/d5872f6b90525d257081d88ba645cbea needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/315fd7cd070f64ec174e3a759a641823
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/315fd7cd070f64ec174e3a759a641823 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/44db527b8bbed0d3cbce9c7d1f64c3fe
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/44db527b8bbed0d3cbce9c7d1f64c3fe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/483a0360e3ff20ab5efb9df658e948e4
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/483a0360e3ff20ab5efb9df658e948e4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-120V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-120V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7348957f4f78242750473099039c44e2
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/7348957f4f78242750473099039c44e2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/22db6504096456abb80220c13a6c6739
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/22db6504096456abb80220c13a6c6739 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/22db6504096456abb80220c13a6c6739 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/721fb293cdf4adfd34b4b9265b62a20c
- http://speckle.xyz/streams/bf7685a6aa/objects/86794e87250ef6ac1ca88b1e608e64b4 on http://speckle.xyz/streams/bf7685a6aa/objects/721fb293cdf4adfd34b4b9265b62a20c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e4cf51b8f99a54621c4e35a6b208b1a5
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/e4cf51b8f99a54621c4e35a6b208b1a5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/09d16bc8230da434d88b776aa0b80c18
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/09d16bc8230da434d88b776aa0b80c18 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/09d16bc8230da434d88b776aa0b80c18 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/55de26aed6a65d7f470d80169412bacb
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/55de26aed6a65d7f470d80169412bacb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f39b29c71d353b97df73a07d417da1dc
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/f39b29c71d353b97df73a07d417da1dc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/640b1273034bdf54c62135bf3380e05d
- http://speckle.xyz/streams/bf7685a6aa/objects/a5893cbf3605b39a09225a1ca64b0b2e on http://speckle.xyz/streams/bf7685a6aa/objects/640b1273034bdf54c62135bf3380e05d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ebda18ceaae8614dd319d04ead76358b
- http://speckle.xyz/streams/bf7685a6aa/objects/aa3aa38ee5b10e40c9ede870225fd503 on http://speckle.xyz/streams/bf7685a6aa/objects/ebda18ceaae8614dd319d04ead76358b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2f14fe288c60fa10841a66707b730ff4
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/2f14fe288c60fa10841a66707b730ff4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dc6997ebf256f7f926eb95242a4c5df8
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/dc6997ebf256f7f926eb95242a4c5df8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b3669fbea91536c95606f4870813d289
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/b3669fbea91536c95606f4870813d289 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b6aa6ed0daa8efbc8c18be71b384a8a7
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/b6aa6ed0daa8efbc8c18be71b384a8a7 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/b6aa6ed0daa8efbc8c18be71b384a8a7 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/e91e57fce0d50a6893f21b762343385e
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/e91e57fce0d50a6893f21b762343385e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#Voltage-2V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#Voltage-2V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/47a2676589d57100de3d9e026db16ed6
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/47a2676589d57100de3d9e026db16ed6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8636ace1eeb3b065bb118d67a92e30fa
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8636ace1eeb3b065bb118d67a92e30fa needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8636ace1eeb3b065bb118d67a92e30fa needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/934acf98b5f95816d8e502c76a9ef259
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/934acf98b5f95816d8e502c76a9ef259 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/686bfb32ba560e4e57023540b8e8166c
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/686bfb32ba560e4e57023540b8e8166c needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/686bfb32ba560e4e57023540b8e8166c needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/cbd467d1fd2f17145f04e8cb826212ca
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/cbd467d1fd2f17145f04e8cb826212ca needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b2bd3f308c01a9bb806252f1b4671231
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/b2bd3f308c01a9bb806252f1b4671231 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d7c20501155359af271866d277ccb41f
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/d7c20501155359af271866d277ccb41f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5f488a70b4b94ebb3f4e1571d6693c50
- http://speckle.xyz/streams/bf7685a6aa/objects/475d9640e0e1761de64f8d863e5d5a79 on http://speckle.xyz/streams/bf7685a6aa/objects/5f488a70b4b94ebb3f4e1571d6693c50 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/af69e64ed42240e1c542ea0836d700ad
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/af69e64ed42240e1c542ea0836d700ad needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/45a805f07983ea4aeb641f75ce125f37
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/45a805f07983ea4aeb641f75ce125f37 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3c96cb9f11437774fa1ae1dc0900986d
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/3c96cb9f11437774fa1ae1dc0900986d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f6206a8dacb7596105bc2ef73b6b2eac
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/f6206a8dacb7596105bc2ef73b6b2eac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b610c78383402014a921a4db7c0ef617
- http://speckle.xyz/streams/bf7685a6aa/objects/ca6cec87b2cfc139e5610127872951ea on http://speckle.xyz/streams/bf7685a6aa/objects/b610c78383402014a921a4db7c0ef617 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/709ace815d5c44633a3a98f906336579
- http://speckle.xyz/streams/bf7685a6aa/objects/a90357aede518899ef1628d9ac8c23f7 on http://speckle.xyz/streams/bf7685a6aa/objects/709ace815d5c44633a3a98f906336579 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eafceaa124365f1bf5b2e6561f99cdd6
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/eafceaa124365f1bf5b2e6561f99cdd6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-240V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-240V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://data.ashrae.org/standard223#LineNeutralVoltage-3810V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-3810V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/75156f213aec644856f858a85b74c5b8
- http://speckle.xyz/streams/bf7685a6aa/objects/089b7b828f28a846fcbcbd103c8492e5 on http://speckle.xyz/streams/bf7685a6aa/objects/75156f213aec644856f858a85b74c5b8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bc024bb3c483837f3863fa0aee319bfc
- http://speckle.xyz/streams/bf7685a6aa/objects/4e0cc1fec29ebf21cd3b0b42531f704e on http://speckle.xyz/streams/bf7685a6aa/objects/bc024bb3c483837f3863fa0aee319bfc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/82d32978a2223c4b4f6408577ce44132
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/82d32978a2223c4b4f6408577ce44132 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9e4cd7f1ae927f24dcf172e78dfe506f
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/9e4cd7f1ae927f24dcf172e78dfe506f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/75d1e288cd516a8e240dd6396d4ed1e3
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/75d1e288cd516a8e240dd6396d4ed1e3 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/75d1e288cd516a8e240dd6396d4ed1e3 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c63f56dd6f85e05e865507b7f4339cb5
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/c63f56dd6f85e05e865507b7f4339cb5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b81374e418d076e72c3e8a117a2f65d9
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/b81374e418d076e72c3e8a117a2f65d9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d9c0989a48d8970ea4a6a27f1b801460
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d9c0989a48d8970ea4a6a27f1b801460 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d9c0989a48d8970ea4a6a27f1b801460 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/76ee8b0bfa6871879926f5c7d0533238
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/76ee8b0bfa6871879926f5c7d0533238 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d3e3171363a390fc4266015f7fbe153e
- http://speckle.xyz/streams/bf7685a6aa/objects/66a3014cb513eb02828ffb12c7f7ef5b on http://speckle.xyz/streams/bf7685a6aa/objects/d3e3171363a390fc4266015f7fbe153e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7024805499786559a7edf47e7b0f418c
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/7024805499786559a7edf47e7b0f418c needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/7024805499786559a7edf47e7b0f418c needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/4ae3c623732a3eb6d55f8a7ce24d7b5b
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/4ae3c623732a3eb6d55f8a7ce24d7b5b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/aff18b9a6e1dec8c69d7a405d0292c9e
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/aff18b9a6e1dec8c69d7a405d0292c9e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d3e0ec26181b863d74aac405f06e8435
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/d3e0ec26181b863d74aac405f06e8435 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/adf71128da6fba86ac7133c8a0e51304
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/adf71128da6fba86ac7133c8a0e51304 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/adf71128da6fba86ac7133c8a0e51304 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/50cf70fd6d73e8cb9f70d0bbe52635a8
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/50cf70fd6d73e8cb9f70d0bbe52635a8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1ed5a233e957ac62d4b13d3f521e6276
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/1ed5a233e957ac62d4b13d3f521e6276 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/53d6234128aab14384b4a5a99a0f7433
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/53d6234128aab14384b4a5a99a0f7433 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/962bd5e87685376c69a04c3853bf7e76
- http://speckle.xyz/streams/bf7685a6aa/objects/d1d7be0d0eb1a25441be555456d8728d on http://speckle.xyz/streams/bf7685a6aa/objects/962bd5e87685376c69a04c3853bf7e76 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0457df03eaeaf68d3249994634a6c208
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/0457df03eaeaf68d3249994634a6c208 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/af23706b5fe867981278c95d7d437ef2
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/af23706b5fe867981278c95d7d437ef2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/870e1936958efe2fd681365af1e51f4d
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/870e1936958efe2fd681365af1e51f4d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c2b8c1420e011e1d6754127d8413570d
- http://speckle.xyz/streams/bf7685a6aa/objects/c1e7bac9cc9cff56ce6fff37c81afd27 on http://speckle.xyz/streams/bf7685a6aa/objects/c2b8c1420e011e1d6754127d8413570d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e4c83ad3e38f1736668b0f59531eeada
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/e4c83ad3e38f1736668b0f59531eeada needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/73068654800b0db726e10cceb995a736
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/73068654800b0db726e10cceb995a736 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/73068654800b0db726e10cceb995a736 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b68c6894ade696d5124979b6e0d825f0
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/b68c6894ade696d5124979b6e0d825f0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d06b1cfcdceebfc69bab72d55594677e
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/d06b1cfcdceebfc69bab72d55594677e needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/d06b1cfcdceebfc69bab72d55594677e needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/6623b45a1fad3e874c337994b8d31dde
- http://speckle.xyz/streams/bf7685a6aa/objects/bb735c1fd5e7bce4e542eb2535083e45 on http://speckle.xyz/streams/bf7685a6aa/objects/6623b45a1fad3e874c337994b8d31dde needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/50e529f5db11ecdb5f89a9d114b3d782
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/50e529f5db11ecdb5f89a9d114b3d782 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/50e529f5db11ecdb5f89a9d114b3d782 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a329bca01267140e04e62bd8b2494236
- http://speckle.xyz/streams/bf7685a6aa/objects/659672eeff56fe3536315764b764a663 on http://speckle.xyz/streams/bf7685a6aa/objects/a329bca01267140e04e62bd8b2494236 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ed0634dd6c97fbdbdb445f19e4f41929
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/ed0634dd6c97fbdbdb445f19e4f41929 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4f1e169e9a80f247b21e712e60c4bcab
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/4f1e169e9a80f247b21e712e60c4bcab needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8a127c93d877d217c7fa40756ddb1eb7
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/8a127c93d877d217c7fa40756ddb1eb7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7e18e5bbe54c6690ad6de514fce1322f
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/7e18e5bbe54c6690ad6de514fce1322f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4c1729ab1cf768b289e0208a9ca88a69
- http://qudt.org/vocab/unit/W on http://speckle.xyz/streams/bf7685a6aa/objects/4c1729ab1cf768b289e0208a9ca88a69 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/RadiantFlux on http://speckle.xyz/streams/bf7685a6aa/objects/4c1729ab1cf768b289e0208a9ca88a69 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/07861245b142cb10af3604425057794a
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/07861245b142cb10af3604425057794a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eebe3e5e679acd324f912a800ef6943c
- http://speckle.xyz/streams/bf7685a6aa/objects/673296ef20285eecee055d8eeed2acd0 on http://speckle.xyz/streams/bf7685a6aa/objects/eebe3e5e679acd324f912a800ef6943c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/11cb44ed3e10f3a01701c5ad53302c0d
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/11cb44ed3e10f3a01701c5ad53302c0d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ab14accbf48d3f94892c3b53c8ce1fdb
- http://speckle.xyz/streams/bf7685a6aa/objects/9bbb96d450ec2617aa02cc6f1b800bba on http://speckle.xyz/streams/bf7685a6aa/objects/ab14accbf48d3f94892c3b53c8ce1fdb needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/da0316d2ef7ccd09ccd58cca121510d7
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/da0316d2ef7ccd09ccd58cca121510d7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0631fe55f8dbffaa4f6f9d7aaf4fe7b2
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/0631fe55f8dbffaa4f6f9d7aaf4fe7b2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/38d9e8f9a340a7a5b5e95b23d4fe4d31
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/38d9e8f9a340a7a5b5e95b23d4fe4d31 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/38d9e8f9a340a7a5b5e95b23d4fe4d31 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/9c683eef0daeeefb2c2b953d6fb7bcb7
- http://speckle.xyz/streams/bf7685a6aa/objects/c8d74312f7bce1c9b6478e66d4f19320 on http://speckle.xyz/streams/bf7685a6aa/objects/9c683eef0daeeefb2c2b953d6fb7bcb7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/100bb27a8f5a8cb80b98042540200494
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/100bb27a8f5a8cb80b98042540200494 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/33c61e3d341ea575bb4c8d21c8701170
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/33c61e3d341ea575bb4c8d21c8701170 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/33c61e3d341ea575bb4c8d21c8701170 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/de05693277ff99aaca3a092c61f92d64
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/de05693277ff99aaca3a092c61f92d64 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d0f12ce9e5554ac58cd1d2744189ee4c
- http://speckle.xyz/streams/bf7685a6aa/objects/96b50d6b8d4e936c2c04a6876aa61c37 on http://speckle.xyz/streams/bf7685a6aa/objects/d0f12ce9e5554ac58cd1d2744189ee4c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c2f53dd9a0d26979869d42ba93501ebe
- http://speckle.xyz/streams/bf7685a6aa/objects/d10364e92e51783f043254a82d39aa37 on http://speckle.xyz/streams/bf7685a6aa/objects/c2f53dd9a0d26979869d42ba93501ebe needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b84667799c23ae163a0de3b59b645033
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/b84667799c23ae163a0de3b59b645033 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6320c4d75c2b94f99adc4f0a0491ef14
- http://speckle.xyz/streams/bf7685a6aa/objects/7027106b86bbf1624aeecea353bf4412 on http://speckle.xyz/streams/bf7685a6aa/objects/6320c4d75c2b94f99adc4f0a0491ef14 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5d16e265f4fcb5ea83c97c4bf07446f0
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/5d16e265f4fcb5ea83c97c4bf07446f0 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/5d16e265f4fcb5ea83c97c4bf07446f0 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/6193f441ad439b594709f0ecbb82ddc7
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6193f441ad439b594709f0ecbb82ddc7 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6193f441ad439b594709f0ecbb82ddc7 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/798fbf9a185831a6829961a6a62c04aa
- http://speckle.xyz/streams/bf7685a6aa/objects/38b821c823fa96dd85042fa050adfcd0 on http://speckle.xyz/streams/bf7685a6aa/objects/798fbf9a185831a6829961a6a62c04aa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1a96dcd9eb0f4297381fd209943ea50f
- http://speckle.xyz/streams/bf7685a6aa/objects/098d381126c26c79190f714830a34e51 on http://speckle.xyz/streams/bf7685a6aa/objects/1a96dcd9eb0f4297381fd209943ea50f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3b5a4719df94039971bd06d8c3d45346
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/3b5a4719df94039971bd06d8c3d45346 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/204fc9d8880398eeddac840f36ebf9e3
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/204fc9d8880398eeddac840f36ebf9e3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f0686ea0cebb2549ab1b8ddd0698b35e
- http://speckle.xyz/streams/bf7685a6aa/objects/475d9640e0e1761de64f8d863e5d5a79 on http://speckle.xyz/streams/bf7685a6aa/objects/f0686ea0cebb2549ab1b8ddd0698b35e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f65a5c171ee24207465d48a3949aa94d
- http://speckle.xyz/streams/bf7685a6aa/objects/436cbdf042b2430d478faaa32f8345b5 on http://speckle.xyz/streams/bf7685a6aa/objects/f65a5c171ee24207465d48a3949aa94d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6ba1f001fe0a67128ab46738b874b597
- http://speckle.xyz/streams/bf7685a6aa/objects/6522948c17f68892a20ab290338e3478 on http://speckle.xyz/streams/bf7685a6aa/objects/6ba1f001fe0a67128ab46738b874b597 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8aa431cae1987ef83331592de7578f33
- http://speckle.xyz/streams/bf7685a6aa/objects/874a3138d2a825dffee742833b559af8 on http://speckle.xyz/streams/bf7685a6aa/objects/8aa431cae1987ef83331592de7578f33 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/540c398e3781aee625da7e5ce49ff55a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/540c398e3781aee625da7e5ce49ff55a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/540c398e3781aee625da7e5ce49ff55a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/f4b033e60c2229da5e70db89615edb9a
- http://speckle.xyz/streams/bf7685a6aa/objects/66a3014cb513eb02828ffb12c7f7ef5b on http://speckle.xyz/streams/bf7685a6aa/objects/f4b033e60c2229da5e70db89615edb9a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/13866300ce4c9bebe2b2cd227a13d74d
- http://speckle.xyz/streams/bf7685a6aa/objects/598a0c5bed585c4e7fdfeb688cc62eb2 on http://speckle.xyz/streams/bf7685a6aa/objects/13866300ce4c9bebe2b2cd227a13d74d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6290cf78cc3b09abd4345496913d9a4
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/c6290cf78cc3b09abd4345496913d9a4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3f2266917b1ce24305339071d228bab3
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/3f2266917b1ce24305339071d228bab3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9e7b594ca872f5e4abb7069a5e2b071f
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/9e7b594ca872f5e4abb7069a5e2b071f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/901562ec519a8c0c50a409fa020c8b91
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/901562ec519a8c0c50a409fa020c8b91 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a8c5c19899ebd662e84668b9128c35e1
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a8c5c19899ebd662e84668b9128c35e1 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a8c5c19899ebd662e84668b9128c35e1 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/c47dc00535d0021e6944aa522d228a30
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/c47dc00535d0021e6944aa522d228a30 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/c47dc00535d0021e6944aa522d228a30 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/34a816c4e45c4307fc7d206f6ca555d6
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/34a816c4e45c4307fc7d206f6ca555d6 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a4a049ddf0ec021a05c4862415539b13
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/a4a049ddf0ec021a05c4862415539b13 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eae15c25c62f9cad66416d7109fbc793
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eae15c25c62f9cad66416d7109fbc793 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eae15c25c62f9cad66416d7109fbc793 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3a46a496575759869e644f5f8879bf41
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3a46a496575759869e644f5f8879bf41 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3a46a496575759869e644f5f8879bf41 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0756e53cf10a886775c14e95f87d39fc
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/0756e53cf10a886775c14e95f87d39fc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f7822a64ea5e0453b390fbd68dcf46b2
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/f7822a64ea5e0453b390fbd68dcf46b2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b2032
- http://qudt.org/vocab/unit/PERCENT on nab481a0635d246d8ae7ff248c97664e6b2032 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/VolumeFraction on nab481a0635d246d8ae7ff248c97664e6b2032 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/e5fbb5a9fdc4ebea5f0f2e1d05e89a4a
- http://speckle.xyz/streams/bf7685a6aa/objects/d912bfa2c63c5be2c0557c9a5ac0045b on http://speckle.xyz/streams/bf7685a6aa/objects/e5fbb5a9fdc4ebea5f0f2e1d05e89a4a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1f920d5d911ff00e00b38fc99837c1b0
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/1f920d5d911ff00e00b38fc99837c1b0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineLineVoltage-415V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineLineVoltage-415V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/90596bd778dc28c2c215befcf987b3a4
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/90596bd778dc28c2c215befcf987b3a4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/14aeb70e509deb3decef2a61bbf5d7e5
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/14aeb70e509deb3decef2a61bbf5d7e5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f2e3d17100471b28ce7ba44fc266fbd2
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/f2e3d17100471b28ce7ba44fc266fbd2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/146aa1b81cfda8b09d46977cc888a412
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/146aa1b81cfda8b09d46977cc888a412 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/146aa1b81cfda8b09d46977cc888a412 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/acaeac846b1b7639d214b234126ff281
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/acaeac846b1b7639d214b234126ff281 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b774bf5c9c8c398c5af5f6dbfc26c0d0
- http://speckle.xyz/streams/bf7685a6aa/objects/671f0fd33000e3c39075ec98e1126a0a on http://speckle.xyz/streams/bf7685a6aa/objects/b774bf5c9c8c398c5af5f6dbfc26c0d0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6b455b9fce5cebb8a970640f6921273f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6b455b9fce5cebb8a970640f6921273f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6b455b9fce5cebb8a970640f6921273f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/a4ca2067cac62124feb060d6d35db067
- http://speckle.xyz/streams/bf7685a6aa/objects/9146000a517bc8f7060b1fe8d939338d on http://speckle.xyz/streams/bf7685a6aa/objects/a4ca2067cac62124feb060d6d35db067 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7f347e86b0023b6ec33b9b22312a251b
- http://speckle.xyz/streams/bf7685a6aa/objects/1aa18520ad959a6b477ce9a6cd61c432 on http://speckle.xyz/streams/bf7685a6aa/objects/7f347e86b0023b6ec33b9b22312a251b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/733391874c939f402a628dcc7d2964ad
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/733391874c939f402a628dcc7d2964ad needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eed2f78f7c3ca1093b20507cbcb72dd6
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/eed2f78f7c3ca1093b20507cbcb72dd6 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/eed2f78f7c3ca1093b20507cbcb72dd6 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ee251dfa82d6a64f98c43b5e726ee4a9
- http://speckle.xyz/streams/bf7685a6aa/objects/bd4c1bbaf855ba85dd10beedc3c5f7f4 on http://speckle.xyz/streams/bf7685a6aa/objects/ee251dfa82d6a64f98c43b5e726ee4a9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a06198919dea5069599efee99f0031fd
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/a06198919dea5069599efee99f0031fd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c1785c860b1a8bf0bd350ae766b70787
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/c1785c860b1a8bf0bd350ae766b70787 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://data.ashrae.org/standard223#LineNeutralVoltage-277V
- http://qudt.org/vocab/quantitykind/Voltage on http://data.ashrae.org/standard223#LineNeutralVoltage-277V needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/ba117f180ee2cfc34f6504d814e91ca8
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/ba117f180ee2cfc34f6504d814e91ca8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ca2fe2d6c051423723fd88edd74b4c76
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/ca2fe2d6c051423723fd88edd74b4c76 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/895c6725ed3cc37d70afc4bb71fe2583
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/895c6725ed3cc37d70afc4bb71fe2583 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/195e4b239f77111aacd6f176a6dbb632
- http://speckle.xyz/streams/bf7685a6aa/objects/e2c2fcb66699bae88ba79c422b644168 on http://speckle.xyz/streams/bf7685a6aa/objects/195e4b239f77111aacd6f176a6dbb632 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9e80e3c08b35b61f6fe45b56a2fdcbbc
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/9e80e3c08b35b61f6fe45b56a2fdcbbc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0d3a1e37013d8caa3457ccb0678a83e3
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/0d3a1e37013d8caa3457ccb0678a83e3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e1657ab19a3a20efcda89947e2f01d98
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/e1657ab19a3a20efcda89947e2f01d98 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/40797224d8f8e1f397e096377fed31bd
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/40797224d8f8e1f397e096377fed31bd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dd24c3debc5eb301d9d2ad792fccdfb3
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dd24c3debc5eb301d9d2ad792fccdfb3 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dd24c3debc5eb301d9d2ad792fccdfb3 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/a659967afc6666beb1cbe55817a8446a
- http://speckle.xyz/streams/bf7685a6aa/objects/11e2de971443671ebd78fe480e1cd147 on http://speckle.xyz/streams/bf7685a6aa/objects/a659967afc6666beb1cbe55817a8446a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/be41dc3c816f5f0efe4cacb4c19182d7
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/be41dc3c816f5f0efe4cacb4c19182d7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/15279bd22b4e453b9c4be53a7b25a640
- http://speckle.xyz/streams/bf7685a6aa/objects/afd2940fe9aa7135187ec2abaaef0157 on http://speckle.xyz/streams/bf7685a6aa/objects/15279bd22b4e453b9c4be53a7b25a640 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0ca1a5ed622dca57f5e99fa6ff77d472
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/0ca1a5ed622dca57f5e99fa6ff77d472 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a7481caeb635f9cc5ed9104e140e4e0d
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/a7481caeb635f9cc5ed9104e140e4e0d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/874c4b9c64bd55e1249eb24f186be1f7
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/874c4b9c64bd55e1249eb24f186be1f7 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/874c4b9c64bd55e1249eb24f186be1f7 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/3283f7cd4262899aba082caeb8fe7e57
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/3283f7cd4262899aba082caeb8fe7e57 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/3283f7cd4262899aba082caeb8fe7e57 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/0402eb73eb48b0ccb23d14a1cc9d378b
- http://speckle.xyz/streams/bf7685a6aa/objects/62014ffc2035e78fa2838efe58021617 on http://speckle.xyz/streams/bf7685a6aa/objects/0402eb73eb48b0ccb23d14a1cc9d378b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8e9b706ba9671e0a854b430ff14726ee
- http://speckle.xyz/streams/bf7685a6aa/objects/9909d4e8918567000c9be885ac99b3cd on http://speckle.xyz/streams/bf7685a6aa/objects/8e9b706ba9671e0a854b430ff14726ee needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7cb45cdf0272553b5c4f09ce74d6cd95
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/7cb45cdf0272553b5c4f09ce74d6cd95 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6787c0e89957a3bc173980becabb3c0
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/c6787c0e89957a3bc173980becabb3c0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8e2576e1bd8fd95121147cbc93f41d21
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/8e2576e1bd8fd95121147cbc93f41d21 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/555a5e0ffcee53069ef2847c779cf2bc
- http://speckle.xyz/streams/bf7685a6aa/objects/88e5f0e92bf4bbc79c68bfdbe2675e55 on http://speckle.xyz/streams/bf7685a6aa/objects/555a5e0ffcee53069ef2847c779cf2bc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2378d88efdb174052c9b1fe558526c22
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/2378d88efdb174052c9b1fe558526c22 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8efc47aefb9f040c52183cf9a122195a
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/8efc47aefb9f040c52183cf9a122195a needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/8efc47aefb9f040c52183cf9a122195a needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/32ac382e477416ccf1699fe74ac70686
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/32ac382e477416ccf1699fe74ac70686 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/12a07396c2708012927e6cd07239147e
- http://speckle.xyz/streams/bf7685a6aa/objects/86794e87250ef6ac1ca88b1e608e64b4 on http://speckle.xyz/streams/bf7685a6aa/objects/12a07396c2708012927e6cd07239147e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/eb09fb2ebcbc6032d34727609fd40ba2
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/eb09fb2ebcbc6032d34727609fd40ba2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bc534e510b540c9c318887f7e0028875
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/bc534e510b540c9c318887f7e0028875 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/8d6b6233611ec055a9b99cc9d8c7f290
- http://speckle.xyz/streams/bf7685a6aa/objects/e9d3c9ff9450f7b762dcae8badb9365d on http://speckle.xyz/streams/bf7685a6aa/objects/8d6b6233611ec055a9b99cc9d8c7f290 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e8b4f5115b176049fc10dc2859cb214a
- http://speckle.xyz/streams/bf7685a6aa/objects/688eea56b7b78e0f7c7b90dced966926 on http://speckle.xyz/streams/bf7685a6aa/objects/e8b4f5115b176049fc10dc2859cb214a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cc3412d382897645c3329c2730b7ddce
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/cc3412d382897645c3329c2730b7ddce needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/21d83256c010507d9b15d12e08656475
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/21d83256c010507d9b15d12e08656475 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/21d83256c010507d9b15d12e08656475 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/76f7dc8b5b815e262f161c2e8dadc33a
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/76f7dc8b5b815e262f161c2e8dadc33a needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/76f7dc8b5b815e262f161c2e8dadc33a needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/6ab7a77ac88b65a5163b39650e423754
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/6ab7a77ac88b65a5163b39650e423754 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/6ab7a77ac88b65a5163b39650e423754 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/17433b8c8bdbcfaf07c83dd62a4b66aa
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/17433b8c8bdbcfaf07c83dd62a4b66aa needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2065296d9a6ea135790b87ed4481c58a
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/2065296d9a6ea135790b87ed4481c58a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b17c3c7c1b412efe8750c3686fb64732
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/b17c3c7c1b412efe8750c3686fb64732 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/02c90f3aed5767a9c3da7d60618ac7a2
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/02c90f3aed5767a9c3da7d60618ac7a2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3792f0aee71f9566eb146db36e37311c
- http://speckle.xyz/streams/bf7685a6aa/objects/5aa8dbce5ed730aeaaab18a2c23b2dae on http://speckle.xyz/streams/bf7685a6aa/objects/3792f0aee71f9566eb146db36e37311c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4d1af41845573e1607ba793244a45616
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/4d1af41845573e1607ba793244a45616 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5fb3dabd0a0d85dbb25ef61751d48be9
- http://speckle.xyz/streams/bf7685a6aa/objects/489334ec2ac2a1a03ce346106f6040dd on http://speckle.xyz/streams/bf7685a6aa/objects/5fb3dabd0a0d85dbb25ef61751d48be9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/35f85525d4451f6633dcc6fed6b550e9
- http://speckle.xyz/streams/bf7685a6aa/objects/decfcfb9b61288ea8bb8b586936e4e71 on http://speckle.xyz/streams/bf7685a6aa/objects/35f85525d4451f6633dcc6fed6b550e9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/00a44420676cc1751ab0a7c868911b45
- http://speckle.xyz/streams/bf7685a6aa/objects/666041a31abcd611d10724fa62536d0b on http://speckle.xyz/streams/bf7685a6aa/objects/00a44420676cc1751ab0a7c868911b45 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c4e9e071031590fabf9501115f1c1c2c
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/c4e9e071031590fabf9501115f1c1c2c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6933f25c3f9821c083f20587cbde3667
- http://speckle.xyz/streams/bf7685a6aa/objects/6e02e6432b5c2bd4b3c9f66e71ca8f1a on http://speckle.xyz/streams/bf7685a6aa/objects/6933f25c3f9821c083f20587cbde3667 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ddefab1afa168248a69b1d33ee1fdf5c
- http://speckle.xyz/streams/bf7685a6aa/objects/1a82242a9320f719b8162c37bd9c580e on http://speckle.xyz/streams/bf7685a6aa/objects/ddefab1afa168248a69b1d33ee1fdf5c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/88071ddcaf2bd6185f7051ac0adffd0d
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/88071ddcaf2bd6185f7051ac0adffd0d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d1d5ff5350ec325b4b25a944a394ad17
- http://speckle.xyz/streams/bf7685a6aa/objects/5c9925a4674bb4a61b33bb0452c6deaf on http://speckle.xyz/streams/bf7685a6aa/objects/d1d5ff5350ec325b4b25a944a394ad17 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d57494bf0a02fde2a6642c2d5935043c
- http://speckle.xyz/streams/bf7685a6aa/objects/42b77602b43873e4fbc17acb6b3b7f34 on http://speckle.xyz/streams/bf7685a6aa/objects/d57494bf0a02fde2a6642c2d5935043c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4a1d3548199fab529985e2252ba6f936
- http://speckle.xyz/streams/bf7685a6aa/objects/c11557e21bacf2f498a7839086c087a0 on http://speckle.xyz/streams/bf7685a6aa/objects/4a1d3548199fab529985e2252ba6f936 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/65bb1836a2a6d3f478dece207a1fadd2
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/65bb1836a2a6d3f478dece207a1fadd2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fa7a385aae8198c202117dbc7112ed36
- http://speckle.xyz/streams/bf7685a6aa/objects/12a37af4b50e5c925cc2fe8c5cfd161a on http://speckle.xyz/streams/bf7685a6aa/objects/fa7a385aae8198c202117dbc7112ed36 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a7b5ea559a2e8a86cd4ccec5ae2fc79b
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/a7b5ea559a2e8a86cd4ccec5ae2fc79b needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/a7b5ea559a2e8a86cd4ccec5ae2fc79b needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/2f45b0f6378fa43d6685bcdb93cc7b04
- http://speckle.xyz/streams/bf7685a6aa/objects/e13dd4b578872dbd32e09626f5d25240 on http://speckle.xyz/streams/bf7685a6aa/objects/2f45b0f6378fa43d6685bcdb93cc7b04 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/23659209a5f1c6d9d581d41620464ede
- http://speckle.xyz/streams/bf7685a6aa/objects/de6a9e0a58ee766f3a43d50370ea19de on http://speckle.xyz/streams/bf7685a6aa/objects/23659209a5f1c6d9d581d41620464ede needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f9dca3d3f4d3a6669a9531ad640e6e1c
- http://speckle.xyz/streams/bf7685a6aa/objects/74116e0c46d445a4c9ac39c7f1b75206 on http://speckle.xyz/streams/bf7685a6aa/objects/f9dca3d3f4d3a6669a9531ad640e6e1c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
nab481a0635d246d8ae7ff248c97664e6b30
- http://qudt.org/vocab/quantitykind/Temperature on nab481a0635d246d8ae7ff248c97664e6b30 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/7c94044df8c58adc0ef44e7adb92a486
- http://speckle.xyz/streams/bf7685a6aa/objects/d48d37e3edb4c6def09923403014eb03 on http://speckle.xyz/streams/bf7685a6aa/objects/7c94044df8c58adc0ef44e7adb92a486 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/19c3a18a22daec1f6a92dceda6ea9b65
- http://speckle.xyz/streams/bf7685a6aa/objects/f9f9f58777812d5fea59aef9b267ba4e on http://speckle.xyz/streams/bf7685a6aa/objects/19c3a18a22daec1f6a92dceda6ea9b65 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2b04213bf756a2c9b3595f9671edf666
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/2b04213bf756a2c9b3595f9671edf666 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/76ab0b7e70f212484f459ef410e26926
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/76ab0b7e70f212484f459ef410e26926 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e79fa9b5beca777bec86c93e87382c08
- http://speckle.xyz/streams/bf7685a6aa/objects/af1446d067d1a6d619cec36730b3234c on http://speckle.xyz/streams/bf7685a6aa/objects/e79fa9b5beca777bec86c93e87382c08 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/626a5807f49c8cb3c1a393eeeade71e4
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/626a5807f49c8cb3c1a393eeeade71e4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/530cfb9a2f48050d60abc0f6822432e0
- http://speckle.xyz/streams/bf7685a6aa/objects/e9490e3512dab7db58f40a947313427f on http://speckle.xyz/streams/bf7685a6aa/objects/530cfb9a2f48050d60abc0f6822432e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6cf0356b8b9eef9173d317b5d80721fc
- http://speckle.xyz/streams/bf7685a6aa/objects/e192c1307d2ac8dcde3ff49ce414db81 on http://speckle.xyz/streams/bf7685a6aa/objects/6cf0356b8b9eef9173d317b5d80721fc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/044c98d6f6187525ab26f18e6a3a08ca
- http://speckle.xyz/streams/bf7685a6aa/objects/9235406fdde87cb2ee62f34297961438 on http://speckle.xyz/streams/bf7685a6aa/objects/044c98d6f6187525ab26f18e6a3a08ca needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/de0f7811e28c6620b75d27925b8b19b8
- http://speckle.xyz/streams/bf7685a6aa/objects/8e754b8c808cf1a1e48137195659f8c8 on http://speckle.xyz/streams/bf7685a6aa/objects/de0f7811e28c6620b75d27925b8b19b8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c6fd697a93577fc96cea5f1a0ac23cd0
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/c6fd697a93577fc96cea5f1a0ac23cd0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c8594ec8ff1895ac8163e35956f4676a
- http://speckle.xyz/streams/bf7685a6aa/objects/38de361c40151688ec4354659cc9e855 on http://speckle.xyz/streams/bf7685a6aa/objects/c8594ec8ff1895ac8163e35956f4676a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b89b81db4f45343471dd1eb8566c9138
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/b89b81db4f45343471dd1eb8566c9138 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2cca1d0dbc3b064f85ff2c0b1977b40c
- http://speckle.xyz/streams/bf7685a6aa/objects/b1704240e49d5b4aa831d684c64ab3e7 on http://speckle.xyz/streams/bf7685a6aa/objects/2cca1d0dbc3b064f85ff2c0b1977b40c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0b658bce671c1cc7335646975831fdfa
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/0b658bce671c1cc7335646975831fdfa needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/0b658bce671c1cc7335646975831fdfa needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/dae1d554035b384d9268f8e1521adb94
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/dae1d554035b384d9268f8e1521adb94 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/dae1d554035b384d9268f8e1521adb94 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/45007364e053d6558ad28c784ca73516
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/45007364e053d6558ad28c784ca73516 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9eaaf31cf9923c900506c4026e213703
- http://speckle.xyz/streams/bf7685a6aa/objects/17592c23e3930128143ddd679cd6a0d0 on http://speckle.xyz/streams/bf7685a6aa/objects/9eaaf31cf9923c900506c4026e213703 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0c055bf16647f711f1a4d07a50ce0a52
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/0c055bf16647f711f1a4d07a50ce0a52 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e664450427f4ae249d252534f2d496ab
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/e664450427f4ae249d252534f2d496ab needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9f4a71c0c8ab08ea12c073bcf6f0759c
- http://speckle.xyz/streams/bf7685a6aa/objects/e8e61103cdf42e0fd7b5f6b6301376d0 on http://speckle.xyz/streams/bf7685a6aa/objects/9f4a71c0c8ab08ea12c073bcf6f0759c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b3cdfa23ef6978a4a3023808342ffc0c
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/b3cdfa23ef6978a4a3023808342ffc0c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/49e2d3c7191696a4c424b73544128237
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/49e2d3c7191696a4c424b73544128237 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/acda8e39598cf766f449b47eb81c6baf
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/acda8e39598cf766f449b47eb81c6baf needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/95e94a896a1c580131f07b732d561ed2
- http://speckle.xyz/streams/bf7685a6aa/objects/ea1260ec254fcbc4b0630875ec6ed737 on http://speckle.xyz/streams/bf7685a6aa/objects/95e94a896a1c580131f07b732d561ed2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1ace0254a9c2425892d434cf85631160
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/1ace0254a9c2425892d434cf85631160 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bcc9c992a27e73c06afe7baa2550ffdc
- http://speckle.xyz/streams/bf7685a6aa/objects/9a31f4bc3b0b7b0d9e646386a04f1dd7 on http://speckle.xyz/streams/bf7685a6aa/objects/bcc9c992a27e73c06afe7baa2550ffdc needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f09fc0c262da9d6c5e7556e8c05a5dc1
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/f09fc0c262da9d6c5e7556e8c05a5dc1 needs to be a http://qudt.org/schema/qudt/Unit
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/f09fc0c262da9d6c5e7556e8c05a5dc1 needs to be a http://qudt.org/schema/qudt/QuantityKind
http://speckle.xyz/streams/bf7685a6aa/objects/e321fb4460aa2ebb3f445caff1a2c664
- http://speckle.xyz/streams/bf7685a6aa/objects/f3ec1e36a99896dc93fec2e9644475bf on http://speckle.xyz/streams/bf7685a6aa/objects/e321fb4460aa2ebb3f445caff1a2c664 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a54a2e6920df9cd381b8d53995127708
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/a54a2e6920df9cd381b8d53995127708 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0718dabf8f6afe65ec69e171f95233ac
- http://speckle.xyz/streams/bf7685a6aa/objects/ce1738a180c1ee8473a14a728d2fec4b on http://speckle.xyz/streams/bf7685a6aa/objects/0718dabf8f6afe65ec69e171f95233ac needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/952ee1136309b5ddd9bb5f6ade240b39
- http://speckle.xyz/streams/bf7685a6aa/objects/5113048d9de5edce9a56ff05c5feb804 on http://speckle.xyz/streams/bf7685a6aa/objects/952ee1136309b5ddd9bb5f6ade240b39 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5485f2fd197d8c2b174721290c36201b
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/5485f2fd197d8c2b174721290c36201b needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d86847a12366464320497f8df032de66
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/d86847a12366464320497f8df032de66 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/5b40c2e3b6c248744d5ac07e6b790fe8
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/5b40c2e3b6c248744d5ac07e6b790fe8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ad1e5c0e27c12a037615f07ab32b0cad
- http://speckle.xyz/streams/bf7685a6aa/objects/326fd9e15b12400fd6b47bf26d8fbf84 on http://speckle.xyz/streams/bf7685a6aa/objects/ad1e5c0e27c12a037615f07ab32b0cad needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/80b2b12d66fecdbd7f997c97082bca87
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/80b2b12d66fecdbd7f997c97082bca87 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/33dab04ddd640f10a3696a8faa61d203
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/33dab04ddd640f10a3696a8faa61d203 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/c9da743b36371900fb3a79106f262c4e
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/c9da743b36371900fb3a79106f262c4e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9d6144b6981546d1f39ae751b63e6ddc
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9d6144b6981546d1f39ae751b63e6ddc needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9d6144b6981546d1f39ae751b63e6ddc needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/b4343f8859abee196e1b3dd158aa929c
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/b4343f8859abee196e1b3dd158aa929c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d1cd0e152a87863d6de658a3332163c3
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/d1cd0e152a87863d6de658a3332163c3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/28c3daeb00bdfa550aeba02195065f30
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/28c3daeb00bdfa550aeba02195065f30 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/106f79782f86ab0f027c2b6c3c393981
- http://speckle.xyz/streams/bf7685a6aa/objects/f6d5b4ca6cd4e394b60620e0abbab45f on http://speckle.xyz/streams/bf7685a6aa/objects/106f79782f86ab0f027c2b6c3c393981 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/717c5e54ac6070cc22fb84adce31ca02
- http://speckle.xyz/streams/bf7685a6aa/objects/65f08905dad9fad24ddbf157762f65af on http://speckle.xyz/streams/bf7685a6aa/objects/717c5e54ac6070cc22fb84adce31ca02 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/32d70db0b14adcf7e6fe615a0daad03f
- http://speckle.xyz/streams/bf7685a6aa/objects/077fed24ea7f83e4fab775c9a2571143 on http://speckle.xyz/streams/bf7685a6aa/objects/32d70db0b14adcf7e6fe615a0daad03f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/fe6bd73b635ae7e16057c3ad41f0846c
- http://speckle.xyz/streams/bf7685a6aa/objects/74116e0c46d445a4c9ac39c7f1b75206 on http://speckle.xyz/streams/bf7685a6aa/objects/fe6bd73b635ae7e16057c3ad41f0846c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2867f3b4f8d2b164818998283b87cdce
- http://speckle.xyz/streams/bf7685a6aa/objects/82270a0b3589a9ebc714fbf580619e80 on http://speckle.xyz/streams/bf7685a6aa/objects/2867f3b4f8d2b164818998283b87cdce needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7ca6c05f001106fd5279b3c45991eaa8
- http://speckle.xyz/streams/bf7685a6aa/objects/8d3ab9635d58bfdfc81c3f647c553b97 on http://speckle.xyz/streams/bf7685a6aa/objects/7ca6c05f001106fd5279b3c45991eaa8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3eebefa9a5b44e69d1948a5437fea76c
- http://speckle.xyz/streams/bf7685a6aa/objects/2ae3884269b0a46e5ece05ce9e1fcd71 on http://speckle.xyz/streams/bf7685a6aa/objects/3eebefa9a5b44e69d1948a5437fea76c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/bdc9ed50dd84d9ce42c951ddce8a698f
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/bdc9ed50dd84d9ce42c951ddce8a698f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f6088a1e990f328f5ba4be3d59e6481c
- http://speckle.xyz/streams/bf7685a6aa/objects/416e54a4b145034d01f2f05617c72569 on http://speckle.xyz/streams/bf7685a6aa/objects/f6088a1e990f328f5ba4be3d59e6481c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/32945ed34836bb4eff1236d4509d12f8
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/32945ed34836bb4eff1236d4509d12f8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9032d1aa0147a356956eb033f1dab4c2
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/9032d1aa0147a356956eb033f1dab4c2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/d89af416215af1eb01eb8af58541ca28
- http://speckle.xyz/streams/bf7685a6aa/objects/fd13fab9dd5bf7fb5f34f8a47903f3c4 on http://speckle.xyz/streams/bf7685a6aa/objects/d89af416215af1eb01eb8af58541ca28 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e267a71da2b002bd600ffd4a57cf4af5
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/e267a71da2b002bd600ffd4a57cf4af5 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/e267a71da2b002bd600ffd4a57cf4af5 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/ee46aea5c28d96a0071ee860d706f984
- http://speckle.xyz/streams/bf7685a6aa/objects/442b75f265dad85708d17330be21561c on http://speckle.xyz/streams/bf7685a6aa/objects/ee46aea5c28d96a0071ee860d706f984 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/dfb7d6a648cc1aa1ddd125455c3e0d9c
- http://speckle.xyz/streams/bf7685a6aa/objects/768970d137816ceece03741af232ae99 on http://speckle.xyz/streams/bf7685a6aa/objects/dfb7d6a648cc1aa1ddd125455c3e0d9c needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/29ba28e43f081053e38b3a8885719da1
- http://speckle.xyz/streams/bf7685a6aa/objects/671f0fd33000e3c39075ec98e1126a0a on http://speckle.xyz/streams/bf7685a6aa/objects/29ba28e43f081053e38b3a8885719da1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/99d0ff30b4dc4d08d5082e33b626e470
- http://speckle.xyz/streams/bf7685a6aa/objects/e97571e2dfc45c32f85efb64c6ccba64 on http://speckle.xyz/streams/bf7685a6aa/objects/99d0ff30b4dc4d08d5082e33b626e470 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/176d3c115ca500ce8c8d1fd9d1deb81f
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/176d3c115ca500ce8c8d1fd9d1deb81f needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/176d3c115ca500ce8c8d1fd9d1deb81f needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/8b8f96afcc1266e837019a11bcdad101
- http://speckle.xyz/streams/bf7685a6aa/objects/39585c6ef6b03b8dbb18fb8a3bed20a3 on http://speckle.xyz/streams/bf7685a6aa/objects/8b8f96afcc1266e837019a11bcdad101 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e472557d12d233e253b7f47d78f2ad56
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/e472557d12d233e253b7f47d78f2ad56 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/e85133be7b18738e1de21b2dc1647ad8
- http://speckle.xyz/streams/bf7685a6aa/objects/ea809d7a6106eaba6d818bfdb3e3e5b9 on http://speckle.xyz/streams/bf7685a6aa/objects/e85133be7b18738e1de21b2dc1647ad8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/80eb3bb712bc067b080e3360b9d40afd
- http://speckle.xyz/streams/bf7685a6aa/objects/0c99cbe31ea235d05bdcd5ce3a0ab2af on http://speckle.xyz/streams/bf7685a6aa/objects/80eb3bb712bc067b080e3360b9d40afd needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6bd2d206e442a08a55c313e366936f17
- http://speckle.xyz/streams/bf7685a6aa/objects/598a0c5bed585c4e7fdfeb688cc62eb2 on http://speckle.xyz/streams/bf7685a6aa/objects/6bd2d206e442a08a55c313e366936f17 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/36e9fc706748f7f3514515fd7a4c5570
- http://speckle.xyz/streams/bf7685a6aa/objects/22ee737a989391acee4ea60354e91210 on http://speckle.xyz/streams/bf7685a6aa/objects/36e9fc706748f7f3514515fd7a4c5570 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/cedb236493be06cf88cfcc33106e59e0
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/cedb236493be06cf88cfcc33106e59e0 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/330c6ac55e963d2f0de1e30c71a878b5
- http://speckle.xyz/streams/bf7685a6aa/objects/0d245daa39fba4d252d07553fdb4c419 on http://speckle.xyz/streams/bf7685a6aa/objects/330c6ac55e963d2f0de1e30c71a878b5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ba42083719815ec43b7eeb1bcd02f739
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/ba42083719815ec43b7eeb1bcd02f739 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/20fcf8fcf5102055a6518e85e6d57d48
- http://speckle.xyz/streams/bf7685a6aa/objects/3efdbbd7d157786885a7c74d641c8fae on http://speckle.xyz/streams/bf7685a6aa/objects/20fcf8fcf5102055a6518e85e6d57d48 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7f7632aa28edd205710e4a759ac0dbb4
- http://speckle.xyz/streams/bf7685a6aa/objects/c2fc93ee9dec1445af89da62458be10d on http://speckle.xyz/streams/bf7685a6aa/objects/7f7632aa28edd205710e4a759ac0dbb4 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f2f50664012037d4d194dd67dd5df396
- http://speckle.xyz/streams/bf7685a6aa/objects/61392c60c3f0f6583028d86c3528cd5c on http://speckle.xyz/streams/bf7685a6aa/objects/f2f50664012037d4d194dd67dd5df396 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/0fe9ee0c774054998e4b3af70273316d
- http://speckle.xyz/streams/bf7685a6aa/objects/303a333ea3391daa29509be9eb9bb187 on http://speckle.xyz/streams/bf7685a6aa/objects/0fe9ee0c774054998e4b3af70273316d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ac3dc20601e63620e7521bbef265f143
- http://speckle.xyz/streams/bf7685a6aa/objects/8492684344e3fa16fe12d0303f24fe0d on http://speckle.xyz/streams/bf7685a6aa/objects/ac3dc20601e63620e7521bbef265f143 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4e1b4a5da141acdbfe0f1d1221ec318e
- http://speckle.xyz/streams/bf7685a6aa/objects/a5893cbf3605b39a09225a1ca64b0b2e on http://speckle.xyz/streams/bf7685a6aa/objects/4e1b4a5da141acdbfe0f1d1221ec318e needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f678e1f0ce4733698da58a5414146b2f
- http://speckle.xyz/streams/bf7685a6aa/objects/16c0ff093fe0cf359342709f754806e1 on http://speckle.xyz/streams/bf7685a6aa/objects/f678e1f0ce4733698da58a5414146b2f needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/17dc2ebdb1233e4702dc69a1b249ef86
- http://speckle.xyz/streams/bf7685a6aa/objects/e5eb69c71be84f5da9e07df2de08c8eb on http://speckle.xyz/streams/bf7685a6aa/objects/17dc2ebdb1233e4702dc69a1b249ef86 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/adefdfc8f9ec41df1d00e5780ac2bc68
- http://speckle.xyz/streams/bf7685a6aa/objects/f7c769a50d39f020556ab74d468269a2 on http://speckle.xyz/streams/bf7685a6aa/objects/adefdfc8f9ec41df1d00e5780ac2bc68 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/7fe3aae44b84c3b46839e4759e83c55d
- http://speckle.xyz/streams/bf7685a6aa/objects/0e5bab348c0d7a43d3197d71b2ecdff0 on http://speckle.xyz/streams/bf7685a6aa/objects/7fe3aae44b84c3b46839e4759e83c55d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4641ec9a3f32d4c7ed3b6460d4fd06f8
- http://speckle.xyz/streams/bf7685a6aa/objects/18357be2061a0be61152934dd62335e9 on http://speckle.xyz/streams/bf7685a6aa/objects/4641ec9a3f32d4c7ed3b6460d4fd06f8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/4cf3069ba657229de19f2fc7be0175e3
- http://speckle.xyz/streams/bf7685a6aa/objects/1dc2c8fcc6faad709669a1da5c22f1fb on http://speckle.xyz/streams/bf7685a6aa/objects/4cf3069ba657229de19f2fc7be0175e3 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/63663a14d227dbc8d89ec2f04d8e69c2
- http://speckle.xyz/streams/bf7685a6aa/objects/f031db8cf74c1d34f7ec9caaa44e707f on http://speckle.xyz/streams/bf7685a6aa/objects/63663a14d227dbc8d89ec2f04d8e69c2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ae0baf903facf69dcd20672e2e86d974
- http://speckle.xyz/streams/bf7685a6aa/objects/2bab3a834da573d903244a9902f78aa1 on http://speckle.xyz/streams/bf7685a6aa/objects/ae0baf903facf69dcd20672e2e86d974 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/ac2360d13eb96e16e692c9191d7d32f8
- http://speckle.xyz/streams/bf7685a6aa/objects/ce3f60d6e3b49ebc1f1e6990046a5617 on http://speckle.xyz/streams/bf7685a6aa/objects/ac2360d13eb96e16e692c9191d7d32f8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/3015412e1a81d3e4eb617413a5e84ed7
- http://speckle.xyz/streams/bf7685a6aa/objects/de6a9e0a58ee766f3a43d50370ea19de on http://speckle.xyz/streams/bf7685a6aa/objects/3015412e1a81d3e4eb617413a5e84ed7 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/f2f37aa1dc17538ca7975d21da4b0880
- http://speckle.xyz/streams/bf7685a6aa/objects/0849cbae1dcd58718497524998b3bd30 on http://speckle.xyz/streams/bf7685a6aa/objects/f2f37aa1dc17538ca7975d21da4b0880 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/44144f3ef688581756ff283ab87478c9
- http://speckle.xyz/streams/bf7685a6aa/objects/5113048d9de5edce9a56ff05c5feb804 on http://speckle.xyz/streams/bf7685a6aa/objects/44144f3ef688581756ff283ab87478c9 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9403a86ce606aead4a42a7c048db3bc6
- http://qudt.org/vocab/quantitykind/Area on http://speckle.xyz/streams/bf7685a6aa/objects/9403a86ce606aead4a42a7c048db3bc6 needs to be a http://qudt.org/schema/qudt/QuantityKind
- http://qudt.org/vocab/unit/M2 on http://speckle.xyz/streams/bf7685a6aa/objects/9403a86ce606aead4a42a7c048db3bc6 needs to be a http://qudt.org/schema/qudt/Unit
http://speckle.xyz/streams/bf7685a6aa/objects/1b5d126113b3e963000269be805b42d8
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/1b5d126113b3e963000269be805b42d8 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/1fa86d7479ef11da6919f3d9aed8524a
- http://speckle.xyz/streams/bf7685a6aa/objects/38fc1c83ce7cd22674c69fd719e87f00 on http://speckle.xyz/streams/bf7685a6aa/objects/1fa86d7479ef11da6919f3d9aed8524a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/327405c1083f8df7a6e763f84f90e721
- http://speckle.xyz/streams/bf7685a6aa/objects/5751a7a8490e489a1a00976905f9b01b on http://speckle.xyz/streams/bf7685a6aa/objects/327405c1083f8df7a6e763f84f90e721 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9a0d2bf79e7d263e531be0b2af54f907
- http://speckle.xyz/streams/bf7685a6aa/objects/089b7b828f28a846fcbcbd103c8492e5 on http://speckle.xyz/streams/bf7685a6aa/objects/9a0d2bf79e7d263e531be0b2af54f907 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/2fea9a251e71cbbcdddeeefc9385e01d
- http://speckle.xyz/streams/bf7685a6aa/objects/03183bd47ce710193f9d15449df4add8 on http://speckle.xyz/streams/bf7685a6aa/objects/2fea9a251e71cbbcdddeeefc9385e01d needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/9f555496b8e092cc31a71ee25a6a8fe1
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/9f555496b8e092cc31a71ee25a6a8fe1 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/80cc797b8b1e656ae5a74b1d78e95f72
- http://speckle.xyz/streams/bf7685a6aa/objects/e8908b5eec592c1e9e520605ad787a0c on http://speckle.xyz/streams/bf7685a6aa/objects/80cc797b8b1e656ae5a74b1d78e95f72 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/29c4bf5d697aefaa6f84ab343dd251af
- http://speckle.xyz/streams/bf7685a6aa/objects/8290128282ec5e0854b6b095c1cfbe9b on http://speckle.xyz/streams/bf7685a6aa/objects/29c4bf5d697aefaa6f84ab343dd251af needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/a400c0bfc65505e1b22cb0c756d085a2
- http://speckle.xyz/streams/bf7685a6aa/objects/c1f8ba2020eb6468b1d37e4445924aa6 on http://speckle.xyz/streams/bf7685a6aa/objects/a400c0bfc65505e1b22cb0c756d085a2 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/b7fad9fc7cd1d6d0bb3380e9faa62ae5
- http://speckle.xyz/streams/bf7685a6aa/objects/e9670962d6933d8e0a96caf59912d990 on http://speckle.xyz/streams/bf7685a6aa/objects/b7fad9fc7cd1d6d0bb3380e9faa62ae5 needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/db62ed5ad542fabc0b28c379452feb6a
- http://speckle.xyz/streams/bf7685a6aa/objects/decfcfb9b61288ea8bb8b586936e4e71 on http://speckle.xyz/streams/bf7685a6aa/objects/db62ed5ad542fabc0b28c379452feb6a needs to be a http://data.ashrae.org/standard223#PhysicalSpace
http://speckle.xyz/streams/bf7685a6aa/objects/6a7918fda03d0fbefed5270d8ac57aef
- http://speckle.xyz/streams/bf7685a6aa/objects/0dbe61414366819b7df5eff0ff4290d0 on http://speckle.xyz/streams/bf7685a6aa/objects/6a7918fda03d0fbefed5270d8ac57aef needs to be a http://data.ashrae.org/standard223#PhysicalSpace