Skip to content

API Reference

This section documents the public API of ideagraph. Everything under Core is also re-exported from the top-level ideagraph package.

Sections

  • Core – The generic knowledge graph: Node, Edge, KnowledgeGraph, and the Profile abstraction.
  • Profiles – The built-in research profile vocabulary and its coverage / validation / staleness semantics.
  • Persistence – Versioned JSON save/load for a graph.
  • Extraction – Carve a self-contained subgraph around seed nodes out of a larger graph.
  • PROV-JSON – Export to and import from W3C PROV-JSON.
  • Reporting – Human-readable Markdown reports.
  • Command line – The ideagraph CLI.
  • Utility – Logging and version helpers.