Module io

Module io 

Source

Structs§

JsonLdProfileSet
Set of JSON-Ld profiles.
LoadedDocument
A remote document fetched to support parsing.
RdfParser
Parsers for RDF serialization formats.
RdfSerializer
A serializer for RDF serialization formats.
RdfSyntaxError
An error in the syntax of the parsed file.
ReaderQuadParser
Parses a RDF file from a Read implementation.
SliceQuadParser
Parses a RDF file from a byte slice.
TextPosition
A position in a text i.e. a line number starting from 0, a column number starting from 0 (in number of code points) and a global file offset starting from 0 (in number of bytes).
WriterQuadSerializer
Serializes quads or triples to a Write implementation.

Enums§

JsonLdProfile
JSON-Ld profile.
RdfFormat
RDF serialization formats.
RdfParseError
Error returned during RDF format parsing.