Class LoadQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery<LoadQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
- All Implemented Interfaces:
QueryElement
A SPARQL LOAD Query
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecify which graph to load formSpecify which graph to load formSpecify which graph to load into, if not the default graphSpecify which graph to load into, if not the default graphMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery
appendSilent, silent, silent
-
Field Details
-
LOAD
- See Also:
-
INTO_GRAPH
- See Also:
-
from
-
to
-
-
Constructor Details
-
LoadQuery
LoadQuery()
-
-
Method Details
-
from
Specify which graph to load form- Parameters:
from
- the IRI identifying the graph to load triples from- Returns:
- this LoadQuery instance
-
from
Specify which graph to load form- Parameters:
from
- the IRI identifying the graph to load triples from- Returns:
- this LoadQuery instance
-
to
Specify which graph to load into, if not the default graph- Parameters:
to
- the IRI identifying the graph to load into- Returns:
- this LoadQuery instance
-
to
Specify which graph to load into, if not the default graph- Parameters:
to
- the IRI identifying the graph to load into- Returns:
- this LoadQuery instance
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-