Package

net.sansa_stack.rdf.spark.io

ntriples

Permalink

package ntriples

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Convert a Jena Triple to an N-Triples string.

  2. class NTriplesDataSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider with CreatableRelationProvider

    Permalink

    The data source for handling N-Triples, i.e.

    The data source for handling N-Triples, i.e. reading from and writing to disk.

  3. class NTriplesRelation extends BaseRelation with TableScan with PrunedScan with Serializable with Logging

    Permalink

    A custom relation that represents N-Triples.

  4. class NTriplesStringToJenaTriple extends (String) ⇒ Triple with Serializable

    Permalink

    Convert an N-Triples line to a Jena Triple object.

Value Members

  1. object ParseMode extends Enumeration

    Permalink

    The mode for parsing N-Triples.

Ungrouped