Querying in the Age of Graph Databases and Knowledge Graphs
Graphs have become the best way we know of representing knowledge. The computing community has investigated and developed the support for managing graphs by means of digital technology. Graph databases and knowledge graphs surface as the most successful solutions to this program. The goal of this document is to provide a conceptual map of the data management tasks underlying these developments, paying particular attention to data models and query languages for graphs.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge GraphsManagementSimilar Papers 제목 키워드 기반
Knowledge Graphs Querying
Knowledge graphs (KGs) such as DBpedia, Freebase, YAGO, Wikidata, and NELL were constructed to store large-scale, real-world facts as (subject, predicate, object) triples -- that can also be modeled as a graph, where a n…
Fact CheckingInformation RetrievalKnowledge GraphsQuestion AnsweringOptimization of Retrieval Algorithms on Large Scale Knowledge Graphs
Knowledge graphs have been shown to play an important role in recent knowledge mining and discovery, for example in the field of life sciences or bioinformatics. Although a lot of research has been done on the field of q…
Knowledge GraphsRetrievalLearning to Speed Up Query Planning in Graph Databases
Querying graph structured data is a fundamental operation that enables important applications including knowledge graph search, social network analysis, and cyber-network security. However, the growing size of real-world…
Computational EfficiencyKnowledge GraphsALIST: Associative Logic for Inference, Storage and Transfer. A Lingua Franca for Inference on the Web
Recent developments in support for constructing knowledge graphs have led to a rapid rise in their creation both on the Web and within organisations. Added to existing sources of data, including relational databases, API…
Information RetrievalKnowledge GraphsRetrievalDirectly Mapping RDF Databases to Property Graph Databases
RDF triplestores and property graph databases are two approaches for data management which are based on modeling, storing, and querying graph-like data. In spite of such common principles, they present special features t…
Management