pub fn ingest_kml(
input: &Path,
output: &Path,
) -> Result<IngestStats, Box<dyn Error>>Expand description
Ingest a KML file into a .q42 volume via kml_bridge::import_kml.
Each <Placemark> becomes a set of GeoSPARQL + PROV-O quins. The string
lexicon returned by the bridge is merged into the volume’s embedded lexicon.