Class NTriplesParser

  • All Implemented Interfaces:
    RDFParser
    Direct Known Subclasses:
    NQuadsParser

    public class NTriplesParser
    extends AbstractRDFParser
    RDF parser for N-Triples files. A specification of NTriples can be found in this section of the RDF Test Cases document. This parser is not thread-safe, therefore its public methods are synchronized.
    Author:
    Arjohn Kampman