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. RunDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/neo4j-labs/create-context-graph/llms.txt
Use this file to discover all available pages before exploring further.
create-context-graph --list-domains to print all available domain IDs at any time.
All domains at a glance
| Domain ID | Display name | Entity types | Agent tools |
|---|---|---|---|
agent-memory | Agent Memory | 11 | 7 |
conservation | Conservation | 11 | 7 |
data-journalism | Data Journalism | 11 | 7 |
digital-twin | Digital Twin | 11 | 7 |
financial-services | Financial Services | 10 | 7 |
gaming | Gaming | 11 | 8 |
genai-llm-ops | GenAI & LLM Ops | 11 | 7 |
gis-cartography | GIS & Cartography | 11 | 7 |
golf-sports | Golf Sports | 11 | 7 |
healthcare | Healthcare | 12 | 7 |
hospitality | Hospitality | 11 | 7 |
manufacturing | Manufacturing | 11 | 7 |
oil-gas | Oil & Gas | 11 | 7 |
personal-knowledge | Personal Knowledge | 11 | 7 |
product-management | Product Management | 12 | 7 |
real-estate | Real Estate | 11 | 7 |
retail-ecommerce | Retail & E-Commerce | 11 | 7 |
scientific-research | Scientific Research | 11 | 7 |
software-engineering | Software Engineering | 11 | 7 |
trip-planning | Trip Planning | 11 | 7 |
vacation-industry | Vacation Industry | 11 | 7 |
wildlife-management | Wildlife Management | 11 | 7 |
Person, Organization, Location, Event, Object) plus domain-specific entity types. See the Ontology YAML Schema for details on how domains are defined.
Domain details
Agent Memory — agent-memory
Agent Memory — agent-memory
Agent, Conversation, Entity, Memory, ToolCall (plus the 5 base POLE+O types — 11 total)Sample question: “What does agent Alpha remember about the user’s project preferences?”Conservation — conservation
Conservation — conservation
Site, Species, Program, Funding, Stakeholder (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all endangered species and the sites where they are protected.”Data Journalism — data-journalism
Data Journalism — data-journalism
Source, Story, Dataset, Claim, Correction (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all active investigations and their current status.”Digital Twin — digital-twin
Digital Twin — digital-twin
Asset, Sensor, Reading, Alert, MaintenanceRecord (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all assets currently in degraded status.”Financial Services — financial-services
Financial Services — financial-services
Account, Transaction, Decision, Policy, Security (plus the 5 base POLE+O types — 10 total)Sample question: “Show me a summary of all client accounts and their current balances.”Gaming — gaming
Gaming — gaming
Player, Character, Item, Quest, Guild (plus the 5 base POLE+O types — 11 total, with 8 agent tools)Sample question: “Show me the most active players in the NA region by play time.”GenAI & LLM Ops — genai-llm-ops
GenAI & LLM Ops — genai-llm-ops
Model, Experiment, Dataset, Prompt, Evaluation (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all models currently in production and their evaluation scores.”GIS & Cartography — gis-cartography
GIS & Cartography — gis-cartography
Feature, Layer, Survey, Coordinate, Boundary (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all surveys conducted in the Cedar Creek watershed.”Golf Sports — golf-sports
Golf Sports — golf-sports
Course, Player, Round, Tournament, Handicap (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all rounds played by Tiger Woods this season.”Healthcare — healthcare
Healthcare — healthcare
Patient, Provider, Diagnosis, Treatment, Encounter, Facility, Medication (plus the 5 base POLE+O types — 12 total)Sample question: “Show me all patients with a chronic diagnosis.”Facility and Medication, which are critical to modeling clinical workflows.Hospitality — hospitality
Hospitality — hospitality
Hotel, Room, Reservation, Guest, Service (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all platinum guests arriving this week.”Manufacturing — manufacturing
Manufacturing — manufacturing
Machine, Part, WorkOrder, Supplier, QualityReport (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all active work orders sorted by priority.”Oil & Gas — oil-gas
Oil & Gas — oil-gas
Well, Reservoir, Equipment, Inspection, Permit (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all producing wells sorted by daily production rate.”Personal Knowledge — personal-knowledge
Personal Knowledge — personal-knowledge
Note, Contact, Project, Topic, Bookmark (plus the 5 base POLE+O types — 11 total)Sample question: “What notes have I written about machine learning this month?”Product Management — product-management
Product Management — product-management
Feature, Epic, UserPersona, Metric, Release (plus the 5 base POLE+O types — 12 total)Sample question: “Show me all features planned for the Q2 release.”Real Estate — real-estate
Real Estate — real-estate
Property, Listing, Agent, Transaction, Inspection (plus the 5 base POLE+O types — 11 total)Sample question: “Find all active listings in the Downtown neighborhood under $500,000.”Retail & E-Commerce — retail-ecommerce
Retail & E-Commerce — retail-ecommerce
Customer, Product, Order, Review, Campaign (plus the 5 base POLE+O types — 11 total)Sample question: “Show me the top 10 VIP customers by lifetime value.”Scientific Research — scientific-research
Scientific Research — scientific-research
Researcher, Paper, Dataset, Experiment, Grant (plus the 5 base POLE+O types — 11 total)Sample question: “Find the most cited papers in computational biology from the last 3 years.”Software Engineering — software-engineering
Software Engineering — software-engineering
Repository, Issue, PullRequest, Deployment, Service (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all open pull requests across our repositories.”Trip Planning — trip-planning
Trip Planning — trip-planning
Destination, Hotel, Activity, Restaurant, Itinerary (plus the 5 base POLE+O types — 11 total)Sample question: “Help me plan a 7-day trip to Japan for two people in spring.”Vacation Industry — vacation-industry
Vacation Industry — vacation-industry
Resort, Booking, Guest, Activity, Season (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all bookings for the upcoming holiday season.”Wildlife Management — wildlife-management
Wildlife Management — wildlife-management
Species, Individual, Sighting, Habitat, Camera (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all recent sightings of endangered species in the Serengeti habitat.”Base entity types
Every domain automatically inherits five base POLE+O entity types from_base.yaml. These are merged in by the ontology loader before domain-specific types are added.
| Label | POLE type | Base properties |
|---|---|---|
Person | PERSON | name, email, role, description |
Organization | ORGANIZATION | name, description, industry |
Location | LOCATION | name, address, latitude, longitude |
Event | EVENT | name, date, description |
Object | OBJECT | name, description |
WORKS_FOR:Person→OrganizationLOCATED_AT:Organization→LocationPARTICIPATED_IN:Person→Event
