Package

net.sansa_stack.rdf.flink

io

Permalink

package io

Wrap up implicit classes/methods to read/write RDF data from N-Triples, N-Quads or Turtle files into a DataSet.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RDFReader extends AnyRef

    Permalink

    Adds methods, rdf(lang: Lang), ntriples, nquads, and turtle, to ExecutionEnvironment that allows to read N-Triples, N-Quads and Turtle files.

  2. implicit class RDFWriter[T] extends AnyRef

    Permalink

    Adds methods, ntriples and turtle, to org.apache.flink.api.scala.ExecutionEnvironment that allows to write N-Triples and N-Quads files.

Value Members

  1. object RDFLang extends Enumeration

    Permalink
  2. package nquads

    Permalink
  3. package ntriples

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped