Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.constraint | |
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query | |
org.eclipse.rdf4j.sparqlbuilder.rdf |
Modifier and Type | Method and Description |
---|---|
static Expression<?> |
Expressions.custom(Iri functionIri,
Operand... operands) |
Modifier and Type | Method and Description |
---|---|
Iri |
Prefix.iri(String localName)
Create a prefixed IRI reference from this prefix
|
Modifier and Type | Method and Description |
---|---|
static Base |
SparqlBuilder.base(Iri iri)
Create a SPARQL Base declaration
|
Dataset |
Dataset.from(Iri... iris)
Add unnamed graph references to this dataset
|
static From |
SparqlBuilder.from(Iri iri)
Create a default graph reference
|
static From |
SparqlBuilder.fromNamed(Iri iri)
Create a named graph reference
|
static Prefix |
SparqlBuilder.prefix(Iri iri)
Create a SPARQL default Prefix declaration
|
static Prefix |
SparqlBuilder.prefix(String alias,
Iri iri)
Create a SPARQL Prefix declaration
|
Modifier and Type | Method and Description |
---|---|
T |
OuterQuery.base(Iri iri)
Set the base IRI of this query
|
LoadQuery |
LoadQuery.from(Iri from)
Specify which graph to load form
|
T |
DestinationSourceManagementQuery.from(Iri from)
Specify the query source graph
|
T |
TargetedGraphManagementQuery.graph(Iri graph)
Specify which graph to target
|
CreateQuery |
CreateQuery.graph(Iri graph)
Specify the graph to create
|
LoadQuery |
LoadQuery.to(Iri to)
Specify which graph to load into, if not the default graph
|
T |
DestinationSourceManagementQuery.to(Iri to)
Specify the query destination graph
|
ModifyQuery |
ModifyQuery.using(Iri iri)
Specify the graph used when evaluating the WHERE clause
|
ModifyQuery |
ModifyQuery.usingNamed(Iri iri)
Specify a named graph to use to when evaluating the WHERE clause
|
ModifyQuery |
ModifyQuery.with(Iri iri)
Define the graph that will be modified or matched against in the absence of more explicit graph definitions
|
Modifier and Type | Method and Description |
---|---|
static Iri |
Rdf.iri(IRI iri)
Create a SparqlBuilder Iri instance from an
IRI |
static Iri |
Rdf.iri(String iriString)
Create a SparqlBuilder Iri instance from a String iri
|
static Iri |
Rdf.iri(String namespace,
String localName)
Create a SparqlBuilder Iri instance from a namespace and local name
|
Modifier and Type | Method and Description |
---|---|
static RdfLiteral.StringLiteral |
Rdf.literalOfType(String stringValue,
Iri dataType)
create a literal with a datatype
|
RdfLiteral.StringLiteral |
RdfLiteral.StringLiteral.ofType(Iri dataType) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.