package query
Wrap up implicit classes/methods to query RDF data from N-Triples files into either Sparqlify or Semantic partition strategies.
- Alphabetic
- By Inheritance
- query
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- implicit class DataLake extends Serializable
- implicit class HDT extends Serializable
-
class
OntopSPARQLExecutor extends QueryExecutor with Serializable
An Ontop backed SPARQL executor working on the given RDF partitions.
- trait PartitionCache extends AnyRef
- trait QueryExecutor extends AnyRef
-
class
SPARQLExecutor extends QueryExecutor with Serializable
A SPARQL executor backed by a SPARQL engine.
- implicit class Semantic extends Serializable
-
class
SparqlifySPARQLExecutor extends QueryExecutor with Serializable
A Sparqlify backed SPARQL executor working on the given RDF partitions.
-
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
- object SPARQLEngine extends Enumeration