Package

net.sansa_stack.rdf.flink.io

ntriples

Permalink

package ntriples

Visibility
  1. Public
  2. All

Type Members

  1. class CustomErrorHandler extends ErrorHandler

    Permalink

    A custom error handler that doesn't throw an exception on fatal parse errors.

    A custom error handler that doesn't throw an exception on fatal parse errors. This allows for simply skipping those triples instead of aborting the whole parse process.

  2. class JenaTripleToNTripleString extends (Triple) ⇒ String with Serializable

    Permalink

    Convert a Jena Triple to an N-Triples string.

Value Members

  1. object ErrorParseMode extends Enumeration

    Permalink
  2. object NTriplesReader

    Permalink

    An N-Triples reader.

    An N-Triples reader. One triple per line is assumed.

  3. object WarningParseMode extends Enumeration

    Permalink

Ungrouped