WO2022134631A1 - 一种图数据库构建方法、装置、可读存储介质及电子设备 - Google Patents

一种图数据库构建方法、装置、可读存储介质及电子设备 Download PDF

Info

Publication number
WO2022134631A1
WO2022134631A1 PCT/CN2021/113693 CN2021113693W WO2022134631A1 WO 2022134631 A1 WO2022134631 A1 WO 2022134631A1 CN 2021113693 W CN2021113693 W CN 2021113693W WO 2022134631 A1 WO2022134631 A1 WO 2022134631A1
Authority
WO
WIPO (PCT)
Prior art keywords
energy
attribute
graph
vertex
equipment
Prior art date
Application number
PCT/CN2021/113693
Other languages
English (en)
French (fr)
Inventor
邱富东
Original Assignee
新奥数能科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 新奥数能科技有限公司 filed Critical 新奥数能科技有限公司
Publication of WO2022134631A1 publication Critical patent/WO2022134631A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing

Definitions

  • the invention belongs to the technical field of energy, and in particular relates to a graph database construction method, device, readable storage medium and electronic equipment.
  • the embodiments of the present invention provide a graph database construction method and an electronic device to solve the problem of low query efficiency in the prior art.
  • a first aspect of the embodiments of the present invention provides a method for constructing a graph database, including:
  • a graph database is constructed, and data corresponding to business requirements is searched from the graph database.
  • a second aspect of the embodiments of the present invention provides an apparatus for constructing a graph database, including:
  • the acquisition module is used to acquire the energy equipment in the energy system
  • a first building module configured to construct a device property map of the energy device according to the device property map model
  • the second building module is used for constructing the topology network diagram of the energy system according to the topology network diagram model and the device attribute diagram of the energy equipment;
  • the third building module is used for building a graph database according to the topology network graph of the energy system, and searching for data corresponding to business requirements from the graph database.
  • a third aspect of the embodiments of the present invention provides an electronic device, comprising: a memory, a processor, and a computer program stored in the memory and executable on the processor, the processor executing the computer
  • the program implements the steps of the method described in the first aspect.
  • a fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, including: the computer-readable storage medium stores a computer program, and the computer program implements the method according to the first aspect when the computer program is executed by a processor. step.
  • the graph database is used to store device attribute graphs and topological network graphs, which is more suitable for complex relationship query, which can significantly improve the query speed and quickly meet business needs.
  • FIG. 1 is a schematic flowchart of a method for constructing a graph database according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of another method for constructing a graph database provided by an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of an apparatus for constructing a graph database provided by an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an electronic device provided by an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of a device attribute diagram of an energy device provided by an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a connection between energy devices provided by an embodiment of the present invention.
  • the graph database construction method described in the embodiments of the present invention may be implemented by an electronic device, and the electronic device may be a server, a general computer, or the like, which is not limited here.
  • the embodiments of the present invention are described with an electronic device as an execution body.
  • FIG. 1 is a schematic flowchart of a method for constructing a graph database provided by an embodiment of the present invention.
  • the graph database construction method provided by the embodiment of the present invention may include the steps:
  • Step 101 Obtain energy equipment in the energy system.
  • an energy system can be understood as the entire process of converting natural energy resources into specific energy service forms (effective energy) required by human society for production and life, usually including multiple energy devices.
  • This embodiment does not intend to make any limitation on the number of energy devices in the energy system and the relationship between the energy devices, and any system capable of energy conversion is sufficient.
  • the energy system can be an integrated energy system.
  • the integrated energy system refers to the energy system in a certain area, which uses advanced technology and management mode to integrate various energy resources such as oil, coal, natural gas and electricity in the area to achieve coordinated planning between multiple heterogeneous energy subsystems. It is a new integrated energy system that effectively improves energy utilization efficiency while meeting diversified energy consumption needs, thereby promoting sustainable energy development.
  • energy equipment specifically refers to equipment related to energy, such as energy production equipment, energy conversion equipment, energy transmission equipment, energy storage equipment, energy use equipment, energy recovery equipment, and the like.
  • Step 102 constructing a device property map of the energy device according to the device property map model.
  • an equipment attribute graph of the energy equipment is constructed, so as to obtain the equipment attribute graph for describing the energy equipment.
  • the equipment property graph model indicates how to describe energy equipment and its properties.
  • a device property diagram is a structure diagram that describes a device and its properties.
  • the device attribute graph model includes a device vertex and an attribute value vertex, the attribute value vertex and the device vertex are connected by an attribute, and the attribute corresponds to the attribute value vertex.
  • step 102 includes:
  • the device vertex when it is judged that it is not necessary to continue to add the attribute value, each attribute value vertex, and the attribute of each attribute value vertex connected to the device vertex are used as the energy source.
  • a device property graph for the device is used as the energy source.
  • the device vertex addition event refers to the addition of device vertices by external input. For example, after the user clicks the new device vertex icon, a blank device vertex is added, and the device name is entered in the blank device vertex, thereby adding a device vertex. , or, after the user enters the device name, click the icon of the new device vertex to get the device vertex.
  • the external input of attribute value vertex addition event is to add attribute value vertex. For example, after the user inputs the attribute value, click Add attribute value vertex to get the attribute value vertex.
  • the external input of the attribute vertex addition event is to add an attribute. For example, after the user enters an attribute, click Add attribute to get the attribute between the device vertex and the attribute value vertex, and the attribute is represented as an edge.
  • Figure 5 shows the transformer The equipment attribute diagram of , in which the node where the transformer is located is the vertex of the equipment, the node where the transformer, 10kV, oil-immersed, double winding, and 1000kVA are located are attribute value nodes, and the brand, rated voltage, cooling type, winding form, and capacity are all attributes. , device vertices and attribute value nodes are connected by attributes, attribute values correspond to attributes, and attributes are expressed as edges.
  • the rated voltage of a transformer is 10kV, where the transformer is an energy device, the rated voltage is a property of the transformer, and 10kV is the property value.
  • attributes conform to the Common Information Model standard.
  • the common information model standard refers to the standard name used to describe the energy equipment, the attributes of the energy equipment, and the attribute value of the attribute, that is, the same expression method is used for entities with the same semantics.
  • Step 103 constructing a topology network diagram of the energy system according to the topology network diagram model and the device attribute diagram of the energy device.
  • the device attribute graph of the energy device is constructed, thereby obtaining a topology network graph for describing the energy system.
  • the topological network graph model indicates how to describe the structure of the energy network.
  • the topology network diagram refers to the structure diagram of the energy system.
  • the topological network graph model includes two device vertices, and the two device vertices are connected by an energy relationship.
  • the device attribute map of the energy equipment determines whether to continue adding energy equipment; when judging that it is necessary to continue adding energy equipment, monitor the energy relationship addition event; when listening to the energy relationship of the energy equipment.
  • add the energy relationship of the device attribute graph of the energy device match the energy device to be connected corresponding to the energy relationship from the energy system, use the energy device to be connected as the energy device, and continue to build energy
  • the device attribute map of the device when it is determined that it is not necessary to continue adding energy devices, the device attribute maps of each energy device connected together when it is determined that it is not necessary to continue adding energy devices is used as the topology network map of the energy system.
  • the energy relationship can be understood as the energy flow between energy devices, or the energy supply situation.
  • Figure 6 shows the energy equipment connected together, in which there are four equipment vertices, namely production equipment, electric boiler, power bus, and transformer.
  • the energy relationship includes power supply and hot water, and the equipment vertices are between Connect through energy relationships.
  • Step 104 constructing a graph database according to the topology network graph of the energy system, and searching the graph database for data corresponding to business requirements.
  • the graph database includes the respective topological network diagrams of each energy system. Then, when you need to know the properties and connection relationships of energy devices, you can quickly find the properties and connection relationships of energy devices from the graph database.
  • the topological network graph conforming to the common information model standard means that the names of nodes and connecting edges in the topological network graph are unified.
  • the graph database is used to store device attribute graphs and topological network graphs, which is more suitable for complex relationship query, which can significantly improve the query speed and quickly meet business needs.
  • FIG. 1 shows only a basic embodiment of the method of the present invention, and other preferred embodiments of the method can also be obtained by performing certain optimizations and expansions on the basis.
  • FIG. 2 An embodiment of the present invention provides another method for constructing a graph database. This embodiment further describes the specific application scenarios on the basis of the foregoing embodiments.
  • an energy system includes a transformer, a power bus, an electric boiler, and production equipment, the transformer supplies power to the power bus, the power bus supplies power to the electric boiler, and the electric boiler provides hot water to the production equipment.
  • Step 201 Obtain energy equipment in the energy system.
  • the energy equipment is a transformer.
  • Step 202 Add a device vertex when a device vertex addition event of the energy device is monitored.
  • Step 203 Add an attribute value vertex when listening to an attribute value vertex addition event of the energy device.
  • Step 204 When an attribute addition event between the energy device and the attribute value vertex is monitored, add the attribute between the device vertex and the attribute value vertex.
  • Step 205 determine whether to continue adding attribute values, if yes, go to step 203 , if not, go to step 206 .
  • Step 206 Connect the device vertex, each of the attribute value vertices, and each of the attribute value vertices to attributes of the device vertex, as a device attribute graph of the energy device.
  • Step 207 Determine whether to continue adding energy equipment, if yes, go to Step 207, if not, go to Step 209.
  • Step 208 When listening to the energy relationship addition event of the energy device, add the energy relationship in the device attribute graph of the energy device, match the energy device to be connected corresponding to the energy relationship from the energy system, and add the energy relationship to the energy device.
  • the energy device to be connected is regarded as an energy device, and step 202 is executed.
  • Add the energy relationship of the device vertex corresponding to the transformer to supply power use the power bus as the energy device to be connected, and replace the transformer with the power bus, and go to 202 .
  • Step 209 use the respective device attribute diagrams of each energy device connected together when it is determined that it is not necessary to continue adding energy devices, as a topology network diagram of the energy system.
  • the corresponding equipment attribute diagrams of transformers, power busbars, electric boilers and production equipment are obtained.
  • the equipment attribute diagrams are connected through the energy relationship to obtain the topology network diagram of the energy system.
  • Step 210 Build a graph database according to the topology network graph of the energy system, and search for data corresponding to business requirements from the graph database.
  • the respective topological network diagrams of each energy system are built into a graph database to obtain a graph database that is easy to query, so as to meet business needs.
  • the graph database is used to store device attribute graphs and topological network graphs, which is more suitable for complex relationship query, which can significantly improve the query speed and quickly meet business needs.
  • the embodiment of the present invention also provides a graph database construction device, including:
  • the acquisition module is used to acquire the energy equipment in the energy system
  • a first building module configured to construct a device property map of the energy device according to the device property map model
  • a second building module configured to construct a topology network diagram of the energy system according to the topology network diagram model and the device attribute diagram of the energy device;
  • the third building module is used for building a graph database according to the topology network graph of the energy system, and searching for data corresponding to business requirements from the graph database.
  • the device attribute graph model includes a device vertex and an attribute value vertex, the attribute value vertex and the device vertex are connected by an attribute, and the attribute corresponds to the attribute value vertex.
  • the first building module includes: a first adding unit, a second adding unit, a third adding unit, a fourth adding unit and a first building unit; wherein,
  • the first adding unit is configured to add a device vertex when a device vertex addition event of the energy device is monitored;
  • the second adding unit is configured to add an attribute value vertex when an attribute value vertex addition event of the energy device is monitored
  • the third adding unit is configured to add an attribute between the device vertex and the attribute value vertex when an attribute addition event between the energy device and the attribute value vertex is monitored;
  • the fourth adding unit is configured to trigger the second adding unit when it is determined that the attribute value of the energy device needs to be added continuously;
  • the first construction unit is configured to connect the device vertex, each attribute value vertex and each attribute value vertex when it is judged that the attribute value of the energy device does not need to be added continuously. Attributes of device vertices, as the device attribute graph of the energy device.
  • the topological network graph model includes two device vertices, and the two device vertices are connected by an energy relationship.
  • the second building module includes: an obtaining unit and a second building unit; wherein,
  • the obtaining unit configured to obtain the respective device attribute diagrams of each of the energy devices in the energy system and the energy relationship between any two energy devices in the energy system;
  • the second construction unit is configured to connect the respective device attribute graphs of each of the energy devices in the energy system according to the energy relationship between any two energy devices in the energy system, and construct the energy system topology network diagram.
  • the second building module includes: a judging unit, a monitoring unit, a fifth adding unit, a third building and a fourth building unit; wherein,
  • the judging unit is configured to judge whether to continue adding energy equipment when judging that the construction of the equipment attribute map of the energy equipment is completed;
  • the monitoring unit is used to monitor the energy relationship addition event when it is determined that the energy equipment needs to be added continuously;
  • the fifth adding unit is configured to add the energy relationship of the device attribute graph of the energy device when listening to the energy relationship adding event of the energy device;
  • the third construction unit is configured to match the energy device to be connected corresponding to the energy relationship from the energy system, and use the energy device to be connected as the energy device, and continue to construct the device attribute diagram of the energy device;
  • the fourth construction unit is used for, when it is judged that it is not necessary to continue to add energy equipment, the device attribute diagram of each energy equipment connected together when it is judged that it is not necessary to continue to add energy equipment, as the topology of the energy system Network Diagram.
  • the topological network graph conforms to a common information model standard.
  • FIG. 4 is a schematic diagram of an electronic device provided by an embodiment of the present invention.
  • the electronic device 4 of this embodiment includes: a processor 40 , a memory 41 , and a computer program 42 stored in the memory 41 and executable on the processor 40 .
  • the processor 40 executes the computer program 42
  • the steps in each of the above embodiments of the graph database construction method are implemented, for example, steps 101 to 104 shown in FIG. 1 and steps 201 to 210 shown in FIG. 2 .
  • the processor 40 executes the computer program 42
  • the functions of the modules/units in the foregoing device embodiments are implemented, for example, the functions of the modules 301 to 304 shown in FIG. 3 .
  • the computer program 42 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 41 and executed by the processor 40 to complete the this invention.
  • the one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, and the instruction segments are used to describe the execution process of the computer program 42 in the electronic device 4 .
  • the electronic device 4 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the electronic device may include, but is not limited to, the processor 40 and the memory 41 .
  • FIG. 4 is only an example of the electronic device 4, and does not constitute a limitation to the electronic device 4, and may include more or less components than the one shown, or combine some components, or different components
  • the electronic device may further include an input and output device, a network access device, a bus, and the like.
  • the so-called processor 40 may be a central processing unit (Central Processing Unit, CPU), or other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • the memory 41 may be an internal storage unit of the electronic device 4 , such as a hard disk or a memory of the electronic device 4 .
  • the memory 41 can also be an external storage device of the electronic device 4, such as a plug-in hard disk equipped on the electronic device 4, a smart memory card (Smart Media Card, SMC), a secure digital (Secure Digital, SD) card, Flash Card, etc.
  • the memory 41 may also include both an internal storage unit of the electronic device 4 and an external storage device.
  • the memory 41 is used to store the computer program and other programs and data required by the electronic device.
  • the memory 41 can also be used to temporarily store data that has been output or will be output.
  • the disclosed apparatus/electronic device and method may be implemented in other manners.
  • the above-described embodiments of the apparatus/electronic device are only illustrative.
  • the division of the modules or units is only a logical function division. In actual implementation, there may be other division methods, such as multiple units. Or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
  • the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
  • the above-mentioned integrated units may be implemented in the form of hardware, or may be implemented in the form of software functional units.
  • the integrated modules/units if implemented in the form of software functional units and sold or used as independent products, may be stored in a computer-readable storage medium.
  • the present invention can implement all or part of the processes in the methods of the above embodiments, and can also be completed by instructing relevant hardware through a computer program.
  • the computer program can be stored in a computer-readable storage medium, and the computer When the program is executed by the processor, the steps of the foregoing method embodiments can be implemented.
  • the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file or some intermediate form, and the like.
  • the computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, removable hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory) , Random Access Memory (RAM, Random Access Memory), electric carrier signal, telecommunication signal and software distribution medium, etc. It should be noted that the content contained in the computer-readable media may be appropriately increased or decreased according to the requirements of legislation and patent practice in the jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, the computer-readable media Electric carrier signals and telecommunication signals are not included.

Abstract

本发明公开了一种图数据库构建方法、装置、计算机可读存储介质及电子设备,方法包括:获取能源系统中的能源设备;根据设备属性图模型,构建所述能源设备的设备属性图;根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图;根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。本发明的技术方案,采用图数据库的存储方式存储设备属性图以及拓扑网络图,更适合复杂的关联关系查询,可显著提高查询的速度,从而快速满足业务需求。

Description

一种图数据库构建方法、装置、可读存储介质及电子设备 技术领域
本发明属于能源技术领域,尤其涉及一种图数据库构建方法、装置、可读存储介质及电子设备。
背景技术
当今社会中,到处存在能源设备,包括生产能源设备、变换能源设备、传输能源设备、存储能源设备、使用能源设备、回收能源设备,而且这些能源设备并不是孤立存在的,若干个能源设备会连接成一个能源网络,形成拓扑结构。
目前,通过关系型数据库保存建立表示各种实体的一系列表,这些表常常需要通过一系列关联表将它们关联起来。
但是,能源设备之间的关系通常是复杂,往往需要大量的关联表来记录这一系列复杂的关系。在更多实体引入之后,将需要越来越多的关联表,在需要描述大量关系时,关系型数据库已经不堪重负,查询效率越来越低。
发明内容
有鉴于此,本发明实施例提供了图数据库构建方法及电子设备,以解决现有技术中查询效率较低的问题。
本发明实施例的第一方面提供了一种图数据库构建方法,包括:
获取能源系统中的能源设备;
根据设备属性图模型,构建所述能源设备的设备属性图;
根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图;
根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
本发明实施例的第二方面提供了一种图数据库构建装置,包括:
获取模块,用于获取能源系统中的能源设备;
第一构建模块,用于根据设备属性图模型,构建所述能源设备的设备属性图;
第二构建模块,用于根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述 能源系统的拓扑网络图;
第三构建模块,用于根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
本发明实施例的第三方面提供了一种电子设备,包括:包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如第一方面所述方法的步骤。
本发明实施例的第四方面提供了一种计算机可读存储介质,包括:所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现如第一方面所述方法的步骤。
本发明实施例与现有技术相比存在的有益效果是:
采用图数据库的存储方式存储设备属性图以及拓扑网络图,更适合复杂的关联关系查询,可显著提高查询的速度,从而快速满足业务需求。
附图说明
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1是本发明实施例提供的一种图数据库构建方法的流程示意图;
图2是本发明实施例提供的另一种图数据库构建方法的流程示意图;
图3是本发明实施例提供的一种图数据库构建装置的结构示意图;
图4是本发明实施例提供的电子设备的结构示意图;
图5是本发明实施例提供的能源设备的设备属性图的示意图;
图6是本发明实施例提供的能源设备之间的连接的示意图。
具体实施方式
以下描述中,为了说明而不是为了限定,提出了诸如特定系统结构、技术之类的具体细节,以便透彻理解本发明实施例。然而,本领域的技术人员应当清楚,在没有这些具体细节的其它实施例中也可以实现本发明。在其它情况中,省略对众所周知的系统、装置、电路以及方法的详细说明,以免不必要的细节妨碍本发明的描述。
为了说明本发明所述的技术方案,下面通过具体实施例来进行说明。
具体实现中,本发明实施例所描述的图数据库构建方法可由电子设备实现,电子设备可以是服务器、一般计算机等,此处不作限定。对本发明实施例以电子设备为执行主体进行描述。
请参见图1,是本发明实施例提供的图数据库构建方法的流程示意图。本发明实施例提供的图数据库构建方法可包括步骤:
步骤101、获取能源系统中的能源设备。
具体地,能源系统可以理解为是将自然界的能源资源转变为人类社会生产和生活所需要的特定能量服务形式(有效能)的整个过程,通常包括多个能源设备。本实施例中并不意图对能源系统中的能源设备的数量以及能源设备之间的关系做任何限定,任何能够进行能源转化的系统即可。在实际应用中,能源系统可以是综合能源系统。其中,综合能源系统指的是一定区域内的能源系统利用先进的技术和管理模式,整合区域内石油、煤炭、天然气和电力等多种能源资源,实现多异质能源子系统之间的协调规划、优化运行、协同管理、交互响应和互补互济,在满足多元化用能需求的同时有效提升能源利用效率,进而促进能源可持续发展的新型一体化能源系统。
具体地,能源设备具体指的是跟能源相关的设备,比如,生产能源设备、变换能源设备、传输能源设备、存储能源设备、使用能源设备、回收能源设备等。
步骤102、根据设备属性图模型,构建所述能源设备的设备属性图。
具体地,基于设备属性图模型以及能源设备,构建能源设备的设备属性图,从而得到用于描述能源设备的设备属性图。其中,设备属性图模型指示了如何描述能源设备和其属性。设备属性图为描述设备和其属性的结构图。
在一个实施例中,所述设备属性图模型包括设备顶点以及属性值顶点,所述属性值顶点和所述设备顶点通过属性连接,所述属性和所述属性值顶点对应。
可选地,步骤102包括:
当监听到所述能源设备的设备顶点添加事件时,添加设备顶点;
当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点;
当监听到所述能源设备和所述属性值顶点之间的属性添加事件时,添加所述设备顶点和所述属性值顶点之间的属性;
当判断需要继续添加所述能源设备的属性值时,执行所述当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点;
当判断不需要继续添加所述能源设备的属性值时,将所述判断不需要继续添加属性值时的设备顶点、各个属性值顶点以及各个属性值顶点各自连接设备顶点的属性,作为所述能 源设备的设备属性图。
可以理解的,设备顶点添加事件指的是外部输入为添加设备顶点,比如,用户点击新增设备顶点图标后,新增了空白的设备顶点,在空白的设备顶点输入设备名称,从而添加设备顶点,或者,用户输入设备名称后,点击新增设备顶点图标,得到设备顶点。属性值顶点添加事件外部输入为添加属性值顶点,比如,用户输入属性值后,点击新增属性值顶点,得到属性值顶点。属性顶点添加事件外部输入为添加属性,比如,用户输入属性后,点击新增属性,得到设备顶点和属性值顶点之间的属性,属性表示为边。
在实际应用中,用户通过现有技术中的图建模工具,增加设备顶点,在增加了设备顶点之后,增加设备顶点的属性值顶点,并以属性作为边连接设备顶点和属性值顶点,当需要继续增加属性值顶点时,重复增加属性值顶点,并以属性作为边连接设备顶点和属性值顶点,直到得到能源设备的设备属性图,示例地,请参考图5,图5示出了变压器的设备属性图,其中,变压器所在节点为设备顶点,特变、10kV、油浸式、双绕组、1000kVA所在节点均为属性值节点,品牌、额定电压、冷却类型、绕组形式、容量均为属性,设备顶点和属性值节点通过属性连接,属性值和属性相对应,属性表达为边。
举例来说,变压器的额定电压是10kV,其中,变压器是能源设备,额定电压是变压器的属性,10kV是属性值。需要说明的是,属性是符合公共信息模型标准的。其中,公共信息模型标准指的是用于描述能源设备、能源设备的属性、属性的属性值的标准名称,即对相同语义的实体采用相同的表达方式。
步骤103、根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图。
具体地,基于拓扑网络图模型以及能源设备的设备属性图,构建能源设备的设备属性图,从而得到用于描述能源系统的拓扑网络图。其中,拓扑网络图模型指示了如何描述能源网络的结构。拓扑网络图指的是能源系统的结构图。
在一个实施例中,所述拓扑网络图模型包括两个设备顶点,所述两个设备顶点之间通过能源关系连接。
可选地,获取所述能源系统中各个所述能源设备各自的设备属性图以及所述能源系统中任意两个能源设备之间的能源关系;根据所述能源系统中任意两个能源设备之间的能源关系,对所述能源系统中各个所述能源设备各自的设备属性图进行连接,构建所述能源系统的拓扑网络图。
可选地,当判断所述能源设备的设备属性图构建完成时,判断是否继续添加能源设备;当判断需要继续添加能源设备时,监听能源关系添加事件;当监听到所述能源设备的能源关 系添加事件时,添加所述能源设备的设备属性图的能源关系;从所述能源系统中匹配到所述能源关系对应的待连接能源设备,将所述待连接能源设备作为能源设备,继续构建能源设备的设备属性图;当判断不需要继续添加能源设备时,将所述判断不需要继续添加能源设备时连接在一起的各个能源设备各自的设备属性图,作为所述能源系统的拓扑网络图。
具体地,能源关系可以理解为能源设备之间的能源流动,或者,供能情况。
请参考图6,图6示出了连接在一起的能源设备,其中,设备顶点有4个,分别为生产设备,电锅炉,电力母线,变压器,能源关系包括供电以及热水,设备顶点之间通过能源关系连接。
步骤104、根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
图数据库中包括各个能源系统各自的拓扑网络图,然后当需要了解能源设备的属性以及连接关系时,可以快速从图数据库中查找到能源设备的属性以及连接关系。
这里,拓扑网络图符合公共信息模型标准指的是拓扑网络图中的节点以及连接边的名称是统一的。
通过以上技术方案可知,本实施例存在的有益效果是:
采用图数据库的存储方式存储设备属性图以及拓扑网络图,更适合复杂的关联关系查询,可显著提高查询的速度,从而快速满足业务需求。
图1所示仅为本发明所述方法的基础实施例,在其基础上进行一定的优化和拓展,还能够得到所述方法的其他优选实施例。
为了更加清楚的说明本发明的技术方案,请参考图2,本发明实施例提供了另一种图数据库构建方法,本实施例在前述实施例的基础上,结合具体应用场景进行进一步的叙述。
本实施例所结合的具体场景为:能源系统中包括变压器、电力母线、电锅炉以及生产设备,变压器向电力母线供电,电力母线向电锅炉供电,电锅炉向生产设备提供热水。
当然应该认为,上述场景仅仅为示例性场景,并不对本发明提供的方法构成限定。本实施例中,具体可以包括如下各个步骤:
步骤201、获取能源系统中的能源设备。
能源设备为变压器。
步骤202、当监听到所述能源设备的设备顶点添加事件时,添加设备顶点。
添加变压器作为设备顶点。
步骤203、当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点。
添加特变作为属性值顶点。
步骤204、当监听到所述能源设备和所述属性值顶点之间的属性添加事件时,添加所述设备顶点和所述属性值顶点之间的属性。
添加品牌作为边,连接变压器对应的设备顶点和特变对应的属性值顶点。
步骤205、判断是否继续添加属性值,如果是,则执行步骤203,如果否,则执行步骤206。
假设需要继续添加属性值,则依次添加10kV、油浸式、双绕组、1000kVA分别作为属性值节点,额定电压、冷却类型、绕组形式、容量作为属性,得到如图5所述的设备属性图。
步骤206、将所述设备顶点、各个所述属性值顶点以及各个所述属性值顶点各自连接所述设备顶点的属性,作为所述能源设备的设备属性图。
步骤207、判断是否继续添加能源设备,如果是,则执行步骤207,如果否,则执行209。
判断需要继续添加能源设备。
步骤208、当监听到所述能源设备的能源关系添加事件时,添加所述能源设备的设备属性图的能源关系,从所述能源系统中匹配到所述能源关系对应的待连接能源设备,将所述待连接能源设备作为能源设备,执行步骤202。
添加变压器对应的设备顶点的能源关系供电,将电力母线作为待连接能源设备,并将变压器替换为电力母线,执行202。
步骤209、将所述判断不需要继续添加能源设备时连接在一起的各个能源设备各自的设备属性图,作为所述能源系统的拓扑网络图。
通过不断迭代,得到变压器、电力母线、电锅炉以及生产设备各自对应的设备属性图,设备属性图通过能源关系连接,得到能源系统的拓扑网络图。
步骤210、根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
将各个能源系统各自的拓扑网络图构建图数据库中,得到便于查询的图数据库,从而满足业务需求。
通过以上技术方案可知,本实施例存在的有益效果是:
采用图数据库的存储方式存储设备属性图以及拓扑网络图,更适合复杂的关联关系查询,可显著提高查询的速度,从而快速满足业务需求。
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本发明实施例的实施过程构成任何限定。
基于与本发明方法实施例相同的构思,请参考图3,本发明实施例还提供了图数据库构建装置,包括:
获取模块,用于获取能源系统中的能源设备;
第一构建模块,用于根据设备属性图模型,构建所述能源设备的设备属性图;
第二构建模块,用于根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图;
第三构建模块,用于根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
在一个实施例中,所述设备属性图模型包括设备顶点以及属性值顶点,所述属性值顶点和所述设备顶点通过属性连接,所述属性和所述属性值顶点对应。
在一个实施例中,所述第一构建模块,包括:第一添加单元、第二添加单元、第三添加单元、第四添加单元以及第一构建单元;其中,
所述第一添加单元,用于当监听到所述能源设备的设备顶点添加事件时,添加设备顶点;
所述第二添加单元,用于当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点;
所述第三添加单元,用于当监听到所述能源设备和所述属性值顶点之间的属性添加事件时,添加所述设备顶点和所述属性值顶点之间的属性;
所述第四添加单元,用于当判断需要继续添加所述能源设备的属性值时,触发所述第二添加单元;
所述第一构建单元,用于当判断不需要继续添加所述能源设备的属性值时,将所述判断不需要继续添加属性值时的设备顶点、各个属性值顶点以及各个属性值顶点各自连接设备顶点的属性,作为所述能源设备的设备属性图。
在一个实施例中,所述拓扑网络图模型包括两个设备顶点,所述两个设备顶点之间通过能源关系连接。
在一个实施例中,所述第二构建模块,包括:获取单元以及第二构建单元;其中,
所述获取单元,用于获取所述能源系统中各个所述能源设备各自的设备属性图以及所述能源系统中任意两个能源设备之间的能源关系;
所述第二构建单元,用于根据所述能源系统中任意两个能源设备之间的能源关系,对所述能源系统中各个所述能源设备各自的设备属性图进行连接,构建所述能源系统的拓扑网络图。
在一个实施例中,所述第二构建模块,包括:判断单元、监听单元、第五添加单元、第三构建以及第四构建单元;其中,
所述判断单元,用于当判断所述能源设备的设备属性图构建完成时,判断是否继续添加能源设备;
所述监听单元,用于当判断需要继续添加能源设备时,监听能源关系添加事件;
所述第五添加单元,用于当监听到所述能源设备的能源关系添加事件时,添加所述能源设备的设备属性图的能源关系;
所述第三构建单元,用于从所述能源系统中匹配到所述能源关系对应的待连接能源设备,将所述待连接能源设备作为能源设备,继续构建能源设备的设备属性图;
所述第四构建单元,用于当判断不需要继续添加能源设备时,将所述判断不需要继续添加能源设备时连接在一起的各个能源设备各自的设备属性图,作为所述能源系统的拓扑网络图。
在一个实施例中,所述拓扑网络图符合公共信息模型标准。
图4是本发明一实施例提供的电子设备的示意图。如图4所示,该实施例的电子设备4包括:处理器40、存储器41以及存储在所述存储器41中并可在所述处理器40上运行的计算机程序42。所述处理器40执行所述计算机程序42时实现上述各个图数据库构建方法实施例中的步骤,例如图1所示的步骤101至104,图2所示的步骤201至210。或者,所述处理器40执行所述计算机程序42时实现上述各装置实施例中各模块/单元的功能,例如图3所示模块301至304的功能。
示例性的,所述计算机程序42可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器41中,并由所述处理器40执行,以完成本发明。所述一个或多个模块/单元可以是能够完成特定功能的一系列计算机程序指令段,该指令段用于描述所述计算机程序42在所述电子设备4中的执行过程。
所述电子设备4可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述电子设备可包括,但不仅限于,处理器40、存储器41。本领域技术人员可以理解,图4仅仅是电子设备4的示例,并不构成对电子设备4的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述电子设备还可以包括输入输出设备、网络接入设备、总线等。
所称处理器40可以是中央处理单元(Central Processing Unit,CPU),还可以是其它通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其它可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
所述存储器41可以是所述电子设备4的内部存储单元,例如电子设备4的硬盘或内存。所述存储器41也可以是所述电子设备4的外部存储设备,例如所述电子设备4上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器41还可以既包括所述电子设备4的内部存储单元也包括外部存储设备。所述存储器41用于存储所述计算机程序以及所述电子设备所需的其它程序和数据。所述存储器41还可以用于暂时地存储已经输出或者将要输出的数据。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。实施例中的各功能单元、模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元、模块的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述系统中单元、模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述或记载的部分,可以参见其它实施例的相关描述。
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。
在本发明所提供的实施例中,应该理解到,所揭露的装置/电子设备和方法,可以通过其它的方式实现。例如,以上所描述的装置/电子设备实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个 单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
所述集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实现上述实施例方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、电载波信号、电信信号以及软件分发介质等。需要说明的是,所述计算机可读介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根据立法和专利实践,计算机可读介质不包括电载波信号和电信信号。
以上所述实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围,均应包含在本发明的保护范围之内。

Claims (10)

  1. 一种图数据库构建方法,其特征在于,包括:
    获取能源系统中的能源设备;
    根据设备属性图模型,构建所述能源设备的设备属性图;
    根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图;
    根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
  2. 根据权利要求1所述的方法,其特征在于,所述设备属性图模型包括设备顶点以及属性值顶点,所述属性值顶点和所述设备顶点通过属性连接,所述属性和所述属性值顶点对应。
  3. 根据权利要求2所述的方法,其特征在于,所述根据设备属性图模型,构建所述能源设备的设备属性图,包括:
    当监听到所述能源设备的设备顶点添加事件时,添加设备顶点;
    当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点;
    当监听到所述能源设备和所述属性值顶点之间的属性添加事件时,添加所述设备顶点和所述属性值顶点之间的属性;
    当判断需要继续添加所述能源设备的属性值时,执行所述当监听到所述能源设备的属性值顶点添加事件时,添加属性值顶点;
    当判断不需要继续添加所述能源设备的属性值时,将所述判断不需要继续添加属性值时的设备顶点、各个属性值顶点以及各个属性值顶点各自连接设备顶点的属性,作为所述能源设备的设备属性图。
  4. 根据权利要求1所述的方法,其特征在于,所述拓扑网络图模型包括两个设备顶点,所述两个设备顶点之间通过能源关系连接。
  5. 根据权利要求4所述的方法,其特征在于,所述根据拓扑网络图模型、所述能源设备的设备属性图以及所述能源系统中所述能源设备之外的其他能源设备,构建所述能源系统的拓扑网络图,包括:
    获取所述能源系统中各个所述能源设备各自的设备属性图以及所述能源系统中任意两个能源设备之间的能源关系;
    根据所述能源系统中任意两个能源设备之间的能源关系,对所述能源系统中各个所述 能源设备各自的设备属性图进行连接,构建所述能源系统的拓扑网络图。
  6. 根据权利要求4所述的方法,其特征在于,所述根据拓扑网络图模型、所述能源设备的设备属性图,构建所述能源系统的拓扑网络图,包括:
    当判断所述能源设备的设备属性图构建完成时,判断是否继续添加能源设备;
    当判断需要继续添加能源设备时,监听能源关系添加事件;
    当监听到所述能源设备的能源关系添加事件时,添加所述能源设备的设备属性图的能源关系;
    从所述能源系统中匹配到所述能源关系对应的待连接能源设备,将所述待连接能源设备作为能源设备,继续构建能源设备的设备属性图;
    当判断不需要继续添加能源设备时,将所述判断不需要继续添加能源设备时连接在一起的各个能源设备各自的设备属性图,作为所述能源系统的拓扑网络图。
  7. 根据权利要求1所述的方法,其特征在于,所述拓扑网络图符合公共信息模型标准。
  8. 一种图数据库构建装置,其特征在于,包括:
    获取模块,用于获取能源系统中的能源设备;
    第一构建模块,用于根据设备属性图模型,构建所述能源设备的设备属性图;
    第二构建模块,用于根据拓扑网络图模型以及所述能源设备的设备属性图,构建所述能源系统的拓扑网络图;
    第三构建模块,用于根据所述能源系统的拓扑网络图,构建图数据库,从所述图数据库中查找业务需求对应的数据。
  9. 一种电子设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1所述方法的步骤。
  10. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1所述方法的步骤。
PCT/CN2021/113693 2020-12-23 2021-08-20 一种图数据库构建方法、装置、可读存储介质及电子设备 WO2022134631A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011544932.4 2020-12-23
CN202011544932.4A CN112699278A (zh) 2020-12-23 2020-12-23 一种图数据库构建方法、装置、可读存储介质及电子设备

Publications (1)

Publication Number Publication Date
WO2022134631A1 true WO2022134631A1 (zh) 2022-06-30

Family

ID=75509556

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/113693 WO2022134631A1 (zh) 2020-12-23 2021-08-20 一种图数据库构建方法、装置、可读存储介质及电子设备

Country Status (2)

Country Link
CN (1) CN112699278A (zh)
WO (1) WO2022134631A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116628275A (zh) * 2023-07-25 2023-08-22 国网信息通信产业集团有限公司 一种实现图数据库与标准化拓扑双向转换的方法

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112699278A (zh) * 2020-12-23 2021-04-23 新奥数能科技有限公司 一种图数据库构建方法、装置、可读存储介质及电子设备
CN113190720B (zh) * 2021-05-17 2023-01-17 深圳计算科学研究院 一种基于图压缩的图数据库构建方法、装置及相关组件
CN114266516A (zh) * 2021-11-02 2022-04-01 浙江创邻科技有限公司 基于图数据库的设备管理方法、装置、系统及存储介质
CN116501926B (zh) * 2023-06-28 2024-01-23 南方电网数字电网研究院有限公司 基于图数据库的主网公共信息拓扑模型构建方法和装置

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120089384A1 (en) * 2010-10-12 2012-04-12 International Business Machines Corporation Historic storage of dual layer power grid connectivity model
CN107315856A (zh) * 2017-05-27 2017-11-03 全球能源互联网研究院 一种基于图数据库的电网gis的建模方法及装置
CN108170847A (zh) * 2018-01-18 2018-06-15 国网福建省电力有限公司 一种基于Neo4j图数据库的大数据存储方法
CN110134833A (zh) * 2019-05-09 2019-08-16 南京邮电大学 面向电网拓扑管理的图数据建模系统及方法
CN110750649A (zh) * 2018-07-06 2020-02-04 中兴通讯股份有限公司 知识图谱构建及智能应答方法、装置、设备及存储介质
CN112699278A (zh) * 2020-12-23 2021-04-23 新奥数能科技有限公司 一种图数据库构建方法、装置、可读存储介质及电子设备

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120089384A1 (en) * 2010-10-12 2012-04-12 International Business Machines Corporation Historic storage of dual layer power grid connectivity model
CN107315856A (zh) * 2017-05-27 2017-11-03 全球能源互联网研究院 一种基于图数据库的电网gis的建模方法及装置
CN108170847A (zh) * 2018-01-18 2018-06-15 国网福建省电力有限公司 一种基于Neo4j图数据库的大数据存储方法
CN110750649A (zh) * 2018-07-06 2020-02-04 中兴通讯股份有限公司 知识图谱构建及智能应答方法、装置、设备及存储介质
CN110134833A (zh) * 2019-05-09 2019-08-16 南京邮电大学 面向电网拓扑管理的图数据建模系统及方法
CN112699278A (zh) * 2020-12-23 2021-04-23 新奥数能科技有限公司 一种图数据库构建方法、装置、可读存储介质及电子设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116628275A (zh) * 2023-07-25 2023-08-22 国网信息通信产业集团有限公司 一种实现图数据库与标准化拓扑双向转换的方法
CN116628275B (zh) * 2023-07-25 2023-10-20 国网信息通信产业集团有限公司 一种实现图数据库与标准化拓扑双向转换的方法

Also Published As

Publication number Publication date
CN112699278A (zh) 2021-04-23

Similar Documents

Publication Publication Date Title
WO2022134631A1 (zh) 一种图数据库构建方法、装置、可读存储介质及电子设备
CN102403718B (zh) 基于Arcgis的电网拓扑关系生成方法
JP2012234536A (ja) セマンティックモデルおよびルールからコードを生成するための方法
CN106021344B (zh) 一种多适应性cime电网模型共享方法
CN105405070A (zh) 一种分布式内存电网系统构建方法
Yun et al. Research on intelligent fault diagnosis of power acquisition based on knowledge graph
CN104317864A (zh) 一种基于iec61850逻辑节点的信息模型自动识别的方法
CN112311571A (zh) 网络拓扑生成方法及装置、电子设备和非暂态存储介质
CN104598606A (zh) 一种针对动态异构空间信息标绘数据的整合方法
WO2021003843A1 (zh) 工业园区综合能源系统的分层分布式协调控制时序方法
CN111625964A (zh) 基于逻辑关系构建变电站图模方法、系统及设备
Wu et al. A semantic web approach to uplift decentralized household energy data
CN111309868A (zh) 一种知识图谱构建、检索方法及装置
CN117060591A (zh) 一种基于数字孪生的数字电网系统
Wu et al. Overview of CIM-oriented database design and data exchanging in power system applications
Li et al. Transforming fuzzy spatiotemporal data from relational databases to XML
Xu Social governance structure construction and resource allocation methods under the management mode of the Internet of Things
CN104573983B (zh) 一种电力生产调度语义服务实现方法
Duan et al. Topology modeling of distribution network based on open-source GIS
CN107729410A (zh) 一种适用于电力设备大数据的数据库引擎
Sedighi et al. Integration of heterogeneous data sources in smart grid based on summary schema model
CN111427867A (zh) 一种基于混合式存储的模型持久化方法
CN116979540B (zh) 基于图技术的换流站潮流估计方法、装置、设备和介质
CN116501926B (zh) 基于图数据库的主网公共信息拓扑模型构建方法和装置
CN115374145A (zh) 电力图模型生成方法、装置、计算机设备及介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21908636

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21908636

Country of ref document: EP

Kind code of ref document: A1