Uses of Interface
org.eclipse.rdf4j.model.Namespace
-
Packages that use Namespace Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces.org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.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.query.parser.sparql The rdf4j SPARQL 1.1 parser.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.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.jsonld Parser/writer for the JSON-L format.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.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.model org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.paths org.eclipse.rdf4j.sail.shacl.ast.targets org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query -
-
Uses of Namespace in org.eclipse.rdf4j.model
Classes in org.eclipse.rdf4j.model that implement Namespace Modifier and Type Class Description (package private) class
ModelNamespace
Methods in org.eclipse.rdf4j.model that return Namespace Modifier and Type Method Description default Namespace
Model. setNamespace(java.lang.String prefix, java.lang.String name)
Sets the prefix for a namespace.Methods in org.eclipse.rdf4j.model that return types with arguments of type Namespace Modifier and Type Method Description default java.util.Optional<Namespace>
NamespaceAware. getNamespace(java.lang.String prefix)
Gets the namespace that is associated with the specified prefix, if any.java.util.Set<Namespace>
NamespaceAware. getNamespaces()
Gets the set that contains the assigned namespaces.java.util.Optional<Namespace>
Model. removeNamespace(java.lang.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 Namespace Modifier and Type Method Description void
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 Namespace Modifier and Type Class Description class
AbstractNamespace
Base class forNamespace
, offering common functionality.Fields in org.eclipse.rdf4j.model.base with type parameters of type Namespace Modifier and Type Field Description private static java.util.Comparator<Namespace>
AbstractNamespace. COMPARATOR
Methods in org.eclipse.rdf4j.model.base with parameters of type Namespace Modifier and Type Method Description int
AbstractNamespace. compareTo(Namespace o)
-
Uses of Namespace in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement Namespace Modifier and Type Class Description class
SimpleNamespace
A default implementation of theNamespace
interface.Fields in org.eclipse.rdf4j.model.impl with type parameters of type Namespace Modifier and Type Field Description (package private) java.util.Set<Namespace>
DynamicModel. namespaces
(package private) java.util.Set<Namespace>
LinkedHashModel. namespaces
(package private) java.util.Set<Namespace>
TreeModel. namespaces
Methods in org.eclipse.rdf4j.model.impl that return Namespace Modifier and Type Method Description Namespace
DynamicModel. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
EmptyModel. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
FilteredModel. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
LinkedHashModel. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
TreeModel. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
TreeModel.SubSet. setNamespace(java.lang.String prefix, java.lang.String name)
Namespace
UnmodifiableModel. setNamespace(java.lang.String prefix, java.lang.String name)
Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type Namespace Modifier and Type Method Description java.util.Optional<Namespace>
DynamicModel. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
EmptyModel. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
FilteredModel. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
LinkedHashModel. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
TreeModel. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
TreeModel.SubSet. getNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
UnmodifiableModel. getNamespace(java.lang.String prefix)
java.util.Set<Namespace>
DynamicModel. getNamespaces()
java.util.Set<Namespace>
EmptyModel. getNamespaces()
java.util.Set<Namespace>
FilteredModel. getNamespaces()
java.util.Set<Namespace>
LinkedHashModel. getNamespaces()
java.util.Set<Namespace>
TreeModel. getNamespaces()
java.util.Set<Namespace>
TreeModel.SubSet. getNamespaces()
java.util.Set<Namespace>
UnmodifiableModel. getNamespaces()
java.util.Optional<Namespace>
DynamicModel. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
EmptyModel. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
FilteredModel. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
LinkedHashModel. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
TreeModel. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
TreeModel.SubSet. removeNamespace(java.lang.String prefix)
java.util.Optional<Namespace>
UnmodifiableModel. removeNamespace(java.lang.String prefix)
Methods in org.eclipse.rdf4j.model.impl with parameters of type Namespace Modifier and Type Method Description 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)
void
TreeModel.SubSet. setNamespace(Namespace namespace)
void
UnmodifiableModel. setNamespace(Namespace name)
Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type Namespace Constructor Description LinkedHashModel(java.util.Set<Namespace> namespaces)
LinkedHashModel(java.util.Set<Namespace> namespaces, int size)
LinkedHashModel(java.util.Set<Namespace> namespaces, java.util.Collection<? extends Statement> c)
TreeModel(java.util.Set<Namespace> namespaces)
TreeModel(java.util.Set<Namespace> namespaces, java.util.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 Namespace Modifier and Type Field Description static java.util.Set<Namespace>
Namespaces. DEFAULT_RDF4J
RDFa initial namespaces + additional set of prefixes for RDF4Jstatic java.util.Set<Namespace>
Namespaces. DEFAULT_RDFA11
Set of RDFa 1.1 "initial context" namespacesMethods in org.eclipse.rdf4j.model.util that return Namespace Modifier and Type Method Description private Namespace[]
ModelBuilder. getDefaultNamespaces()
static Namespace
Values. namespace(java.lang.String prefix, java.lang.String name)
Create a newNamespace
object.Namespace
SynchronizedModel. setNamespace(java.lang.String prefix, java.lang.String name)
Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Namespace Modifier and Type Method Description java.util.Optional<Namespace>
SynchronizedModel. getNamespace(java.lang.String prefix)
java.util.Set<Namespace>
SynchronizedModel. getNamespaces()
java.util.Optional<Namespace>
SynchronizedModel. removeNamespace(java.lang.String prefix)
Methods in org.eclipse.rdf4j.model.util with parameters of type Namespace Modifier and Type Method Description static IRI
Values. iri(Namespace namespace, java.lang.String localName)
ModelBuilder
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 Namespace Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
Namespaces. asMap(java.util.Set<Namespace> namespaces)
Converts 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
Values. iri(java.lang.Iterable<Namespace> namespaces, java.lang.String prefixedName)
Create a newIRI
from a supplied prefixed name, using the suppliednamespaces
static java.util.Map<java.lang.String,java.lang.String>
Namespaces. wrap(java.util.Set<Namespace> namespaces)
Wraps the givenSet
ofNamespace
s as aMap
of prefix to URI mappings, so that it can be used where aMap
is required by the API. -
Uses of Namespace in org.eclipse.rdf4j.model.vocabulary
Classes in org.eclipse.rdf4j.model.vocabulary that implement Namespace Modifier and Type Class Description private static class
Vocabularies.VocabularyNamespace
Fields in org.eclipse.rdf4j.model.vocabulary declared as Namespace Modifier and Type Field Description static Namespace
CONFIG. NS
The RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespace
object.static Namespace
DASH. NS
An immutableNamespace
constant that represents the namespace.static Namespace
DC. NS
An immutableNamespace
constant that represents the Dublin Core namespace.static Namespace
DCAT. NS
An immutableNamespace
constant that represents the Data Catalog Vocabulary namespace.static Namespace
DCTERMS. NS
An immutableNamespace
constant that represents the Dublin Core Terms namespace.static Namespace
DOAP. NS
An immutableNamespace
constant that represents the namespace.static Namespace
FN. NS
An immutableNamespace
constant that represents the XPath Functions namespace.static Namespace
FOAF. NS
An immutableNamespace
constant that represents the FOAF namespace.static Namespace
GEO. NS
An immutableNamespace
constant that represents the GEO namespace.static Namespace
HYDRA. NS
An immutableNamespace
constant that represents the HYDRA namespace.static Namespace
LDP. NS
An immutableNamespace
constant that represents the namespace.static Namespace
LOCN. NS
An immutableNamespace
constant that represents the namespace.static Namespace
ODRL2. NS
An immutableNamespace
constant that represents the namespace.static Namespace
ORG. NS
An immutableNamespace
constant that represents the Organization namespace.static Namespace
OWL. NS
An immutableNamespace
constant that represents the OWL namespace.static Namespace
PROV. NS
An immutableNamespace
constant that represents the namespace.static Namespace
RDF. NS
An immutableNamespace
constant that represents the RDF namespace.static Namespace
RDF4J. NS
An immutableNamespace
constant that represents the RDF4J namespace.static Namespace
RDFS. NS
An immutableNamespace
constant that represents the RDFS namespace.static Namespace
ROV. NS
An immutableNamespace
constant that represents the Registered Organization namespace.static Namespace
RSX. NS
An immutableNamespace
constant that represents the namespace.static Namespace
SD. NS
An immutableNamespace
constant that represents the SPARQL Service Description namespace.static Namespace
SESAME. NS
An immutableNamespace
constant that represents the Sesame Schema namespace.static Namespace
SESAMEQNAME. NS
An immutableNamespace
constant that represents the Sesame QName namespace.static Namespace
SHACL. NS
An immutableNamespace
constant that represents the namespace.static Namespace
SKOS. NS
An immutableNamespace
constant that represents the SKOS namespace.static Namespace
SKOSXL. NS
An immutableNamespace
constant that represents the SKOS-XL namespace.static Namespace
TIME. NS
An immutableNamespace
constant that represents the namespace.static Namespace
VANN. NS
An immutableNamespace
constant that represents the VANN namespace.static Namespace
VCARD4. NS
An immutableNamespace
constant that represents the namespace.static Namespace
VOID. NS
An immutableNamespace
constant that represents the VoID namespace.static Namespace
WGS84. NS
An immutableNamespace
constant that represents the WGS84 namespace.static Namespace
XSD. NS
An immutableNamespace
constant that represents the XML Schema namespace.Methods in org.eclipse.rdf4j.model.vocabulary that return Namespace Modifier and Type Method Description (package private) static Namespace
Vocabularies. createNamespace(java.lang.String prefix, java.lang.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 Namespace Modifier and Type Method Description QueryParser
SPARQLParserFactory. getParser(java.util.Set<Namespace> customPrefixes)
static java.lang.String
SPARQLQueries. getPrefixClauses(java.lang.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 Namespace Constructor Description SPARQLParser(java.util.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 Namespace Modifier and Type Method Description RepositoryResult<Namespace>
RepositoryConnection. 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 Modifier and Type Method Description RepositoryResult<Namespace>
RepositoryConnectionWrapper. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return types with arguments of type Namespace Modifier and Type Method Description RepositoryResult<Namespace>
HTTPRepositoryConnection. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return types with arguments of type Namespace Modifier and Type Method Description RepositoryResult<Namespace>
SailRepositoryConnection. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type Namespace Modifier and Type Method Description RepositoryResult<Namespace>
SPARQLConnection. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type Namespace Modifier and Type Field Description static RioSetting<java.util.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 Modifier and Type Method Description private static void
JSONLDWriter. addPrefixes(java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.Set<Namespace> namespaces)
Add name space prefixes to JSON-LD context, empty prefix gets the '@vocab' prefix -
Uses of Namespace in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type Namespace Modifier and Type Method Description CloseableIteration<? 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 Namespace Modifier and Type Field Description private static EmptyIteration<Namespace,SailException>
SailDatasetImpl. NAMESPACES_EMPTY_ITERATION
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type Namespace Modifier and Type Method Description CloseableIteration<? 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 Namespace Modifier and Type Method Description 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 Namespace Modifier and Type Method Description CloseableIteration<? extends Namespace,SailException>
MemorySailStore.MemorySailDataset. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model that return Namespace Modifier and Type Method Description Namespace
SailModel. setNamespace(java.lang.String prefix, java.lang.String name)
Methods in org.eclipse.rdf4j.sail.model that return types with arguments of type Namespace Modifier and Type Method Description java.util.Optional<Namespace>
SailModel. getNamespace(java.lang.String prefix)
java.util.Set<Namespace>
SailModel. getNamespaces()
java.util.Optional<Namespace>
SailModel. removeNamespace(java.lang.String prefix)
Methods in org.eclipse.rdf4j.sail.model with parameters of type Namespace Modifier and Type Method Description void
SailModel. setNamespace(Namespace namespace)
-
Uses of Namespace in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Namespace Modifier and Type Field Description private java.util.Set<Namespace>
ShaclPrefixParser.Namespaces. namespaces
private java.util.Set<Namespace>
SparqlFragment. namespaces
private java.util.Set<Namespace>
ValidationQuery. namespaces
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type Namespace Modifier and Type Method Description java.util.Set<Namespace>
ShaclPrefixParser.Namespaces. getNamespaces()
java.util.Set<Namespace>
Targetable. getNamespaces()
Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Namespace Modifier and Type Method Description static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String query, boolean supportsIncrementalEvaluation)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment, java.util.List<StatementMatcher> statementMatchers)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment, java.util.List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment, java.util.List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment, StatementMatcher statementMatcher)
static SparqlFragment
SparqlFragment. bgp(java.util.Collection<Namespace> namespaces, java.lang.String fragment, StatementMatcher statementMatcher, SparqlFragment.TraceBack traceBackFunction)
static SparqlFragment
SparqlFragment. filterCondition(java.util.Collection<Namespace> namespaces, java.lang.String fragment, java.util.List<StatementMatcher> statementMatchers)
static SparqlFragment
SparqlFragment. filterCondition(java.util.Collection<Namespace> namespaces, java.lang.String fragment, java.util.List<StatementMatcher> statementMatchers, boolean supportsIncrementalEvaluation)
static java.lang.String
ShaclPrefixParser. toSparqlPrefixes(java.util.Collection<Namespace> namespaces)
static SparqlFragment
SparqlFragment. unionQueryStrings(java.util.Set<Namespace> namespaces, java.lang.String query1, java.lang.String query2, java.lang.String query3, boolean supportsIncrementalEvaluation)
static SparqlFragment
SparqlFragment. unionQueryStrings(java.util.Set<Namespace> namespaces, java.util.List<java.lang.String> query, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Namespace Constructor Description SparqlFragment(java.util.Collection<Namespace> namespaces, java.lang.String fragment, boolean filterCondition, boolean bgp, java.util.List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation)
SparqlFragment(java.util.Collection<Namespace> namespaces, java.util.List<java.lang.String> unionFragments, java.util.List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation)
ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)
ValidationQuery(java.util.Set<Namespace> namespaces, java.lang.String query, ConstraintComponent.Scope scope, java.util.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 Namespace Modifier and Type Field Description private java.util.Set<Namespace>
SparqlConstraintComponent. namespaces
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Namespace Constructor Description SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, java.lang.String select, java.lang.String originalSelect, java.util.List<Literal> message, java.lang.Boolean deactivated, java.util.Set<Namespace> namespaces, Model prefixes)
-
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 Modifier and Type Method Description java.util.Set<Namespace>
Path. getNamespaces()
-
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 Namespace Modifier and Type Field Description private java.util.Set<Namespace>
SparqlTarget. namespaces
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Namespace Modifier and Type Method Description java.util.Set<Namespace>
DashAllObjects. getNamespaces()
java.util.Set<Namespace>
DashAllSubjects. getNamespaces()
java.util.Set<Namespace>
RSXTargetShape. getNamespaces()
java.util.Set<Namespace>
SparqlTarget. getNamespaces()
java.util.Set<Namespace>
TargetChain. getNamespaces()
java.util.Set<Namespace>
TargetClass. getNamespaces()
java.util.Set<Namespace>
TargetNode. getNamespaces()
java.util.Set<Namespace>
TargetObjectsOf. getNamespaces()
java.util.Set<Namespace>
TargetSubjectsOf. getNamespaces()
-
Uses of Namespace in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Namespace Modifier and Type Method Description static Prefix
SparqlBuilder. prefix(Namespace namespace)
Create SPARQL Prefix declaration from the givenNamespace
. -
Uses of Namespace in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Namespace Modifier and Type Method Description T
OuterQuery. prefix(Namespace... namespaces)
Add prefix declarations to this queryT
UpdateQuery. prefix(Namespace... namespaces)
Add prefix declarations to this query
-