Uses of Interface
org.eclipse.rdf4j.model.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
Modifier 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
-
Uses of Namespace in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionprotected CloseableIteration<? extends Namespace>
FedXConnection.getNamespacesInternal()
-
Uses of Namespace in org.eclipse.rdf4j.model
Modifier and TypeMethodDescriptiondefault Namespace
Model.setNamespace
(String prefix, String name) Sets the prefix for a namespace.Modifier 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.Modifier and TypeMethodDescriptionvoid
Model.setNamespace
(Namespace namespace) Sets the prefix for a namespace. -
Uses of Namespace in org.eclipse.rdf4j.model.base
-
Uses of Namespace in org.eclipse.rdf4j.model.impl
Modifier 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) Modifier and TypeMethodDescriptionDynamicModel.getNamespace
(String prefix) EmptyModel.getNamespace
(String prefix) FilteredModel.getNamespace
(String prefix) LinkedHashModel.getNamespace
(String prefix) TreeModel.getNamespace
(String prefix) DynamicModel.getNamespaces()
EmptyModel.getNamespaces()
FilteredModel.getNamespaces()
LinkedHashModel.getNamespaces()
TreeModel.getNamespaces()
DynamicModel.removeNamespace
(String prefix) EmptyModel.removeNamespace
(String prefix) FilteredModel.removeNamespace
(String prefix) LinkedHashModel.removeNamespace
(String prefix) TreeModel.removeNamespace
(String prefix) Modifier 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) ModifierConstructorDescriptionLinkedHashModel
(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
Modifier and TypeFieldDescriptionNamespaces.DEFAULT_RDF4J
RDFa initial namespaces + additional set of prefixes for RDF4JNamespaces.DEFAULT_RDFA11
Set of RDFa 1.1 "initial context" namespacesModifier and TypeMethodDescriptionstatic IRI
ModelBuilder.setNamespace
(Namespace ns) Set the suppliedNamespace
mapping.Modifier 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
Modifier 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
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
Modifier and TypeMethodDescriptionstatic String
SPARQLQueries.getPrefixClauses
(Iterable<Namespace> namespaces) Creates a string representing of the suppliednamespaces
as SPARQL prefix declarations.ModifierConstructorDescriptionSPARQLParser
(Set<Namespace> customPrefixes) Create a new SPARQLParser. -
Uses of Namespace in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptionRepositoryConnection.getNamespaces()
Gets all declared namespaces as a RepositoryResult ofNamespace
objects. -
Uses of Namespace in org.eclipse.rdf4j.repository.base
-
Uses of Namespace in org.eclipse.rdf4j.repository.sail
-
Uses of Namespace in org.eclipse.rdf4j.repository.sparql
-
Uses of Namespace in org.eclipse.rdf4j.rio.helpers
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSailModel.getNamespace
(String prefix) SailModel.getNamespaces()
SailModel.removeNamespace
(String prefix) -
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
-
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.paths
-
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast.targets
Modifier 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
-
Uses of Namespace in org.eclipse.rdf4j.sparqlbuilder.core.query
-
Uses of Namespace in org.eclipse.rdf4j.spring.dao.support