A building can contain millions of data points and still know remarkably little about itself.
A building management system may know that T_204 = 25.8°C. A BIM model may know that Room 204 exists. An HVAC drawing may show which air-handling unit serves it. A maintenance record may document that a control valve was replaced last month. An energy meter records the resulting consumption.
Each system holds part of the answer.
The problem is that they rarely know about each other. Research across BIM, facility management, building energy management and digital twins repeatedly identifies fragmented data sources, incompatible semantics, weak interoperability and organizational silos as persistent barriers to effective building operation.1234
The next step in building digitalization is not collecting more data.
It is connecting what the building already knows.
The problem
Buildings accumulate information across their entire lifecycle: drawings, specifications and BIM models from design; thousands of time-series signals from automation; consumption from meters, conditions from IoT devices, interventions from maintenance systems, and certificates and commissioning reports describing the building again from another angle.
These sources describe the same physical asset. They were rarely designed to work together.
One air-handling unit
A single physical machine, five records that do not reference each other
AHU-03in a drawingTK03in a Finnish equipment schedule1kZ4h$8Y1Cxu...an IFC object with an internal identifier in BIMAHU3_SF_SPEEDand dozens of related points in a BMSEQ-114-882a different asset identifier in a maintenance systemThat gap is one of the fundamental problems in building intelligence.
Systematic reviews covering more than one hundred studies keep identifying the same pattern: fragmented information, heterogeneous schemas, limited interoperability, and legacy infrastructure that was never standardized.123
The difficulty is not storing building data. It is establishing what the data mean and how they relate.
More integration is not necessarily more intelligence
The conventional answer is integration. Connect the API, build a warehouse, export the BIM model, stream the BMS into the cloud. Useful steps, but putting information in the same infrastructure does not make it connected.
What the database contains
- Room 204
- AHU-03
- temperature sensor T_204
- heating circuit HC-2
- occupancy schedule
- BMS trend data
What actually matters
- Room 204 belongs to Zone B.
- Zone B is served by AHU-03.
- AHU-03's heating coil is fed by Heating Circuit 2.
- Sensor T_204 measures Room 204.
- The room should be occupied 08:00 to 16:00.
- The current temperature is 25.8°C.
The critical information is not that these objects exist. That structure is what turns records into context.
Research on building digital twins reaches the same conclusion. The unresolved problems concern semantics, reference models, lifecycle updating and relationships between sources, not database capacity.4567 A data layer and an intelligence layer are not the same thing.
What is a building intelligence layer?
It is the connective layer between heterogeneous building information and the applications that use it. Its purpose is not to replace BIM, BMS, IoT platforms, maintenance systems or document repositories. It connects them.
The important part is the middle. Without it, every application must reconstruct the building independently.
An energy tool has to work out which meter belongs to which system. A fault-detection model needs equipment topology. An AI assistant needs to know which documents, sensors and assets bear on a question. With a shared intelligence layer, those relationships become reusable building knowledge.
Ontologies and knowledge graphs provide much of the technical foundation, with demonstrated semantic integration between BIM, automation systems, sensors, IoT devices and operational information.89101112 The evidence is promising, and still dominated by individual buildings and small demonstrations.
What actually has to be connected
This requires more than converting files into one format. Five problems matter particularly.
Identity
The system must determine when different records describe the same physical thing. AHU-03, TK03, a BIM GUID and a group of BMS points may all refer to one air-handling unit.
Parts of this can be automated: one BIM schedule-mapping study reported more than 95% mapping agreement and more than 85% less manual effort.13 But evidence for reliable entity resolution across arbitrary buildings, legacy systems and inconsistent naming remains limited.
Identity cannot simply be assumed.
Relationships
Rooms belong to zones. Zones are served by ventilation systems. Pumps supply circuits. Meters aggregate loads. Those relationships frequently carry more operational meaning than the individual values.
A real-building Brick-SAREF implementation linking BIM and building automation information was used to deploy demand-flexibility control and reportedly cut control development, configuration and deployment effort by 75%.9
The result is not that graph databases are better. It is that explicit system relationships let applications reuse building context instead of rebuilding it by hand.
Meaning
A value of 25.8 means very little. 25.8°C in a classroom during occupied hours means something. 25.8°C supply-air temperature means something else. 25.8°C from a faulty sensor means something else again.
Semantic models describe, in machine-readable form, what equipment, points and measurements represent. Work with Brick, SAREF and IFC-derived ontologies has demonstrated automated model generation, controls and retrieval.81012
Standardization is not finished. Reviews still report incomplete domain coverage, alignment problems between standards, and weak integration between ontologies and time-series systems.712
Time
A drawing describes the building as designed in 2012. A BIM model represents a renovation from 2019. A maintenance record shows a pump replaced in 2025. The BMS describes what the system is doing now. Without time, all four appear simultaneously correct.
Reviews consistently identify lifecycle updating and time-series integration as unresolved problems in digital-twin and semantic-building architectures.567
The layer needs to represent not just what is known, but when it was true.
Provenance
Machines should be able to answer a simple question: how do you know? If the system says AHU-03 has a design airflow of 2.2 m³/s, that value should lead back to page 14 of the schedule it came from, to the different figure in BIM, and to the measured one in the commissioning report.
A system that stores the answer without the evidence makes verification harder precisely when verification matters.
From data points to building context
Consider the difference between two representations of the same reading.
A measurement on its own
T_204 = 25.8°C
An anomaly detector can compare that number with a threshold. Now add building context.
The same measurement, placed
- Sensor T_204
- measures Room 204
- Room 204 belongs to Zone B
- Zone B is served by AHU-03
- AHU-03 uses Heating Circuit 2
- documented room setpoint is 21°C
- occupancy schedule is 08:00–16:00
- current temperature is 25.8°C
- relevant maintenance intervention occurred recently
The number has not changed. The questions that can be asked have changed completely.
This is the difference between observing a value and understanding its place in the building. A BIM-IoT-maintenance knowledge graph built for an elevator cut information-retrieval tasks from roughly 88–97 minutes to under 2.2 minutes.11 One case is not a general result, but it shows why connected information changes more than search.
Connecting static knowledge with live operation
The largest opportunity may lie at the boundary between what a building is and what a building does. BIM, documents and equipment metadata describe structure and intent. BMS, IoT and meters describe behavior. Connecting them allows one to test the other.
Prototypes have already linked BIM information with live sensors, automation systems and maintenance records.101114 Ontology-driven workflows have gone further and calibrated operational models automatically: across 12 hospital zones and 45 measuring devices, the generated models reached mean absolute errors of 0.40°C for temperature and 32 ppm for CO₂.8
That is technical feasibility, not seamless integration across arbitrary portfolios.
What AI changes
Large language models are good interfaces to information. They are not building information systems. An assistant handed a folder of PDFs, BIM exports and CSVs on every question must reconstruct context from incomplete evidence each time.
A structured intelligence layer changes the problem. Instead of asking a model to guess what TK03 means, the system supplies an established relationship.
What the model is handed instead
TK03 → same asset as AHU-03 → serves Zone B → associated sensors → corresponding documents
The model can then concentrate on interpreting the question, selecting tools, retrieving evidence and explaining the result.
Natural-language BIM querying, graph-grounded digital twins, IFC agents and retrieval-augmented building-code systems have all shown increasingly sophisticated reasoning, with graph-grounded prototypes reporting 95.5–100% answer correctness on particular graph tasks.15161718 These are still research prototypes, and none of it establishes reliable LLM-driven operation of real buildings at scale.
Why it matters
Facility managers already have software. What they still do by hand is reconstruct the building: find the drawing, check the BMS, search the maintenance history, look up the schedule, ask someone whether the system was ever modified.
The intelligence layer makes those connections persistent, and the effect reaches beyond search. Fault detection can use equipment topology. Energy analytics can narrow an abnormal load to the systems capable of producing it. Maintenance teams can tie an alarm to equipment history. AI assistants can retrieve evidence rather than invent context.
The value comes from making building knowledge reusable.
Industry perspective
Three developments are converging: buildings generate increasingly detailed operational data, AI can interpret increasingly heterogeneous technical information, and semantic technologies can represent how physical assets and information sources relate. The unresolved problem is integration at scale.
Research has demonstrated automated model generation, semantic controls, faster retrieval and operational digital twins.891112 Reviews continue to identify legacy-system integration, interoperability, time-series representation, ontology coverage and scalability as open challenges.2467
The likely next step is not one universal model that replaces every existing system. It is a connective architecture that lets those systems stay specialized while exposing their knowledge through a common representation.
What the evidence does not yet support
Not yet established
- That a semantic intelligence layer automatically reduces building energy consumption.
- That arbitrary legacy buildings can be integrated automatically.
- Robust entity resolution across heterogeneous portfolios.
- Reliable autonomous operation of real buildings by AI agents, however well they query BIM models, graphs and regulations.
Most operational demonstrations still involve one building, one system, or a handful of zones. The strongest current conclusion is narrower: connecting building information semantically reduces the effort of retrieving, interpreting and reusing it, and enables applications that are hard to build when every source stays isolated.
That is already a substantial change.
How Struxiva applies these principles
Struxiva starts from a simple premise: no single source contains the building. Documents hold design knowledge, BIM holds geometry and assets, BMS and IoT describe operation, meters reveal consumption, maintenance records describe interventions. The objective is not to move all of it into one giant database. It is to establish the relationships between the sources.
Together these connections form a machine-readable representation of the building.
AI then operates on top of this structure instead of recreating it on every query. That changes the role of the model. It is not the building's memory. It is an interface to the building's connected knowledge.
Key takeaways
- Building information is distributed across BIM, BMS, IoT, meters, documents and maintenance systems that were rarely designed to communicate with one another, and moving them into a common database does not establish their meaning or relationships.
- A building intelligence layer connects entities, relationships, semantics, time, provenance and operational evidence.
- Explicit identity resolution matters because the same physical asset appears under different identifiers across BIM, documents, automation and maintenance systems.
- Connecting static building knowledge with live operational data turns anonymous measurements into contextualized evidence.
- Generative AI becomes more useful when it operates over structured, traceable building knowledge rather than reconstructing the building from raw files on every query.
- Current evidence supports faster retrieval, automated model generation and reduced engineering effort in specific applications. It does not yet demonstrate universal integration, autonomous operation or portfolio-scale energy savings.
- The objective is not to make buildings generate more information. It is to connect the information they already have.
Evidence & references
Fragmentation, silos and interoperability
- Berlato, M., et al. (2025). Systematic review covering 125 studies and identifying fragmented building-data sources, interoperability limitations and organizational silos. Buildings, 15, 2432. doi.org/10.3390/buildings15142432
- Syed, R. A., et al. (2025). Review of facility-management information fragmentation and the need for domain-specific semantic representations. Buildings, 15, 3845. doi.org/10.3390/buildings15213845
- Akbulut, L., et al. (2025). Review of building energy-management systems identifying heterogeneous legacy infrastructure and non-standardized interoperability among adoption barriers. Energies, 18, 6522. doi.org/10.3390/en18246522
- Ghansah, F. (2024). Systematic review of facility-management digital twins, identifying reference models, real-time integration, data complexity and visualization among key challenges. doi.org/10.1108/SASBE-10-2023-0298
Integration, lifecycle updating and semantic gaps
- Putrama, I. M., & Martinek, P. (2024). Study of building-data integration approaches and semantic and unstructured-data challenges. Data in Brief. doi.org/10.1016/j.dib.2024.110853
- Jeddoub, I., et al. (2024). Review of digital-twin integration approaches and limitations in lifecycle updating and maintainability. doi.org/10.1080/19475683.2024.2416135
- Bampoulas, A., et al. (2025). Review of semantic approaches to building information integration, including remaining ontology-coverage and time-series integration challenges. Energy and Buildings. doi.org/10.1016/j.enbuild.2025.116817
Ontologies, knowledge graphs and operational demonstrations
- Bjørnskov, J., et al. (2025). Ontology-based automated model generation and calibration demonstrated for 12 conditioned hospital zones and 45 measuring devices. Applied Energy. doi.org/10.1016/j.apenergy.2025.125597
- Pereira, F. de Andrade, et al. (2025). Brick-SAREF semantic BIM/BAS integration for real-building demand-flexibility control, reporting a 75% reduction in control-development, configuration and deployment effort. Advanced Engineering Informatics. doi.org/10.1016/j.aei.2024.103049
- Donkers, A., et al. (2024). Semantic digital-twin integration of BIM, environmental sensing, occupant information and comfort feedback. Building and Environment. doi.org/10.1016/j.buildenv.2024.112433
- Hosseini, A., et al. (2025). BIM-IoT-maintenance knowledge graph demonstrated for an elevator, reducing evaluated information-retrieval tasks from approximately 88–97 minutes to less than 2.2 minutes. doi.org/10.1108/ECAM-01-2025-0168
- Benfer, R., & Müller, J. (2024). Review of AI-supported semantic digital twins and tasks including sensor classification, relation inference and operational-information extraction. Energy and Buildings. doi.org/10.1016/j.enbuild.2024.114637
- Zhao, T., & Na, R. (2026). Rule-guided semantic mapping of BIM schedules, reporting greater than 95% semantic-mapping agreement and greater than 85% reduction in manual processing effort. Buildings, 16, 1347. doi.org/10.3390/buildings16071347
- Biagini, C., et al. (2024). BIM, IoT and BMS integration through Node-RED, Snap4City, LoRaWAN and Niagara workflows in a university application. Journal of Information Technology in Construction. doi.org/10.36680/j.itcon.2024.049
LLMs and agents over building knowledge
- Liu, D., et al. (2025). Natural-language BIM querying using vector-retrieved prompting, reflection and model adaptation. doi.org/10.1080/00038628.2025.2538505
- Pan, Y., et al. (2026). Graph-grounded digital-twin querying and reasoning using large language models. Automation in Construction. doi.org/10.1016/j.autcon.2026.106791
- Gao, Y., et al. (2026). IFC-Agent for schema-guided IFC querying, graph construction and multi-step building-information reasoning. Automation in Construction. doi.org/10.1016/j.autcon.2026.106888
- Zhu, X.-Q., et al. (2026). Retrieval-augmented and tool-using AI agents for building-code reasoning, reporting improved textual and tabular accuracy. Journal of Computing in Civil Engineering. doi.org/10.1061/JCEMD4.COENG-17659
A building rarely lacks information. It lacks a place where that information is held together. The intelligence layer is that place: identity resolved, relationships explicit, meaning machine-readable, time recorded and every claim still attached to its evidence. What this article describes is a structure that stays true as the building changes, which is a harder problem than building it once.
In future articles, we'll explore how continuous digital twins, data quality, fault detection and predictive maintenance depend on this connective layer staying current rather than being rebuilt at every handover.
Ready to see this in practice?
Talk to us about connecting your building's sources.