Knowledge Graphs in the Enterprise | EY AI & Graph Technology

Added:

Graph Basics
Graph Value
Data Integration
NLP & Graphs
Smart Analytics
Build Process
Graph ML

Graph Basics

0:01
Playing Section
  • 1

    Introduces graphs as visual representations of connected data.

  • 2

    Highlights semantic fidelity and agile development vs SQL.

  • 3

    Explains simple traversal queries for complex data patterns.

Fundamentals of database design, specifically the structural differences between relational databases (SQL) and graph databases (NoSQL).
Basic concepts of semantic technology, including RDF (Resource Description Framework), ontologies, and how data is represented as triples (subject-predicate-object).
An understanding of data integration challenges in large organizations, particularly the concept of 'data silos' and the need for unified data views.
Basic principles of Artificial Intelligence and Natural Language Processing (NLP), as they are used to extract entities and relationships from unstructured text.
Practical query languages for graph databases, such as SPARQL (for RDF/semantic web) or Cypher (for property graphs).
Ontology Engineering and schema design using standards like OWL (Web Ontology Language) and SHACL (Shapes Constraint Language) to model enterprise domains.
Graph Machine Learning and Graph Neural Networks (GNNs) to perform link prediction, node classification, and advanced analytics on graph structures.
The integration of Knowledge Graphs with Large Language Models (LLMs), specifically through GraphRAG (Graph-based Retrieval-Augmented Generation) for more accurate enterprise AI search.
18.5K views191likes44:40@neo4jOriginal Release: 2018-01-05

Knowledge graphs are graph-based databases that represent data as interconnected nodes and relationships, enabling complex traversals and pattern matching that are significantly faster than traditional SQL databases. They transform raw data into intelligent systems by combining graph structures with machine learning, allowing organizations to build comprehensive customer 360 views, detect anomalies, and create proactive business intelligence. The key advantage lies in their ability to handle complex, multi-hop queries efficiently while maintaining linear performance, making them ideal for applications like recommendation engines, fraud detection, and enterprise search. Organizations can implement knowledge graphs by first building data graphs from existing systems, then applying machine learning models to extract insights, and finally writing predictions back as relationships or properties to create an intelligent, self-updating knowledge base.