Uses of Interface
org.eclipse.rdf4j.model.Namespace
Packages that use Namespace
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Re-usable constants for various well-known RDF vocabularies.
The rdf4j SPARQL 1.1 parser.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Provides helpers classes for Rio.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Core classes and interfaces for the SPARQLBuilder.
-
Uses of Namespace in org.eclipse.rdf4j.console.command
Method parameters in org.eclipse.rdf4j.console.command with type arguments of type NamespaceModifier and TypeMethodDescriptionprotected abstract void
QueryEvaluator.addQueryPrefixes
(StringBuffer result, Collection<Namespace> namespaces) Add namespace prefixes to queryprotected void
Sparql.addQueryPrefixes
(StringBuffer result, Collection<Namespace> namespaces) protected void
TupleAndGraphQueryEvaluator.evaluateGraphQuery
(QueryLanguage queryLn, String queryString, RDFWriter writer, Collection<Namespace> namespaces) Evaluate SPARQL graph query -
Uses of Namespace in org.eclipse.rdf4j.console.setting
Fields in org.eclipse.rdf4j.console.setting with type parameters of type NamespaceConstructor parameters in org.eclipse.rdf4j.console.setting with type arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return types with arguments of type NamespaceModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends Namespace> FedXConnection.getNamespacesInternal()
-
Uses of Namespace in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return NamespaceModifier and TypeMethodDescriptiondefault Namespace
Model.setNamespace
(String prefix, String name) Sets the prefix for a namespace.Methods in org.eclipse.rdf4j.model that return types with arguments of type NamespaceModifier and TypeMethodDescriptionNamespaceAware.getNamespace
(String prefix) Gets the namespace that is associated with the specified prefix, if any.NamespaceAware.getNamespaces()
Gets the set that contains the assigned namespaces.Model.removeNamespace
(String prefix) Removes a namespace declaration by removing the association between a prefix and a namespace name.Methods in org.eclipse.rdf4j.model with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
Model.setNamespace
(Namespace namespace) Sets the prefix for a namespace. -
Uses of Namespace in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement NamespaceMethods in org.eclipse.rdf4j.model.base with parameters of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement NamespaceMethods in org.eclipse.rdf4j.model.impl that return NamespaceModifier and TypeMethodDescriptionAbstractMemoryOverflowModel.setNamespace
(String prefix, String name) DynamicModel.setNamespace
(String prefix, String name) EmptyModel.setNamespace
(String prefix, String name) FilteredModel.setNamespace
(String prefix, String name) LinkedHashModel.setNamespace
(String prefix, String name) TreeModel.setNamespace
(String prefix, String name) Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type NamespaceModifier and TypeMethodDescriptionAbstractMemoryOverflowModel.getNamespace
(String prefix) DynamicModel.getNamespace
(String prefix) EmptyModel.getNamespace
(String prefix) FilteredModel.getNamespace
(String prefix) LinkedHashModel.getNamespace
(String prefix) TreeModel.getNamespace
(String prefix) AbstractMemoryOverflowModel.getNamespaces()
DynamicModel.getNamespaces()
EmptyModel.getNamespaces()
FilteredModel.getNamespaces()
LinkedHashModel.getNamespaces()
TreeModel.getNamespaces()
AbstractMemoryOverflowModel.removeNamespace
(String prefix) DynamicModel.removeNamespace
(String prefix) EmptyModel.removeNamespace
(String prefix) FilteredModel.removeNamespace
(String prefix) LinkedHashModel.removeNamespace
(String prefix) TreeModel.removeNamespace
(String prefix) Methods in org.eclipse.rdf4j.model.impl with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
AbstractMemoryOverflowModel.setNamespace
(Namespace namespace) void
DynamicModel.setNamespace
(Namespace namespace) void
EmptyModel.setNamespace
(Namespace namespace) void
FilteredModel.setNamespace
(Namespace namespace) void
LinkedHashModel.setNamespace
(Namespace namespace) void
TreeModel.setNamespace
(Namespace namespace) Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type NamespaceModifierConstructorDescriptionAbstractMemoryOverflowModel
(Set<Namespace> namespaces) LinkedHashModel
(Set<Namespace> namespaces) LinkedHashModel
(Set<Namespace> namespaces, int size) LinkedHashModel
(Set<Namespace> namespaces, Collection<? extends Statement> c) TreeModel
(Set<Namespace> namespaces, Collection<? extends Statement> c) -
Uses of Namespace in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util with type parameters of type NamespaceModifier and TypeFieldDescriptionNamespaces.DEFAULT_RDF4J
RDFa initial namespaces + additional set of prefixes for RDF4JNamespaces.DEFAULT_RDFA11
Set of RDFa 1.1 "initial context" namespacesMethods in org.eclipse.rdf4j.model.util that return NamespaceMethods in org.eclipse.rdf4j.model.util with parameters of type NamespaceModifier and TypeMethodDescriptionstatic IRI
ModelBuilder.setNamespace
(Namespace ns) Set the suppliedNamespace
mapping.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type NamespaceModifier and TypeMethodDescriptionConverts a set ofNamespace
s into a map containing thegetPrefix()
strings as keys, with thegetName()
strings as values in the map for each namespace in the given set.static IRI
Create a newIRI
from a supplied prefixed name, using the suppliednamespaces
-
Uses of Namespace in org.eclipse.rdf4j.model.vocabulary
Fields in org.eclipse.rdf4j.model.vocabulary declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace
CONFIG.NS
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.static final Namespace
DASH.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
DC.NS
An immutableNamespace
constant that represents the Dublin Core namespace.static final Namespace
DCAT.NS
An immutableNamespace
constant that represents the Data Catalog Vocabulary namespace.static final Namespace
DCTERMS.NS
An immutableNamespace
constant that represents the Dublin Core Terms namespace.static final Namespace
DOAP.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
FN.NS
An immutableNamespace
constant that represents the XPath Functions namespace.static final Namespace
FOAF.NS
An immutableNamespace
constant that represents the FOAF namespace.static final Namespace
GEO.NS
An immutableNamespace
constant that represents the GEO namespace.static final Namespace
HYDRA.NS
An immutableNamespace
constant that represents the HYDRA namespace.static final Namespace
LDP.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
LOCN.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
ODRL2.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
ORG.NS
An immutableNamespace
constant that represents the Organization namespace.static final Namespace
OWL.NS
An immutableNamespace
constant that represents the OWL namespace.static final Namespace
PROV.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
RDF.NS
An immutableNamespace
constant that represents the RDF namespace.static final Namespace
RDF4J.NS
An immutableNamespace
constant that represents the RDF4J namespace.static final Namespace
RDFS.NS
An immutableNamespace
constant that represents the RDFS namespace.static final Namespace
ROV.NS
An immutableNamespace
constant that represents the Registered Organization namespace.static final Namespace
RSX.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
SD.NS
An immutableNamespace
constant that represents the SPARQL Service Description namespace.static final Namespace
SESAME.NS
An immutableNamespace
constant that represents the Sesame Schema namespace.static final Namespace
SESAMEQNAME.NS
An immutableNamespace
constant that represents the Sesame QName namespace.static final Namespace
SHACL.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
SKOS.NS
An immutableNamespace
constant that represents the SKOS namespace.static final Namespace
SKOSXL.NS
An immutableNamespace
constant that represents the SKOS-XL namespace.static final Namespace
TIME.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
VANN.NS
An immutableNamespace
constant that represents the VANN namespace.static final Namespace
VCARD4.NS
An immutableNamespace
constant that represents the namespace.static final Namespace
VOID.NS
An immutableNamespace
constant that represents the VoID namespace.static final Namespace
WGS84.NS
An immutableNamespace
constant that represents the WGS84 namespace.static final Namespace
XSD.NS
An immutableNamespace
constant that represents the XML Schema namespace. -
Uses of Namespace in org.eclipse.rdf4j.query.parser.sparql
Method parameters in org.eclipse.rdf4j.query.parser.sparql with type arguments of type NamespaceModifier and TypeMethodDescriptionstatic String
SPARQLQueries.getPrefixClauses
(Iterable<Namespace> namespaces) Creates a string representing of the suppliednamespaces
as SPARQL prefix declarations.Constructor parameters in org.eclipse.rdf4j.query.parser.sparql with type arguments of type NamespaceModifierConstructorDescriptionSPARQLParser
(Set<Namespace> customPrefixes) Create a new SPARQLParser. -
Uses of Namespace in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return types with arguments of type NamespaceModifier and TypeMethodDescriptionRepositoryConnection.getNamespaces()
Gets all declared namespaces as a RepositoryResult ofNamespace
objects. -
Uses of Namespace in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return types with arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return types with arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type NamespaceModifier and TypeFieldDescriptionstatic final RioSetting
<Set<Namespace>> BasicParserSettings.NAMESPACES
Setting to provide a collection ofNamespace
objects which will be used when parsing RDF as the basis for the default set of namespaces of the document. -
Uses of Namespace in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type NamespaceModifier and TypeMethodDescriptionCloseableIteration
<? extends Namespace> SailConnection.getNamespaces()
Gets the namespaces relevant to the data contained in this Sail object. -
Uses of Namespace in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type NamespaceModifier and TypeMethodDescriptionCloseableIteration
<? extends Namespace> SailDataset.getNamespaces()
Gets the namespaces relevant to the data contained in this object.protected CloseableIteration
<? extends Namespace> SailSourceConnection.getNamespacesInternal()
-
Uses of Namespace in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type NamespaceModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends Namespace> AbstractSailConnection.getNamespaces()
CloseableIteration
<? extends Namespace> SailConnectionWrapper.getNamespaces()
protected abstract CloseableIteration
<? extends Namespace> AbstractSailConnection.getNamespacesInternal()
-
Uses of Namespace in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model that return NamespaceMethods in org.eclipse.rdf4j.sail.model that return types with arguments of type NamespaceModifier and TypeMethodDescriptionSailModel.getNamespace
(String prefix) SailModel.getNamespaces()
SailModel.removeNamespace
(String prefix) Methods in org.eclipse.rdf4j.sail.model with parameters of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths that return types with arguments of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type NamespaceModifier and TypeMethodDescriptionDashAllObjects.getNamespaces()
DashAllSubjects.getNamespaces()
RSXTargetShape.getNamespaces()
SparqlTarget.getNamespaces()
TargetChain.getNamespaces()
TargetClass.getNamespaces()
TargetNode.getNamespaces()
TargetObjectsOf.getNamespaces()
TargetSubjectsOf.getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Namespace -
Uses of Namespace in org.eclipse.rdf4j.spring.dao.support
Methods in org.eclipse.rdf4j.spring.dao.support with parameters of type Namespace