邹磊,北京大学王选计算机所教授,大数据分析与应用技术国家工程实验室(北京大学)知识集成和智能决策中心主任。邹磊教授的研究包括图数据库,知识图谱,尤其是基于图的知识图谱数据管理,面向知识图谱的自然语言问答,图分析与机器学习,以及大数据系统;他已经发表了50余篇计算机领域的顶级国际学术期刊和会议(CCF-A)上,包括SIGMOD, VLDB, ICDE, TODS, TKDE, VLDB Journal等。邹磊教授曾获得中国自然科学基金(NSFC)优秀青年基金,国家重点研发计划项目的资助。另外,还获得了英国皇家学会的牛顿高级访问学者基金的资助。2017年获得教育部自然科学二等奖(获奖项目“大规模图结构数据管理”,排名第一)。
报告题目:Processing SPARQL Queries Over Distributed RDF Graphs—A Partial Evaluation and Assembly Approach
报告摘要:We propose techniques for processing SPARQL queries over a large RDF graph in a distributed environment. We adopt a “partial evaluation and assembly” framework. Answering a SPARQL query Q is equivalent to finding subgraph matches of the query graph Q over RDF graph G . Based on properties of subgraph matching over a distributed graph, we introduce local partial match as partial answers in each fragment of RDF graph G. For assembly, we propose two methods: centralized and distributed assembly.