PoolParty (now Graphwise)
Taxonomy and knowledge organisation. Taxonomy Advisor (LLM-powered). SKOS-based.
At a glance
- Type
- SKOS-based taxonomy + LLM advisor
- Tier
- T1
- Section
- Knowledge-graph platforms
- Created
- 2009
- Latest release
- not applicable — not OSS
- License
- not applicable — not OSS
- GitHub
- not applicable — no GitHub repo
- Pricing
- Enterprise only
- Funding
- Undisclosed seed 2014; no further rounds
Taxonomy
- storage
- graph
- retrieval
- graph-traversal
- persistence
- long-term
- update
- overwrite
- unit
- fact
- governance
- auditable
- conflict
- overwrite
When to use
Optimised for: relationship modeling + reasoning + governance over pure vector
Anti-fit: not for purely-vector or simple-RAG use cases (graph adds setup cost)
Pros & cons
Pros
Mature semantic taxonomy + thesaurus product; strong in publishing, museums, and government metadata management.
Cons
Niche to taxonomy management; absorbed under the Graphwise brand alongside GraphDB, leading to product-line ambiguity.
Claims & capabilities
180+ enterprise customers; PoolParty 2025 Release 1 introduced multilingual taxonomy advisor; PoolParty 10 reports 20% project-browsing speedup, 50% faster classifier ops; SKOS / RDF / OWL native
Technical surface
- API surface
- REST + SPARQL 1.1 endpoint; SKOS thesaurus APIs
- Backend storage
- custom (RDF)
- Deployment
- Both (on-prem + SaaS via Azure Marketplace)
- Embedding model
- BYO
- Multi-tenancy
- hard-isolation
- MCP
- no first-party MCP adapter published as of 2026-05; community connectors may exist.
- A2A
- no Google A2A (Agent2Agent) integration documented as of 2026-05.
- OpenTelemetry
- no first-party OpenTelemetry exporter documented; standard logs/metrics typically available.
Similar systems
Other knowledge-graph platforms in the catalog, ranked by inbound references.
- Neo4j T1
Property graph DB with Cypher; native vector search; Aura Agent + MCP server for graph-as-memory. $100M GenAI investment in 2025.
- Amazon Neptune Analytics T1
Vector index on graph nodes queryable via openCypher. Mem0 integration GA 2025; Cognee integration for agentic RAG. Combines semantic recall with multi-hop traversal in one managed service.
- AllegroGraph (Franz) T1
RDF triple/quad store with RDFS++ / OWL reasoning. v8.4 (May 2025) added an NLQ interface.
- Apache AGE T2
openCypher over Postgres. Pairs with pgvector for graph + vector hybrid retrieval. Azure Database for PostgreSQL ships AGE with ai_extension LLM functions for entity extraction directly in SQL.
- ArangoDB T1
HybridGraphRAG combines vector search, graph traversal, full-text in one AQL query. ArangoGraphML for ML pipelines; LangChain integration.
- Dgraph T2
Vector indexing on any node. Google Gen AI Toolbox integration; LangChain agent orchestration.