Skip to main content

ingest_rdf_xml

Function ingest_rdf_xml 

Source
pub fn ingest_rdf_xml(
    input: &Path,
    output: &Path,
) -> Result<IngestStats, Box<dyn Error>>
Expand description

Ingest an RDF/XML file at input — same output format as ingest_ntriples.

Streams triples into ExternalSorter so peak RAM stays bounded at ~48 MB regardless of input size.