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§
- N3Star
Parser - N3-Star parser implementation
Enums§
- Rule
Type - 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