Counter for generating path-related blank nodes.
The base IRI of the document.
A map of prefixes to their namespace IRI.
Parse the document and return quad information with source tokens. This is useful for IDE features that need to associate positions with triples.
Will throw an error if the visitor is missing any required methods
visitXYZ for each XYZ grammar rule.Optionalparam: any
A visitor class that constructs RDF/JS quads from N3 syntax trees.