top of page


Deep Dive into the world of ODPs - Knowledge Graphs - Tech and Tools
Structure: - Nodes - Entities with labels and properties - Relationships - Directed edges with labels and properties - Properties - Key-value pairs on both nodes and edges Example: (Person:Carolyn { name: "Carolyn Klein", role: "Principal Enterprise Architect", since: 2020 }) --[WORKS_AT { start_date: "2020-01-15", employment_type: "full-time" }]--> (Company:Acme { name: "Acme Corp", industry: "Technology" }) When to u
Carolyn Klein
Feb 67 min read
bottom of page