Uses of Class
org.eclipse.rdf4j.model.impl.SimpleNamespace
-
Packages that use SimpleNamespace Package Description org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
Uses of SimpleNamespace in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory with type parameters of type SimpleNamespace Modifier and Type Field Description private java.util.Map<java.lang.String,SimpleNamespace>
MemNamespaceStore. namespacesMap
Map storing namespace information by their prefix.Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type SimpleNamespace Modifier and Type Method Description java.util.Iterator<SimpleNamespace>
MemNamespaceStore. iterator()
-