| Package | Description | 
|---|---|
| org.eclipse.rdf4j.console.command | |
| org.eclipse.rdf4j.console.setting | |
| org.eclipse.rdf4j.federated | |
| org.eclipse.rdf4j.model | The RDF Model API | 
| org.eclipse.rdf4j.model.impl | Default implementations of the RDF model interfaces | 
| org.eclipse.rdf4j.model.util | Helper classes for working with RDF models. | 
| org.eclipse.rdf4j.model.vocabulary | Re-usable constants for various well-known RDF vocabularies. | 
| org.eclipse.rdf4j.repository | The Repository API: the main API for accessing rdf databases and SPARQL endpoints. | 
| org.eclipse.rdf4j.repository.base | Abstract base classes and wrappers for the main Repository API interfaces. | 
| org.eclipse.rdf4j.repository.sail | Repository implementation for local RDF databases that implement the SAIL SPI. | 
| org.eclipse.rdf4j.repository.sparql | A  Repositorythat serves as a SPARQL endpoint client. | 
| org.eclipse.rdf4j.rio.helpers | Provides helpers classes for Rio. | 
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| org.eclipse.rdf4j.sail.base | Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). | 
| org.eclipse.rdf4j.sail.helpers | Abstract base implementation and internal helper classes for Sail implementations. | 
| org.eclipse.rdf4j.sail.model | |
| org.eclipse.rdf4j.sparqlbuilder.core | Core classes and interfaces for the
 SPARQLBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | QueryEvaluator. addQueryPrefixes(StringBuffer result,
                Collection<Namespace> namespaces)Add namespace prefixes to query | 
| protected void | Sparql. addQueryPrefixes(StringBuffer result,
                Collection<Namespace> namespaces) | 
| protected void | Serql. addQueryPrefixes(StringBuffer result,
                Collection<Namespace> namespaces) | 
| Modifier and Type | Field and Description | 
|---|---|
| static Set<Namespace> | Prefixes. DEFAULT | 
| Constructor and Description | 
|---|
| Prefixes(Set<Namespace> initValue)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CloseableIteration<? extends Namespace,SailException> | FedXConnection. getNamespacesInternal() | 
| Modifier and Type | Method and Description | 
|---|---|
| default Namespace | Model. setNamespace(String prefix,
            String name)Sets the prefix for a namespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| default Optional<Namespace> | NamespaceAware. getNamespace(String prefix)Gets the namespace that is associated with the specified prefix, if any. | 
| Set<Namespace> | NamespaceAware. getNamespaces()Gets the set that contains the assigned namespaces. | 
| Optional<Namespace> | Model. removeNamespace(String prefix)Removes a namespace declaration by removing the association between a prefix and a namespace name. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Model. setNamespace(Namespace namespace)Sets the prefix for a namespace. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NamespaceImplDeprecated. 
 since 2.0. Use  SimpleNamespaceinstead. | 
| class  | SimpleNamespaceA default implementation of the  Namespaceinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Namespace | TreeModel. setNamespace(String prefix,
            String name) | 
| Namespace | LinkedHashModel. setNamespace(String prefix,
            String name) | 
| Namespace | EmptyModel. setNamespace(String prefix,
            String name) | 
| Namespace | FilteredModel. setNamespace(String prefix,
            String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Namespace> | TreeModel. getNamespace(String prefix) | 
| Optional<Namespace> | LinkedHashModel. getNamespace(String prefix) | 
| Optional<Namespace> | EmptyModel. getNamespace(String prefix) | 
| Optional<Namespace> | FilteredModel. getNamespace(String prefix) | 
| Set<Namespace> | TreeModel. getNamespaces() | 
| Set<Namespace> | LinkedHashModel. getNamespaces() | 
| Set<Namespace> | EmptyModel. getNamespaces() | 
| Set<Namespace> | FilteredModel. getNamespaces() | 
| Optional<Namespace> | TreeModel. removeNamespace(String prefix) | 
| Optional<Namespace> | LinkedHashModel. removeNamespace(String prefix) | 
| Optional<Namespace> | EmptyModel. removeNamespace(String prefix) | 
| Optional<Namespace> | FilteredModel. removeNamespace(String prefix) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | SimpleNamespace. compareTo(Namespace o) | 
| void | TreeModel. setNamespace(Namespace namespace) | 
| void | LinkedHashModel. setNamespace(Namespace namespace) | 
| void | EmptyModel. setNamespace(Namespace namespace) | 
| void | FilteredModel. setNamespace(Namespace namespace) | 
| Constructor and Description | 
|---|
| LinkedHashModel(Set<Namespace> namespaces) | 
| LinkedHashModel(Set<Namespace> namespaces,
               Collection<? extends Statement> c) | 
| LinkedHashModel(Set<Namespace> namespaces,
               int size) | 
| TreeModel(Set<Namespace> namespaces) | 
| TreeModel(Set<Namespace> namespaces,
         Collection<? extends Statement> c) | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelBuilder | ModelBuilder. setNamespace(Namespace ns)Set the supplied  Namespacemapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,String> | Namespaces. asMap(Set<Namespace> namespaces)Converts a set of  Namespaces into a map containing thegetPrefix()strings as keys,
 with thegetName()strings as values in the map for each namespace in the given set. | 
| static Map<String,String> | Namespaces. wrap(Set<Namespace> namespaces) | 
| Modifier and Type | Field and Description | 
|---|---|
| static Namespace | ROV. NSAn immutable  Namespaceconstant that represents the Registered Organization namespace. | 
| static Namespace | RDF. NSAn immutable  Namespaceconstant that represents the RDF namespace. | 
| static Namespace | FN. NSAn immutable  Namespaceconstant that represents the XPath Functions namespace. | 
| static Namespace | LDP. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | VCARD4. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | SESAME. NSAn immutable  Namespaceconstant that represents the Sesame Schema namespace. | 
| static Namespace | DC. NSAn immutable  Namespaceconstant that represents the Dublin Core namespace. | 
| static Namespace | RDFS. NSAn immutable  Namespaceconstant that represents the RDFS namespace. | 
| static Namespace | ORG. NSAn immutable  Namespaceconstant that represents the Organization namespace. | 
| static Namespace | VOID. NSAn immutable  Namespaceconstant that represents the VoID namespace. | 
| static Namespace | VANN. NSAn immutable  Namespaceconstant that represents the VANN namespace. | 
| static Namespace | PROV. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | LOCN. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | DCAT. NSAn immutable  Namespaceconstant that represents the Data Catalog Vocabulary namespace. | 
| static Namespace | OWL. NSAn immutable  Namespaceconstant that represents the OWL namespace. | 
| static Namespace | ODRL2. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | XMLSchema. NSAn immutable  Namespaceconstant that represents the XML Schema namespace. | 
| static Namespace | TIME. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | SHACL. NSAn immutable  Namespaceconstant that represents the namespace. | 
| static Namespace | FOAF. NSAn immutable  Namespaceconstant that represents the FOAF namespace. | 
| static Namespace | SESAMEQNAME. NSAn immutable  Namespaceconstant that represents the Sesame QName namespace. | 
| static Namespace | DOAP. NSAn immutable  Namespaceconstant that represents the DOAP namespace. | 
| static Namespace | SKOSXL. NSAn immutable  Namespaceconstant that represents the SKOS-XL namespace. | 
| static Namespace | SD. NSAn immutable  Namespaceconstant that represents the SPARQL Service Description namespace. | 
| static Namespace | SKOS. NSAn immutable  Namespaceconstant that represents the SKOS namespace. | 
| static Namespace | DCTERMS. NSAn immutable  Namespaceconstant that represents the Dublin Core Terms namespace. | 
| static Namespace | RDF4J. NSAn immutable  Namespaceconstant that represents the RDF4J namespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryResult<Namespace> | RepositoryConnection. getNamespaces()Gets all declared namespaces as a RepositoryResult of  Namespaceobjects. | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryResult<Namespace> | RepositoryConnectionWrapper. getNamespaces() | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryResult<Namespace> | SailRepositoryConnection. getNamespaces() | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryResult<Namespace> | SPARQLConnection. getNamespaces() | 
| Modifier and Type | Field and Description | 
|---|---|
| static RioSetting<Set<Namespace>> | BasicParserSettings. NAMESPACES
 Setting to provide a collection of  Namespaceobjects which will be used when parsing RDF as the basis for
 the default set of namespaces of the document. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Namespace,SailException> | SailConnection. getNamespaces()Gets the namespaces relevant to the data contained in this Sail object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Namespace,SailException> | SailDataset. getNamespaces()Gets the namespaces relevant to the data contained in this object. | 
| protected CloseableIteration<? extends Namespace,SailException> | SailSourceConnection. getNamespacesInternal() | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Namespace,SailException> | SailConnectionWrapper. getNamespaces() | 
| CloseableIteration<? extends Namespace,SailException> | AbstractSailConnection. getNamespaces() | 
| protected abstract CloseableIteration<? extends Namespace,SailException> | AbstractSailConnection. getNamespacesInternal() | 
| Modifier and Type | Method and Description | 
|---|---|
| Namespace | SailModel. setNamespace(String prefix,
            String name)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Namespace> | SailModel. getNamespace(String prefix)Deprecated.  | 
| Set<Namespace> | SailModel. getNamespaces()Deprecated.  | 
| Optional<Namespace> | SailModel. removeNamespace(String prefix)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailModel. setNamespace(Namespace namespace)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static Prefix | SparqlBuilder. prefix(Namespace namespace)Create SPARQL Prefix declaration from the given  Namespace. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.