Uses of Class
org.eclipse.rdf4j.model.impl.SimpleStatement
Packages that use SimpleStatement
Package
Description
Default implementations of the RDF model interfaces
-
Uses of SimpleStatement in org.eclipse.rdf4j.model.impl
Subclasses of SimpleStatement in org.eclipse.rdf4j.model.implModifier and TypeClassDescriptionclass
An extension ofSimpleStatement
that adds a context field.static class
-
Uses of SimpleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Subclasses of SimpleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory -
Uses of SimpleStatement in org.eclipse.rdf4j.sail.memory.model
Subclasses of SimpleStatement in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclass
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.