Crate nquads_syntax

Source
Expand description

N-Quads is a line-based, plain text format for encoding an RDF dataset. This library provides a W3C Recommendation compliant parser that keeps track of the position of each syntax node in the source file using the locspan library.

Re-exports§

pub use lexing::Lexer;
pub use parsing::Parse;

Modules§

lexing
parsing

Structs§

BlankIdBuf
Owned blank node identifier.

Functions§

strip_quad
Strips all the metadata from the given quad.

Type Aliases§

Document
N-Quads document.
GraphLabel
RDF quad graph Label.
GrdfDocument
gRDF N-Quads document.
GrdfQuad
Quad
Subject
RDF triple/quad subject.