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.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
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.
Parser/writer for the JSON-L format.
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.
An implementation of the RDF SAIL API that uses main memory for storage.
Core classes and interfaces for the SPARQLBuilder.
-
Uses of Namespace in org.eclipse.rdf4j.model
Classes in org.eclipse.rdf4j.model that implement NamespaceMethods 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 NamespaceFields in org.eclipse.rdf4j.model.base with type parameters of type NamespaceModifier and TypeFieldDescriptionprivate static final Comparator
<Namespace> AbstractNamespace.COMPARATOR
Methods 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 NamespaceFields in org.eclipse.rdf4j.model.impl with type parameters of type NamespaceModifier and TypeFieldDescriptionDynamicModel.namespaces
LinkedHashModel.namespaces
TreeModel.namespaces
Methods in org.eclipse.rdf4j.model.impl that return NamespaceModifier and TypeMethodDescriptionDynamicModel.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) TreeModel.SubSet.setNamespace
(String prefix, String name) UnmodifiableModel.setNamespace
(String prefix, String name) Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type NamespaceModifier and TypeMethodDescriptionDynamicModel.getNamespace
(String prefix) EmptyModel.getNamespace
(String prefix) FilteredModel.getNamespace
(String prefix) LinkedHashModel.getNamespace
(String prefix) TreeModel.getNamespace
(String prefix) TreeModel.SubSet.getNamespace
(String prefix) UnmodifiableModel.getNamespace
(String prefix) DynamicModel.getNamespaces()
EmptyModel.getNamespaces()
FilteredModel.getNamespaces()
LinkedHashModel.getNamespaces()
TreeModel.getNamespaces()
TreeModel.SubSet.getNamespaces()
UnmodifiableModel.getNamespaces()
DynamicModel.removeNamespace
(String prefix) EmptyModel.removeNamespace
(String prefix) FilteredModel.removeNamespace
(String prefix) LinkedHashModel.removeNamespace
(String prefix) TreeModel.removeNamespace
(String prefix) TreeModel.SubSet.removeNamespace
(String prefix) UnmodifiableModel.removeNamespace
(String prefix) Methods in org.eclipse.rdf4j.model.impl with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
DynamicModel.setNamespace
(Namespace namespace) void
EmptyModel.setNamespace
(Namespace namespace) void
FilteredModel.setNamespace
(Namespace namespace) void
LinkedHashModel.setNamespace
(Namespace namespace) void
TreeModel.setNamespace
(Namespace namespace) void
TreeModel.SubSet.setNamespace
(Namespace namespace) void
UnmodifiableModel.setNamespace
(Namespace name) Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type NamespaceModifierConstructorDescriptionLinkedHashModel
(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 NamespaceModifier and TypeMethodDescriptionprivate Namespace[]
ModelBuilder.getDefaultNamespaces()
static Namespace
Create a newNamespace
object.SynchronizedModel.setNamespace
(String prefix, String name) Methods in org.eclipse.rdf4j.model.util that return types with arguments of type NamespaceModifier and TypeMethodDescriptionSynchronizedModel.getNamespace
(String prefix) SynchronizedModel.getNamespaces()
SynchronizedModel.removeNamespace
(String prefix) Methods in org.eclipse.rdf4j.model.util with parameters of type NamespaceModifier and TypeMethodDescriptionstatic IRI
ModelBuilder.setNamespace
(Namespace ns) Set the suppliedNamespace
mapping.void
SynchronizedModel.setNamespace
(Namespace namespace) 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
Classes in org.eclipse.rdf4j.model.vocabulary that implement NamespaceFields 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.Methods in org.eclipse.rdf4j.model.vocabulary that return NamespaceModifier and TypeMethodDescription(package private) static Namespace
Vocabularies.createNamespace
(String prefix, String 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.http
Methods in org.eclipse.rdf4j.repository.http 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.rio.jsonld
Method parameters in org.eclipse.rdf4j.rio.jsonld with type arguments of type Namespace -
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, SailException> SailConnection.getNamespaces()
Gets the namespaces relevant to the data contained in this Sail object. -
Uses of Namespace in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base with type parameters of type NamespaceModifier and TypeFieldDescriptionprivate static final EmptyIteration
<Namespace, SailException> SailDatasetImpl.NAMESPACES_EMPTY_ITERATION
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type NamespaceModifier and TypeMethodDescriptionCloseableIteration
<? extends Namespace, SailException> DelegatingSailDataset.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailDataset.getNamespaces()
Gets the namespaces relevant to the data contained in this object.CloseableIteration
<? extends Namespace, SailException> SailDatasetImpl.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> UnionSailDataset.getNamespaces()
protected CloseableIteration
<? extends Namespace, SailException> 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, SailException> AbstractSailConnection.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailConnectionWrapper.getNamespaces()
protected abstract CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespacesInternal()
-
Uses of Namespace in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type NamespaceModifier and TypeMethodDescriptionCloseableIteration
<? extends Namespace, SailException> MemorySailStore.MemorySailDataset.getNamespaces()
-
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
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type NamespaceModifier and TypeFieldDescriptionShaclPrefixParser.Namespaces.namespaces
SparqlFragment.namespaces
ValidationQuery.namespaces
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type NamespaceModifier and TypeMethodDescriptionShaclPrefixParser.Namespaces.getNamespaces()
Targetable.getNamespaces()
Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type NamespaceModifier and TypeMethodDescriptionstatic SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String query, boolean supportsIncrementalEvaluation) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment, StatementMatcher statementMatcher) static SparqlFragment
SparqlFragment.bgp
(Collection<Namespace> namespaces, String fragment, StatementMatcher statementMatcher, SparqlFragment.TraceBack traceBackFunction) static SparqlFragment
SparqlFragment.filterCondition
(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers) static SparqlFragment
SparqlFragment.filterCondition
(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, boolean supportsIncrementalEvaluation) static String
ShaclPrefixParser.toSparqlPrefixes
(Collection<Namespace> namespaces) static SparqlFragment
SparqlFragment.unionQueryStrings
(Set<Namespace> namespaces, String query1, String query2, String query3, boolean supportsIncrementalEvaluation) static SparqlFragment
SparqlFragment.unionQueryStrings
(Set<Namespace> namespaces, List<String> query, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type NamespaceModifierConstructorDescriptionprivate
SparqlFragment
(Collection<Namespace> namespaces, String fragment, boolean filterCondition, boolean bgp, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) private
SparqlFragment
(Collection<Namespace> namespaces, List<String> unionFragments, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) ValidationQuery
(Collection<Namespace> namespaces, String query, List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape) ValidationQuery
(Set<Namespace> namespaces, String query, ConstraintComponent.Scope scope, List<StatementMatcher.Variable<Value>> variables, int targetIndex, int valueIndex) -
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type NamespaceConstructor 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
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type NamespaceMethods 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