Package

net.sansa_stack.inference.spark.data

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractRDFGraph[T, G <: AbstractRDFGraph[T, G]] extends AnyRef

    Permalink

    A data structure that comprises a collection of triples.

    A data structure that comprises a collection of triples. Note, due to the implementation of the Spark datastructures, this doesn't necessarily mean to be free of duplicates which is why a distinct operation is provided.

  2. case class RDFGraph(triples: RDD[RDFTriple]) extends Product with Serializable

    Permalink

    A data structure that comprises a set of triples.

  3. class RDFGraphDataFrame extends AbstractRDFGraph[DataFrame, RDFGraphDataFrame]

    Permalink

    A data structure that comprises a set of triples.

  4. class RDFGraphDataset extends AbstractRDFGraph[Dataset[RDFTriple], RDFGraphDataset]

    Permalink

    A data structure that comprises a set of triples.

  5. class RDFGraphNative extends AbstractRDFGraph[RDD[RDFTriple], RDFGraphNative]

    Permalink

    A data structure that comprises a set of triples based on an RDD.

Value Members

  1. object EmptyRDFGraphDataFrame

    Permalink

Ungrouped