Skip to main content

Module n3_star

Module n3_star 

Source
Expand description

N3-Star Parser for QualiaDB

Implements RDF-Star (SPARQL 1.2) parsing for N3 syntax with embedded triples. N3-Star extends Turtle-Star with formulae, variables, and rules.

Structs§

N3StarParser
N3-Star parser implementation

Enums§

RuleType
Rule types in N3

Functions§

parse_n3_star_into
Stream all triples (and embedded-triple quins) from an N3/N3-Star reader into an [ExternalSorter]. Rules and formulae are skipped — only asserted triples and embedded-triple assertions are stored as NQuins.
parse_n3_star_stream