Package | Description |
---|---|
org.eclipse.rdf4j.console.command | |
org.eclipse.rdf4j.console.setting | |
org.eclipse.rdf4j.model |
RDF Model API
|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
org.eclipse.rdf4j.model.util | |
org.eclipse.rdf4j.model.vocabulary |
Static constants for various vocabularies.
|
org.eclipse.rdf4j.repository |
The Repository API: the main API for handling RDF4J repositories.
|
org.eclipse.rdf4j.repository.base | |
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.eclipse.rdf4j.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
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 API
for RDF repositories.
|
org.eclipse.rdf4j.sail.base | |
org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.eclipse.rdf4j.sail.model |
Modifier and Type | Method and Description |
---|---|
protected void |
Sparql.addQueryPrefixes(StringBuffer result,
Collection<Namespace> namespaces) |
protected void |
Serql.addQueryPrefixes(StringBuffer result,
Collection<Namespace> namespaces) |
protected abstract void |
QueryEvaluator.addQueryPrefixes(StringBuffer result,
Collection<Namespace> namespaces)
Add namespace prefixes to query
|
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 |
---|---|
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 |
NamespaceImpl
Deprecated.
since 2.0. Use
SimpleNamespace instead. |
class |
SimpleNamespace
A default implementation of the
Namespace interface. |
Modifier and Type | Method and Description |
---|---|
Namespace |
TreeModel.setNamespace(String prefix,
String name) |
Namespace |
LinkedHashModel.setNamespace(String prefix,
String name) |
Namespace |
FilteredModel.setNamespace(String prefix,
String name) |
Namespace |
EmptyModel.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> |
FilteredModel.getNamespace(String prefix) |
Optional<Namespace> |
EmptyModel.getNamespace(String prefix) |
Set<Namespace> |
TreeModel.getNamespaces() |
Set<Namespace> |
LinkedHashModel.getNamespaces() |
Set<Namespace> |
FilteredModel.getNamespaces() |
Set<Namespace> |
EmptyModel.getNamespaces() |
Optional<Namespace> |
TreeModel.removeNamespace(String prefix) |
Optional<Namespace> |
LinkedHashModel.removeNamespace(String prefix) |
Optional<Namespace> |
FilteredModel.removeNamespace(String prefix) |
Optional<Namespace> |
EmptyModel.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 |
FilteredModel.setNamespace(Namespace namespace) |
void |
EmptyModel.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
Namespace mapping. |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
Namespaces.asMap(Set<Namespace> namespaces)
Converts a set of
Namespace s into a map containing the getPrefix() strings as keys,
with the getName() 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 |
XMLSchema.NS
An immutable
Namespace constant that represents the XML Schema namespace. |
static Namespace |
VOID.NS
An immutable
Namespace constant that represents the VoID namespace. |
static Namespace |
VCARD4.NS
An immutable
Namespace constant that represents the namespace. |
static Namespace |
VANN.NS
An immutable
Namespace constant that represents the VANN namespace. |
static Namespace |
SKOSXL.NS
An immutable
Namespace constant that represents the SKOS-XL namespace. |
static Namespace |
SKOS.NS
An immutable
Namespace constant that represents the SKOS namespace. |
static Namespace |
SHACL.NS
An immutable
Namespace constant that represents the namespace. |
static Namespace |
SESAMEQNAME.NS
An immutable
Namespace constant that represents the Sesame QName namespace. |
static Namespace |
SESAME.NS
An immutable
Namespace constant that represents the Sesame Schema namespace. |
static Namespace |
SD.NS
An immutable
Namespace constant that represents the SPARQL Service Description namespace. |
static Namespace |
ROV.NS
An immutable
Namespace constant that represents the Registered Organization namespace. |
static Namespace |
RDFS.NS
An immutable
Namespace constant that represents the RDFS namespace. |
static Namespace |
RDF4J.NS
An immutable
Namespace constant that represents the RDF4J namespace. |
static Namespace |
RDF.NS
An immutable
Namespace constant that represents the RDF namespace. |
static Namespace |
OWL.NS
An immutable
Namespace constant that represents the OWL namespace. |
static Namespace |
ORG.NS
An immutable
Namespace constant that represents the Organization namespace. |
static Namespace |
LOCN.NS
An immutable
Namespace constant that represents the namespace. |
static Namespace |
LDP.NS
An immutable
Namespace constant that represents the namespace. |
static Namespace |
FOAF.NS
An immutable
Namespace constant that represents the FOAF namespace. |
static Namespace |
FN.NS
An immutable
Namespace constant that represents the XPath Functions namespace. |
static Namespace |
DOAP.NS
An immutable
Namespace constant that represents the DOAP namespace. |
static Namespace |
DCTERMS.NS
An immutable
Namespace constant that represents the Dublin Core Terms namespace. |
static Namespace |
DCAT.NS
An immutable
Namespace constant that represents the Data Catalog Vocabulary namespace. |
static Namespace |
DC.NS
An immutable
Namespace constant that represents the Dublin Core namespace. |
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Namespace> |
RepositoryConnection.getNamespaces()
Gets all declared namespaces as a RepositoryResult of
Namespace objects. |
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
Namespace objects 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) |
Modifier and Type | Method and Description |
---|---|
Optional<Namespace> |
SailModel.getNamespace(String prefix) |
Set<Namespace> |
SailModel.getNamespaces() |
Optional<Namespace> |
SailModel.removeNamespace(String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
SailModel.setNamespace(Namespace namespace) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.