Packages

package query

Wrap up implicit classes/methods to query RDF data from N-Triples files into either Sparqlify or Semantic partition strategies.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. query
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DataLake extends Serializable
  2. implicit class HDT extends Serializable
  3. class OntopSPARQLExecutor extends QueryExecutor with Serializable

    An Ontop backed SPARQL executor working on the given RDF partitions.

  4. trait PartitionCache extends AnyRef
  5. trait QueryExecutor extends AnyRef
  6. class SPARQLExecutor extends QueryExecutor with Serializable

    A SPARQL executor backed by a SPARQL engine.

  7. implicit class Semantic extends Serializable
  8. class SparqlifySPARQLExecutor extends QueryExecutor with Serializable

    A Sparqlify backed SPARQL executor working on the given RDF partitions.

  9. implicit class SparqlifySPARQLExecutorAsDefault extends QueryExecutor with Serializable

    An Sparqlify backed SPARQL executor implicitly bound to an RDD[Triple].

    An Sparqlify backed SPARQL executor implicitly bound to an RDD[Triple].

    VP is used as partitioning strategy, i.e. one partition s,o per predicate p in the RDF dataset.

Value Members

  1. object SPARQLEngine extends Enumeration

Inherited from AnyRef

Inherited from Any

Ungrouped