Class NQuadsParser

All Implemented Interfaces:
RDFParser

public class NQuadsParser extends NTriplesParser
RDF parser implementation for the N-Quads RDF format, extending the Rio N-Triples parser. A specification of N-Quads can be found here. This parser is not thread-safe, therefore its public methods are synchronized.
Author:
Joshua Shinavier