@forwardimpact/libgraph
v0.1.80
Published
RDF triple store with named ontologies — answer relationship questions without writing join logic.
Maintainers
Readme
libgraph
RDF triple store with named ontologies — answer relationship questions without writing join logic.
Getting Started
import { createGraphIndex, parseGraphQuery, ShaclSerializer } from '@forwardimpact/libgraph';
const index = createGraphIndex('mygraph');Documentation
- Query a Knowledge Graph
— answer relationship questions from an RDF graph index with triple-pattern
queries (
fit-rag query) and type-filtered subject lists (fit-rag subjects). - Give Agents Typed, Retrievable Knowledge — the full workflow to build and populate the graph index from HTML knowledge sources.
Internal CLIs
The fit-process graphs build step (in librag) turns
resources into RDF graphs. The step does this as it populates the index. It is
not an agent-facing tool.
