Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query |
Modifier and Type | Method and Description |
---|---|
static From |
SparqlBuilder.from(Iri iri)
Create a default graph reference
|
static From |
SparqlBuilder.fromNamed(Iri iri)
Create a named graph reference
|
Modifier and Type | Method and Description |
---|---|
static Dataset |
SparqlBuilder.dataset(From... graphs)
Create a dataset declaration
|
Dataset |
Dataset.from(From... graphs)
Add graph references to this dataset
|
Modifier and Type | Method and Description |
---|---|
T |
Query.from(From... graphs)
Add datasets to this query
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.