Package

net.sansa_stack.rdf.flink.io

nquads

Permalink

package nquads

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 NQuadsStringToJenaQuad extends (String) ⇒ Quad with Serializable

    Permalink

    Convert an N-Quads line to a Jena org.apache.jena.sparql.core.Quad object.

Value Members

  1. object ErrorParseMode extends Enumeration

    Permalink
  2. object NQuadsReader

    Permalink

    An N-Quads reader.

    An N-Quads reader. One quad per line is assumed.

  3. object WarningParseMode extends Enumeration

    Permalink

Ungrouped