package query
- Alphabetic
- Public
- All
Value Members
-
object
DataLake
Run SPARQL queries over Spark using Data Lake approach.
- object GraphQuery
- object HDTQuery
-
object
SPARQLEndpointExample
This example shows how to run SPARQL queries over Spark using a SPARQL-to-SQL rewriter under the hood.
This example shows how to run SPARQL queries over Spark using a SPARQL-to-SQL rewriter under the hood. The RDF data can be provided either as triples file or even as a pre-partitioned dataset maintained in tables of a Spark database and a corresponding R2RML mapping file.
Two different modes for demonstrator purposes can be used: - run a single query - start a SPARQL endpoint with a Web UI as optional interface
-
object
SPARQLExample
An example stub how to work with the SPARQL query engine.
An example stub how to work with the SPARQL query engine.
- Note
Never forget to set a Spark master URL
-
object
Semantic
Run SPARQL queries over Spark using Semantic partitioning approach.