1. bookAHEAD OF PRINT
Journal Details
License
Format
Journal
eISSN
2444-8656
First Published
01 Jan 2016
Publication timeframe
2 times per year
Languages
English
Open Access

Construction and intelligent analysis of power grid physical data knowledge graph based on Internet of Things for power system

Published Online: 30 Nov 2022
Volume & Issue: AHEAD OF PRINT
Page range: -
Received: 07 Jul 2022
Accepted: 16 Sep 2022
Journal Details
License
Format
Journal
eISSN
2444-8656
First Published
01 Jan 2016
Publication timeframe
2 times per year
Languages
English
Introduction

The power system is one of the largest and most complex artificial systems [1, 2]. It involves two-way acquisition, transmission, fusion, interaction and utilisation of information between countless people [3, 4].

The vigorous development of distributed energy, electric vehicles and energy storage has changed the original grid form dominated by unidirectional power flow [5]. The evolution of the energy Internet in which the source, network, load and storage elements of the traditional energy power system are interconnected, shared equally, balanced between supply and demand, and optimised and interactive. The open sharing of data related to power generation. Here and now, substantial data of users is running in isolation, which will be transmitted over the wide area network [6]. How to realise the security of massive power system application data under extensive interconnection will be the first problem to be settled in the current planning and development of the energy Internet.

Identifying the association between data also requires the application of named entity recognition (NER) technology [7, 8, 9, 10, 11, 12, 13, 14, 15].

The organisation and retrieval structure of massive scattered data are extracted from the study mentioned in Reference [16, 17, 18]. In recent years, some studies propose to convert natural language into entities and relationships in knowledge base through information extraction, and construct knowledge triples to form a knowledge graph (KG). A KG is a technique for describing knowledge and the relationship between knowledge with a graph model, which consists of nodes and edges [19, 20, 21, 22]. Nodes can be either entities or abstract concepts. Entities are the most basic elements in a KG, and there are different relationships between different entities [23, 24]. A KG construction method is proposed. A power grid customer service system based on the KG of domain features is constructed [25].

This article suggests the construction and intelligent investigation of the KG of power grid physical data based on the Internet of Things for the power system. First, NLP is used to mine knowledge in the complicated physical text data of the power grid based on the Internet of Things in the power system. At the same time, a hybrid model is propounded for NER, which adopts context knowledge to meliorate the accuracy of extraction in this study. The model has improved analysis efficiency. Finally, a complete technical solution for the construction and intelligent analysis of power grid physical data KG based on the Internet of Things is verified through an example.

Power system under the Internet of Things

The power Internet of Things is the specific demonstration and application. It can comprehend the interrelationship of everything in all aspects of the power system.

Power Internet of Things is the evolutionary development form of the power Internet of Things in the construction of energy Internet. It is a complex large-scale system that deeply integrates various new technologies, showing the characteristics of a collective blend. Through the acquisition and sharing of multi-type data in the whole process of electricity, an extensive recognition inside and outside the entire electricity ecosystem can be realised. The application layer carries internal business and external business, as well as data sharing and basic support.

Data generation: The generation of data includes two forms: one is the data developed by the inherent arrangement of the institution, and the other is data that the institution collects from outside.

Data storage.

Data usage: It refers to the combination of a series of activities that an organisation performs internally on dynamic data.

Data transmission: It refers to the process by which data flow from one entity through the network to another within an organisation.

Data sharing: It refers to the stage in which data pass through the organisation and interacts with external organisations and individuals.

Data destruction: It refers to the process of making data permanently or temporarily unavailable by physical or technical means (Figure 1).

Fig. 1

Power Internet of Things architecture

Construction and intelligent analysis framework based on physical knowledge map of power grid

The physical service of the power grid can be partitioned into transmission lines, communication lines, control apparatus, information apparatus and instruments, transportation equipment, houses, buildings, etc. In the mechanism of the evaluation index system of the power grid physical assets, we must keep tabs on the characteristics of the power grid physical assets in furtherance of targeted evaluation and management. The characteristics of the physical service of the power grid mainly are given as follows:

There are various types of assets. The physical service of the power grid involves many industries and professions, such as power transmission, substation, distribution, transportation and communication. Equipment assets for cross-industry need to be subdivided level by level. With the rapid advancement of smart grid construction, new technologies and new products will be widely used, and the types of assets will continue to increase.

The overall scale is huge. The technical scale of the physical service of the power grid is huge, and the geographical distribution of equipment is decentralised.

The update speed is faster. As the basic carrier to support the supply of electricity commodities, the physical service of the power grid is under the background of building a more secure, reliable, environmentally friendly and economical power grid. In view of the continuous improvement of its reliability, intelligence and efficiency requirements, the replacement of power grid physical assets is faster. There are closer linkages between the phases of an asset from commissioning to decommissioning.

Construction of physical knowledge map of power grid

A standardised knowledge representation language is implemented. In RDF, knowledge always comes in the form of triples. The subject is an entity, and the predicate is an attribute. An attribute can connect two entities, or connect an entity and its attribute value. If the subject and object of the triple are regarded as the nodes of the graph, the RDF knowledge base can be viewed as a graph model. The Neo4j database can also be shared by multiple departments and users, meeting the needs of interactive infrastructure engineering data between departments.

The information is extracted from the text data of the power grid objects in the power system statistics under the Internet of Things. Triples get stored in a list format. But in the Neo4j database, different parts of the property graph are stored separately in different files, that is, entities and relationships need to be stored in different formats. The process of importing the power grid objects extracted from the information into the Neo4j database to generate a knowledge map library is shown in Figure 2.

First, entity data in text data and table data is read based on Python.

Then, in order to be able to create a relationship, these entity nodes need to be numbered, and the start node and end node of the triplet can be found through the automatically generated ID. Then. potentially duplicated nodes is dealt with so that the same entity has a unique number. The processed entity data can generate relationship files in a standard format of csv.

Finally, the Neo4j import command imports the node and relationship files into the Neo4j database to form a KG based on the power grid objects.

Fig. 2

Process of generating KG. KG, knowledge graph

Intelligent analysis based on bidirectional long short-term memory (LSTM) + conditional random field (CRF)

NER aims to recognise entities of a specified category in text.

Entity extraction for tabular data: For the Excel file extraction entity of the equipment inventory class, it is only necessary to estimate the column where the node is placed and store it separately. By numbering, they can correspond to their respective attribute relationships to form a knowledge map.

Knowledge extraction from text data: It is much more difficult to recognise information hidden in text data.

In this study, the CRF model is adopted to optimise the NER model globally for the bidirectional long short-term memory (Bi-LSTM) model (Figure 3).

Fig. 3

Supervised NER method. Bi-LSTM, bidirectional long short-term memory; CRF, conditional random field; NER, named entity recognition

First, the original data obtained in the text are transformed and encoded into a vector form suitable for computer processing before NLP-related algorithms can be applied. Traditional word mapping has the problem of sparse data. Therefore, this study adopts the skip-gram model to optimise the word vector matrix. The model learns an accurate word vector representation for each word. Given any n tuple (w, C) = winwiwi+n, the model directly uses the word vector e(wi) of the central word to forecast the probability of the tth word wt in the context: P(wt|wi)=exp(e(wi)e(wt))k=1|V|exp(e(wi)e(wk)) P({w_t}|{w_i}) = {{\exp (e({w_i}) \cdot e({w_t}))} \over {\sum\limits_{k = 1}^{|V|} \exp (e({w_i}) \cdot e({w_k}))}}

Here, wi represents the head word, e(wi) represents the wi corresponding d dimensional word vector and C indicates the background window size vocabulary size. The objective function of the model is to optimise the word vector matrix to maximise the log-likelihood of all context words: L*=argmaxLwiVwi(wi,C)log2P(wt|wi) {L^*} = \arg \mathop {\max }\limits_L \sum\limits_{{w_i}}^V \sum\limits_{{w_i}}^{({w_i},C)} {\log _2}P({w_t}|{w_i})

After model training, the optimised word vector matrix L* is achieved, which contains a distributed vector representation of all words in the vocabulary V.

Then, given a sequence of Chinese characters X = x0, x1,…, xT, the word vector ei corresponding to each Chinese character xi is searched for in the trained word vector table, where d1 represents the vector dimension. LSTM is regulated by three gates and one storage memory unit. ii=σ(Wie(wi1)+Uihi1+Vici1+bi) {i_i} = \sigma \left({{W_i}e({w_{i - 1}}) + {U_i}{h_{i - 1}} + {V_i}{c_{i - 1}} + {b_i}} \right) fi=σ(Wfe(wi1)+Ufhi1+Vfci1+bf) {f_i} = \sigma \left({{W_f}e({w_{i - 1}}) + {U_f}{h_{i - 1}} + {V_f}{c_{i - 1}} + {b_f}} \right) oi=σ(Woe(wi1)+Uohi1+Voci1+bo) {o_i} = \sigma \left({{W_o}e({w_{i - 1}}) + {U_o}{h_{i - 1}} + {V_o}{c_{i - 1}} + {b_o}} \right) σ(x)=11+ex \sigma (x) = {1 \over {1 + {e^{ - x}}}} ci˜=tanh(Wce(wi1)+Uchi1+bi) \widetilde {{c_i}} = \tanh \left({{W_c}e({w_{i - 1}}) + {U_c}{h_{i - 1}} + {b_i}} \right) ct=fict1+iici˜ {c_t} = {f_i} \odot {c_{t - 1}} + {i_i} \odot \widetilde {{c_i}} hi=oitanh(ci) {h_i} = {o_i} \odot \tanh \left({{c_i}} \right) tanh(x)=1e2x1+e2x \tanh (x) = {{1 - {e^{ - 2x}}} \over {1 + {e^{ - 2x}}}} where ii, fi and oi represent the input gate, forget gate and output gate, respectively; ci represents a memory unit; σ(x) is the sigmoid activation function; and ⊙ represents the dot product.

At the same time, the forward LSTM obtains the hidden layer representation hi \overleftarrow {{h_i}} (d2 represents the number of hidden layer neurons) corresponding to each input text character. In the same way, backward LSTM gets another hidden layer representation hi \overrightarrow {{h_i}} . hi \overrightarrow {{h_i}} can capture e(i) and contextual information e0 …ei−1ei on the left. hi \overrightarrow {{h_i}} can capture e(i) and contextual information on the right. Bi-LSTM concatenates the global features of hi \overleftarrow {{h_i}} , and hi \overrightarrow {{h_i}} centres to get the label sequence Y. The conditional probability P(Y |X) is modelled as follows: P(Y|X)=exp(ki=1T1λkfk(yi+1,yi,X,i)) P(Y|X) = \exp \left({\sum\limits_k \sum\limits_{i = 1}^{T - 1} {\lambda _k}{f_k}({y_{i + 1}},{y_i},X,i)} \right)

Finally, the decoding of the model uses the Viterbi algorithm, maintaining two sets of variables, δt(y) and φt(y). δt(y) record the maximum probability corresponding to the path ending with label y up to time t. φt(y) record the label corresponding to the time t − 1 of the path δt(y): δt(y)=max{δt1(y')P(y|y')P(xt|y)} {\delta _t}(y) = \max \left\{ {{\delta _{t - 1}}({y^{'}})P(y|{y^{'}})P({x_t}|y)} \right\} φt(t)=argmax{δt1(y')P(y|y')P(xt|y)} {\varphi _t}(t) = \arg \max \left\{ {{\delta _{t - 1}}({y^{'}})P(y|{y^{'}})P({x_t}|y)} \right\} where P(y|y) is the state transition probability and P(xt|y) is the emission probability. When the T-th character is calculated, the label corresponding to the T-th character can be obtained by using the following equations: yT=argmaxy{δt(y)} {y_T} = \arg \mathop {\max }\limits_y \{ {\delta _t}(y)\} yt=φt+1(yt+1) {y_t} = {\varphi _{t + 1}}({y_{t + 1}})

Knowing the weight vector w of the model, the process of finding the dependency tree with the largest weight corresponding to the sentence is called decoding. Second-order decoding is performed using the descendant and parent–child information (2o-carreras). Assuming that the score of each input text is related to all characters, a set of possible dependencies H is determined for each character, and all combinations are obtained according to the score. Taking the input text data as an example, the dependent syntax structure obtained after the model operation.

Experimental results and analysis
Experimental data

The KG and intelligent analysis framework of power grid physical data based on the Internet of Things constructed in this study were pilot tested in a city company. The data are obtained from a new construction of a 110 kV substation. Among them, the unstructured data are the design specification, audit report and equipment test report (Word file) of the project construction. The semi-structured data are the equipment inventory (Excel file) in the completion and acceptance stages of the project. The experimental data obtained after data cleaning and other preprocessing are 4983 Chinese text strings and 32 lists with a length of 187. Information extraction and intelligent analysis are carried out, respectively.

Experimental evaluation criteria

The evaluation standard of intelligent analysis is that natural language is encoded and converted into a word vector by the skip-gram model as the input of the Bi-LSTM-CRF model, and three tasks of Chinese word segmentation, part-of-speech tagging and NER are performed at the same time. Using cross-entropy as the loss function, the operation effect of the model is measured by the accuracy rate, recall rate and F value. Taking Chinese word segmentation as an example, the calculation equation of the indicator is as follows: R=TPTP+FN×100% R = {{TP} \over {TP + FN}} \times 100\% P=TPTP+FP×100% P = {{TP} \over {TP + FP}} \times 100\% F=2PRP+R×100% F = {{2PR} \over {P + R}} \times 100\%

Dependency analysis is performed on text strings, and attribute relationships between entities are extracted. The graph-based dependency syntax accuracy evaluation index selects the labelled attachment score (LAS) that considers the type of dependency (represented by LLAS) and the indicator that does not consider the type of dependency unlabelled attachment score (UAS) (represented by UUAS). The equation is as follows: Uuas=Numberofcorrectwordsincorenodestotal×100% {U_{uas}} = {{{\rm{Number}}{\kern 1pt} {\rm{of}}{\kern 1pt} {\rm{correct}}{\kern 1pt} {\rm{words}}{\kern 1pt} {\rm{in}}{\kern 1pt} {\rm{core}}{\kern 1pt} {\rm{nodes}}} \over {{\rm{total}}}} \times 100\% Llas=Numberoftimesthecorenodeandrelationshiparecorrecttotal×100% {L_{las}} = {{{\rm{Number}}{\kern 1pt} {\rm{of}}{\kern 1pt} {\rm{times}}{\kern 1pt} {\rm{the}}{\kern 1pt} {\rm{core}}{\kern 1pt} {\rm{node}}{\kern 1pt} {\rm{and}}{\kern 1pt} {\rm{relationship}}{\kern 1pt} {\rm{are}}{\kern 1pt} {\rm{correct}}} \over {{\rm{total}}}} \times 100\%

Analysis of results

This study compares the BiLSTM-CRF model with the SVM model. A total of 102,794 words are segmented by the model in this study, and 8,825 words are segmented by the SVM model (Table 1).

Comparison of the model presented in this article and SVM on the training set

Comparison indicator/%Chinese word segmentationPart-of-speech tagNER

BiLSTM+CRFSVMBiLSTM+CRFSVMBiLSTM+CRFSVM

P96.1285.7397.3281.3294.1277.32
R97.0182.42 94.3280.76
F96.9383.68 94.2979.09

Bi-LSTM, bidirectional long short-term memory; CRF, conditional random field; NER, named entity recognition.

It can be seen from the results that the performance is significantly better than that of the SVM model, and the reason for the accuracy of NER is slightly lower than that of Chinese word segmentation because the recognition effect of design technical entities needs to be improved.

This study uses the 2o-carreras decoding algorithm to analyse dependencies with traditional first-order decoding (lo). Compared with second-order decoding with descendant information (20-sib), the algorithm has the optimal substructure required by the dynamic programming algorithm, with stronger expressive ability and higher accuracy (Table 2).

Comparison of different decoding methods

ModelLo/%2o-sib/%2o-carreras/%

UAS81.2483.4284.32
LAS79.9181.0181.52

LAS, labelled attachment score; UAS, unlabelled attachment score.

It can be observed that the BiLSTM-CRF intelligent analysis model used in this study can achieve more accurate results than the traditional model in the knowledge map of power grid physical data based on the Internet of Things. After model operation, a total of 429 entity nodes and 461 relational edges between entities are extracted from 5 categories of single project name, installation address, design technology, equipment name and equipment purchase price, forming 566 knowledge triples.

Conclusion

This article suggests the construction and intelligent investigation of a KG of the power grid physical data based on the Internet of Things for the power system. First, NLP is used to mine knowledge in the complicated physical text data of the power grid based on the Internet of Things in the power system. Then, the constructed KG of power grid objects based on the Internet of Things for the power system completes the mining of unstructured text data and semi-structured table data based on the Bi-LSTMCRF intelligent analysis model so that the complex engineering data can be fully analysed and applied. The map can meet the automatic retrieval needs of different users, and as a platform for knowledge sharing, it breaks the barriers of inter-departmental exchange of physical data of the power grid and effectively supports the development of upper-level data applications. The physical data of the power grid based on the Internet of Things are also increasing. Therefore, the construction of the KG also needs to be constantly updated and improved. In the future work, the consistency and normalisation of the input data will be considered, and the automatic update of the physical data of the power grid and the validity of the data will be studied.

Fig. 1

Power Internet of Things architecture
Power Internet of Things architecture

Fig. 2

Process of generating KG. KG, knowledge graph
Process of generating KG. KG, knowledge graph

Fig. 3

Supervised NER method. Bi-LSTM, bidirectional long short-term memory; CRF, conditional random field; NER, named entity recognition
Supervised NER method. Bi-LSTM, bidirectional long short-term memory; CRF, conditional random field; NER, named entity recognition

Comparison of different decoding methods

Model Lo/% 2o-sib/% 2o-carreras/%

UAS 81.24 83.42 84.32
LAS 79.91 81.01 81.52

Comparison of the model presented in this article and SVM on the training set

Comparison indicator/% Chinese word segmentation Part-of-speech tag NER

BiLSTM+CRF SVM BiLSTM+CRF SVM BiLSTM+CRF SVM

P 96.12 85.73 97.32 81.32 94.12 77.32
R 97.01 82.42 94.32 80.76
F 96.93 83.68 94.29 79.09

Dan L, Xin C, Huang C, et al. Intelligent Agriculture Greenhouse Environment Monitoring System Based on IOT Technology[C]//2015 International Conference on Intelligent Transportation, Big Data & Smart City (ICITBS). IEEE, 2016. DanL XinC HuangC Intelligent Agriculture Greenhouse Environment Monitoring System Based on IOT Technology[C] 2015 International Conference on Intelligent Transportation, Big Data & Smart City (ICITBS). IEEE 2016 10.1109/ICITBS.2015.126 Search in Google Scholar

Zhao J C, Zhang J F, Yu F, et al. The study and application of the IOT technology in agriculture[C]//IEEE International Conference on Computer Science & Information Technology. 0. ZhaoJ C ZhangJ F YuF The study and application of the IOT technology in agriculture[C] IEEE International Conference on Computer Science & Information Technology 0. Search in Google Scholar

Muzik V, Vostracky Z. Communication and Intelligent Control in a Power Grid Using Open Source IoT Technology[C]//2020 21st International Scientific Conference on Electric Power Engineering (EPE). 2020. MuzikV VostrackyZ Communication and Intelligent Control in a Power Grid Using Open Source IoT Technology[C] 2020 21st International Scientific Conference on Electric Power Engineering (EPE) 2020 10.1109/EPE51172.2020.9269216 Search in Google Scholar

Ali S, Rehman O, Cha K, et al. Performance Analysis of ZigBee-based IoT Prototype for Remote Monitoring in Power Grid Systems[C]//9th International Conference on Smart Media and Applications. 2020. AliS RehmanO ChaK Performance Analysis of ZigBee-based IoT Prototype for Remote Monitoring in Power Grid Systems[C] 9th International Conference on Smart Media and Applications 2020 10.1145/3426020.3426140 Search in Google Scholar

ZHANG Kong, QIAN Gang. Research on named entity recognition technology for chinese titles[C]//Proceedings of The 2019 World Congress on Computational Intelligence, Engineering and Information Technology (WCEIT 2019), 2019: 713–720. KongZHANG GangQIAN Research on named entity recognition technology for chinese titles[C] Proceedings of The 2019 World Congress on Computational Intelligence, Engineering and Information Technology (WCEIT 2019) 2019 713 720 Search in Google Scholar

Xiao J, Liu W, Zhao M X, et al. Research on Smart Energy System Technology Based on Cloud Computing Platform[J]. IOP Conference Series Earth and Environmental Science, 2020, 619:012010. XiaoJ LiuW ZhaoM X Research on Smart Energy System Technology Based on Cloud Computing Platform[J] IOP Conference Series Earth and Environmental Science 2020 619 012010 10.1088/1755-1315/619/1/012010 Search in Google Scholar

Liu X, Zhou Q, Qin Q, et al. Research on the technology of Smart Energy Meter integrating time-sharing Metering and Billing[J]. IOP Conference Series: Earth and Environmental Science, 2021, 714(4):042051 (7pp). LiuX ZhouQ QinQ Research on the technology of Smart Energy Meter integrating time-sharing Metering and Billing[J] IOP Conference Series: Earth and Environmental Science 2021 714 4 042051 (7pp) 10.1088/1755-1315/714/4/042051 Search in Google Scholar

Patil N, Patil A, Pawar B V. Named entity recognition using conditional random fields[J]. Procedia Computer Science, 2020(167): 1181–1188. PatilN PatilA PawarB V Named entity recognition using conditional random fields[J] Procedia Computer Science 2020 167 1181 1188 10.1016/j.procs.2020.03.431 Search in Google Scholar

TAO Yuan, PENG Yanbing. Chinese named entity recognition based on Gated-CNN-CRF[J]. Electronic Design Engineering, 2020, 28(4): 42–46, 51. YuanTAO YanbingPENG Chinese named entity recognition based on Gated-CNN-CRF[J] Electronic Design Engineering 2020 28 4 42 46 51 Search in Google Scholar

Zhang Y, Qian T, Tang W. Buildings-to-distribution-network integration considering power transformer loading capability and distribution network reconfiguration[J]. Energy, 2022, 244. ZhangY QianT TangW Buildings-to-distribution-network integration considering power transformer loading capability and distribution network reconfiguration[J] Energy 2022 244 10.1016/j.energy.2022.123104 Search in Google Scholar

Cheng Zhou, Li Bin, Sun Xiaobing. Improving software bugspecific named entity recognition with deep neural network[J]. Journal of Systems and Software, 2020, 165(7): 110572. ZhouCheng BinLi XiaobingSun Improving software bugspecific named entity recognition with deep neural network[J] Journal of Systems and Software 2020 165 7 110572 10.1016/j.jss.2020.110572 Search in Google Scholar

T. Qian, Xingyu Chen, Yanli Xin, W. H. Tang, Lixiao Wang. Resilient Decentralized Optimization of Chance Constrained Electricity-gas Systems over Lossy Communication Networks [J]. Energy, 2022, 239, 122158. QianT. ChenXingyu XinYanli TangW. H. WangLixiao Resilient Decentralized Optimization of Chance Constrained Electricity-gas Systems over Lossy Communication Networks [J] Energy 2022 239 122158 10.1016/j.energy.2021.122158 Search in Google Scholar

WU Yonghui, Jiang Min, Lei Jianbo, et al. Named entity recognition in chinese clinical text using deep neural network[J]. Studies in Health Technology and Informatics, 2015(216): 624–628. YonghuiWU MinJiang JianboLei Named entity recognition in chinese clinical text using deep neural network[J] Studies in Health Technology and Informatics 2015 216 624 628 Search in Google Scholar

CH Fang, YN Tao, JG Eang, et al. Mapping Relation of Leakage Currents of Polluted Insulators and Discharge Arc Area[J]. Frontiers in Energy Research, 2021. FangCH TaoYN EangJG Mapping Relation of Leakage Currents of Polluted Insulators and Discharge Arc Area[J] Frontiers in Energy Research 2021 10.3389/fenrg.2021.777230 Search in Google Scholar

HAN Hongqi, XU Shuo, GUI Jie. Term hierarchical relation extraction method based on morphology rule template[J]. Journal of The China Society for Scientific and Technical Information, 2013, 32(7): 708–715. HongqiHAN ShuoXU JieGUI Term hierarchical relation extraction method based on morphology rule template[J] Journal of The China Society for Scientific and Technical Information 2013 32 7 708 715 Search in Google Scholar

T. Qian, Y. Liu, W. H Zhang, W. H. Tang, M. Shahidehpour. Event-Triggered Updating Method in Centralized and Distributed Secondary Controls for Islanded Microgrid Restoration[J]. IEEE Transactions on Smart Gird, 2020, 11(2): 1387–1395. QianT. LiuY. ZhangW. H TangW. H. ShahidehpourM. Event-Triggered Updating Method in Centralized and Distributed Secondary Controls for Islanded Microgrid Restoration[J] IEEE Transactions on Smart Gird 2020 11 2 1387 1395 10.1109/TSG.2019.2937366 Search in Google Scholar

Gao Haixiang, Miao Lu, Liu Jianing, et al. Review on knowledge graph and its application in power systems[J]. Guangdong Electric Power, 2020, 33(9): 66–76. HaixiangGao LuMiao JianingLiu Review on knowledge graph and its application in power systems[J] Guangdong Electric Power 2020 33 9 66 76 Search in Google Scholar

Zhen W, Zhang J, Feng J, et al. Knowledge Graph Embedding by Translating on Hyperplanes[C]//National Conference on Artificial Intelligence. AAAI Press, 2014. ZhenW ZhangJ FengJ Knowledge Graph Embedding by Translating on Hyperplanes[C] National Conference on Artificial Intelligence AAAI Press 2014 Search in Google Scholar

WANG Yuan, PENG Chenhui, WANG Zhiqiang. Application of knowledge graph in full-service unified data center of national grid[J]. Computer Engineering and Applications, 2019, 55(15): 104–109. YuanWANG ChenhuiPENG ZhiqiangWANG Application of knowledge graph in full-service unified data center of national grid[J] Computer Engineering and Applications 2019 55 15 104 109 Search in Google Scholar

Tan Gang, Chen Yu, Peng Yunzhu. Hybrid domain feature knowledge graph smart question answering system[J]. Computer Engineering and Applications, 2020, 56(3): 232–239 GangTan YuChen YunzhuPeng Hybrid domain feature knowledge graph smart question answering system[J] Computer Engineering and Applications 2020 56 3 232 239 Search in Google Scholar

Yang M, Chen K, Sun S, et al. A Pattern Driven Graph Ranking Approach to Attribute Extraction for Knowledge Graph[J]. IEEE Transactions on Industrial Informatics, 2021, PP(99):1–1. YangM ChenK SunS A Pattern Driven Graph Ranking Approach to Attribute Extraction for Knowledge Graph[J] IEEE Transactions on Industrial Informatics 2021 PP(99):1–1. 10.1109/TII.2021.3073726 Search in Google Scholar

Nordsieck R, Heider M, Winschel A, et al. Knowledge Extraction via Decentralized Knowledge Graph Aggregation[C]//2021 IEEE 15th International Conference on Semantic Computing (ICSC). IEEE, 2021. NordsieckR HeiderM WinschelA Knowledge Extraction via Decentralized Knowledge Graph Aggregation[C] 2021 IEEE 15th International Conference on Semantic Computing (ICSC). IEEE 2021 10.1109/ICSC50631.2021.00024 Search in Google Scholar

Shen L, He R, Huang S. Entity alignment with adaptive margin learning knowledge graph embedding[J]. Data & Knowledge Engineering, 2022, 139:101987-. ShenL HeR HuangS Entity alignment with adaptive margin learning knowledge graph embedding[J] Data & Knowledge Engineering 2022 139 101987 10.1016/j.datak.2022.101987 Search in Google Scholar

Yu J, Zhang Y, Wu Y, et al. Research on the Practical Application of Visual Knowledge Graph in Technology Service Model and Intelligent Supervision[J]. Journal of Physics: Conference Series, 2021, 1982(1):012040-. YuJ ZhangY WuY Research on the Practical Application of Visual Knowledge Graph in Technology Service Model and Intelligent Supervision[J] Journal of Physics: Conference Series 2021 1982 1 012040 10.1088/1742-6596/1982/1/012040 Search in Google Scholar

Wu Y. Summary of Research on Contract Risk Management of EPC General Contracting Project – Based on VOSviewer Knowledge Graph Analysis[J]. Springer Books, 2021. WuY Summary of Research on Contract Risk Management of EPC General Contracting Project – Based on VOSviewer Knowledge Graph Analysis[J] Springer Books 2021 10.1007/978-981-16-3587-8_69 Search in Google Scholar

Recommended articles from Trend MD

Plan your remote conference with Sciendo