自然灾害应急知识图谱构建方法研究

发布时间:2026-03-06 15:32

学习应对火灾、地震等自然灾害的应对方法 #生活知识# #生活规划# #日常应急处理#

摘要: 中国自然灾害发生频繁,受自然灾害的威胁极大,防灾减灾、抗灾救灾是人类生存发展的永恒课题。在自然灾害应急领域中,相关数据骤增而应急关键知识明显匮乏,存在“数据-信息-知识”转化能力不足的问题,由此提出了自顶向下和自底向上相结合的自然灾害应急知识图谱构建方法。围绕自然灾害事件、灾害应急任务、灾害数据、模型方法4个要素,自顶向下构建模式层,通过本体建模形成知识图谱的概念框架;自底向上构建数据层,通过数据获取、知识抽取、融合、存储建立实体间关联关系。以洪涝灾害应急知识图谱为例进行实验验证,结果表明,该方法能够对自然灾害事件、灾害应急任务、灾害数据、模型方法4要素的概念层次关系及要素属性、要素间语义关联关系进行形式化表达,实现了从多源数据到互联知识的转化。

关键词: 自然灾害  /  应急  /  领域知识图谱  /  本体  

Abstract: Natural disasters occur frequently and pose a huge threat to China. Disaster prevention, mitigation, and disaster relief are eternal topics of human survival and development. However, in the field of disaster relief and emergency response, the relevant data increase sharply while the critical knowledge of emergency is obviously lacking. The "data-information-knowledge" transformation capacity is insufficient to meet the urgent needs of disaster prevention and reduction. Firstly taking natural disasters as the core, and around four elements of natural disaster events, disaster emergency tasks, disaster data, and methods, this paper proposes a knowledge graph construction method by combining a top-down approach and a bottom-up approach. Then, concept layer of knowledge graph is built from top to down, and the conceptual framework is formed through ontology modeling. Data layer of knowledge graph is built from bottom to top, and the relationship between entities is established through data acquisition, knowledge extraction, fusion, and storage. Finally, a flood disaster emergency knowledge graph is built to verify the validity of the proposed method. The concept layer in flood disaster emergency knowledge graph defines the conceptual levels, the attributes and the semantic relationships of flood disaster events, disaster emergency tasks, disaster data, and methods. The data layer in flood disaster emergency knowledge graph realizes the extraction of entities and relationships from multi-source data. After the knowledge fusion process, 3 054 nodes and 12 689 relationship edges are obtained and stored in the Neo4j graph database. The flood disaster emergency knowledge graph realizes the transformation from multi-source data to interrelated knowledge.

图  1   自然灾害应急知识图谱构建流程

Figure  1.   Construction Process of Knowledge Graph in Natural Disaster Emergency Field

图  2   本体之间语义关联关系

Figure  2.   Semantic Association Between Ontologies

图  3   洪涝灾害应急知识图谱模式层

Figure  3.   Ontology of Flood Disaster Emergency Knowledge Graph

图  4   洪涝灾害应急知识图谱数据层(部分)

Figure  4.   Instance of Flood Disaster Emergency Knowledge Graph(Part)

表  1   应急任务概念层次

Table  1   Levels of Concept for Emergency Tasks

过程 目标 具体应急任务 灾前 预警、预防、备灾 风险监测、风险评估、灾害预警等 灾中 快速反应、应急处置 应急响应级别、灾中快速评估、应急救助资源配置与调度决策、转移安置决策、应急推演等 灾后 恢复重建、总结评估 灾情综合评估、恢复重建效果评估等

表  2   灾害数据语义关系

Table  2   Semantic Relationships Between Disaster Data

名称 量化方法 说明 对应关系 时间重合度 ${\rm{Overla}}{{\rm{p}}_{T\left( {i, j} \right)}} = \frac{{T\left( i \right)\mathop \cap \nolimits T\left( j \right)}}{{T\left( i \right) \cup T\left( j \right)}}$ T (i)为灾害数据i的时间跨度,T (j)为灾害数据 j的时间跨度,两者的时间范围交集与并集之比则为灾害数据i、j之间的时间重合度 OverlapT(i, j)⊆[0, 1],值为0时表示数据间不具有时间关联性;值为(0, 1]时,表示数据间具有时间关联性,值越大,则灾害数据之间的时间关联性越强 空间重合度 ${\rm{Overla}}{{\rm{p}}_{S\left( {i, j} \right)}} = \frac{{S\left( i \right)\mathop \cap \nolimits S\left( j \right)}}{{S\left( i \right)\mathop \cup \nolimits S\left( j \right)}}$ S (i)为灾害数据i的空间范围,S (j)为灾害数据j的空间范围,两者的空间范围交集与并集之比则为灾害数据i、j之间的空间重合度 OverlapS (i, j)⊆[0, 1],值为0时表示数据间不具有空间关联性;值为(0, 1]时,表示数据间具有空间关联性,值越大,则灾害数据之间的空间关联性越强 数据关联度 ${\rm{Suppor}}{{\rm{t}}_{\left( X \right)}} = \frac{k}{n}$ 设X为一个灾害数据项集,k为X在总灾害数据案例集里出现的次数,n为灾害数据案例的总数,则数据项集X的支持度为Support(X)。设置最小支持度阈值,当某项集的支持度值高于该阈值时,则该项集为频繁项集 Confidence(A → B)⊆[0, 1],值为0时表示两者不具有关联性;值为(0, 1]时,表示两者之间具有数据关联性,值越大,表示在使用了数据A的条件下,使用数据B的概率越大,数据关联性越强 ${\rm{Confidenc}}{{\rm{e}}_{\left( {A \to B} \right)}} = \\ \frac{{{\rm{Suppor}}{{\rm{t}}_{\left( {A\mathop \cup \nolimits B} \right)}}}}{{{\rm{Suppor}}{{\rm{t}}_{\left( A \right)}}}}$ 若灾害数据A在某一项集中出现,且在同样项集中一定存在灾害数据B,可将两者的关联规则表示为:A → B,规则A → B的置信度为Confidence(A → B)

表  3   模型方法实体识别实验结果

Table  3   Results of Method Entity Recognition Based on CRF

特征选择 滑动窗口大小 准确率/% 召回率/% F度量 单字 1 91.43 59.41 72.02 单字 2 92.14 59.84 72.55 单字 3 93.75 55.16 69.45 单字+词性 2 91.81 59.19 71.90

表  4   模型方法实体匹配规则

Table  4   Matching Rules of Method Entity

前缀词 中间连接词 后缀词 采用
应用
运用
利用
提出
︙ 、


及其
以及
︙ 方法
算法
函数
模型
技术

表  5   不同方法实体识别对比

Table  5   Comparison with Different Methods of Entity Recognition

方法 准确率/% 召回率/% F度量 CRF 92.14 59.84 72.55 规则匹配 68.13 82.65 74.69 CRF+规则匹配 79.76 88.02 83.69

表  6   知识融合前后对比

Table  6   Differences Between Comparison Before and After Knowledge Fusion

融合前 融合后 小波分析,小波分析方法,小波变换方法 小波分析方法 聚类分析,层次聚类分析方法,聚类分析方法 层次聚类分析方法 城市洪涝模型,洪涝仿真模型,洪涝模拟方法,城市洪涝仿真模型,城市洪涝分析模型,城市洪涝模拟方法,洪涝分析 城市洪涝仿真模型 ︙ ︙

表  7   洪涝灾害应急知识图谱节点及关系统计数据

Table  7   Statistics of Nodes and Relationships in Flood Disaster Emergency Knowledge Graph

名称 类型 数量 洪涝灾害事件 节点 523 应急任务 节点 11 灾害数据 节点 45 模型方法 节点 2 475 起始时间 边 97 结束时间 边 116 发生地点 边 125 致灾因子 边 38 灾情信息 边 125 对应任务 边 375 使用方法 边 2 600 输入 边 7 251 输出 边 1 953 数据关联 边 9 [1] 廖永丰, 赵飞, 王志强, 等. 2000—2011年中国自然灾害灾情空间分布格局分析[J].灾害学, 2013, 28(4): 55-60 http://d.wanfangdata.com.cn/Periodical/zhx201304011

Liao Yongfeng, Zhao Fei, Wang Zhiqiang, et al. Spatial Pattern Analysis of Natural Disasters in China from 2000 to 2011[J]. Journal of Catastrophology, 2013, 28(4): 55-60 http://d.wanfangdata.com.cn/Periodical/zhx201304011

[2] 刘哲, 张鹏, 刘南江, 等. "一带一路"中国重点区域自然灾害特征分析[J].灾害学, 2018, 33(4): 68-74 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zhx201804013

Liu Zhe, Zhang Peng, Liu Nanjiang, et al. Characteristics of Natural Disasters in Key Regions of One-Belt-One-Road Initiative[J]. Journal of Catastrophology, 2018, 33(4): 68-74 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zhx201804013

[3] 赵珊珊, 高歌, 黄大鹏, 等. 2004—2013年中国气象灾害损失特征分析[J].气象与环境学报, 2017, 33(1): 101-107 http://www.cnki.com.cn/Article/CJFDTOTAL-LNQX201701014.htm

Zhao Shanshan, Gao Ge, Huang Dapeng, et al. Characteristics of Meteorological Disaster Losses in China from 2004 to 2013[J]. Journal of Meteorology and Environment, 2017, 33(1): 101-107 http://www.cnki.com.cn/Article/CJFDTOTAL-LNQX201701014.htm

[4] 朱建章, 石强, 陈凤娥, 等.遥感大数据研究现状与发展趋势[J].中国图象图形学报, 2016, 21(11): 1 425-1 439 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zgtxtxxb-a201611002

Zhu Jianzhang, Shi Qiang, Chen Feng'e, et al. Research Status and Development Trends of Remote Sensing Big Data[J]. Journal of Image and Graphics, 2016, 21(11): 1 425-1 439 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zgtxtxxb-a201611002

[5]

Sowa J F. Principles of Semantic Networks: Exploration in the Representation of Knowledge[M]. San Mateo: Morgan Kaufmann, 1991: 135-157

[6]

Gruber T R. A Translation Approach to Portable Ontology Specifications[J]. Knowledge Acquisition, 1993, 5(2): 199-220 doi: 10.1006/knac.1993.1008

[7] 袁国铭, 李洪奇, 樊波.关于知识工程的发展综述[J].计算技术与自动化, 2011, 30(1): 138-143 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjsyzdh201101033

Yuan Guoming, Li Hongqi, Fan Bo. Survey on Development of Knowledge Engineering System[J]. Computing Technology and Automation, 2011, 30(1): 138-143 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjsyzdh201101033

[8]

Dong X, Gabrilovich E, Heitz G, et al. Knowledge Vault: A Web-Scale Approach to Probabilistic Knowledge Fusion[C]. The 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, New York, USA, 2014

[9] 刘峤, 李杨, 段宏, 等.知识图谱构建技术综述[J].计算机研究与发展, 2016, 53(3): 582-600 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjyjyfz201603008

Liu Qiao, Li Yang, Duan Hong, et al. Knowledge Graph Construction Techniques[J]. Journal of Computer Research and Development, 2016, 53(3): 582-600 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjyjyfz201603008

[10] 徐增林, 盛泳潘, 贺丽荣, 等.知识图谱技术综述[J].电子科技大学学报, 2016, 45(4): 589-606 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=dzkjdxxb201604013

Xu Zenglin, Sheng Yongpan, He Lirong, et al. Review on Knowledge Graph Techniques[J]. Journal of University of Electronic Science and Technology of China, 2016, 45(4): 589-606 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=dzkjdxxb201604013

[11]

Sören A, Bizer C, Kobilarov G, et al. DBpedia: A Nucleus for a Web of Open Data[J]. The Semantic Web, 2007, 4 825: 722-735

[12]

Bollacker K D, Evans C, Paritosh P, et al. Freebase: A Collaboratively Created Graph Database for Structuring Human Knowledge[C]. The ACM International Conference on Management of Data, Vancouver, BC, Canada, 2008

[13]

Denny V, Markus K. Wikidata: A Free Collaborative Knowledgebase[J]. Communications of the ACM, 2014, 57(10): 78-85 doi: 10.1145/2629489

[14]

Hoffart J, Suchanek F M, Berberich K, et al. YAGO2: A Spatially and Temporally Enhanced Knowledge Base from Wikipedia[J]. Artificial Intelligence, 2013, 194(4): 28-61 http://www.sciencedirect.com/science/article/pii/S0004370212000719

[15] 陈大值.知识图谱在银行业的应用场景及可行性研究[J].中国金融电脑, 2019, 355(2): 33-37 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zgjrdn201902007

Chen Dazhi. Application Scenario and Feasibility Study of Mapping Knowledge Domain in Banking Industry[J]. Financial Computer of China, 2019, 355(2): 33-37 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zgjrdn201902007

[16] 袁凯琦, 邓扬, 陈道源, 等.医学知识图谱构建技术与研究进展[J].计算机应用研究, 2018, 35(7): 15-22 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjyyyj201807002

Yuan Kaiqi, Deng Yang, Chen Daoyuan, et al. Construction Techniques and Research Development of Medical Knowledge Graph[J]. Application Research of Computers, 2018, 35(7): 15-22 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjyyyj201807002

[17] 魏奇锋, 唐川, 赵长轶.国内知识链研究的知识图谱分析[J].情报科学, 2016, 34(7): 7-13 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=qbkx201607002

Wei Qifeng, Tang Chuan, Zhao Changyi. An Analysis of Knowledge Chain Research in China Based on Knowledge Mapping[J]. Information Science, 2016, 34(7): 7-13 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=qbkx201607002

[18] 朱杰, 游雄, 夏青.利用作战任务本体计算战场环境要素语义相似性[J].武汉大学学报·信息科学版, 2019, 44(9): 1 407-1 415 doi: 10.13203/j.whugis20170409

Zhu Jie, You Xiong, Xia Qing. A Semantic Similarity Calculation Method for Battlefield Environment Elements Based on Operational Task Ontology[J]. Geomatics and Information Science of Wuhan University, 2019, 44(9): 1 407-1 415 doi: 10.13203/j.whugis20170409

[19] 陈军, 刘万增, 武昊, 等.基础地理知识服务的基本问题与研究方向[J].武汉大学学报·信息科学版, 2019, 44(1): 38-47 doi: 10.13203/j.whugis20180441

Chen Jun, Liu Wanzeng, Wu Hao, et al. Basic Issues and Research Agenda of Geospatial Knowledge Service[J]. Geomatics and Information Science of Wuhan University, 2019, 44(1): 38-47 doi: 10.13203/j.whugis20180441

[20] 黄海峰, 王世梅, 孙仁先, 等.冰雪灾害条件下地质灾害应急抢险知识库系统研究[J].三峡大学学报(自然科学版), 2010, 32(2): 31-36 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=whsldldxxb-yc201002008

Huang Haifeng, Wang Shimei, Sun Renxian, et al. Study of Knowledge Base System About Emergency Treatment of Geo-hazard Under Conditions of Ice and Snow Disasters[J]. Journal of China Three Gorges Unibersity(Natural Sciences), 2010, 32(2): 31-36 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=whsldldxxb-yc201002008

[21] 桂元苗, 王儒敬, 孙丙宇, 等.基于本体的一种自然灾害知识表示方法[J].电子技术, 2010, 47(9): 4-6 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=dzjs201009002

Gui Yuanmiao, Wang Rujing, Sun Bingyu, et al. Ontology-Based Knowledge Representation Method of Natural Disasters[J]. Electronic Technology, 2010, 47(9): 4-6 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=dzjs201009002

[22] 王昊中, 毛雪岷.基于OWL的自然灾害领域应急响应知识表示方法[J].计算机系统应用, 2012, 21(4): 207-211 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjxtyy201204045

Wang Haozhong, Mao Xuemin. Knowledge Representation Based on OWL for Emergency Response in the Field of Natural Disasters[J]. Computer Systems & Applications, 2012, 21(4): 207-211 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=jsjxtyy201204045

[23]

Wang X L, Wu X L. A Novel Knowledge Representation Method Based on Ontology for Natural Disaster Decision-Making[C]. 2012 IEEE International Conference on Computer Science and Automation Engineering (CSAE), Zhangjiajie, China, 2012

[24] 刘晓慧, 崔健, 蔡菲.突发地质灾害应急响应知识地理本体建模及推理[J].地理与地理信息科学, 2018, 34(4): 1-6 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=7000726891

Liu Xiaohui, Cui Jian, Cai Fei. Geo-Ontology Modeling and Reasoning of GeoHazard Emergency Response Knowledge[J]. Geography and Geo-Information Science, 2018, 34(4): 1-6 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=7000726891

[25] 李泽荃, 徐淑华, 李碧霄, 等.基于知识图谱的灾害场景信息融合技术[J].华北科技学院学报, 2019, 16(2): 1-5 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=hbkygdzkxxxb201902002

Li Zequan, Xu Shuhua, Li Bixiao, et al. Information Fusion Technology of Disaster Scenario Based on Knowledge Graph[J]. Journal of North China Institute of Science and Technology, 2019, 16(2): 1-5 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=hbkygdzkxxxb201902002

[26] 戎军涛, 王莉英.基于本体的公共危机事件情景模型研究[J].现代情报, 2016, 36(6): 50-55 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=xdqb201606009

Rong Juntao, Wang Liying. Research on Scenario Model of Public Crisis Events Based on Ontology[J]. Journal of Modern Information, 2016, 36(6): 50-55 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=xdqb201606009

[27]

Sun X Q, Qi L, Sun H, et al. Earthquake Knowledge Graph Constructing Based on Social Intercourse Using BiLSTM-CRF[C]. IOP Conference Series: Earth and Environmental Science, Guangzhou, China, 2020

[28]

Wang Y, Hou X. A Method for Constructing Knowledge Graph of Disaster News Based on Address Tree[C]. The 5th International Conference on Systems and Informatics (ICSAI), Nanjing, China, 2018

[29] 田董炜, 仇阿根, 张志然.多层次地质灾害领域本体构建与应用[J].测绘科学, 2019, 44(6): 330-336 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=chkx201906049

Tian Dongwei, Qiu Agen, Zhang Zhiran. Domain Ontology Construction and Application of Multi-level Geological Disasters[J]. Science of Surveying and Mapping, 2019, 44(6): 330-336 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=chkx201906049

[30]

Ni J X, Liu X, Zhou Q F, et al. A Knowledge Graph Based Disaster Storyline Generation Framework[C]. Chinese Control and Decision Conference (CCDC), Nanchang, China, 2019

[31] 詹勤, 李德仁, 眭海刚, 等.一种遥感信息服务分类本体构建方法[J].武汉大学学报·信息科学版, 2010, 35(3): 343-346 http://ch.whu.edu.cn/article/id/892

Zhan Qin, Li Deren, Sui Haigang, et al. A Method for Building Remote Sensing Information Services Classification Ontology[J]. Geomatics and Information Science of Wuhan University, 2010, 35(3): 343-346 http://ch.whu.edu.cn/article/id/892

[32] 张立朝, 潘贞, 王青山, 等.本体驱动的地理信息服务发现模型研究[J].武汉大学学报·信息科学版, 2009, 34(6): 641-645 http://ch.whu.edu.cn/article/id/1344

Zhang Lichao, Pan Zhen, Wang Qingshan, et al. An Ontology-Driven Discovering Model of Geographical Information Services[J]. Geomatics and Information Science of Wuhan University, 2009, 34(6): 641-645 http://ch.whu.edu.cn/article/id/1344

[33] 史培军.再论灾害研究的理论与实践[J].自然灾害学报, 1996, 6(4): 8-19 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=QK199600705870

Shi Peijun. Theory and Practice of Disaster Study[J]. Journal of Natural Disasters, 1996, 6(4): 8-19 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=QK199600705870

[34] 史培军.三论灾害研究的理论与实践[J].自然灾害学报, 2002, 11(3): 1-9 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zrzhxb200203001

Shi Peijun. Theory on Disaster Science and Disaster Dynamics[J]. Journal of Natural Disasters, 2002, 11(3): 1-9 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zrzhxb200203001

[35] 史培军.四论灾害系统研究的理论与实践[J].自然灾害学报, 2005, 14(6): 1-7 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zrzhxb200506001

Shi Peijun. Theory and Practice on Disaster System Research in a Fourth Time[J]. Journal of Natural Disasters, 2005, 14(6): 1-7 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=zrzhxb200506001

[36] 李京, 陈云浩, 唐宏, 等.自然灾害灾情评估模型与方法体系[M].北京:科学出版社, 2012

Li Jing, Chen Yunhao, Tang Hong, et al.Natural Disaster Assessment Model and Method System[M]. Beijing: Science Press, 2012

[37] 崔斌, 高军, 童咏昕, 等.新型数据管理系统研究进展与研究趋势[J].软件学报, 2019, 30(1): 164-193 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=rjxb201901010

Cui Bin, Gao Jun, Tong Yongxin, et al. Progress and Trend in Novel Data Management System[J]. Journal of Software, 2019, 30(1): 164-193 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=rjxb201901010

[38] 张琳, 熊斯攀.基于Neo4j的社交网络平台设计与实现[J].情报探索, 2018, 250(8): 81-86 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=qbts201808013

Zhang Lin, Xiong Sipan. Design and Implementation of Social Network Platform Based on Neo4j[J]. Information Research, 2018, 250(8): 81-86 http://www.wanfangdata.com.cn/details/detail.do?_type=perio&id=qbts201808013

[39] 黄权隆, 黄艳香, 邵蓥侠, 等. HybriG:一种高效处理大量重边的属性图存储架构[J].计算机学报, 2018, 41(8): 1 766-1 779 http://kns.cnki.net/KCMS/detail/detail.aspx?dbcode=CJFD&filename=JSJX201808005

Huang Quanlong, Huang Yanxiang, Shao Yingxia, et al. HybriG: A Distributed Storage Architecture for Efficiently Processing Property Graph with Massive Multi-edges[J]. Chinese Journal of Computers, 2018, 41(8): 1 766-1 779 http://kns.cnki.net/KCMS/detail/detail.aspx?dbcode=CJFD&filename=JSJX201808005

[40]

Mario M, Fabio M, Mirko C, et al. GraphDBLP: A System for Analyzing Networks of Computer Scientists Through Graph Databases[J]. Multimedia Tools & Applications, 2018, 77(14): 18 657-18 688

网址:自然灾害应急知识图谱构建方法研究 https://klqsh.com/news/view/349959

相关内容

健康饮食知识图谱和问答系统构建研究
灾害事故应急处理知识普及.docx
应对自然灾害的紧急求生技能.docx
自然灾害来临时,这些避险和急救知识能救命!
企业大数据挖掘:为员工构建职场知识图谱
健身运动知识图谱构建技术规程(编制说明).pdf
构建宠物知识图谱问答系统:Neo4j的实践与应用
防震减灾应急知识
防震减灾知识科普丨应急避震有方法
数据化赋能科技转化:构建知识图谱驱动创新生态

随便看看