Structs§
- Json
LdProfile Set - Set of JSON-Ld profiles.
- Loaded
Document - A remote document fetched to support parsing.
- RdfParser
- Parsers for RDF serialization formats.
- RdfSerializer
- A serializer for RDF serialization formats.
- RdfSyntax
Error - An error in the syntax of the parsed file.
- Reader
Quad Parser - Parses a RDF file from a
Read
implementation. - Slice
Quad Parser - Parses a RDF file from a byte slice.
- Text
Position - A position in a text i.e. a
line
number starting from 0, acolumn
number starting from 0 (in number of code points) and a global fileoffset
starting from 0 (in number of bytes). - Writer
Quad Serializer - Serializes quads or triples to a
Write
implementation.
Enums§
- Json
LdProfile - JSON-Ld profile.
- RdfFormat
- RDF serialization formats.
- RdfParse
Error - Error returned during RDF format parsing.