Bundled Knowledge Graphs
The three biomedical knowledge graphs that ship with ARK CLI.
ARK CLI ships with three pre-loaded biomedical knowledge graphs. Each graph provides a different perspective on biomedical knowledge and is automatically discovered from the data/ directory at startup.
PrimeKG
| ID | 1 |
| Category | Precision Medicine |
| Color | Orange (#fab283) |
PrimeKG is a precision medicine knowledge graph that integrates 20+ biomedical resources into a unified graph. It contains detailed information about diseases, drugs, genes/proteins, biological processes, pathways, anatomy, and more.
PrimeKG covers a wide range of node types (diseases, drugs/treatments, genes/proteins, biological processes, molecular functions, cellular components, pathways, anatomical structures, and exposures) connected by relationship types such as drug indications, contraindications, gene-disease associations, protein-protein interactions, and pathway membership.
Best for: Drug repurposing exploration, gene-disease associations, multi-hop biomedical reasoning across diverse entity types.
AfriMedKG
| ID | 2 |
| Category | Medical QA |
| Color | Blue (#82aaff) |
AfriMedKG is a knowledge graph derived from the AfriMed-QA pan-African medical question-answering benchmark. It focuses on medical knowledge relevant to African populations and healthcare contexts, covering diseases, treatments, and medical concepts specific to or prevalent in African regions.
Best for: African-focused medical knowledge, healthcare question answering, region-specific biomedical exploration.
OptimusKG
| ID | 3 |
| Category | Multimodal KG |
| Color | Green (#c3e88d) |
OptimusKG is a modern multimodal knowledge graph for precision medicine. It represents the latest approach to biomedical KG construction with built-in data quality checks, reproducible pipelines, and support for multiple data modalities.
OptimusKG is built using the OptimusKG framework, which is also documented on this site. See the OptimusKG docs to learn how the graph is constructed, how data sources are cataloged, and how to extend it.
Best for: Modern biomedical KG exploration, multimodal data integration, reproducible knowledge graph construction.
Comparing the Graphs
| Property | PrimeKG | AfriMedKG | OptimusKG |
|---|---|---|---|
| Focus | Precision medicine | Pan-African medical QA | Multimodal precision medicine |
| Data Sources | 20+ integrated resources | AfriMed-QA benchmark | Multiple curated sources |
| Strengths | Breadth of coverage | Regional specificity | Modern construction pipeline |
| Use Case | General biomedical reasoning | Africa-focused healthcare | Reproducible KG research |