Class Base
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.Base
-
- All Implemented Interfaces:
QueryElement
public class Base extends java.lang.Object implements QueryElement
A SPARQL Base declaration- See Also:
- SPARQL Relative IRIs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueryString()
-
-
-
Field Detail
-
BASE
private static final java.lang.String BASE
- See Also:
- Constant Field Values
-
iri
private final Iri iri
-
-
Method Detail
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
-