Semantic Graph of AI Events

A graph of nodes and edges mapping AI history — tracing causality and evolution between milestones.

📊 What Is This Graph

The knowledge graph models AI history as nodes and edges:

  • Event nodes — Each AI milestone (GPT-5, Transformer, AlphaGo, etc.)
  • Entity nodes — Organizations, People, Models, Concepts, Benchmarks
  • Edges — enables / builds_on / introduces / responds_to / challenges / part_of

📋 Graph Schema

FieldTypeDescription
metaobjectMetadata (version, language, description)
summaryobjectStatistics (event count, edge count, category distribution)
nodes.eventsarrayAI event nodes with context and significance fields
nodes.organizationsarrayOrganization nodes
nodes.peoplearrayPerson nodes
nodes.modelsarrayAI model nodes
nodes.conceptsarrayConcept nodes
edgesarrayRelations with from / relation / to

🔍 Usage Guidance

# Start with BENJI-tier events for essential arc
# Follow 'enables' edges forward to trace consequences
# Follow 'builds_on' edges backward to find prerequisites
# Filter by category for domain-specific narratives