Skip to main content

Documentation 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 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. Run create-context-graph --list-domains to print all available domain IDs at any time.

All domains at a glance

Domain IDDisplay nameEntity typesAgent tools
agent-memoryAgent Memory117
conservationConservation117
data-journalismData Journalism117
digital-twinDigital Twin117
financial-servicesFinancial Services107
gamingGaming118
genai-llm-opsGenAI & LLM Ops117
gis-cartographyGIS & Cartography117
golf-sportsGolf Sports117
healthcareHealthcare127
hospitalityHospitality117
manufacturingManufacturing117
oil-gasOil & Gas117
personal-knowledgePersonal Knowledge117
product-managementProduct Management127
real-estateReal Estate117
retail-ecommerceRetail & E-Commerce117
scientific-researchScientific Research117
software-engineeringSoftware Engineering117
trip-planningTrip Planning117
vacation-industryVacation Industry117
wildlife-managementWildlife Management117
Every domain includes all five base POLE+O types (Person, Organization, Location, Event, Object) plus domain-specific entity types. See the Ontology YAML Schema for details on how domains are defined.
Don’t see your industry? Use --custom-domain "your description" and the LLM will generate a complete ontology from scratch.

Domain details

Tagline: AI-powered Agent IntelligenceDomain-specific entity types: 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?”
uvx create-context-graph --domain agent-memory --framework pydanticai --demo
Tagline: AI-powered Conservation IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain conservation --framework pydanticai --demo
Tagline: AI-powered Investigative IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain data-journalism --framework pydanticai --demo
Tagline: AI-powered Digital Twin IntelligenceDomain-specific entity types: Asset, Sensor, Reading, Alert, MaintenanceRecord (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all assets currently in degraded status.”
uvx create-context-graph --domain digital-twin --framework pydanticai --demo
Tagline: AI-powered Financial IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain financial-services --framework pydanticai --demo
Tagline: AI-powered Game IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain gaming --framework pydanticai --demo
Tagline: AI-powered ML Operations IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain genai-llm-ops --framework pydanticai --demo
Tagline: AI-powered Geospatial IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain gis-cartography --framework pydanticai --demo
Tagline: AI-powered Golf IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain golf-sports --framework pydanticai --demo
Tagline: AI-powered Clinical IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain healthcare --framework pydanticai --demo
Healthcare is one of two domains with 12 entity types — two extra beyond the standard 11. The additional types are Facility and Medication, which are critical to modeling clinical workflows.
Tagline: AI-powered Hospitality IntelligenceDomain-specific entity types: Hotel, Room, Reservation, Guest, Service (plus the 5 base POLE+O types — 11 total)Sample question: “Show me all platinum guests arriving this week.”
uvx create-context-graph --domain hospitality --framework pydanticai --demo
Tagline: AI-powered Manufacturing IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain manufacturing --framework pydanticai --demo
Tagline: AI-powered Energy IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain oil-gas --framework pydanticai --demo
Tagline: AI-powered Personal Knowledge GraphDomain-specific entity types: 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?”
uvx create-context-graph --domain personal-knowledge --framework pydanticai --demo
Tagline: AI-powered Product IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain product-management --framework pydanticai --demo
Product Management is one of two domains with 12 entity types — two extra beyond the standard 11.
Tagline: AI-powered Real Estate IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain real-estate --framework pydanticai --demo
Tagline: AI-powered Retail IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain retail-ecommerce --framework pydanticai --demo
Tagline: AI-powered Research IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain scientific-research --framework pydanticai --demo
Tagline: AI-powered Software IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain software-engineering --framework pydanticai --demo
Tagline: AI-powered Travel IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain trip-planning --framework pydanticai --demo
Tagline: AI-powered Vacation IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain vacation-industry --framework pydanticai --demo
Tagline: AI-powered Conservation IntelligenceDomain-specific entity types: 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.”
uvx create-context-graph --domain wildlife-management --framework pydanticai --demo

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.
LabelPOLE typeBase properties
PersonPERSONname, email, role, description
OrganizationORGANIZATIONname, description, industry
LocationLOCATIONname, address, latitude, longitude
EventEVENTname, date, description
ObjectOBJECTname, description
Three base relationships are also provided automatically:
  • WORKS_FOR: PersonOrganization
  • LOCATED_AT: OrganizationLocation
  • PARTICIPATED_IN: PersonEvent
See Ontology YAML Schema for the full schema reference, or Framework Comparison to choose which agent framework to pair with your domain.