Package

net.sansa_stack.rdf.spark.io

stream

Permalink

package stream

Visibility
  1. Public
  2. All

Type Members

  1. class RiotFileInputFormat extends CombineFileInputFormat[LongWritable, Triple] with Logging

    Permalink

    A custom Hadoop input format that uses the Apache Jena RDF I/O technology (RIOT) to parse RDF data files.

    A custom Hadoop input format that uses the Apache Jena RDF I/O technology (RIOT) to parse RDF data files. Read https://jena.apache.org/documentation/io/ for more details.

    The following RDF formats are supported by Jena:

    • N-Triples
    • Turtle
    • RDF/XML
    • N-Quads
    • JSON-LD
    • RDF/JSON
    • TriG
    • TriX
    • RDF Binary
    Annotations
    @Experimental()
    Since

    0.3.0

Ungrouped