Interface RDF4JLiteral

All Superinterfaces:
Literal, RDF4JTerm, RDFTerm
All Known Implementing Classes:
LiteralImpl

public interface RDF4JLiteral extends RDF4JTerm, Literal
Marker interface for RDF4J implementations of Commons RDF Literal.

The underlying RDF4J Literal instance can be retrieved with RDF4JTerm.asValue().

See Also: