Expand description
N-Triples → unified .q42 v2 volume (embedded lex + bidx + LZ4 SuperBlocks).
Reads N-Triples line-by-line, buffers all NQuin records, sorts by
object hash, then writes a single v2 volume via qualia_core_db::q42_volume.
Legacy v1 sidecars (.q42.lex, .q42.bidx) remain readable via
qualia_core_db::q42_lex::Q42Lexicon::load_for_q42 but are no longer emitted.
Modules§
Macros§
Structs§
- Ingest
Stats - Statistics returned after a successful ingest.
Enums§
Functions§
- ingest_
asset - Ingest a 3D asset (OBJ / STL / GLB) into a
.q42volume viaasset_bridge. - ingest_
auto - Dispatch to the correct ingest function based on auto-detected format.
- ingest_
cbor - ingest_
chk - ingest_
json_ ld - ingest_
json_ ld_ star - ingest_
kml - Ingest a KML file into a
.q42volume viakml_bridge::import_kml. - ingest_
n3 - ingest_
nquads - ingest_
nquads_ star - ingest_
ntriples - Ingest an N-Triples file at
inputand write a unified v2.q42tooutput. - ingest_
ntriples_ star - ingest_
rdf_ xml - Ingest an RDF/XML file at
input— same output format asingest_ntriples. - ingest_
trig - ingest_
trig_ star - ingest_
turtle - ingest_
turtle_ star - Ingest a Turtle-Star file with SPARQL-Star embedded triples.
- parse_
nt_ 🔒line