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 Prefix |
SparqlBuilder.prefix(Iri iri)
Create a SPARQL default Prefix declaration
|
static Prefix |
SparqlBuilder.prefix(IRI iri)
Create a SPARQL default Prefix declaration
|
static Prefix |
SparqlBuilder.prefix(Namespace namespace)
Create SPARQL Prefix declaration from the given
Namespace . |
static Prefix |
SparqlBuilder.prefix(String alias,
Iri iri)
Create a SPARQL Prefix declaration
|
Modifier and Type | Method and Description |
---|---|
PrefixDeclarations |
PrefixDeclarations.addPrefix(Prefix... prefixes)
Add prefix declarations to this collection
|
static PrefixDeclarations |
SparqlBuilder.prefixes(Prefix... prefixes)
Create a SPARQL Prefix clause
|
Modifier and Type | Method and Description |
---|---|
T |
OuterQuery.prefix(Prefix... prefixes)
Add prefix declarations to this query
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.