{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from time import sleep\n", "from sseclient import SSEClient\n", "from configparser import ConfigParser\n", "import sys\n", "sys.stdout.flush()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "messages = SSEClient(\"http://localhost:8080/stream?channel=analytics\")\n", "for msg in messages:\n", " print(msg)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from service.Project_Service import Project_Service" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "json_data = {\n", " \"project_id\": \"cogito:test:1\",\n", " \"project_name\": \"test name\",\n", " \"project_description\": \"test description\"\n", "}\n", "path = \"./repository/projects/files/\"\n", "ttl_path = \"./repository/projects/ttl/\"" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "service = Project_Service(json_data, path, ttl_path)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "service.create_model()\n", "service.create_file()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "service.remove_file()\n", "service.remove_ttl_file()" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "with open(\"./repository/projects/mappings/mappings.ftl\", 'r') as f:\n", " mappings = f.read()\n", " print(mappings)\n", "f.close()\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import requests\n", "import os" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "url = \"https://kgg.openmetrics.eu/\"\n", "url_post = \"https://kgg.openmetrics.eu/upload\"\n", "url_get = \"https://kgg.openmetrics.eu/download\"" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/salva/.pyenv/versions/3.10.2/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'kgg.openmetrics.eu'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings\n", " warnings.warn(\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "@prefix schema: .\n", "@prefix owl: .\n", "@prefix rdf: .\n", "@prefix bot: .\n", "@prefix xsd: .\n", "@prefix rdfs: .\n", "@prefix brick: .\n", "@prefix beo: .\n", "@prefix om: .\n", "@prefix props: .\n", "\n", "om:Element_154004 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143768\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDNM\" .\n", "\n", "om:Element_228685 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151935\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzFv\" .\n", "\n", "om:Element_157422 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146211\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDzj\" .\n", "\n", "om:Element_221080 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151783\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9X\" .\n", "\n", "om:Element_276601 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153219\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0VH\" .\n", "\n", "om:Element_161035 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147898\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANq\" .\n", "\n", "om:Element_1362 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122485\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BE\" .\n", "\n", "om:Element_43180 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124798\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Ew\" .\n", "\n", "om:Element_170490 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150105\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuN\" .\n", "\n", "om:Element_181455 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151633\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBN\" .\n", "\n", "om:Element_160540 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147828\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAKw\" .\n", "\n", "om:Element_152004 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142931\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCeT\" .\n", "\n", "om:Element_185525 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151670\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBm\" .\n", "\n", "om:Element_175828 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150684\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZI\" .\n", "\n", "om:Element_13118 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124592\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39q\" .\n", "\n", "om:Element_26319 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124680\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FC\" .\n", "\n", "om:Element_150787 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:138817\" ;\n", " props:hasCompressedGuid \"3Cq0759frBlvbPwD18w2Gb\" .\n", "\n", "om:Element_5034 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122536\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8J\" .\n", "\n", "om:Element_169296 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150013\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsp\" .\n", "\n", "om:Element_13528 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124594\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39s\" .\n", "\n", "om:Element_187395 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151687\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz81\" .\n", "\n", "om:Element_183215 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151649\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBd\" .\n", "\n", "om:Element_193386 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151707\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8T\" .\n", "\n", "om:Element_606 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122478\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BL\" .\n", "\n", "om:Element_229129 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151939\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC5\" .\n", "\n", "om:Element_43691 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124800\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3D4\" .\n", "\n", "om:Element_189418 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151697\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8N\" .\n", "\n", "om:Element_156616 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:145614\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDo0\" .\n", "\n", "om:Element_27971 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124690\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FM\" .\n", "\n", "om:Element_231549 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151961\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCV\" .\n", "\n", "om:Element_163647 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148407\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAVv\" .\n", "\n", "om:Element_205782 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151741\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8x\" .\n", "\n", "om:Element_210602 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151757\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9B\" .\n", "\n", "om:Element_176129 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150688\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZk\" .\n", "\n", "om:Element_158820 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146932\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDcw\" .\n", "\n", "om:Element_178507 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150976\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAcE\" .\n", "\n", "om:Element_261809 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152075\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2D\" .\n", "\n", "om:Element_182885 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151646\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBO\" .\n", "\n", "om:Element_157315 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146209\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDzl\" .\n", "\n", "om:Element_173256 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150419\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$T\" .\n", "\n", "om:Element_175634 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150655\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWn\" .\n", "\n", "om:Element_192978 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151706\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8S\" .\n", "\n", "om:Element_228799 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151936\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC6\" .\n", "\n", "om:Element_2658 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122498\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8v\" .\n", "\n", "om:Element_186955 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151683\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz85\" .\n", "\n", "om:Element_255587 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152055\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDn\" .\n", "\n", "om:Element_236506 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152003\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD5\" .\n", "\n", "om:Element_10005 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124571\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39V\" .\n", "\n", "om:Element_153402 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143632\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDLU\" .\n", "\n", "om:Element_233309 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151977\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCl\" .\n", "\n", "om:Element_215289 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151771\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9T\" .\n", "\n", "om:Element_29233 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124698\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FU\" .\n", "\n", "om:Element_170383 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150103\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuP\" .\n", "\n", "om:Element_172761 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150352\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAyU\" .\n", "\n", "om:Element_159637 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147705\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAIt\" .\n", "\n", "om:Element_160433 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147826\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAKy\" .\n", "\n", "om:Element_165453 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148974\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA6W\" .\n", "\n", "om:Element_190582 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151700\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8I\" .\n", "\n", "om:BuildingStorey_173\n", " a brick:Floor , bot:Storey ;\n", " rdfs:label \"03 - Floor\" ;\n", " brick:isPartOf om:Building_142 ;\n", " bot:containsElement om:Element_231769 , om:Element_231109 , om:Element_214945 , om:Element_231989 , om:Element_235289 , om:Element_234629 , om:Element_202526 , om:Element_234519 , om:Element_235399 , om:Element_234849 , om:Element_226689 , om:Element_201758 , om:Element_204217 , om:Element_220062 , om:Element_209692 , om:Element_226974 , om:Element_191778 , om:Element_218045 , om:Element_229899 , om:Element_202142 , om:Element_214257 , om:Element_189418 , om:Element_276487 , om:Element_187882 , om:Element_205044 , om:Element_210250 , om:Element_198684 , om:Element_199428 , om:Element_217081 , om:Element_207691 , om:Element_232539 , om:Element_228799 , om:Element_209971 , om:Element_230889 , om:Element_226121 , om:Element_196968 , om:Element_220573 , om:Element_229129 , om:Element_229019 , om:Element_234299 , om:Element_234189 , om:Element_223235 , om:Element_231329 , om:Element_222939 , om:Element_223531 , om:Element_198397 , om:Element_229349 , om:Element_212991 , om:Element_229239 , om:Element_221080 , om:Element_206743 , om:Element_231659 , om:Element_205396 , om:Element_229569 , om:Element_233969 , om:Element_229459 , om:Element_233419 , om:Element_193792 , om:Element_231879 , om:Element_233309 , om:Element_211675 , om:Element_210954 , om:Element_226404 , om:Element_190222 , om:Element_208552 , om:Element_213913 , om:Element_195822 , om:Element_189820 , om:Element_208831 , om:Element_232099 , om:Element_217561 , om:Element_222060 , om:Element_232759 , om:Element_235069 , om:Element_234959 , om:Element_230339 , om:Element_221564 , om:Element_232979 , om:Element_230559 , om:Element_234409 , om:Element_213294 , om:Element_222643 , om:Element_201374 , om:Element_215289 , om:Element_230779 , om:Element_211306 , om:Element_213569 , om:Element_234739 , om:Element_230119 , om:Element_200222 , om:Element_192978 , om:Element_228909 , om:Element_200606 , om:Element_200990 , om:Element_219067 , om:Element_203529 , om:Element_231219 , om:Element_228114 , om:Element_190980 , om:Element_209389 , om:Element_204765 , om:Element_227829 , om:Element_223906 , om:Element_233859 , om:Element_212044 , om:Element_231549 , om:Element_203185 , om:Element_215633 , om:Element_197340 , om:Element_229789 , om:Element_208273 , om:Element_229679 , om:Element_235179 , om:Element_233639 , om:Element_233529 , om:Element_199838 , om:Element_206440 , om:Element_189014 , om:Element_204490 , om:Element_219578 , om:Element_227544 , om:Element_232649 , om:Element_194604 , om:Element_230229 , om:Element_197738 , om:Element_232869 , om:Element_230449 , om:Element_216397 , om:Element_202910 , om:Element_192162 , om:Element_198106 , om:Element_196206 , om:Element_207129 , om:Element_230669 , om:Element_192572 , om:Element_212716 , om:Element_207994 , om:Element_230009 , om:Element_212396 , om:Element_214601 , om:Element_190582 , om:Element_203873 , om:Element_227259 , om:Element_216122 , om:Element_194196 , om:Element_228320 , om:Element_199052 , om:Element_193386 , om:Element_228685 , om:Element_195010 , om:Element_232209 , om:Element_233089 , om:Element_234079 , om:Element_230999 , om:Element_222360 , om:Element_232429 , om:Element_232319 , om:Element_196612 , om:Element_210602 , om:Element_218556 , om:Element_231439 , om:Element_233749 , om:Element_233199 , om:Element_206157 , om:Element_188240 , om:Element_195414 , om:Element_191352 , om:Element_209110 , om:Element_207412 , om:Element_188612 , om:Element_205782 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81mNbdSw\" .\n", "\n", "om:Element_255025 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152053\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDp\" .\n", "\n", "om:Element_262497 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152077\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2B\" .\n", "\n", "om:Element_171975 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150244\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAwg\" .\n", "\n", "om:Element_238874 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152009\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDF\" .\n", "\n", "om:Element_166326 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149312\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHACE\" .\n", "\n", "om:Element_5250 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122541\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8M\" .\n", "\n", "om:Element_168704 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149975\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsP\" .\n", "\n", "om:Element_208273 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151749\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz93\" .\n", "\n", "om:Element_184645 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151662\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBe\" .\n", "\n", "om:Element_132108 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128318\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR3p\" .\n", "\n", "om:Element_216397 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151774\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9O\" .\n", "\n", "om:Element_205044 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151739\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8z\" .\n", "\n", "om:Element_9231 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124565\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39H\" .\n", "\n", "om:Element_246293 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152028\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDQ\" .\n", "\n", "om:Element_232979 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151974\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCW\" .\n", "\n", "om:Element_822 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122480\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BB\" .\n", "\n", "om:Element_270835 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152096\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2c\" .\n", "\n", "om:Element_217561 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151776\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9c\" .\n", "\n", "om:Element_212716 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151763\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9L\" .\n", "\n", "om:Element_253292 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152048\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDs\" .\n", "\n", "om:Element_227829 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151845\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEZ\" .\n", "\n", "om:Element_157121 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146116\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDwA\" .\n", "\n", "om:Element_257006 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152060\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDw\" .\n", "\n", "om:Element_173062 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150417\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$V\" .\n", "\n", "om:Element_175440 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150653\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWp\" .\n", "\n", "om:Element_186295 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151677\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBx\" .\n", "\n", "om:Element_38213 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124775\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EZ\" .\n", "\n", "om:Element_182115 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151639\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBH\" .\n", "\n", "om:Element_20900 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124636\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38O\" .\n", "\n", "om:Element_47390 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:305x165x40UB:125958\" ;\n", " props:hasCompressedGuid \"2KAei9id52lOmXjM$MzgAN\" .\n", "\n", "om:Element_228320 a beo:Wall , bot:Element ;\n", " rdfs:label \"Floor:Generic Concrete 300mm:151849\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEl\" .\n", "\n", "om:Element_264977 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152083\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2L\" .\n", "\n", "om:Element_169005 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150010\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsq\" .\n", "\n", "om:Element_252940 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152047\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDf\" .\n", "\n", "om:Element_234739 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151990\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCm\" .\n", "\n", "om:Element_47708 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:305x165x40UB:126003\" ;\n", " props:hasCompressedGuid \"2KAei9id52lOmXjM$MzgAY\" .\n", "\n", "om:Element_230449 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151951\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC9\" .\n", "\n", "om:Element_179895 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151182\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAh0\" .\n", "\n", "om:Element_258146 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152064\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz26\" .\n", "\n", "om:Element_2874 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122501\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8_\" .\n", "\n", "om:Element_154509 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143822\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDM0\" .\n", "\n", "om:Element_12308 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124587\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39l\" .\n", "\n", "om:Element_166132 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149310\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHADm\" .\n", "\n", "om:Element_168510 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149973\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsR\" .\n", "\n", "om:Element_271809 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152099\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2b\" .\n", "\n", "om:Element_252386 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152045\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDh\" .\n", "\n", "om:Element_132388 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128344\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR2L\" .\n", "\n", "om:Element_181785 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151636\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBI\" .\n", "\n", "om:Element_33458 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124749\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3E9\" .\n", "\n", "om:Element_190222 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151699\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8L\" .\n", "\n", "om:Element_185855 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151673\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzB$\" .\n", "\n", "om:Element_152800 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143168\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCiE\" .\n", "\n", "om:Element_171868 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150242\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAwi\" .\n", "\n", "om:Element_232209 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151967\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCP\" .\n", "\n", "om:Element_6546 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122566\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9z\" .\n", "\n", "om:Element_220062 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151781\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9Z\" .\n", "\n", "om:Element_164851 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148749\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA53\" .\n", "\n", "om:Element_35118 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124757\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EH\" .\n", "\n", "om:Element_250806 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152040\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDk\" .\n", "\n", "om:Element_156315 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144370\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDUy\" .\n", "\n", "om:Element_7917 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:123276\" ;\n", " props:hasCompressedGuid \"01SfNHv5nEReC9M9Bzo7D_\" .\n", "\n", "om:Element_4602 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122524\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8d\" .\n", "\n", "om:Element_270539 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152095\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2P\" .\n", "\n", "om:Element_163346 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148346\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHASq\" .\n", "\n", "om:Element_152499 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143129\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCjN\" .\n", "\n", "om:Element_264018 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152081\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2N\" .\n", "\n", "om:Element_261190 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152073\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2F\" .\n", "\n", "om:Element_183545 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151652\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBY\" .\n", "\n", "om:Element_178206 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150935\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdP\" .\n", "\n", "om:Element_234079 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151984\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCs\" .\n", "\n", "om:Element_229459 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151942\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC0\" .\n", "\n", "om:BuildingStorey_167\n", " a bot:Storey , brick:Floor ;\n", " rdfs:label \"02 - Floor\" ;\n", " brick:isPartOf om:Building_142 ;\n", " bot:containsElement om:Element_40165 , om:Element_11213 , om:Element_181895 , om:Element_29815 , om:Element_185305 , om:Element_182665 , om:Element_228575 , om:Element_184315 , om:Element_17658 , om:Element_183215 , om:Element_182225 , om:Element_183435 , om:Element_182445 , om:Element_47176 , om:Element_184975 , om:Element_181345 , om:Element_20114 , om:Element_41163 , om:Element_27971 , om:Element_47550 , om:Element_23756 , om:Element_35393 , om:Element_28254 , om:Element_19459 , om:Element_186955 , om:Element_24164 , om:Element_185415 , om:Element_8805 , om:Element_24899 , om:Element_13118 , om:Element_184425 , om:Element_14342 , om:Element_183545 , om:Element_12308 , om:Element_183765 , om:Element_32102 , om:Element_46050 , om:Element_15966 , om:Element_44682 , om:Element_185525 , om:Element_183985 , om:Element_10005 , om:Element_9231 , om:Element_185745 , om:Element_36437 , om:Element_30094 , om:Element_18030 , om:Element_22532 , om:Element_42696 , om:Element_18800 , om:Element_39405 , om:Element_185085 , om:Element_28950 , om:Element_37769 , om:Element_20490 , om:Element_183875 , om:Element_27066 , om:Element_150369 , om:Element_41674 , om:Element_187065 , om:Element_44198 , om:Element_186075 , om:Element_22124 , om:Element_25771 , om:Element_37325 , om:Element_38213 , om:Element_187285 , om:Element_186295 , om:Element_45478 , om:Element_29233 , om:Element_182005 , om:Element_42185 , om:Element_184535 , om:Element_185635 , om:Element_184755 , om:Element_23348 , om:Element_185855 , om:Element_35118 , om:Element_25343 , om:Element_35987 , om:Element_47017 , om:Element_47708 , om:Element_186515 , om:Element_185195 , om:Element_45178 , om:Element_43180 , om:Element_18402 , om:Element_31528 , om:Element_31210 , om:Element_277866 , om:Element_132388 , om:Element_29512 , om:Element_132108 , om:Element_183105 , om:Element_181785 , om:Element_182115 , om:Element_35696 , om:Element_184205 , om:Element_46346 , om:Element_34798 , om:Element_183325 , om:Element_182335 , om:Element_20900 , om:Element_26044 , om:Element_184645 , om:Element_39130 , om:Element_181455 , om:Element_15560 , om:Element_184865 , om:Element_10409 , om:Element_131550 , om:Element_181015 , om:Element_16370 , om:Element_133228 , om:Element_186405 , om:Element_33910 , om:Element_185965 , om:Element_27518 , om:Element_186845 , om:Element_21716 , om:Element_13528 , om:Element_19168 , om:Element_10811 , om:Element_40679 , om:Element_132668 , om:Element_15152 , om:Element_12734 , om:Element_180791 , om:Element_28557 , om:Element_16778 , om:Element_186735 , om:Element_17262 , om:Element_133508 , om:Element_9603 , om:Element_149961 , om:Element_277701 , om:Element_19746 , om:Element_187505 , om:Element_33006 , om:Element_183655 , om:Element_131828 , om:Element_21308 , om:Element_13934 , om:Element_47390 , om:Element_30652 , om:Element_182885 , om:Element_181125 , om:Element_180905 , om:Element_36881 , om:Element_46642 , om:Element_132948 , om:Element_43691 , om:Element_14748 , om:Element_181565 , om:Element_128103 , om:Element_31807 , om:Element_26614 , om:Element_34362 , om:Element_182555 , om:Element_184095 , om:Element_187175 , om:Element_186185 , om:Element_187395 , om:Element_45761 , om:Element_24455 , om:Element_22940 , om:Element_30373 , om:Element_26319 , om:Element_182775 , om:Element_11562 , om:Element_182995 , om:Element_38641 , om:Element_181235 , om:Element_33458 , om:Element_11936 , om:Element_32554 , om:Element_186625 , om:Element_181675 , om:Element_30931 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81mNbdSx\" .\n", "\n", "om:Element_157014 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146114\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDwC\" .\n", "\n", "om:Element_231879 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151964\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCQ\" .\n", "\n", "om:Element_175333 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150651\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWr\" .\n", "\n", "om:Element_10409 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124574\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39Q\" .\n", "\n", "om:Element_177711 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150862\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAa0\" .\n", "\n", "om:Element_30931 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124726\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fo\" .\n", "\n", "om:Element_187882 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151693\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8B\" .\n", "\n", "om:Element_4062 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122514\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8f\" .\n", "\n", "om:Element_153101 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143567\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDI1\" .\n", "\n", "om:Element_172169 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150246\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAwe\" .\n", "\n", "om:Element_174547 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150560\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAXk\" .\n", "\n", "om:Element_176925 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150804\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAbQ\" .\n", "\n", "om:Element_159336 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147650\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAIC\" .\n", "\n", "om:Element_160132 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147769\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALt\" .\n", "\n", "om:Element_214945 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151770\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9S\" .\n", "\n", "om:Element_165152 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148830\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA4G\" .\n", "\n", "om:Element_185195 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151667\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBr\" .\n", "\n", "om:Element_179788 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:151180\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAh2\" .\n", "\n", "om:Element_22940 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124655\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38h\" .\n", "\n", "om:Element_180584 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151225\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAht\" .\n", "\n", "om:Element_181015 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151629\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBB\" .\n", "\n", "om:Element_220573 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151782\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9W\" .\n", "\n", "om:Element_248886 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152035\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDb\" .\n", "\n", "om:Element_246002 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152027\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDT\" .\n", "\n", "om:Element_7534 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:123067\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmESOv\" .\n", "\n", "om:Element_131828 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128264\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR35\" .\n", "\n", "om:Element_171674 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150195\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAxz\" .\n", "\n", "om:Element_271131 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152097\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2d\" .\n", "\n", "om:Element_168403 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149971\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsT\" .\n", "\n", "om:Element_25771 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124674\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3F6\" .\n", "\n", "om:Element_233639 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151980\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCg\" .\n", "\n", "om:Element_153907 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143722\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDKa\" .\n", "\n", "om:Element_167617 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149692\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApo\" .\n", "\n", "om:Element_9603 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124568\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39S\" .\n", "\n", "om:Element_160938 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147864\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANM\" .\n", "\n", "om:Element_277070 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153475\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0RH\" .\n", "\n", "om:Element_212991 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151764\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9I\" .\n", "\n", "om:Element_276017 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152154\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3S\" .\n", "\n", "om:Element_6762 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122568\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9p\" .\n", "\n", "om:Element_178012 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150933\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdR\" .\n", "\n", "om:Element_195822 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151713\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8d\" .\n", "\n", "om:Element_184975 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151665\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBt\" .\n", "\n", "om:Element_24455 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124666\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38_\" .\n", "\n", "om:Element_1686 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122488\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B3\" .\n", "\n", "om:Element_235289 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151995\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCz\" .\n", "\n", "om:Element_277157 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153524\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0Rc\" .\n", "\n", "om:Element_19746 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124630\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38I\" .\n", "\n", "om:Element_211675 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151760\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9M\" .\n", "\n", "om:Element_231109 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151957\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCJ\" .\n", "\n", "om:Element_155713 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144090\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQK\" .\n", "\n", "om:Element_259571 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152068\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz22\" .\n", "\n", "om:Element_203185 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151733\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8p\" .\n", "\n", "om:Element_162744 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148222\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQm\" .\n", "\n", "om:Element_151897 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:142929\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCeV\" .\n", "\n", "om:Element_254053 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152050\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDq\" .\n", "\n", "om:Element_179594 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151151\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeX\" .\n", "\n", "om:Element_46050 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124812\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3D8\" .\n", "\n", "om:Element_180390 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151223\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhv\" .\n", "\n", "om:Element_154208 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143771\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDNL\" .\n", "\n", "om:Element_218045 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151777\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9d\" .\n", "\n", "om:Element_171480 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150193\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAx$\" .\n", "\n", "om:Element_182445 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151642\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBS\" .\n", "\n", "om:Element_161239 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147901\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANp\" .\n", "\n", "om:Element_5358 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122542\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8L\" .\n", "\n", "om:Element_47176 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:305x165x40UB:125944\" ;\n", " props:hasCompressedGuid \"2KAei9id52lOmXjM$MzgLf\" .\n", "\n", "om:Element_263185 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152079\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz29\" .\n", "\n", "om:Element_186515 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151679\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBv\" .\n", "\n", "om:Element_176818 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150802\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAbS\" .\n", "\n", "om:Element_159229 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147648\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAIE\" .\n", "\n", "om:Element_3414 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122507\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8m\" .\n", "\n", "om:Element_207412 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151746\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz94\" .\n", "\n", "om:Element_230779 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151954\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCK\" .\n", "\n", "om:Element_17262 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124614\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ382\" .\n", "\n", "om:Element_29512 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124707\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fd\" .\n", "\n", "om:Element_41163 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124790\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Eo\" .\n", "\n", "om:Element_35393 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124759\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EJ\" .\n", "\n", "om:Element_17658 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124616\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38C\" .\n", "\n", "om:Element_201374 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151728\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8s\" .\n", "\n", "om:Element_164550 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148644\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA3g\" .\n", "\n", "om:Element_274307 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152148\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3I\" .\n", "\n", "om:Element_265941 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152085\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2J\" .\n", "\n", "om:Element_249270 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152036\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDY\" .\n", "\n", "om:Element_156014 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144127\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQn\" .\n", "\n", "om:Element_222360 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151786\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9i\" .\n", "\n", "om:Element_184205 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151658\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBi\" .\n", "\n", "om:Element_169791 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150042\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvK\" .\n", "\n", "om:Element_264293 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152082\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2K\" .\n", "\n", "om:Element_208552 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151750\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz90\" .\n", "\n", "om:Element_163045 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148271\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHATX\" .\n", "\n", "om:Element_152198 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143084\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCgY\" .\n", "\n", "om:Element_20114 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124632\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38S\" .\n", "\n", "om:Element_223906 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151791\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9f\" .\n", "\n", "om:Element_232539 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151970\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCa\" .\n", "\n", "om:Site_183 a brick:Location , bot:Site ;\n", " rdfs:label \"Default\" ;\n", " brick:hasPart om:Building_142 ;\n", " bot:hasBuilding om:Building_142 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81peQ5Xt\" .\n", "\n", "om:Element_218556 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151778\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9a\" .\n", "\n", "om:Element_275447 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152152\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3U\" .\n", "\n", "om:Element_276896 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153369\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0PB\" .\n", "\n", "om:Element_209692 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151754\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9C\" .\n", "\n", "om:Element_177119 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150806\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAbO\" .\n", "\n", "om:Element_195010 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151711\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8P\" .\n", "\n", "om:Element_7795 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:123070\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmESOy\" .\n", "\n", "om:Element_260292 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152070\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz20\" .\n", "\n", "om:Element_183875 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151655\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBX\" .\n", "\n", "om:Element_16370 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124610\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ386\" .\n", "\n", "om:Element_174246 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150489\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA_N\" .\n", "\n", "om:Element_176624 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150767\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAYX\" .\n", "\n", "om:Element_41674 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124792\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Ey\" .\n", "\n", "om:Element_229789 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151945\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCF\" .\n", "\n", "om:Element_180283 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:151221\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhx\" .\n", "\n", "om:Element_157519 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146212\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDzg\" .\n", "\n", "om:Element_230009 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151947\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCD\" .\n", "\n", "om:Element_5574 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122545\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8A\" .\n", "\n", "om:Element_171373 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150191\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAxX\" .\n", "\n", "om:Element_173751 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150454\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$u\" .\n", "\n", "om:Element_228575 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151871\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEv\" .\n", "\n", "om:Element_3630 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122509\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8s\" .\n", "\n", "om:Element_153606 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143635\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDLT\" .\n", "\n", "om:Element_245634 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152026\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDS\" .\n", "\n", "om:Element_170587 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150106\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuK\" .\n", "\n", "om:Element_172965 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150416\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$U\" .\n", "\n", "om:Element_167316 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149637\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApB\" .\n", "\n", "om:Element_160637 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147829\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAKx\" .\n", "\n", "om:Element_165657 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:149202\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAAS\" .\n", "\n", "om:Element_181345 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151632\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBM\" .\n", "\n", "om:Element_227259 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151843\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEb\" .\n", "\n", "om:Element_185415 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151669\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBp\" .\n", "\n", "om:Element_166821 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149580\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAm2\" .\n", "\n", "om:Element_233969 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151983\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCf\" .\n", "\n", "om:Element_242904 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152019\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDL\" .\n", "\n", "om:Element_244862 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152024\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDU\" .\n", "\n", "om:Element_29815 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124709\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FX\" .\n", "\n", "om:Element_133508 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128473\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR0K\" .\n", "\n", "om:Element_3090 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122504\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8p\" .\n", "\n", "om:Element_35696 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124761\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3ET\" .\n", "\n", "om:Element_239246 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152010\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDC\" .\n", "\n", "om:Element_12734 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124590\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39g\" .\n", "\n", "om:Element_155412 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144013\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDR3\" .\n", "\n", "om:Element_168898 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150008\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAss\" .\n", "\n", "om:Element_174052 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150487\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA_P\" .\n", "\n", "om:Element_176430 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150765\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAYZ\" .\n", "\n", "om:Element_187285 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151686\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz80\" .\n", "\n", "om:Element_19168 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124626\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38M\" .\n", "\n", "om:Element_262153 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152076\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2A\" .\n", "\n", "om:Element_183105 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151648\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBc\" .\n", "\n", "om:Element_162443 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148177\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQV\" .\n", "\n", "om:Element_151596 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:142808\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCcM\" .\n", "\n", "om:Element_2226 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122494\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B5\" .\n", "\n", "om:Element_228114 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151846\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEW\" .\n", "\n", "om:Element_179293 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:151147\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeb\" .\n", "\n", "om:Element_274877 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152150\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3G\" .\n", "\n", "om:Element_229019 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151938\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC4\" .\n", "\n", "om:Element_207129 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151745\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz97\" .\n", "\n", "om:Element_180905 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151628\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBA\" .\n", "\n", "om:Element_200606 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151726\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8e\" .\n", "\n", "om:Element_231439 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151960\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCU\" .\n", "\n", "om:Element_189820 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151698\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8K\" .\n", "\n", "om:Element_248502 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152034\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDa\" .\n", "\n", "om:Element_204490 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151737\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8$\" .\n", "\n", "om:Element_167122 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149635\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApD\" .\n", "\n", "om:Element_169500 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150039\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvP\" .\n", "\n", "om:Element_5790 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122548\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8F\" .\n", "\n", "om:Element_22532 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124653\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38f\" .\n", "\n", "om:Element_34362 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124753\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EL\" .\n", "\n", "om:Element_235776 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152001\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD7\" .\n", "\n", "om:Element_275732 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152153\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3V\" .\n", "\n", "om:Element_182775 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151645\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBR\" .\n", "\n", "om:Element_222939 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151788\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9g\" .\n", "\n", "om:Element_198397 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151720\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8k\" .\n", "\n", "om:Element_4926 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122529\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8Q\" .\n", "\n", "om:Element_186845 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151682\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz84\" .\n", "\n", "om:Element_246580 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152029\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDR\" .\n", "\n", "om:Element_169199 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150012\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAso\" .\n", "\n", "om:Element_156917 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:145671\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDr9\" .\n", "\n", "om:Element_172858 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150414\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$0\" .\n", "\n", "om:Element_202910 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151732\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8o\" .\n", "\n", "om:Element_216122 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151773\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9R\" .\n", "\n", "om:Element_195414 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151712\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8c\" .\n", "\n", "om:Element_226689 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151841\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEd\" .\n", "\n", "om:Element_39405 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124782\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Eg\" .\n", "\n", "om:Element_156519 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:145613\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDo3\" .\n", "\n", "om:Element_184535 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151661\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBh\" .\n", "\n", "om:Element_197340 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151717\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8Z\" .\n", "\n", "om:Element_4386 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122520\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8Z\" .\n", "\n", "om:Element_226404 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151840\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEc\" .\n", "\n", "om:Element_26614 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124684\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3F8\" .\n", "\n", "om:Element_20490 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124634\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38U\" .\n", "\n", "om:Element_243716 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152021\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDJ\" .\n", "\n", "om:Element_232869 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151973\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCZ\" .\n", "\n", "om:Element_2442 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122496\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8x\" .\n", "\n", "om:Element_176323 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150763\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAYb\" .\n", "\n", "om:Element_158723 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146743\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDbv\" .\n", "\n", "om:Element_178701 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150978\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAcC\" .\n", "\n", "om:Element_15560 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124606\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39w\" .\n", "\n", "om:Element_206440 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151743\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8v\" .\n", "\n", "om:Element_251081 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152041\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDl\" .\n", "\n", "om:Element_223531 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151790\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9e\" .\n", "\n", "om:Element_227544 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151844\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEY\" .\n", "\n", "om:Element_157218 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146117\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDwB\" .\n", "\n", "om:Element_24899 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124669\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38v\" .\n", "\n", "om:Element_173159 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150418\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$S\" .\n", "\n", "om:Element_154810 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143867\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDMr\" .\n", "\n", "om:Element_175537 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150654\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWm\" .\n", "\n", "om:Element_177915 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150932\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdQ\" .\n", "\n", "om:Element_161841 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148043\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAO5\" .\n", "\n", "om:Element_186185 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151676\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBw\" .\n", "\n", "om:Element_182005 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151638\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBG\" .\n", "\n", "om:Element_28950 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124696\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FS\" .\n", "\n", "om:Element_153305 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143570\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDIS\" .\n", "\n", "om:Element_170286 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150073\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvt\" .\n", "\n", "om:Element_172664 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150351\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAy1\" .\n", "\n", "om:Element_159831 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147734\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALO\" .\n", "\n", "om:Element_160336 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147772\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALo\" .\n", "\n", "om:Element_165356 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148973\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA6Z\" .\n", "\n", "om:Element_6114 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122556\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_87\" .\n", "\n", "om:Element_248118 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152033\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDd\" .\n", "\n", "om:Element_234629 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151989\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCp\" .\n", "\n", "om:Element_230339 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151950\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC8\" .\n", "\n", "om:Element_213294 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151765\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9J\" .\n", "\n", "om:Element_166229 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149311\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHADn\" .\n", "\n", "om:Element_168607 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149974\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsO\" .\n", "\n", "om:Element_1038 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122482\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B9\" .\n", "\n", "om:Element_159024 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146935\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDcv\" .\n", "\n", "om:Element_179002 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151109\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeB\" .\n", "\n", "om:Element_204217 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151736\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8_\" .\n", "\n", "om:Element_181675 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151635\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBL\" .\n", "\n", "om:Element_214601 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151769\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9V\" .\n", "\n", "om:Element_208831 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151751\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz91\" .\n", "\n", "om:Element_202526 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151731\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8r\" .\n", "\n", "om:Element_155111 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143914\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDPa\" .\n", "\n", "om:Element_45178 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124806\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3D2\" .\n", "\n", "om:Element_266452 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152086\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2G\" .\n", "\n", "om:Element_185745 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151672\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzB_\" .\n", "\n", "om:Element_162142 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148130\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHARi\" .\n", "\n", "om:Element_164948 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148827\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA4L\" .\n", "\n", "om:Element_128103 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:305x165x40UB:127308\" ;\n", " props:hasCompressedGuid \"03xCtbdOn27BjzGcbkcHa5\" .\n", "\n", "om:Element_269956 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152093\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2R\" .\n", "\n", "om:Element_223235 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151789\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9h\" .\n", "\n", "om:Element_219067 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151779\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9b\" .\n", "\n", "om:Element_34798 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124755\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EN\" .\n", "\n", "om:Element_32102 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124742\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3E2\" .\n", "\n", "om:Element_209971 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151755\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9D\" .\n", "\n", "om:Element_198106 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151719\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8X\" .\n", "\n", "om:Element_3738 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122510\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8r\" .\n", "\n", "om:Element_155917 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144126\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQm\" .\n", "\n", "om:Element_170092 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150071\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvv\" .\n", "\n", "om:Element_172470 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150349\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAy3\" .\n", "\n", "om:Element_183435 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151651\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBb\" .\n", "\n", "om:Element_256169 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152057\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD$\" .\n", "\n", "om:Element_162948 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148270\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHATW\" .\n", "\n", "om:Element_229349 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151941\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC3\" .\n", "\n", "om:Element_187505 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151688\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8E\" .\n", "\n", "om:Element_177808 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150930\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdS\" .\n", "\n", "om:Element_244100 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152022\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDG\" .\n", "\n", "om:Element_42185 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124794\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3E_\" .\n", "\n", "om:Element_231769 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151963\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCT\" .\n", "\n", "om:Element_226974 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151842\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEa\" .\n", "\n", "om:Element_206743 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151744\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz96\" .\n", "\n", "om:Element_36881 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124769\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Eb\" .\n", "\n", "om:Element_6330 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122562\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9v\" .\n", "\n", "om:Element_10811 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124577\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39b\" .\n", "\n", "om:Element_217081 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151775\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9P\" .\n", "\n", "om:Element_266963 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152087\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2H\" .\n", "\n", "om:Element_3198 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122505\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8o\" .\n", "\n", "om:Element_165249 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148971\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA6b\" .\n", "\n", "om:Element_152703 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143132\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCjI\" .\n", "\n", "om:Element_185085 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151666\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBq\" .\n", "\n", "om:Element_1254 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122484\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BF\" .\n", "\n", "om:Element_164754 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148748\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA52\" .\n", "\n", "om:Element_194604 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151710\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8O\" .\n", "\n", "om:Element_219578 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151780\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9Y\" .\n", "\n", "om:Element_31210 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124730\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3F_\" .\n", "\n", "om:Element_206157 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151742\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8u\" .\n", "\n", "om:Element_156218 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144369\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDU$\" .\n", "\n", "om:Element_44198 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124802\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3D6\" .\n", "\n", "om:Element_169995 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150070\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvu\" .\n", "\n", "om:Element_233529 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151979\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCj\" .\n", "\n", "om:Element_38641 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124777\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Ej\" .\n", "\n", "om:Element_163249 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148345\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHASt\" .\n", "\n", "om:Element_228909 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151937\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC7\" .\n", "\n", "om:Element_242090 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152017\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDN\" .\n", "\n", "om:Element_268976 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152091\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2T\" .\n", "\n", "om:Element_158422 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146656\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDYk\" .\n", "\n", "om:Element_178109 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150934\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdO\" .\n", "\n", "om:Element_210250 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151756\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9A\" .\n", "\n", "om:Element_42696 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124796\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Eu\" .\n", "\n", "om:Element_5898 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122552\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_83\" .\n", "\n", "om:Element_184865 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151664\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBs\" .\n", "\n", "om:Element_175236 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150613\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWR\" .\n", "\n", "om:Element_177614 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150861\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAa3\" .\n", "\n", "om:Element_37325 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124771\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Ed\" .\n", "\n", "om:Element_161540 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147938\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAMi\" .\n", "\n", "om:Element_3954 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122512\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8h\" .\n", "\n", "om:Element_199052 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151722\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8i\" .\n", "\n", "om:Element_235179 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151994\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCy\" .\n", "\n", "om:Element_153004 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143171\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCiD\" .\n", "\n", "om:Element_33910 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124751\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EB\" .\n", "\n", "om:Element_172363 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150347\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAy5\" .\n", "\n", "om:Element_174741 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150562\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAXi\" .\n", "\n", "om:Element_159530 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147703\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAIv\" .\n", "\n", "om:Element_160035 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147737\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALN\" .\n", "\n", "om:Element_165055 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148829\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA4J\" .\n", "\n", "om:Element_22124 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124647\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38Z\" .\n", "\n", "om:Element_180487 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151224\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhs\" .\n", "\n", "om:Element_255890 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152056\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD_\" .\n", "\n", "om:Element_238476 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152008\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDE\" .\n", "\n", "om:Element_171577 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150194\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAxy\" .\n", "\n", "om:Element_173955 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150486\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA_O\" .\n", "\n", "om:Element_168306 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149747\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAoz\" .\n", "\n", "om:Element_237714 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152006\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD0\" .\n", "\n", "om:Element_239672 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152011\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDD\" .\n", "\n", "om:Element_11213 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124579\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39d\" .\n", "\n", "om:Element_182335 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151641\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBV\" .\n", "\n", "om:Element_186405 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151678\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBu\" .\n", "\n", "om:Element_167811 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149694\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApm\" .\n", "\n", "om:Element_1470 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122486\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BD\" .\n", "\n", "om:Element_234959 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151992\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC_\" .\n", "\n", "om:Element_18800 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124624\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38K\" .\n", "\n", "om:Element_230669 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151953\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCN\" .\n", "\n", "om:Element_212396 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151762\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9K\" .\n", "\n", "om:Element_164647 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148746\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA54\" .\n", "\n", "om:Element_21716 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124645\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38X\" .\n", "\n", "om:Element_169888 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150068\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvw\" .\n", "\n", "om:Element_175042 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150611\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWT\" .\n", "\n", "om:Element_177420 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150859\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAa5\" .\n", "\n", "om:Element_7086 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122571\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9m\" .\n", "\n", "om:Element_243308 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152020\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDI\" .\n", "\n", "om:Element_155616 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144089\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQN\" .\n", "\n", "om:Element_15152 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124604\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39u\" .\n", "\n", "om:Element_5142 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122537\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8I\" .\n", "\n", "om:Element_196612 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151715\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8b\" .\n", "\n", "om:Element_200990 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151727\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8f\" .\n", "\n", "om:Element_275162 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152151\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3H\" .\n", "\n", "om:Element_133228 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128432\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR1z\" .\n", "\n", "om:Element_162647 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148221\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQp\" .\n", "\n", "om:Element_180791 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151627\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBD\" .\n", "\n", "om:Element_259940 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152069\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz23\" .\n", "\n", "om:Element_232429 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151969\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCd\" .\n", "\n", "om:Element_179497 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151150\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeW\" .\n", "\n", "om:Element_245234 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152025\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDV\" .\n", "\n", "om:Element_157820 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146452\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDXQ\" .\n", "\n", "om:Element_197738 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151718\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8W\" .\n", "\n", "om:Element_257285 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152061\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDx\" .\n", "\n", "om:Element_168112 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149745\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAo$\" .\n", "\n", "om:Element_260887 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152072\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2E\" .\n", "\n", "om:Element_714 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122479\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BK\" .\n", "\n", "om:Element_276722 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153265\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0VZ\" .\n", "\n", "om:Element_183765 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151654\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBW\" .\n", "\n", "om:Element_234299 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151986\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCq\" .\n", "\n", "om:Element_229679 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151944\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCE\" .\n", "\n", "om:Element_152402 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143087\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCgX\" .\n", "\n", "om:Element_7621 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:123068\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmESO_\" .\n", "\n", "om:Element_173848 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150484\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA_Q\" .\n", "\n", "om:Element_238116 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152007\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD1\" .\n", "\n", "om:Element_164453 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148643\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA3j\" .\n", "\n", "om:Element_214257 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151768\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9U\" .\n", "\n", "om:Element_24164 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124661\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38n\" .\n", "\n", "om:Element_149961 a beo:Wall , bot:Element ;\n", " rdfs:label \"Floor:Generic Concrete 300mm:133345\" ;\n", " props:hasCompressedGuid \"2E3cuzY0LCc9ztHo7GNGl4\" .\n", "\n", "om:Element_252113 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152044\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDg\" .\n", "\n", "om:Element_26044 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124677\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3F1\" .\n", "\n", "om:Element_169694 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150041\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvN\" .\n", "\n", "om:Element_276809 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153322\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0Uu\" .\n", "\n", "om:Element_8249 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:124071\" ;\n", " props:hasCompressedGuid \"01SfNHv5nEReC9M9Bzo7PL\" .\n", "\n", "om:Element_2766 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122500\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8$\" .\n", "\n", "om:Element_261465 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152074\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2C\" .\n", "\n", "om:Element_250422 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152039\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDX\" .\n", "\n", "om:Element_211306 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151759\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz99\" .\n", "\n", "om:Element_158121 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146573\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDZ3\" .\n", "\n", "om:Element_7708 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:123069\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmESO$\" .\n", "\n", "om:Element_241280 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152015\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD9\" .\n", "\n", "om:Element_181235 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151631\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzB9\" .\n", "\n", "om:Element_166918 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149632\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApE\" .\n", "\n", "om:Element_11562 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124582\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39Y\" .\n", "\n", "om:Element_259202 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152067\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz25\" .\n", "\n", "om:Element_237312 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152005\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD3\" .\n", "\n", "om:Element_185305 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151668\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBo\" .\n", "\n", "om:Element_251769 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152043\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDj\" .\n", "\n", "om:Element_177313 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150857\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAa7\" .\n", "\n", "om:Element_233859 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151982\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCe\" .\n", "\n", "om:Element_255308 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152054\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDm\" .\n", "\n", "om:Element_8129 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:123964\" ;\n", " props:hasCompressedGuid \"01SfNHv5nEReC9M9Bzo7RE\" .\n", "\n", "om:Element_23756 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124659\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38t\" .\n", "\n", "om:BuildingStorey_179\n", " a brick:Floor , bot:Storey ;\n", " rdfs:label \"Roof\" ;\n", " brick:isPartOf om:Building_142 ;\n", " bot:containsElement om:Element_248502 , om:Element_260612 , om:Element_250422 , om:Element_270539 , om:Element_243716 , om:Element_259202 , om:Element_242090 , om:Element_257006 , om:Element_254336 , om:Element_236134 , om:Element_238874 , om:Element_254639 , om:Element_251425 , om:Element_270256 , om:Element_265941 , om:Element_238116 , om:Element_248886 , om:Element_244862 , om:Element_252113 , om:Element_276199 , om:Element_261190 , om:Element_252386 , om:Element_242904 , om:Element_248118 , om:Element_256169 , om:Element_271809 , om:Element_266963 , om:Element_235776 , om:Element_262841 , om:Element_263185 , om:Element_244100 , om:Element_242498 , om:Element_256727 , om:Element_274024 , om:Element_274592 , om:Element_249654 , om:Element_240872 , om:Element_238476 , om:Element_268469 , om:Element_249270 , om:Element_243308 , om:Element_274307 , om:Element_265457 , om:Element_263529 , om:Element_252661 , om:Element_257285 , om:Element_255308 , om:Element_264977 , om:Element_271131 , om:Element_268976 , om:Element_258146 , om:Element_247734 , om:Element_255890 , om:Element_245234 , om:Element_236506 , om:Element_244506 , om:Element_246002 , om:Element_266452 , om:Element_262153 , om:Element_257867 , om:Element_275162 , om:Element_259940 , om:Element_255025 , om:Element_240056 , om:Element_253292 , om:Element_261465 , om:Element_253678 , om:Element_255587 , om:Element_246293 , om:Element_262497 , om:Element_260292 , om:Element_236908 , om:Element_260887 , om:Element_239672 , om:Element_246580 , om:Element_264018 , om:Element_240466 , om:Element_251769 , om:Element_267474 , om:Element_250038 , om:Element_275447 , om:Element_258850 , om:Element_267958 , om:Element_269460 , om:Element_245634 , om:Element_254053 , om:Element_270835 , om:Element_256448 , om:Element_259571 , om:Element_241280 , om:Element_237714 , om:Element_239246 , om:Element_261809 , om:Element_246948 , om:Element_274877 , om:Element_258498 , om:Element_237312 , om:Element_276017 , om:Element_247324 , om:Element_241686 , om:Element_264293 , om:Element_250806 , om:Element_251081 , om:Element_269956 , om:Element_271427 , om:Element_257588 , om:Element_252940 , om:Element_275732 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81mNbdT5\" .\n", "\n", "om:Element_155509 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:144087\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQP\" .\n", "\n", "om:Element_174149 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150488\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA_M\" .\n", "\n", "om:Element_158927 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146934\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDcu\" .\n", "\n", "om:Element_176527 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150766\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAYW\" .\n", "\n", "om:Element_178905 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151108\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeA\" .\n", "\n", "om:Element_6438 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122565\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9_\" .\n", "\n", "om:Element_187175 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151685\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz83\" .\n", "\n", "om:Element_198684 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151721\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8l\" .\n", "\n", "om:Element_180186 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151185\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhV\" .\n", "\n", "om:Element_270256 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152094\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2O\" .\n", "\n", "om:Element_274592 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152149\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3J\" .\n", "\n", "om:Element_256448 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152058\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDy\" .\n", "\n", "om:Element_240872 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152014\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD8\" .\n", "\n", "om:Element_171276 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150143\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAun\" .\n", "\n", "om:Element_173654 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150453\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$x\" .\n", "\n", "om:Element_930 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122481\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BA\" .\n", "\n", "om:BuildingStorey_161\n", " a bot:Storey , brick:Floor ;\n", " rdfs:label \"01 - Entry Level\" ;\n", " brick:isPartOf om:Building_142 ;\n", " bot:containsElement om:Element_160938 , om:Element_157315 , om:Element_163948 , om:Element_174945 , om:Element_4062 , om:Element_6546 , om:Element_164045 , om:Element_158422 , om:Element_155412 , om:Element_3522 , om:Element_2658 , om:Element_171577 , om:Element_5898 , om:Element_3414 , om:Element_161336 , om:Element_156519 , om:Element_164550 , om:Element_170587 , om:Element_153208 , om:Element_175042 , om:Element_175333 , om:Element_154412 , om:Element_176129 , om:Element_170781 , om:Element_169500 , om:Element_163443 , om:Element_161637 , om:Element_156014 , om:Element_1686 , om:Element_168306 , om:Element_171480 , om:Element_6330 , om:Element_7795 , om:Element_155208 , om:Element_169888 , om:Element_179196 , om:Element_179992 , om:Element_159734 , om:Element_165851 , om:Element_179002 , om:Element_151187 , om:Element_176818 , om:Element_154810 , om:Element_161142 , om:Element_163249 , om:Element_178905 , om:Element_176226 , om:Element_2874 , om:Element_162142 , om:Element_167811 , om:Element_156713 , om:Element_173256 , om:Element_175537 , om:Element_168403 , om:Element_175440 , om:Element_169102 , om:Element_173654 , om:Element_7621 , om:Element_164647 , om:Element_4278 , om:Element_161239 , om:Element_153004 , om:Element_162045 , om:Element_151897 , om:Element_155810 , om:Element_180681 , om:Element_167714 , om:Element_159637 , om:Element_151596 , om:Element_165657 , om:Element_163142 , om:Element_3738 , om:Element_180584 , om:Element_168015 , om:Element_152004 , om:Element_4386 , om:Element_170490 , om:Element_176430 , om:Element_169199 , om:Element_153606 , om:Element_7221 , om:Element_162647 , om:Element_157917 , om:Element_177711 , om:Element_172858 , om:Element_159336 , om:Element_1794 , om:Element_178303 , om:Element_158325 , om:Element_7360 , om:Element_165152 , om:Element_165550 , om:Element_6870 , om:Element_159132 , om:Element_173353 , om:Element_156111 , om:Element_171179 , om:Element_171082 , om:Element_154004 , om:Element_170684 , om:Element_163647 , om:Element_179400 , om:Element_175139 , om:Element_6438 , om:Element_1254 , om:Element_276896 , om:Element_4818 , om:Element_5358 , om:Element_169296 , om:Element_175236 , om:Element_173751 , om:Element_179895 , om:Element_276722 , om:Element_166423 , om:Element_157422 , om:Element_163346 , om:Element_3846 , om:Element_153402 , om:Element_157820 , om:Element_174644 , om:Element_168209 , om:Element_152402 , om:Element_175828 , om:Element_164948 , om:Element_169393 , om:Element_2766 , om:Element_154907 , om:Element_162239 , om:Element_166326 , om:Element_177915 , om:Element_162841 , om:Element_173159 , om:Element_160433 , om:Element_2118 , om:Element_150787 , om:Element_170092 , om:Element_160637 , om:Element_3198 , om:Element_168112 , om:Element_178701 , om:Element_155111 , om:Element_161035 , om:Element_172664 , om:Element_179594 , om:Element_161540 , om:Element_2334 , om:Element_180487 , om:Element_156616 , om:Element_172761 , om:Element_174450 , om:Element_1362 , om:Element_158723 , om:Element_166821 , om:Element_165055 , om:Element_277070 , om:Element_151703 , om:Element_172266 , om:Element_167617 , om:Element_165453 , om:Element_178410 , om:Element_167413 , om:Element_160841 , om:Element_163045 , om:Element_166724 , om:Element_177313 , om:Element_7534 , om:Element_167316 , om:Element_173955 , om:Element_152606 , om:Element_276601 , om:Element_413 , om:Element_153509 , om:Element_606 , om:Element_174052 , om:Element_162948 , om:Element_154305 , om:Element_174547 , om:Element_166918 , om:Element_161938 , om:Element_153703 , om:Element_179788 , om:Element_6978 , om:Element_168607 , om:Element_159831 , om:Element_178507 , om:Element_158024 , om:Element_172965 , om:Element_175935 , om:Element_164346 , om:Element_161841 , om:Element_156917 , om:Element_151363 , om:Element_8249 , om:Element_157723 , om:Element_162744 , om:Element_176624 , om:Element_172363 , om:Element_180283 , om:Element_1146 , om:Element_153810 , om:Element_151800 , om:Element_171373 , om:Element_163851 , om:Element_164851 , om:Element_4926 , om:Element_174838 , om:Element_152703 , om:Element_152800 , om:Element_171276 , om:Element_4170 , om:Element_169995 , om:Element_176721 , om:Element_6654 , om:Element_3954 , om:Element_179691 , om:Element_3630 , om:Element_180390 , om:Element_1578 , om:Element_160336 , om:Element_166000 , om:Element_8129 , om:Element_160540 , om:Element_277157 , om:Element_173062 , om:Element_152305 , om:Element_178604 , om:Element_155509 , om:Element_158519 , om:Element_155014 , om:Element_6222 , om:Element_158121 , om:Element_156315 , om:Element_179497 , om:Element_7917 , om:Element_160035 , om:Element_154111 , om:Element_168510 , om:Element_6114 , om:Element_169597 , om:Element_8361 , om:Element_157616 , om:Element_167520 , om:Element_178012 , om:Element_276809 , om:Element_158820 , om:Element_157519 , om:Element_162540 , om:Element_2442 , om:Element_155713 , om:Element_2226 , om:Element_5142 , om:Element_171771 , om:Element_152499 , om:Element_1038 , om:Element_170383 , om:Element_172567 , om:Element_176032 , om:Element_168898 , om:Element_157121 , om:Element_276983 , om:Element_157014 , om:Element_162443 , om:Element_166627 , om:Element_178798 , om:Element_177216 , om:Element_174149 , om:Element_153101 , om:Element_169005 , om:Element_150897 , om:Element_167219 , om:Element_170286 , om:Element_177119 , om:Element_160132 , om:Element_5466 , om:Element_151499 , om:Element_154208 , om:Element_158626 , om:Element_4494 , om:Element_176925 , om:Element_159024 , om:Element_152907 , om:Element_172169 , om:Element_180089 , om:Element_172470 , om:Element_6006 , om:Element_173460 , om:Element_151035 , om:Element_179099 , om:Element_171674 , om:Element_165356 , om:Element_714 , om:Element_163744 , om:Element_167122 , om:Element_157218 , om:Element_7708 , om:Element_5034 , om:Element_153305 , om:Element_5790 , om:Element_164249 , om:Element_2010 , om:Element_167908 , om:Element_4710 , om:Element_156820 , om:Element_171975 , om:Element_3306 , om:Element_156412 , om:Element_179293 , om:Element_4602 , om:Element_164754 , om:Element_154509 , om:Element_1902 , om:Element_161443 , om:Element_164453 , om:Element_177022 , om:Element_173557 , om:Element_154606 , om:Element_177420 , om:Element_930 , om:Element_178206 , om:Element_2550 , om:Element_175731 , om:Element_166530 , om:Element_161744 , om:Element_7086 , om:Element_160734 , om:Element_155917 , om:Element_158218 , om:Element_2982 , om:Element_176527 , om:Element_177808 , om:Element_180186 , om:Element_176323 , om:Element_155616 , om:Element_177517 , om:Element_152198 , om:Element_159229 , om:Element_165249 , om:Element_178109 , om:Element_156218 , om:Element_168704 , om:Element_6762 , om:Element_170985 , om:Element_155315 , om:Element_162346 , om:Element_158927 , om:Element_1470 , om:Element_160239 , om:Element_171868 , om:Element_170878 , om:Element_164152 , om:Element_165754 , om:Element_5574 , om:Element_166132 , om:Element_5682 , om:Element_170189 , om:Element_169694 , om:Element_154713 , om:Element_822 , om:Element_175634 , om:Element_7447 , om:Element_159433 , om:Element_174343 , om:Element_163550 , om:Element_172072 , om:Element_153907 , om:Element_174741 , om:Element_5250 , om:Element_167025 , om:Element_177614 , om:Element_3090 , om:Element_173848 , om:Element_169791 , om:Element_168801 , om:Element_174246 , om:Element_159530 , om:Element_152101 , om:Element_159938 , om:Element_166229 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81mNbdSu\" .\n", "\n", "om:Element_153509 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143634\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDLS\" .\n", "\n", "om:Element_231329 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151959\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCH\" .\n", "\n", "om:Element_170781 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150108\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuI\" .\n", "\n", "om:Element_267958 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152089\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2V\" .\n", "\n", "om:Element_167219 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149636\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApA\" .\n", "\n", "om:Element_165851 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149307\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHADr\" .\n", "\n", "om:Element_257588 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152062\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDu\" .\n", "\n", "om:Element_190980 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151701\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8J\" .\n", "\n", "om:Element_45761 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124810\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3DE\" .\n", "\n", "om:Element_164346 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148641\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA3l\" .\n", "\n", "om:Element_166724 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149579\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAm5\" .\n", "\n", "om:Element_267474 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152088\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2U\" .\n", "\n", "om:Element_182665 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151644\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBQ\" .\n", "\n", "om:Element_233199 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151976\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCk\" .\n", "\n", "om:Element_151800 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142811\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCcL\" .\n", "\n", "om:Element_156820 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:145670\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDr8\" .\n", "\n", "om:Element_2010 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122492\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B7\" .\n", "\n", "om:Element_2982 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122503\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8y\" .\n", "\n", "om:Element_186735 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151681\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz87\" .\n", "\n", "om:Element_30094 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124713\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fj\" .\n", "\n", "om:Element_163851 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148525\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA1Z\" .\n", "\n", "om:Element_132948 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128397\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR10\" .\n", "\n", "om:Element_230999 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151956\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCI\" .\n", "\n", "om:Element_155315 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:144012\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDR2\" .\n", "\n", "om:Element_14342 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124600\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39y\" .\n", "\n", "om:Element_250038 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152038\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDW\" .\n", "\n", "om:Element_162346 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148176\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQU\" .\n", "\n", "om:Element_151499 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142650\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCbq\" .\n", "\n", "om:Element_179196 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151111\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAe9\" .\n", "\n", "om:Element_276983 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:750mm:153422\" ;\n", " props:hasCompressedGuid \"2$M5myxLHBzRtkBVyhm0OS\" .\n", "\n", "om:Element_15966 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124608\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ384\" .\n", "\n", "om:Element_171082 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150141\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAup\" .\n", "\n", "om:Element_173460 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150451\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$z\" .\n", "\n", "om:Element_184425 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151660\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBg\" .\n", "\n", "om:Element_6654 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122567\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9y\" .\n", "\n", "om:Element_413 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122477\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BM\" .\n", "\n", "om:Element_4710 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122525\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8c\" .\n", "\n", "om:Element_167025 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149634\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApC\" .\n", "\n", "om:Element_232759 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151972\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCY\" .\n", "\n", "om:Element_1578 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122487\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_BC\" .\n", "\n", "om:Element_152101 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142932\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCeQ\" .\n", "\n", "om:Element_154907 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143911\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDPf\" .\n", "\n", "om:Element_13934 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124598\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39o\" .\n", "\n", "om:Element_166530 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149577\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAm7\" .\n", "\n", "om:Element_164152 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148558\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA00\" .\n", "\n", "om:Element_161938 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148127\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHARH\" .\n", "\n", "om:Element_203529 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151734\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8m\" .\n", "\n", "om:Element_37769 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124773\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EX\" .\n", "\n", "om:Element_212044 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151761\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9N\" .\n", "\n", "om:Element_213913 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151767\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9H\" .\n", "\n", "om:Element_186075 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151675\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBz\" .\n", "\n", "om:Element_193792 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151708\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8Q\" .\n", "\n", "om:Element_169393 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150037\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvR\" .\n", "\n", "om:Element_166000 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149309\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHADp\" .\n", "\n", "om:Element_207691 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151747\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz95\" .\n", "\n", "om:Element_4170 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122516\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8l\" .\n", "\n", "om:Element_263529 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152080\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2M\" .\n", "\n", "om:Element_152907 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143170\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCiC\" .\n", "\n", "om:Element_191778 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151703\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8H\" .\n", "\n", "om:Element_234519 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151988\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCo\" .\n", "\n", "om:Element_247324 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152031\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDP\" .\n", "\n", "om:Element_230229 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151949\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCB\" .\n", "\n", "om:Element_21308 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124638\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38Q\" .\n", "\n", "om:Element_156713 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:145668\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDrA\" .\n", "\n", "om:Element_3306 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122506\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8n\" .\n", "\n", "om:Element_28254 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124692\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FG\" .\n", "\n", "om:Element_163744 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148523\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA1b\" .\n", "\n", "om:Element_247734 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152032\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDc\" .\n", "\n", "om:Element_155208 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:144010\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDR4\" .\n", "\n", "om:Element_181565 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151634\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBK\" .\n", "\n", "om:Element_158626 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146742\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDbu\" .\n", "\n", "om:Element_176226 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150689\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZl\" .\n", "\n", "om:Element_178604 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150977\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAcF\" .\n", "\n", "om:Element_274024 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152147\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3L\" .\n", "\n", "om:Element_232099 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151966\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCO\" .\n", "\n", "om:Element_162239 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148174\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQ0\" .\n", "\n", "om:Element_32554 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124745\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3ED\" .\n", "\n", "om:Element_185635 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151671\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBn\" .\n", "\n", "om:Element_246948 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152030\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDO\" .\n", "\n", "om:Element_154713 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143866\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDMq\" .\n", "\n", "om:Element_175731 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150656\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZE\" .\n", "\n", "om:Element_173353 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150449\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$$\" .\n", "\n", "om:Element_6870 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122569\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9o\" .\n", "\n", "om:Element_161744 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148042\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAO4\" .\n", "\n", "om:Element_150897 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:139121\" ;\n", " props:hasCompressedGuid \"3Cq0759frBlvbPwD18w2KL\" .\n", "\n", "om:Element_244506 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152023\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDH\" .\n", "\n", "om:Element_45478 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124808\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3DC\" .\n", "\n", "om:Element_153208 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143569\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDIV\" .\n", "\n", "om:Element_16778 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124612\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ380\" .\n", "\n", "om:Element_209110 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151752\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9E\" .\n", "\n", "om:Element_170189 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150072\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvs\" .\n", "\n", "om:Element_172567 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150350\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAy0\" .\n", "\n", "om:Element_174945 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150610\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWS\" .\n", "\n", "om:Element_40679 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124788\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Em\" .\n", "\n", "om:Element_159734 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147706\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAIq\" .\n", "\n", "om:Element_1794 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122490\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B1\" .\n", "\n", "om:Element_160239 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147771\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALr\" .\n", "\n", "om:Element_165550 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:149200\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAAU\" .\n", "\n", "om:Element_183325 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151650\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBa\" .\n", "\n", "om:Element_46642 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124820\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3DG\" .\n", "\n", "om:Element_229239 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151940\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC2\" .\n", "\n", "om:Element_164045 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148556\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA02\" .\n", "\n", "om:Element_166423 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149575\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAm9\" .\n", "\n", "om:Element_168801 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149976\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsM\" .\n", "\n", "om:Element_231659 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151962\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCS\" .\n", "\n", "om:Element_254336 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152051\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDr\" .\n", "\n", "om:Element_8805 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124559\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39B\" .\n", "\n", "om:Element_47017 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124822\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3DI\" .\n", "\n", "om:Element_271427 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152098\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2a\" .\n", "\n", "om:Element_196968 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151716\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8Y\" .\n", "\n", "om:Element_163550 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148406\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAVu\" .\n", "\n", "om:Element_5466 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122544\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8B\" .\n", "\n", "om:Element_155014 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143913\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDPd\" .\n", "\n", "om:Element_176032 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150687\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZH\" .\n", "\n", "om:Element_178410 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150975\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdn\" .\n", "\n", "om:Element_162045 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148129\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHARl\" .\n", "\n", "om:Element_182995 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151647\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBP\" .\n", "\n", "om:Element_3522 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122508\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8t\" .\n", "\n", "om:Element_7360 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:122796\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmEVak\" .\n", "\n", "om:Element_31528 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124732\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fu\" .\n", "\n", "om:Element_207994 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151748\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz92\" .\n", "\n", "om:Element_192162 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151704\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8U\" .\n", "\n", "om:Element_233419 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151978\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCi\" .\n", "\n", "om:Element_23348 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:124657\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38r\" .\n", "\n", "om:Element_158519 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146740\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDbw\" .\n", "\n", "om:Element_204765 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151738\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8y\" .\n", "\n", "om:Element_188240 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151694\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz88\" .\n", "\n", "om:Element_200222 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151725\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8h\" .\n", "\n", "om:Element_169102 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150011\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAsr\" .\n", "\n", "om:Element_222643 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151787\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9j\" .\n", "\n", "om:Element_192572 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151705\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8V\" .\n", "\n", "om:Element_179992 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151183\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAh1\" .\n", "\n", "om:Element_28557 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124694\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FI\" .\n", "\n", "om:Element_154606 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143864\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDMs\" .\n", "\n", "om:Element_7447 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:122873\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmEVbx\" .\n", "\n", "om:Element_184755 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151663\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBf\" .\n", "\n", "om:Element_161637 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148040\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAO6\" .\n", "\n", "om:Element_256727 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152059\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDz\" .\n", "\n", "om:Element_46346 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124818\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3DM\" .\n", "\n", "om:Element_27518 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124688\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FK\" .\n", "\n", "om:Element_174838 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150608\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWU\" .\n", "\n", "om:Element_235069 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151993\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC$\" .\n", "\n", "om:Element_2118 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122493\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B6\" .\n", "\n", "om:Element_27066 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124686\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3FA\" .\n", "\n", "om:Element_201758 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151729\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8t\" .\n", "\n", "om:Building_142 a bot:Building , brick:Building ;\n", " rdfs:label \"\" ;\n", " brick:hasPart om:BuildingStorey_179 , om:BuildingStorey_161 , om:BuildingStorey_157 , om:BuildingStorey_173 , om:BuildingStorey_167 ;\n", " bot:hasStorey om:BuildingStorey_179 , om:BuildingStorey_167 , om:BuildingStorey_173 , om:BuildingStorey_161 , om:BuildingStorey_157 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81peQ5Xq\" .\n", "\n", "om:Element_152606 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143131\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCjL\" .\n", "\n", "om:Element_249654 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152037\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDZ\" .\n", "\n", "om:Element_257867 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152063\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDv\" .\n", "\n", "om:Element_268469 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152090\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2S\" .\n", "\n", "om:Element_25343 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124672\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3F4\" .\n", "\n", "om:Element_156412 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:145611\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDo5\" .\n", "\n", "om:Element_182225 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151640\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBU\" .\n", "\n", "om:Element_203873 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151735\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8n\" .\n", "\n", "om:Element_5682 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122547\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_88\" .\n", "\n", "om:Element_209389 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151753\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9F\" .\n", "\n", "om:Element_167908 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149742\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAoW\" .\n", "\n", "om:Element_163443 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148404\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAVw\" .\n", "\n", "om:Element_30373 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124715\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fl\" .\n", "\n", "om:Element_158325 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146655\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDYH\" .\n", "\n", "om:Element_178303 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150973\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAdp\" .\n", "\n", "om:Element_234849 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151991\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCn\" .\n", "\n", "om:Element_230559 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151952\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCM\" .\n", "\n", "om:Element_254639 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152052\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDo\" .\n", "\n", "om:Element_4818 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122528\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8R\" .\n", "\n", "om:Element_175139 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150612\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAWQ\" .\n", "\n", "om:Element_154412 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143821\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDM3\" .\n", "\n", "om:Element_184095 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151657\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBl\" .\n", "\n", "om:Element_177517 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150860\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAa2\" .\n", "\n", "om:Element_253678 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152049\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDt\" .\n", "\n", "om:Element_161443 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147937\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAMl\" .\n", "\n", "om:Element_7221 a beo:Column , bot:Element ;\n", " rdfs:label \"UC-Universal Column-Column:356x368x129UC:122695\" ;\n", " props:hasCompressedGuid \"2Ci2k7uxXCqAqqsxOmEVd5\" .\n", "\n", "om:Element_181895 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151637\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBJ\" .\n", "\n", "om:Element_172266 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150247\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAwf\" .\n", "\n", "om:Element_174644 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150561\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAXl\" .\n", "\n", "om:Element_260612 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152071\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz21\" .\n", "\n", "om:Element_159433 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147651\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAID\" .\n", "\n", "om:Element_276487 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:152179\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3r\" .\n", "\n", "om:Element_185965 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151674\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBy\" .\n", "\n", "om:Element_232319 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151968\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCc\" .\n", "\n", "om:Element_226121 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151839\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzEP\" .\n", "\n", "om:Element_213569 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151766\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9G\" .\n", "\n", "om:Element_180681 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151226\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhq\" .\n", "\n", "om:Element_44682 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124804\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3D0\" .\n", "\n", "om:Element_157917 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146570\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDZ4\" .\n", "\n", "om:Element_4278 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122517\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8k\" .\n", "\n", "om:Element_171771 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150196\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAxw\" .\n", "\n", "om:Element_8361 a beo:Wall , bot:Element ;\n", " rdfs:label \"Basic Wall:Exterior - 300mm Concrete:124110\" ;\n", " props:hasCompressedGuid \"01SfNHv5nEReC9M9Bzo7Oy\" .\n", "\n", "om:Element_251425 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152042\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDi\" .\n", "\n", "om:Element_168209 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149746\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAoy\" .\n", "\n", "om:Element_33006 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124747\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EF\" .\n", "\n", "om:Element_2334 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122495\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B4\" .\n", "\n", "om:Element_170985 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150140\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuo\" .\n", "\n", "om:Element_167714 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149693\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApp\" .\n", "\n", "om:Element_183655 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151653\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBZ\" .\n", "\n", "om:Element_234189 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151985\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCt\" .\n", "\n", "om:Element_18030 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124620\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ388\" .\n", "\n", "om:Element_229569 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151943\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzC1\" .\n", "\n", "om:Element_241686 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152016\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDM\" .\n", "\n", "om:Element_151363 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142649\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCbt\" .\n", "\n", "om:Element_202142 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151730\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8q\" .\n", "\n", "om:Element_231989 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151965\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCR\" .\n", "\n", "om:Element_6006 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122553\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_82\" .\n", "\n", "om:Element_6978 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122570\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_9n\" .\n", "\n", "om:Element_191352 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151702\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8G\" .\n", "\n", "om:Element_11936 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124585\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39j\" .\n", "\n", "om:Element_158218 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146653\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDYJ\" .\n", "\n", "om:Element_188612 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151695\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz89\" .\n", "\n", "om:Element_265457 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152084\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2I\" .\n", "\n", "om:Element_155810 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:144124\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDQo\" .\n", "\n", "om:Element_172072 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150245\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAwh\" .\n", "\n", "om:Element_174450 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150559\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAXH\" .\n", "\n", "om:Element_181125 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151630\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzB8\" .\n", "\n", "om:Element_162841 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148268\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHATY\" .\n", "\n", "om:BuildingStorey_157\n", " a brick:Floor , bot:Storey ;\n", " rdfs:label \"Sub Level\" ;\n", " brick:isPartOf om:Building_142 ;\n", " props:hasCompressedGuid \"0hozoFnxj9leOc81mNbTXn\" .\n", "\n", "om:Element_179691 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151152\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAe_\" .\n", "\n", "om:Element_132668 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128372\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR2v\" .\n", "\n", "om:Element_47550 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:305x165x40UB:125972\" ;\n", " props:hasCompressedGuid \"2KAei9id52lOmXjM$MzgA5\" .\n", "\n", "om:Element_154305 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143819\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDM5\" .\n", "\n", "om:Element_157723 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146451\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDXT\" .\n", "\n", "om:Element_210954 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151758\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz98\" .\n", "\n", "om:Element_36437 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124767\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3ER\" .\n", "\n", "om:Element_168015 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149744\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAo_\" .\n", "\n", "om:Element_161336 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147935\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAMH\" .\n", "\n", "om:Element_233749 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151981\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCh\" .\n", "\n", "om:Element_196206 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151714\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8a\" .\n", "\n", "om:Element_258850 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152066\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz24\" .\n", "\n", "om:Element_153810 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143721\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDKd\" .\n", "\n", "om:Element_151187 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:142647\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCbv\" .\n", "\n", "om:Element_167520 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149691\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApr\" .\n", "\n", "om:Element_4494 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122521\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8Y\" .\n", "\n", "om:Element_160841 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147863\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANP\" .\n", "\n", "om:Element_152305 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143086\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCgW\" .\n", "\n", "om:Element_187065 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151684\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz82\" .\n", "\n", "om:Element_215633 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151772\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9Q\" .\n", "\n", "om:Element_2550 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122497\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8w\" .\n", "\n", "om:Element_150369 a beo:Wall , bot:Element ;\n", " rdfs:label \"Floor:160mm Concrete With 50mm Metal Deck:134840\" ;\n", " props:hasCompressedGuid \"0aYFEk44n5JQyLfEcxCIcA\" .\n", "\n", "om:Element_156111 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:144367\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDUX\" .\n", "\n", "om:Element_169597 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150040\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAvM\" .\n", "\n", "om:Element_235399 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151996\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCw\" .\n", "\n", "om:Element_170878 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150138\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuq\" .\n", "\n", "om:Element_262841 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152078\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz28\" .\n", "\n", "om:Element_231219 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151958\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCG\" .\n", "\n", "om:Element_163142 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148343\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHASv\" .\n", "\n", "om:Element_158024 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:146572\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDZ2\" .\n", "\n", "om:Element_277701 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:254x102x28UB:187046\" ;\n", " props:hasCompressedGuid \"09KD49MHTAmgrPjP7hgCV4\" .\n", "\n", "om:Element_194196 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151709\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8R\" .\n", "\n", "om:Element_151035 a beo:Wall , bot:Element ;\n", " rdfs:label \"Floor:Generic 300mm:139467\" ;\n", " props:hasCompressedGuid \"22O7WvOu1F3RpVxpkqDC6M\" .\n", "\n", "om:Element_40165 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:124784\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Eq\" .\n", "\n", "om:Element_6222 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122559\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_84\" .\n", "\n", "om:Element_205396 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151740\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8w\" .\n", "\n", "om:Element_14748 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124602\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ39_\" .\n", "\n", "om:Element_154111 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:143770\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDNK\" .\n", "\n", "om:Element_182555 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151643\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBT\" .\n", "\n", "om:Element_177216 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150807\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAbP\" .\n", "\n", "om:Element_39130 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124779\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3El\" .\n", "\n", "om:Element_233089 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151975\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCX\" .\n", "\n", "om:Element_161142 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147900\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANo\" .\n", "\n", "om:Element_35987 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124765\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3EP\" .\n", "\n", "om:Element_163948 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148526\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA1W\" .\n", "\n", "om:Element_186625 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151680\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz86\" .\n", "\n", "om:Element_277866 a beo:Beam , bot:Element ;\n", " rdfs:label \"UB-Universal Beam:254x102x28UB:187137\" ;\n", " props:hasCompressedGuid \"09KD49MHTAmgrPjP7hgCPZ\" .\n", "\n", "om:Element_31807 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124736\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3E4\" .\n", "\n", "om:Element_189014 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151696\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8M\" .\n", "\n", "om:Element_242498 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152018\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDK\" .\n", "\n", "om:Element_252661 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152046\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDe\" .\n", "\n", "om:Element_1146 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122483\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B8\" .\n", "\n", "om:Element_230889 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151955\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCL\" .\n", "\n", "om:Element_174343 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:150557\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAXJ\" .\n", "\n", "om:Element_176721 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150768\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAY_\" .\n", "\n", "om:Element_159132 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:147371\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDlb\" .\n", "\n", "om:Element_222060 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151785\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9l\" .\n", "\n", "om:Element_19459 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124628\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38G\" .\n", "\n", "om:Element_180089 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151184\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAhU\" .\n", "\n", "om:Element_240056 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152012\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDA\" .\n", "\n", "om:Element_157616 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:146449\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDXV\" .\n", "\n", "om:Element_171179 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150142\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAum\" .\n", "\n", "om:Element_173557 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150452\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA$w\" .\n", "\n", "om:Element_175935 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150686\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAZG\" .\n", "\n", "om:Element_178798 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:151106\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeC\" .\n", "\n", "om:Element_184315 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151659\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBj\" .\n", "\n", "om:Element_236134 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152002\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD4\" .\n", "\n", "om:Element_153703 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:143719\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHDKf\" .\n", "\n", "om:Element_258498 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152065\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz27\" .\n", "\n", "om:Element_170684 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150107\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAuL\" .\n", "\n", "om:Element_199428 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151723\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8j\" .\n", "\n", "om:Element_159938 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:147736\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHALM\" .\n", "\n", "om:Element_240466 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152013\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzDB\" .\n", "\n", "om:Element_167413 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-4 Pile:2000 x 2000 x 900mm:149689\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHApt\" .\n", "\n", "om:Element_160734 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:147861\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHANR\" .\n", "\n", "om:Element_165754 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:149203\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAAT\" .\n", "\n", "om:Element_18402 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124622\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ38A\" .\n", "\n", "om:Element_232649 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151971\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCb\" .\n", "\n", "om:Element_3846 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122511\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_8q\" .\n", "\n", "om:Element_164249 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:148559\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHA01\" .\n", "\n", "om:Element_166627 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:149578\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAm4\" .\n", "\n", "om:Element_199838 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:151724\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz8g\" .\n", "\n", "om:Element_131550 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:300 x 600mm:128213\" ;\n", " props:hasCompressedGuid \"2s$U3rTsz2Ag8ZA65PVR4O\" .\n", "\n", "om:Element_1902 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:122491\" ;\n", " props:hasCompressedGuid \"18YHwga450Mw4Fy6M5t_B0\" .\n", "\n", "om:Element_151703 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:400mm Diameter:142810\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHCcK\" .\n", "\n", "om:Element_177022 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:150805\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAbR\" .\n", "\n", "om:Element_179400 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151149\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAeZ\" .\n", "\n", "om:Element_236908 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:152004\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzD2\" .\n", "\n", "om:Element_183985 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151656\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzBk\" .\n", "\n", "om:Element_276199 a beo:Wall , bot:Element ;\n", " rdfs:label \"Floor:Concrete Deck - Tapered Insulation:152157\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz3R\" .\n", "\n", "om:Element_229899 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151946\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCC\" .\n", "\n", "om:Element_221564 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:151784\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz9k\" .\n", "\n", "om:Element_162540 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile Cap-2 Pile:800 x 1800 x 900mm:148219\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAQr\" .\n", "\n", "om:Element_30652 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:400 x 800mm:124724\" ;\n", " props:hasCompressedGuid \"1WrzGm1SD2ev45B_OWQ3Fm\" .\n", "\n", "om:Element_179099 a beo:Wall , bot:Element ;\n", " rdfs:label \"M_Pile-Steel Pipe:500mm Diameter:151110\" ;\n", " props:hasCompressedGuid \"01U2Ox69TF78CjGAzXHAe8\" .\n", "\n", "om:Element_234409 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151987\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCr\" .\n", "\n", "om:Element_269460 a beo:Beam , bot:Element ;\n", " rdfs:label \"M_Concrete-Rectangular Beam:600 x 900:152092\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtz2Q\" .\n", "\n", "om:Element_230119 a beo:Column , bot:Element ;\n", " rdfs:label \"M_Concrete-Round-Column:450mm:151948\" ;\n", " props:hasCompressedGuid \"2UD3D7uxP8kecbbBCRtzCA\" .\n", "\n" ] } ], "source": [ "s = requests.Session()\n", "s.get(url, verify=False)\n", "\n", "file_path = \"./repository/ifc/files/file.ifc\"\n", "\n", "try:\n", " files = [('file',(file_path,open(file_path, 'rb'),'application/octet-stream'))]\n", "finally:\n", " os.remove(file_path)\n", "\n", "headers_post = {\n", " 'Cookie': 'JSESSIONID=' + s.cookies.get_dict()['JSESSIONID']\n", "}\n", "headers_get = {\n", " 'Cookie': 'JSESSIONID=' + s.cookies.get_dict()['JSESSIONID']\n", "}\n", "\n", "response_post = requests.post(url_post, headers=headers_post, files=files, verify=\"./repository/certs.pem\")\n", "response_get = requests.get(url_get, headers=headers_get, verify=\"./repository/certs.pem\")\n", "print(response_get.text)\n", "\n", "raw_graph = response_get.text" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3.10.2 64-bit ('3.10.2')", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.2" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "a9c44c8ff930b067c6bc3f134a348d3cb9f19f01dfb46c39e0c18c228169b636" } } }, "nbformat": 4, "nbformat_minor": 2 }