Skip to main content

Module parse

Module parse 

Source
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 Prefixes component (declared prefix → namespace map + base URL) from the parsed Element model. The language marker L is used only to scope the query (With<L>), so Turtle, TriG and any other language whose element is the shared Turtle model reuse one implementation.