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 theProfileabstraction. - Profiles – The built-in
researchprofile 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
ideagraphCLI. - Utility – Logging and version helpers.