Pular para o conteúdo principal

Postagens

Mostrando postagens com o rótulo ICDE

UniKG: A Unified Interoperable Knowledge Graph Database System - Leitura de Artigo

B. Liu, X. Wang, P. Liu, S. Li, Q. Fu and Y. Chai, "UniKG: A Unified Interoperable Knowledge Graph Database System," 2021 IEEE 37th International Conference on Data Engineering (ICDE), 2021, pp. 2681-2684, doi: 10.1109/ICDE51399.2021.00303.   Abstract: Knowledge graph currently has two main data models: RDF graph and property graph. The query language on RDF graph is SPARQL, while the query language on property graph is mainly Cypher. Different data models and query languages hinder the wider application of knowledge graphs.    In this demonstration, we propose a unified interoperable knowledge graph database system, UniKG.  (1) Based on the relational model , a unified storage scheme is utilized to efficiently store RDF graphs and property graphs, and support the query requirements of knowledge graphs.  (2) Using the characteristicset-based method, the storage problem of untyped entities is addressed in UniKG.  (3) UniKG realizes the interoperability of S...