Uses of Class
org.eclipse.rdf4j.model.impl.SimpleNamespace
Packages that use SimpleNamespace
Package
Description
An implementation of the RDF SAIL API that uses main memory for storage.
-
Uses of SimpleNamespace in org.eclipse.rdf4j.sail.memory
Classes in org.eclipse.rdf4j.sail.memory that implement interfaces with type arguments of type SimpleNamespaceModifier and TypeClassDescription(package private) classAn in-memory store for namespace prefix information.Fields in org.eclipse.rdf4j.sail.memory with type parameters of type SimpleNamespaceModifier and TypeFieldDescriptionprivate final Map<String, SimpleNamespace> MemNamespaceStore.namespacesMapMap storing namespace information by their prefix.Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type SimpleNamespace