Expand description
Shared, language-agnostic parse-phase systems for the text RDF syntaxes whose
parsed model is the Turtle model (Turtle / TriG / …).
Functions§
- derive_
prefixes_ system - Derive the
Prefixescomponent (declared prefix → namespace map + base URL) from the parsedElementmodel. The language markerLis used only to scope the query (With<L>), so Turtle, TriG and any other language whose element is the sharedTurtlemodel reuse one implementation.