Interface Statement

All Superinterfaces:
Serializable
All Known Subinterfaces:
ExtensibleStatement
All Known Implementing Classes:
AbstractStatement, ExtensibleStatementImpl, GenericStatement, LinkedHashModel.ModelStatement, MemStatement, UnboundStatement

public interface Statement extends Serializable
An RDF statement, with optional associated context. A statement can have an associated context in specific cases, for example when fetched from a repository.

Additional utility functionality for working with Statement objects is available in the org.eclipse.rdf4j.model.util.Statements utility class.