Expand description
A TriG streaming parser implemented by TriGParser
and a serializer implemented by TriGSerializer
.
Structsยง
- LowLevel
TriG Parser - Parses a TriG file by using a low-level API.
- LowLevel
TriG Serializer - Writes a TriG file by using a low-level API.
- Reader
TriG Parser - Parses a TriG file from a
Read
implementation. - Slice
TriG Parser - Parses a TriG file from a byte slice.
- TriG
Parser - A TriG streaming parser.
- TriG
Prefixes Iter - Iterator on the file prefixes.
- TriG
Serializer - A TriG serializer.
- Writer
TriG Serializer - Writes a TriG file to a
Write
implementation.