//! N-Triples export: serialize KB fact summaries to RDF-like format.
use NibliEngine;
/// Export all active facts in the KB as a human-readable list.
/// Each line is: `<fact_id> <label>` — the Lojban source or `:assert` form.
///
/// For full N-Triples export from StoredFacts, a deeper KB accessor would
/// be needed. This v1 exports the fact registry labels which contain the
/// original Lojban text (the canonical source of truth for the KB).