Uses of Class
org.eclipse.rdf4j.model.base.AbstractStatement
Package
Description
Default implementations of the RDF model interfaces
-
Uses of AbstractStatement in org.eclipse.rdf4j.model.impl
Modifier and TypeClassDescriptionclass
An extension ofSimpleStatement
that adds a context field.static class
class
A simple default implementation of theStatement
interface for statements that don't have an associated context. -
Uses of AbstractStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
-
Uses of AbstractStatement in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeClassDescriptionclass
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.