Skip to main content

Domain Catalog

create-context-graph ships with 22 built-in domains. Each domain includes a complete ontology with entity types, relationships, agent tools, demo scenarios, and pre-generated fixture data.

All Domains

DomainNameEntity TypesAgent Tools
agent-memory🧠 Agent Memory117
conservation🌿 Conservation118
data-journalism📰 Data Journalism118
digital-twin🏭 Digital Twin118
financial-services💰 Financial Services107
gaming🎮 Gaming119
genai-llm-ops🤖 GenAI & LLM Ops118
gis-cartography🗺 GIS & Cartography118
golf-sports⛳ Golf Sports118
healthcare🏥 Healthcare126
hospitality🏨 Hospitality118
manufacturing🏭 Manufacturing117
oil-gas🛢️ Oil & Gas106
personal-knowledge📝 Personal Knowledge108
product-management📋 Product Management127
real-estate🏠 Real Estate108
retail-ecommerce🛒 Retail & E-Commerce116
scientific-research🔬 Scientific Research116
software-engineering💻 Software Engineering117
trip-planning🌍 Trip Planning107
vacation-industry🏖 Vacation Industry106
wildlife-management🐻 Wildlife Management116

Domain Details

🧠 Agent Memory

ID: agent-memory | Tagline: AI-powered Agent Intelligence

Entity types: Person, Organization, Location, Event, Object, Agent, Conversation, Entity, Memory, ToolCall, Session

Sample question: "What does agent Alpha remember about the user's project preferences?"

uvx create-context-graph --domain agent-memory --framework pydanticai --demo

🌿 Conservation

ID: conservation | Tagline: AI-powered Conservation Intelligence

Entity types: Person, Organization, Location, Event, Object, Site, Species, Program, Funding, Stakeholder, Monitoring

Sample question: "Show me all endangered species and the sites where they are protected"

uvx create-context-graph --domain conservation --framework pydanticai --demo

📰 Data Journalism

ID: data-journalism | Tagline: AI-powered Investigative Intelligence

Entity types: Person, Organization, Location, Event, Object, Source, Story, Dataset, Claim, Correction, Investigation

Sample question: "Show me all active investigations and their current status"

uvx create-context-graph --domain data-journalism --framework pydanticai --demo

🏭 Digital Twin

ID: digital-twin | Tagline: AI-powered Digital Twin Intelligence

Entity types: Person, Organization, Location, Event, Object, Asset, Sensor, Reading, Alert, MaintenanceRecord, System

Sample question: "Show me all assets currently in degraded status"

uvx create-context-graph --domain digital-twin --framework pydanticai --demo

💰 Financial Services

ID: financial-services | Tagline: AI-powered Financial Intelligence

Entity types: Person, Organization, Location, Event, Object, Account, Transaction, Decision, Policy, Security

Sample question: "Show me a summary of all client accounts and their current balances"

uvx create-context-graph --domain financial-services --framework pydanticai --demo

🎮 Gaming

ID: gaming | Tagline: AI-powered Game Intelligence

Entity types: Person, Organization, Location, Event, Object, Player, Character, Item, Quest, Guild, Achievement

Sample question: "Show me the most active players in the NA region by play time"

uvx create-context-graph --domain gaming --framework pydanticai --demo

🤖 GenAI & LLM Ops

ID: genai-llm-ops | Tagline: AI-powered ML Operations Intelligence

Entity types: Person, Organization, Location, Event, Object, Model, Experiment, Dataset, Prompt, Evaluation, Deployment

Sample question: "Show me all models currently in production and their evaluation scores"

uvx create-context-graph --domain genai-llm-ops --framework pydanticai --demo

🗺 GIS & Cartography

ID: gis-cartography | Tagline: AI-powered Geospatial Intelligence

Entity types: Person, Organization, Location, Event, Object, Feature, Layer, Survey, Coordinate, Boundary, MapProject

Sample question: "Show me all surveys conducted in the Cedar Creek watershed"

uvx create-context-graph --domain gis-cartography --framework pydanticai --demo

⛳ Golf Sports

ID: golf-sports | Tagline: AI-powered Golf Intelligence

Entity types: Person, Organization, Location, Event, Object, Course, Player, Round, Tournament, Handicap, Hole

Sample question: "Show me all rounds played by Tiger Woods this season"

uvx create-context-graph --domain golf-sports --framework pydanticai --demo

🏥 Healthcare

ID: healthcare | Tagline: AI-powered Clinical Intelligence

Entity types: Person, Organization, Location, Event, Object, Patient, Provider, Diagnosis, Treatment, Encounter, Facility, Medication

Sample question: "Show me all patients with a chronic diagnosis"

uvx create-context-graph --domain healthcare --framework pydanticai --demo

🏨 Hospitality

ID: hospitality | Tagline: AI-powered Hospitality Intelligence

Entity types: Person, Organization, Location, Event, Object, Hotel, Room, Reservation, Guest, Service, Staff

Sample question: "Show me all platinum guests arriving this week"

uvx create-context-graph --domain hospitality --framework pydanticai --demo

🏭 Manufacturing

ID: manufacturing | Tagline: AI-powered Manufacturing Intelligence

Entity types: Person, Organization, Location, Event, Object, Machine, Part, WorkOrder, Supplier, QualityReport, ProductionLine

Sample question: "Show me all active work orders sorted by priority"

uvx create-context-graph --domain manufacturing --framework pydanticai --demo

🛢️ Oil & Gas

ID: oil-gas | Tagline: AI-powered Energy Intelligence

Entity types: Person, Organization, Location, Event, Object, Well, Reservoir, Equipment, Inspection, Permit, Formation

Sample question: "Show me all producing wells sorted by daily production rate"

uvx create-context-graph --domain oil-gas --framework pydanticai --demo

📝 Personal Knowledge

ID: personal-knowledge | Tagline: AI-powered Personal Knowledge Graph

Entity types: Person, Organization, Location, Event, Object, Note, Contact, Project, Topic, Bookmark, JournalEntry

Sample question: "What notes have I written about machine learning this month?"

uvx create-context-graph --domain personal-knowledge --framework pydanticai --demo

📋 Product Management

ID: product-management | Tagline: AI-powered Product Intelligence

Entity types: Person, Organization, Location, Event, Object, Feature, Epic, UserPersona, Metric, Release, Feedback, Objective

Sample question: "Show me all features planned for the Q2 release"

uvx create-context-graph --domain product-management --framework pydanticai --demo

🏠 Real Estate

ID: real-estate | Tagline: AI-powered Real Estate Intelligence

Entity types: Person, Organization, Location, Event, Object, Property, Listing, Agent, Transaction, Inspection, Neighborhood

Sample question: "Find all active listings in the Downtown neighborhood under $500,000"

uvx create-context-graph --domain real-estate --framework pydanticai --demo

🛒 Retail & E-Commerce

ID: retail-ecommerce | Tagline: AI-powered Retail Intelligence

Entity types: Person, Organization, Location, Event, Object, Customer, Product, Order, Review, Campaign, Category

Sample question: "Show me the top 10 VIP customers by lifetime value"

uvx create-context-graph --domain retail-ecommerce --framework pydanticai --demo

🔬 Scientific Research

ID: scientific-research | Tagline: AI-powered Research Intelligence

Entity types: Person, Organization, Location, Event, Object, Researcher, Paper, Dataset, Experiment, Grant, Institution

Sample question: "Find the most cited papers in computational biology from the last 3 years"

uvx create-context-graph --domain scientific-research --framework pydanticai --demo

💻 Software Engineering

ID: software-engineering | Tagline: AI-powered Software Intelligence

Entity types: Person, Organization, Location, Event, Object, Repository, Issue, PullRequest, Deployment, Service, Incident

Sample question: "Show me all open pull requests across our repositories"

uvx create-context-graph --domain software-engineering --framework pydanticai --demo

🌍 Trip Planning

ID: trip-planning | Tagline: AI-powered Travel Intelligence

Entity types: Person, Organization, Location, Event, Object, Destination, Hotel, Activity, Restaurant, Itinerary, Review

Sample question: "Help me plan a 7-day trip to Japan for two people in spring"

uvx create-context-graph --domain trip-planning --framework pydanticai --demo

🏖 Vacation Industry

ID: vacation-industry | Tagline: AI-powered Vacation Intelligence

Entity types: Person, Organization, Location, Event, Object, Resort, Booking, Guest, Activity, Season, Package

Sample question: "Show me all bookings for the upcoming holiday season"

uvx create-context-graph --domain vacation-industry --framework pydanticai --demo

🐻 Wildlife Management

ID: wildlife-management | Tagline: AI-powered Conservation Intelligence

Entity types: Person, Organization, Location, Event, Object, Species, Individual, Sighting, Habitat, Camera, Threat

Sample question: "Show me all recent sightings of endangered species in the Serengeti habitat"

uvx create-context-graph --domain wildlife-management --framework pydanticai --demo