Package org.apache.commons.rdf.rdf4j
Interface RDF4JLiteral
-
- All Known Implementing Classes:
LiteralImpl
public interface RDF4JLiteral extends RDF4JTerm, Literal
Marker interface for RDF4J implementations of Commons RDFLiteral
.The underlying RDF4J
Literal
instance can be retrieved withRDF4JTerm.asValue()
.- See Also:
RDF4J.createLiteral(String)
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.rdf.api.Literal
equals, getDatatype, getLanguageTag, getLexicalForm, hashCode
-
Methods inherited from interface org.apache.commons.rdf.api.RDFTerm
ntriplesString
-
-