See: Description
| Class | Description |
|---|---|
| NQuadsAlphabet |
Utility class defining character predicates and escaping rules for N-Quads
syntax.
|
| NQuadsReader |
A simple and efficient streaming N-Quads reader.
|
| NQuadsTokenizer |
A tokenizer for parsing N-Quads data streams according to the
N-Quads Grammar.
|
| NQuadsTokenizer.Token | |
| NQuadsWriter |
A writer for serializing RDF data in the
N-Quads format.
|
| Enum | Description |
|---|---|
| NQuadsTokenizer.TokenType |
| Exception | Description |
|---|---|
| NQuadsReaderException |
Exception indicating an error occurred while reading or parsing N-Quads data.
|
This package facilitates the parsing and serialization of RDF data in the N-Quads format, offering a performant, memory-efficient approach for handling large datasets in a streaming manner.
Copyright © 2020–2025. All rights reserved.