The subject matter disclosed herein relates generally to building management systems, and more particularly to a building management system having a knowledge base and a method of creating the knowledge base.
A building management system may be used to read building system data from a building system and to write building system data to a building system. For example, in an HVAC application, a building management system may be used to read existing chiller water temperatures and to write an updated chiller water temperature set point to the chiller controller. Existing building management systems are highly diversified in terms of: 1) data representation and technological frameworks; 2) terminology and conceptual models; and 3) protocols and communication channels to access managed devices. As a result, building management systems are independent silos, i.e., isolated data stores incapable of reciprocal operation with each-other, even when managing the same building/site.
According to one embodiment, a building management system for a building system includes a building system interface configured to receive building system data; a knowledge base configured to receive the building system data, the knowledge base providing a model of the building system, the model including semantic descriptions of the building system data, the semantic descriptions of the building system data being arranged in an ontology; and a user interface configured to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include a semantic registration module configured to generate metadata in response to the building system data.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein the metadata is generated at least one of manually, semi-automatically or automatically.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein the metadata and building data are combined to create the semantic descriptions of the building system data.
In addition to one or more of the features described above, or as an alternative, further embodiments may include a semantic service module in communication with the semantic registration module, the semantic service module configured to generate commands to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include a semantic service module in communication with the user interface, the semantic service module configured to generate commands to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein the commands to access the knowledge base include read and write commands.
According to another embodiment, a method of creating a knowledge base for a building system includes receiving building system data; generating metadata in response to the building system data; combining the metadata and building system data to generate a semantic description of the building system data; and storing the semantic description of the building system data in an ontology of the knowledge base, the knowledge base providing a model of the building system.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein the metadata is created at least one of manually, semi-automatically or automatically.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein storing the semantic description of the building system data in the ontology of the knowledge base includes accessing as semantic service module to generate commands to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include providing a user interface configured to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include providing a semantic service module in communication with the user interface, the semantic service module configured to generate commands to access the knowledge base.
In addition to one or more of the features described above, or as an alternative, further embodiments may include wherein the commands to access the knowledge base include read and write commands.
Technical effects of embodiments of the disclosure include the providing of a knowledge base including semantic descriptions of building system data. The knowledge base includes an ontology that models a physical building system.
These and other advantages and features will become more apparent from the following description taken in conjunction with the drawings.
A knowledge base 12 is provided to store building system data which provides a semantically-enriched representation of building systems (including physical and logical components, data and event sources). The knowledge base 12 may be embodied on a microprocessor-based device having a memory, such as a computer server. Computer-implemented modules or services may be used to populate and access the knowledge base 12, as described in further detail herein. The building system data from building system 10 is processed to form semantic descriptions of the building system data. The semantic descriptions of the building system data are stored in ontologies in knowledge base 12. In addition to variables and control values, the knowledge base 12 includes a model of the building system 10 across different domains (HVAC, building transportation, security, safety, etc.). Through the semantic descriptions and the ontology, entities (e.g., equipment, devices, zones, spaces, event sources, data sources, sensors, commands, configuration parameters) and their relationships are defined in the knowledge base 12.
A user interface 14 is used to access the knowledge base 12 in response to user queries. The user interface 14 may be implemented using an application program interface (API) accessible over a network such as a LAN, WAN, global network (e.g., Internet), etc. The user interface 14 provides an interface for submission of queries to knowledge base 12 and for providing the response to queries, among other actions described herein.
A semantic service module 30 may be used to create commands for interfacing with the knowledge base 12, to invoke functionalities of the semantic registration module 22 and to interface with a semantic query module 28. The semantic service module 30 provides mechanisms to populate the knowledge-base 12 by gathering building systems data through building system interfaces. The semantic query module 28 makes available to user applications functionalities to retrieve and update the semantic data previously described. The semantic service module 30 may be embodied on a microprocessor-based device having a memory, such as a computer server. In one embodiment, the semantic service 30 may serve as a RESTful endpoint to provide GET (e.g., get all chillers' temperature sensor), PUT (e.g., add the location of a given device), POST (e.g., register a new installed system) or DELETE (e.g., remove all the data related to a given device) commands in a format recognized by the knowledge base 12. Beyond a well-defined API providing a core set of functionalities, the semantic service module 30 may also provide more general mechanisms for accessing knowledge-base contents, including: a structured query language based on SQL, NoSQL, or SPARQL; natural language sentences; full-text search requests (i.e., sets of keywords).
The building system data 20 received at building interface 24 is provided to a metadata generator 26 to add metadata to the building system data 20 to provide a semantic description of the building system data 20. The metadata generator 26 may employ manual, semi-automatic or automatic techniques to create the semantic description of the building system data. If the building system data lacks a structured data model or well defined interfaces, mappings between naming conventions adopted in the building system data 20 and reference terminology provided in the ontology of the knowledge base 12 are defined manually by user. In other embodiments, the adding of metadata to create the semantic descriptions of the building system data 20 may be performed in a semi-automated manner, where natural language processing techniques, probabilistic models, or machine learning algorithms can be used to support users. In cases where the building system data 20 organizes and exposes information through a structured data model, model transformation techniques can be applied to generate a semantic description of the building system data 20 according to the ontology of the knowledge base 12.
The semantic query module 28 receives requests from the semantic service module 30 and generates proper queries and inferences to be executed on top of the knowledge base 12. The semantic query module 28 may be embodied on a microprocessor-based device having a memory, such as a computer server. The semantic query module 28 includes a query engine, a reasoner to perform inference on the knowledge base 12, and an indexing engine to speed up queries and retrieve data by keywords. The semantic query module 28 provides: (1) retrieval of metadata related to system entities matching particular criteria, (e. g., get all the card reader in a given space); (2) identification of systems' data sources filtered according to properties defined in the ontology (e.g., get all the water temperature data points related to chillers, get all the access event occurring in a given floor); (3) description of data sources capabilities, in terms of: addressing information to identify the data source in the source system, characterization of the manipulated physical property, related “tags”, classification (sensor point, command point, parameter point, event point), allowed values; (4) normalization of data read from (or written to) systems' data sources according to the semantic mappings defined in the knowledge-base 12 between the values supported by a given system and the reference ones defined in the ontology. The semantic query module 28 also provides functionalities to add, update and remove facts from the knowledge-base, as well for updating the ontology, managing the overall consistency.
The knowledge base 12 is populated with a semantic representation (conforming to the ontology of the knowledge base) of the various building system entities and their relations. An example embodiment can be based on the use of RDF as generic data model for the representation of the building systems as semantic graphs, where various entities occurring in the building systems are related to each other and mapped to the ontology according to a linked data architecture. Examples of information provided by the ontology of the knowledge base 12 include, but are not limited to, the structure of a building (floors, room, etc.); the devices installed in the building located into spaces; relationships among equipment pieces (e.g., a specific air handling unit serves a specific variable air volume box); an annotated description of I/O, commands and configurable parameters provided by each device, together with the related source system addressing information.
In addition to storing semantic descriptions of building system data 20, the knowledge base 12 provides a reference model for the building system 10, encoded in a machine-processable ontology language, describing building entities and relationships relevant to each addressed domain (e.g., HVAC, building transportation, security, safety). The implementation of such a reference model may rely on formal/logic-based languages (e.g., OWL/RDF, description logics, datalog variants, F-logic) that enable automated inference and efficient query capabilities. Access to the knowledge base 12 may be made through semantic query languages, such as SPARQL.
The ontology of the knowledge base 12 provides a model of the business system 10 by interrelating entries in the knowledge base 12, to provide an organization and representation of the physical business system 10. The ontology defines and models entities such as spaces (e.g., physically-delimited areas such as sites, buildings, floors, etc.), equipment (e.g., mechanical devices that compose a system (e.g., chillers, AHUs, access doors, etc.)), devices (e.g., electronic devices that provide I/O or data elaboration functionality (e.g., actuators, systems on a chip, sensor devices, etc.)) and information objects (e.g., information entities associated with devices and possibly representing inputs, outputs, configuration parameters, events, etc.). It is understood that the ontology of the knowledge base 12 may define and model a wide variety of entities, and embodiments are not limited to the examples provided in this disclosure.
Once the knowledge base 12 is populated, it may be accessed by users. The user interface 14 allows for access to the knowledge base 12. The user interface 14 may be embodied on a microprocessor-based device having a memory, such as a computer server. Users may access the user interface 14 remotely via a network. The user interface 14 provides for retrieval of business system data related to entities matching particular criteria, via the semantic service module 30 and the semantic query engine 28. The user interface 14 allows users to enter semantic queries (e. g., get all the sensor data related to air temperature in a given space). The semantic service module 30 converts the user semantic query to a command (e.g., GET) which is used by the semantic query engine 28 to access the knowledge base 12. The user interface 14 also provides full-text search, to issue requests formulated as sets of keywords. The user interface 14 also provides for the update of the knowledge-base 12 contents (addition/removal of metadata).
The knowledge base provides for representing building system entities and data sources in a structured and semantically-enriched manner. Semantic relations between these entities are established and managed using technologies allowing for a scalable navigation and querying response times. A single entry-point (e.g., the user interface) is provided to access the knowledge base, leveraging execution performance with specific techniques (e.g., those proposed in the Semantic Web and Knowledge Representation fields) in order to query for data sources across systems, infer new information by means of domain-specific rules, allow users to add custom annotations and tags. User applications can focus on value-adding solutions identifying and accessing data from heterogeneous systems in a uniform way.
While the disclosure has been described in detail in connection with only a limited number of embodiments, it should be readily understood that the disclosure is not limited to such disclosed embodiments. Rather, the disclosure can be modified to incorporate any number of variations, alterations, substitutions or equivalent arrangements not heretofore described, but which are commensurate with the spirit and scope of the disclosure. Additionally, while various embodiments of the disclosure have been described, it is to be understood that aspects of the disclosure may include only some of the described embodiments. Accordingly, the disclosure is not to be seen as limited by the foregoing description, but is only limited by the scope of the appended claims.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/US2017/062779 | 11/21/2017 | WO |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2018/098149 | 5/31/2018 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
6148305 | Ikegaya | Nov 2000 | A |
6167316 | Loudeman et al. | Dec 2000 | A |
6973410 | Siegel | Dec 2005 | B2 |
7895257 | Helal et al. | Feb 2011 | B2 |
8117233 | Liu et al. | Feb 2012 | B2 |
8522195 | Miloslavsky et al. | Aug 2013 | B2 |
8682921 | Park et al. | Mar 2014 | B2 |
8818930 | Yanase | Aug 2014 | B2 |
9111088 | Ghai et al. | Aug 2015 | B2 |
9116978 | Park et al. | Aug 2015 | B2 |
9157647 | Leen et al. | Oct 2015 | B2 |
9189527 | Park et al. | Nov 2015 | B2 |
11348019 | Rayes | May 2022 | B2 |
20020072982 | Barton et al. | Jun 2002 | A1 |
20070236346 | Helal | Oct 2007 | A1 |
20080228812 | Oglesby et al. | Sep 2008 | A1 |
20090177634 | Behrendt | Jul 2009 | A1 |
20100324927 | Tinsley | Dec 2010 | A1 |
20100324962 | Nesler | Dec 2010 | A1 |
20110078107 | Almeida et al. | Mar 2011 | A1 |
20110273283 | Schmuttor | Nov 2011 | A1 |
20120011126 | Park | Jan 2012 | A1 |
20120011141 | Park | Jan 2012 | A1 |
20120110158 | Koch et al. | May 2012 | A1 |
20120203806 | Panushev | Aug 2012 | A1 |
20130238795 | Geffin et al. | Sep 2013 | A1 |
20130261833 | Meghani et al. | Oct 2013 | A1 |
20130268317 | Mattila | Oct 2013 | A1 |
20130339104 | Bose | Dec 2013 | A1 |
20140058539 | Park | Feb 2014 | A1 |
20140067133 | Liu | Mar 2014 | A1 |
20140149249 | Goad et al. | May 2014 | A1 |
20140207759 | Park et al. | Jul 2014 | A1 |
20140337010 | Akolkar et al. | Nov 2014 | A1 |
20140344718 | Rapaport et al. | Nov 2014 | A1 |
20150113462 | Chen | Apr 2015 | A1 |
20150253748 | Brun et al. | Sep 2015 | A1 |
20150294543 | Ricks | Oct 2015 | A1 |
20160026631 | Salam et al. | Jan 2016 | A1 |
20160197769 | Britt et al. | Jul 2016 | A1 |
20160224645 | Dang | Aug 2016 | A1 |
20170315697 | Jacobson | Nov 2017 | A1 |
20170366414 | Hamilton | Dec 2017 | A1 |
20180114140 | Chen | Apr 2018 | A1 |
Number | Date | Country |
---|---|---|
103440309 | Dec 2013 | CN |
105205148 | Dec 2015 | CN |
105677795 | Jun 2016 | CN |
2043009 | Apr 2009 | EP |
2005052720 | Jun 2005 | WO |
2012091541 | Jul 2012 | WO |
2012177630 | Dec 2012 | WO |
2013173108 | Nov 2013 | WO |
2015011446 | Jan 2015 | WO |
Entry |
---|
Chinese Office Action for Application No. 201780072582.6; dated Jan. 26, 2022; 9 Pages. |
International Search Report and Written Opinion for application PCT/US2017/062779, dated Feb. 21, 2018, 13 pages. |
Number | Date | Country | |
---|---|---|---|
20190287000 A1 | Sep 2019 | US |
Number | Date | Country | |
---|---|---|---|
62425692 | Nov 2016 | US |