Package | Description |
---|---|
org.eclipse.rdf4j.sparqlbuilder.core |
Core classes and interfaces for the SPARQLBuilder.
|
org.eclipse.rdf4j.sparqlbuilder.core.query | |
org.eclipse.rdf4j.sparqlbuilder.graphpattern | |
org.eclipse.rdf4j.sparqlbuilder.rdf |
Modifier and Type | Class and Description |
---|---|
class |
Variable
A SPARQL query variable
|
Modifier and Type | Method and Description |
---|---|
DeleteDataQuery |
DeleteDataQuery.from(GraphName graph)
Specify a graph to delete the data from
|
ModifyQuery |
ModifyQuery.from(GraphName graphName)
Specify the graph to delete triples from
|
InsertDataQuery |
InsertDataQuery.into(GraphName graph)
Specify a graph to insert the data into
|
ModifyQuery |
ModifyQuery.into(GraphName graphName)
Specify the graph to insert triples into
|
Modifier and Type | Method and Description |
---|---|
GraphPatternNotTriples |
GraphPatternNotTriples.from(GraphName name)
Like
GraphPattern.from(GraphName) , but mutates and returns this instance |
default GraphPattern |
GraphPattern.from(GraphName name)
Convert this graph pattern into a named group graph pattern:
|
Modifier and Type | Interface and Description |
---|---|
interface |
Iri
Denotes an RDF IRI
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.