Skip to main content

Module parser

Module parser 

Source
Expand description

Unified RDF Parser Interface

Provides a consistent API for parsing all supported RDF formats. Extracted and adapted from OxiGraph with OxiRS enhancements.

Structs§

RdfParser
Unified RDF parser supporting all formats
ReaderQuadParser
Iterator over parsed quads from a reader
SliceQuadParser
Iterator over parsed quads from a byte slice

Type Aliases§

QuadParseResult
Result type for quad parsing operations