Package

net.sansa_stack.inference

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractRDFGraph[Rdf <: RDF, D, G <: AbstractRDFGraph[Rdf, D, 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. trait Jena extends RDF

    Permalink

    Defines the types related to the RDF datamodel in the Apache Jena framework.

    Defines the types related to the RDF datamodel in the Apache Jena framework.

    This class is inspired by the Banana-RDF project.

  3. class JenaOps extends RDFOps[Jena]

    Permalink
  4. trait JenaRDFTripleLike extends TripleOps[Jena]

    Permalink

  5. trait RDF extends AnyRef

    Permalink

    Defines the types related to the RDF datamodel.

    Defines the types related to the RDF datamodel.

    This class is inspired by the Banana-RDF project.

  6. trait RDFOps[Rdf <: RDF] extends AnyRef

    Permalink

  7. case class RDFTriple(s: String, p: String, o: String) extends Product3[String, String, String] with Product with Serializable

    Permalink

    An RDF triple (s p o) .

    An RDF triple (s p o) .

    s

    the subject

    p

    the predicate

    o

    the object

  8. case class RDFTuple(s: String, o: String) extends Product2[String, String] with Product with Serializable

    Permalink

    An RDF tuple (s o), i.e.

    An RDF tuple (s o), i.e. only subject and object are represented.

    s

    the subject

    o

    the object

  9. class RDFVocab[Rdf <: RDF] extends AnyRef

    Permalink

  10. class SQLSchema extends AnyRef

    Permalink

    The SQL schema used for an RDF graph.

  11. class SimpleRDF extends RDF

    Permalink

  12. class SimpleRDFOps extends RDFOps[SimpleRDF]

    Permalink

  13. trait TripleOps[Rdf <: RDF] extends AnyRef

    Permalink

Value Members

  1. object RDFOps

    Permalink
  2. object RDFVocab

    Permalink
  3. object SQLSchemaDefault extends SQLSchema

    Permalink

Ungrouped