Class Prefix
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.Prefix
- All Implemented Interfaces:
QueryElement
A SPARQL Prefix declaration
- See Also:
-
Method Summary
-
Method Details
-
iri
Create a prefixed IRI reference from this prefix- Parameters:
localName
- the local part of the prefixed IRI- Returns:
- a prefixed IRI reference, with this prefix's label as the base, and the given string for the local part
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
equals
-
hashCode
public int hashCode()
-