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 NamespaceSubinterfaces with type arguments of type Namespace in org.eclipse.rdf4j.modelModifier and TypeInterfaceDescriptioninterfaceA namespace, consisting of a namespace name and a prefix that has been assigned to it.Methods in org.eclipse.rdf4j.model that return NamespaceModifier and TypeMethodDescriptiondefault NamespaceModel.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 TypeMethodDescriptionvoidModel.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.COMPARATORSorts namespaces first by prefix and then by Namespace.getName() () name};nullvalues are sorted before other values.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.namespacesLinkedHashModel.namespacesTreeModel.namespacesMethods 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 TypeMethodDescriptionvoidDynamicModel.setNamespace(Namespace namespace) voidEmptyModel.setNamespace(Namespace namespace) voidFilteredModel.setNamespace(Namespace namespace) voidLinkedHashModel.setNamespace(Namespace namespace) voidTreeModel.setNamespace(Namespace namespace) voidTreeModel.SubSet.setNamespace(Namespace namespace) voidUnmodifiableModel.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_RDF4JRDFa initial namespaces + additional set of prefixes for RDF4JNamespaces.DEFAULT_RDFA11Set of RDFa 1.1 "initial context" namespacesMethods in org.eclipse.rdf4j.model.util that return NamespaceModifier and TypeMethodDescriptionprivate Namespace[]ModelBuilder.getDefaultNamespaces()static NamespaceCreate a newNamespaceobject.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 IRIModelBuilder.setNamespace(Namespace ns) Set the suppliedNamespacemapping.voidSynchronizedModel.setNamespace(Namespace namespace) Method parameters in org.eclipse.rdf4j.model.util with type arguments of type NamespaceModifier and TypeMethodDescriptionConverts a set ofNamespaces into a map containing theNamespace.getPrefix()strings as keys, with theNamespace.getName()strings as values in the map for each namespace in the given set.static IRICreate a newIRIfrom 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 NamespaceCONFIG.NSThe RDF4J config namespace (tag:rdf4j.org,2023:config/) as aNamespaceobject.static final NamespaceDASH.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceDC.NSAn immutableNamespaceconstant that represents the Dublin Core namespace.static final NamespaceDCAT.NSAn immutableNamespaceconstant that represents the Data Catalog Vocabulary namespace.static final NamespaceDCTERMS.NSAn immutableNamespaceconstant that represents the Dublin Core Terms namespace.static final NamespaceDOAP.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceFN.NSAn immutableNamespaceconstant that represents the XPath Functions namespace.static final NamespaceFOAF.NSAn immutableNamespaceconstant that represents the FOAF namespace.static final NamespaceGEO.NSAn immutableNamespaceconstant that represents the GEO namespace.static final NamespaceHYDRA.NSAn immutableNamespaceconstant that represents the HYDRA namespace.static final NamespaceLDP.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceLOCN.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceODRL2.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceORG.NSAn immutableNamespaceconstant that represents the Organization namespace.static final NamespaceOWL.NSAn immutableNamespaceconstant that represents the OWL namespace.static final NamespacePROV.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceRDF.NSAn immutableNamespaceconstant that represents the RDF namespace.static final NamespaceRDF4J.NSAn immutableNamespaceconstant that represents the RDF4J namespace.static final NamespaceRDFS.NSAn immutableNamespaceconstant that represents the RDFS namespace.static final NamespaceROV.NSAn immutableNamespaceconstant that represents the Registered Organization namespace.static final NamespaceRSX.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceSD.NSAn immutableNamespaceconstant that represents the SPARQL Service Description namespace.static final NamespaceSESAME.NSAn immutableNamespaceconstant that represents the Sesame Schema namespace.static final NamespaceSESAMEQNAME.NSAn immutableNamespaceconstant that represents the Sesame QName namespace.static final NamespaceSHACL.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceSKOS.NSAn immutableNamespaceconstant that represents the SKOS namespace.static final NamespaceSKOSXL.NSAn immutableNamespaceconstant that represents the SKOS-XL namespace.static final NamespaceTIME.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceVANN.NSAn immutableNamespaceconstant that represents the VANN namespace.static final NamespaceVCARD4.NSAn immutableNamespaceconstant that represents the namespace.static final NamespaceVOID.NSAn immutableNamespaceconstant that represents the VoID namespace.static final NamespaceWGS84.NSAn immutableNamespaceconstant that represents the WGS84 namespace.static final NamespaceXSD.NSAn immutableNamespaceconstant that represents the XML Schema namespace.Methods in org.eclipse.rdf4j.model.vocabulary that return NamespaceModifier and TypeMethodDescription(package private) static NamespaceVocabularies.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 StringSPARQLQueries.getPrefixClauses(Iterable<Namespace> namespaces) Creates a string representing of the suppliednamespacesas 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 ofNamespaceobjects. -
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.NAMESPACESSetting to provide a collection ofNamespaceobjects 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_ITERATIONMethods 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.namespacesSparqlFragment.namespacesValidationQuery.namespacesMethods 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 SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String query, boolean supportsIncrementalEvaluation) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment, StatementMatcher statementMatcher) static SparqlFragmentSparqlFragment.bgp(Collection<Namespace> namespaces, String fragment, StatementMatcher statementMatcher, SparqlFragment.TraceBack traceBackFunction) static SparqlFragmentSparqlFragment.filterCondition(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers) static SparqlFragmentSparqlFragment.filterCondition(Collection<Namespace> namespaces, String fragment, List<StatementMatcher> statementMatchers, boolean supportsIncrementalEvaluation) static StringShaclPrefixParser.toSparqlPrefixes(Collection<Namespace> namespaces) static SparqlFragmentSparqlFragment.unionQueryStrings(Set<Namespace> namespaces, String query1, String query2, String query3, boolean supportsIncrementalEvaluation) static SparqlFragmentSparqlFragment.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 NamespaceModifierConstructorDescriptionprivateSparqlFragment(Collection<Namespace> namespaces, String fragment, boolean filterCondition, boolean bgp, List<StatementMatcher> statementMatchers, SparqlFragment.TraceBack traceBackFunction, boolean supportsIncrementalEvaluation) privateSparqlFragment(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