0% found this document useful (0 votes)
52 views

Knowledge Graph

The document discusses knowledge graphs and graph databases. It defines a knowledge graph as a knowledge base that uses a graph structure to integrate data by combining characteristics of databases, graphs, and knowledge bases. It also defines a graph database as storing data as nodes and relationships rather than in tables or documents. The document outlines the topics, provides overviews of knowledge graphs and graph databases, and compares graph databases to relational databases.

Uploaded by

Hoàng Vương
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views

Knowledge Graph

The document discusses knowledge graphs and graph databases. It defines a knowledge graph as a knowledge base that uses a graph structure to integrate data by combining characteristics of databases, graphs, and knowledge bases. It also defines a graph database as storing data as nodes and relationships rather than in tables or documents. The document outlines the topics, provides overviews of knowledge graphs and graph databases, and compares graph databases to relational databases.

Uploaded by

Hoàng Vương
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Weekly Report:

Knowledge Graph and Graph Database

Vuong Xuan Hoang


[email protected]

May 20, 2022

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 1/9
Outline

1 Knowledge Graph

2 Graph Database

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 2/9
Outline

1 Knowledge Graph

2 Graph Database

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 3/9
Overview
In knowledge representation and reasoning, knowledge graph is a
knowledge base that uses a graph-structured data model or topology to
integrate data.
Knowledge graphs combine characteristics of several data management
paradigms: Database, Graph, Knowledge Base
Knowledge Graph = Ontology + Data

(a) Ontology (b) Knowledge Graph

Figure 1: Ontology vs Knowledge Graph


Vuong Xuan Hoang [email protected]
Knowledge Graph & Graph Database May 20, 2022 4/9
Application

Recommendation system
Search engine
Fraud Detection
Conversational AI
...

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 5/9
Process to build Knowledge Graph

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 6/9
Outline

1 Knowledge Graph

2 Graph Database

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 7/9
Overview

A graph database stores nodes and relationships instead of tables, or


documents. Data is stored just like you might sketch ideas on a
whiteboard. Your data is stored without restricting it to a pre-defined
model, allowing a very flexible way of thinking about and using it.

Figure 3: Graph Database

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 8/9
GraphDB vs RelationalDB

Figure 4: Build Knowledge Graph

Vuong Xuan Hoang [email protected]


Knowledge Graph & Graph Database May 20, 2022 9/9

You might also like