Package

net.sansa_stack.inference

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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.

  3. 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

  4. 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

  5. class SQLSchema extends AnyRef

    Permalink

    The SQL schema used for an RDF graph.

  6. class SimpleRDF extends RDF

    Permalink

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

    Permalink

Value Members

  1. object SQLSchemaDefault extends SQLSchema

    Permalink

Ungrouped