Uses of Interface
org.eclipse.rdf4j.model.Value
Package
Description
A command line console tool for querying and updating local or remote RDF4J repositories.
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.
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
Functions for casting values to various XML Schema datatypes
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The rdf4j SPARQL 1.1 parser.
A writer for the
SPARQL Query Results JSON Format
This package contains classes for working with RDF4J query objects.
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 wrapper with convenience functions for handling contexts.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Provides helpers classes for Rio.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the TriG format.
Parser/writer for the Turtle 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).
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
Lmdb implementations of the RDF Model interfaces.
A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
MemoryStore-specific implementations of the core RDF model objects.
The Native Store.
Native implementations of the RDF Model interfaces.
A Sail implementation for SHACL constraint checking.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
Rdf4j-Spring DAO
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Uses of Value in org.eclipse.rdf4j.collection.factory.api
Modifier and TypeMethodDescriptionCollectionFactory.createValueKeyedMap()
CollectionFactory.createValueList()
CollectionFactory.createValueQueue()
CollectionFactory.createValueSet()
Modifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default int
CollectionFactory.hashAValue
(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.default ToIntFunction
<BindingSet> CollectionFactory.hashOfBindingSetFuntion
(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext. -
Uses of Value in org.eclipse.rdf4j.collection.factory.impl
Modifier and TypeMethodDescriptionDefaultCollectionFactory.createValueKeyedMap()
DefaultCollectionFactory.createValueList()
DefaultCollectionFactory.createValueQueue()
DefaultCollectionFactory.createValueSet()
Modifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) -
Uses of Value in org.eclipse.rdf4j.collection.factory.mapdb
Modifier and TypeMethodDescriptionMapDb3CollectionFactory.createValueKeyedMap()
MapDbCollectionFactory.createValueKeyedMap()
MapDb3CollectionFactory.createValueList()
MapDbCollectionFactory.createValueList()
MapDb3CollectionFactory.createValueQueue()
MapDbCollectionFactory.createValueQueue()
protected org.mapdb.Serializer
<Value> MapDb3CollectionFactory.createValueSerializer()
MapDb3CollectionFactory.createValueSet()
MapDbCollectionFactory.createValueSet()
Modifier and TypeMethodDescriptionfinal BindingSetKey
MapDb3CollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) MapDbCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) -
Uses of Value in org.eclipse.rdf4j.console
-
Uses of Value in org.eclipse.rdf4j.examples.function
Modifier and TypeMethodDescriptionExistingPalindromeFunction.evaluate
(ValueFactory valueFactory, Value... args) ExistingPalindromeFunction.evaluate
(TripleSource tripleSource, Value... args) Executes the existingPalindrome function.PalindromeFunction.evaluate
(ValueFactory valueFactory, Value... args) PalindromeFunction.evaluate
(TripleSource tripleSource, Value... args) Executes the palindrome function.Modifier and TypeMethodDescriptionExistingPalindromeFunction.evaluate
(ValueFactory valueFactory, Value... args) ExistingPalindromeFunction.evaluate
(TripleSource tripleSource, Value... args) Executes the existingPalindrome function.PalindromeFunction.evaluate
(ValueFactory valueFactory, Value... args) PalindromeFunction.evaluate
(TripleSource tripleSource, Value... args) Executes the palindrome function. -
Uses of Value in org.eclipse.rdf4j.federated
Modifier and TypeMethodDescriptionprotected void
FedXConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement> FedXConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
FedXConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.federated.algebra
Modifier and TypeMethodDescriptionvoid
ExclusiveGroup.addBoundFilter
(String varName, Value value) void
FedXStatementPattern.addBoundFilter
(String varName, Value value) void
FilterTuple.addBoundFilter
(String varName, Value value) register a filter that can be directly expressed as a binding, e.g. -
Uses of Value in org.eclipse.rdf4j.federated.api
Modifier and TypeMethodDescriptionFedXApi.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.federated.cache
Modifier and TypeMethodDescriptionstatic List
<StatementSource> CacheUtils.checkCacheForStatementSourcesUpdateCache
(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Checks the cache for relevant statement sources to the provided statement.static boolean
CacheUtils.checkCacheUpdateCache
(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Checks the cache if some endpoint can provide results to the subquery. -
Uses of Value in org.eclipse.rdf4j.federated.evaluation
Modifier and TypeMethodDescriptionFederationEvalStrategy.evaluate
(ConjunctiveFilterExpr node, BindingSet bindings) FederationEvalStrategy.evaluate
(FilterExpr node, BindingSet bindings) FederationEvalStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionFederationEvalStrategy.getStatements
(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts) Retrieve the statements matching the provided subject, predicate and object value from the federation members.SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SparqlTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) TripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Return the statements matching the given pattern as aStatement
iteration.boolean
SparqlTripleSource.hasStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) boolean
TripleSource.hasStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Check if the repository can return results for the given triple pattern represented by subj, pred and objboolean
TripleSourceBase.hasStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.federated.evaluation.iterator
Modifier and TypeFieldDescriptionfinal Value
IndependentJoingroupBindingsIteration2.BindingInfo.value
final Value
IndependentJoingroupBindingsIteration3.BindingInfo.value
Modifier and TypeMethodDescriptionprotected CloseableIteration
<BindingSet> FederatedDescribeIteration.createNextIteration
(Value subject, Value object) ModifierConstructorDescriptionBindingInfo
(String name, int bindingsIdx, Value value) BindingInfo
(String name, int bindingsIdx, Value value) -
Uses of Value in org.eclipse.rdf4j.federated.evaluation.union
ModifierConstructorDescriptionParallelGetStatementsTask
(ParallelExecutor<Statement> unionControl, Endpoint endpoint, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.federated.structures
Modifier and TypeFieldDescriptionprotected final Value
SubQuery.obj
protected final Value
UnboundStatement.obj
Modifier and TypeMethodDescriptionvoid
FedXBooleanQuery.setBinding
(String name, Value value) void
FedXGraphQuery.setBinding
(String name, Value value) void
FedXTupleQuery.setBinding
(String name, Value value) ModifierConstructorDescriptionQueryInfo
(Resource subj, IRI pred, Value obj, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset) UnboundStatement
(Resource subj, IRI pred, Value obj) -
Uses of Value in org.eclipse.rdf4j.federated.util
Modifier and TypeMethodDescriptionstatic Value
QueryAlgebraUtil.getVarValue
(Var var, BindingSet bindings) Return theValue
of the variable which is either taken from the variable itself (bound) or from the bindingsset (unbound).Modifier and TypeMethodDescriptionprotected static StringBuilder
FilterUtils.appendValue
(StringBuilder sb, Value value) protected static StringBuilder
QueryStringUtil.appendValue
(StringBuilder sb, Value value) Append a string representation of the value to the string builder.protected static String
QueryStringUtil.getValueString
(Value value) Return the string representation of this value, seeQueryStringUtil.appendValue(StringBuilder, Value)
for details.static StatementPattern
QueryAlgebraUtil.toStatementPattern
(Resource subj, IRI pred, Value obj) static String
Return a string representation of this statement using the following pattern, where variables are indicated using ?var and values are represented as strings. -
Uses of Value in org.eclipse.rdf4j.federated.write
Modifier and TypeMethodDescriptionvoid
ReadOnlyWriteStrategy.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
RepositoryWriteStrategy.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
WriteStrategy.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Add a statementvoid
ReadOnlyWriteStrategy.removeStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
RepositoryWriteStrategy.removeStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
WriteStrategy.removeStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Remove a statement -
Uses of Value in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.http.protocol
Modifier and TypeMethodDescriptionstatic Value
Protocol.decodeValue
(String encodedValue, ValueFactory valueFactory) Decode a previously encoded value.Modifier and TypeMethodDescriptionstatic String
Protocol.encodeValue
(Value value) Encodes a value in a canonical serialized string format, for use in a URL query parameter. -
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction
-
Uses of Value in org.eclipse.rdf4j.http.protocol.transaction.operations
ModifierConstructorDescriptionAddStatementOperation
(Resource subj, IRI pred, Value obj, Resource... contexts) Create an AddStatementOperation.RemoveStatementsOperation
(Resource subj, IRI pred, Value obj, Resource... contexts) Creates a RemoveStatementsOperation. -
Uses of Value in org.eclipse.rdf4j.http.server
Modifier and TypeMethodDescriptionstatic Value
ProtocolUtil.parseValueParam
(javax.servlet.http.HttpServletRequest request, String paramName, ValueFactory vf) -
Uses of Value in org.eclipse.rdf4j.model
Modifier and TypeInterfaceDescriptioninterface
An RDF-1.1 blank node (aka bnode, aka anonymous node).interface
An Internationalized Resource Identifier (IRI).interface
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.interface
The supertype of all RDF resources (IRIs and blank nodes).interface
An RDF-star embedded triple.Modifier and TypeMethodDescriptionStatement.getObject()
Gets the object of this statement.Triple.getObject()
Gets the object of this triple.Modifier and TypeMethodDescriptionModel.objects()
Returns aSet
view of the objects contained in this model.Modifier and TypeMethodDescriptionboolean
Adds one or more statements to the model.boolean
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.ValueFactory.createStatement
(Resource subject, IRI predicate, Value object) Creates a new statement with the supplied subject, predicate and object.ValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) Creates a new statement with the supplied subject, predicate and object and associated context.default Triple
ValueFactory.createTriple
(Resource subject, IRI predicate, Value object) Creates a new RDF-star triple with the supplied subject, predicate and object.Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.Model.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) boolean
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model. -
Uses of Value in org.eclipse.rdf4j.model.base
Modifier and TypeClassDescriptionclass
Base class forBNode
, offering common functionality.class
Base class forIRI
, offering common functionality.class
Base class forLiteral
, offering common functionality.class
Base class forTriple
, offering common functionality.final class
An IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.Modifier and TypeMethodDescriptionAbstractValueFactory.createStatement
(Resource subject, IRI predicate, Value object) AbstractValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) AbstractValueFactory.createTriple
(Resource subject, IRI predicate, Value object) -
Uses of Value in org.eclipse.rdf4j.model.impl
Modifier and TypeClassDescriptionclass
GenericStatement<R extends Resource,
I extends IRI, V extends Value> An implementation of the Statement interface with support for Java Generics.Modifier and TypeClassDescriptionclass
An extension ofSimpleLiteral
that stores a boolean value to avoid parsing.class
An extension ofSimpleLiteral
that stores a calendar value to avoid parsing.class
An extension ofSimpleLiteral
that stores an integer value using aBigDecimal
object.class
An extension ofSimpleLiteral
that stores an integer value using aBigInteger
object.class
An extension ofAbstractLiteral
that stores a numeric value to avoid parsing.class
An simple default implementation of theBNode
interface.class
The default implementation of theIRI
interface.class
A simple default implementation of theLiteral
interface.class
A simple default implementation of theTriple
interface.Modifier and TypeFieldDescriptionprotected Value
FilteredModel.obj
protected final V
GenericStatement.object
Modifier and TypeMethodDescriptionLinkedHashModel.ModelStatement.getObject()
SimpleTriple.getObject()
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
SimpleValueFactory.createStatement
(Resource subject, IRI predicate, Value object) SimpleValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) ValidatingValueFactory.createStatement
(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) SimpleValueFactory.createTriple
(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createTriple
(Resource subject, IRI predicate, Value object) DynamicModel.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) boolean
boolean
boolean
boolean
boolean
protected abstract void
FilteredModel.removeFilteredTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.abstract void
AbstractModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.void
EmptyModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) final void
FilteredModel.removeTermIteration
(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c) void
LinkedHashModel.removeTermIteration
(Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts) void
TreeModel.removeTermIteration
(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts) ModifierConstructorDescriptionprotected
FilteredModel
(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts) protected
SimpleTriple
(Resource subject, IRI predicate, Value object) Creates a new Triple with the supplied subject, predicate and object. -
Uses of Value in org.eclipse.rdf4j.model.util
Modifier and TypeMethodDescriptionstatic <C extends Collection<Value>>
CConverts an RDF Collection to a JavaCollection
ofValue
objects.static <C extends Collection<Value>>
CRDFContainers.toValues
(IRI containerType, Model m, Resource container, C collection, Resource... contexts) Converts an RDF Containter to a JavaCollection
ofValue
objects.Modifier and TypeMethodDescriptionModels.getProperties
(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property values for the supplied subject and property from the given model.Models.getProperty
(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value for the supplied subject from the given model.Configurations.getPropertyValues
(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve all property values for the supplied subject as a Set of values and include all values for any legacy property.Retrieves an objectValue
from the supplied statements.Retrieves an objectValue
from the statements in the given model.Modifier and TypeMethodDescriptionint
static void
Statements.consume
(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) static <C extends Collection<Statement>>
CStatements.create
(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts) Creates one or moreStatement
objects with the given subject, predicate and object, one for each given context.Either supplies a statement matching the given pattern, orOptional.empty()
otherwise.static boolean
Literals.getBooleanValue
(Value v, boolean fallback) Returns the result ofgetBooleanValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static byte
Literals.getByteValue
(Value v, byte fallback) Returns the result ofgetByteValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static XMLGregorianCalendar
Literals.getCalendarValue
(Value v, XMLGregorianCalendar fallback) Returns the result ofgetCalendarValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static BigDecimal
Literals.getDecimalValue
(Value v, BigDecimal fallback) Returns the result ofgetDecimalValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static double
Literals.getDoubleValue
(Value v, double fallback) Returns the result ofgetDoubleValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static float
Literals.getFloatValue
(Value v, float fallback) Returns the result ofgetFloatValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static BigInteger
Literals.getIntegerValue
(Value v, BigInteger fallback) Returns the result ofgetIntegerValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static int
Literals.getIntValue
(Value v, int fallback) Returns the result ofgetIntValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static String
Returns the result ofgetLabel((Literal)v, fallback
in case the supplied value is a literal, returns the fallback value otherwise.static long
Literals.getLongValue
(Value v, long fallback) Returns the result ofgetLongValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static short
Literals.getShortValue
(Value v, short fallback) Returns the result ofgetShortValue((Literal)value, fallback)
in case the supplied value is a literal, returns the fallback value otherwise.static Model
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static Statement
Create aStatement
from the supplied subject, predicate, object and context.static Statement
Statements.statement
(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatement
from the supplied subject, predicate, object and context.static Triple
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Values.triple
(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.Modifier and TypeMethodDescriptionstatic void
RDFCollections.consumeValues
(Model m, Resource head, Consumer<Value> consumer, Resource... contexts) static void
-
Uses of Value in org.eclipse.rdf4j.query
Modifier and TypeMethodDescriptionBinding.getValue()
Gets the value of the binding.Gets the value of the binding with the specified name from this BindingSet.Modifier and TypeMethodDescriptionQueryResults.getAllValues
(TupleQueryResult result, String var) Returns a list of values of a particular variable out of the QueryResult.Modifier and TypeMethodDescriptiondefault void
MutableBindingSet.addBinding
(String name, Value value) Adds a binding to the binding set.void
MutableBindingSet.setBinding
(String name, Value value) void
Operation.setBinding
(String name, Value value) Binds the specified variable to the supplied value. -
Uses of Value in org.eclipse.rdf4j.query.algebra
-
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptionEvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryValueEvaluationStep.ApplyFunctionForEachBinding.evaluate
(BindingSet bindings) QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.Fail.evaluate
(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate
(BindingSet bindings) Modifier and TypeMethodDescriptionArrayBindingSet.getDirectAddBinding
(String bindingName) ArrayBindingSet.getDirectGetValue
(String bindingName) ArrayBindingSet.getDirectSetBinding
(String bindingName) This is used to generate a direct setter into the array to put a binding value into.Modifier and TypeMethodDescriptionvoid
QueryBindingSet.addBinding
(String name, Value value) Adds a new binding to the binding set.CloseableIteration
<? extends Triple> RDFStarTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> TripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.void
ArrayBindingSet.setBinding
(String name, Value value) void
QueryBindingSet.setBinding
(String name, Value value) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function
Modifier and TypeMethodDescriptionBinaryFunction.evaluate
(ValueFactory valueFactory, Value... args) protected abstract Value
BinaryFunction.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Function.evaluate
(ValueFactory valueFactory, Value... args) Deprecated.since 3.3.0.default Value
Function.evaluate
(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.protected abstract Value
UnaryFunction.evaluate
(ValueFactory valueFactory, Value arg) UnaryFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> TupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionBinaryFunction.evaluate
(ValueFactory valueFactory, Value... args) protected abstract Value
BinaryFunction.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Function.evaluate
(ValueFactory valueFactory, Value... args) Deprecated.since 3.3.0.default Value
Function.evaluate
(TripleSource tripleSource, Value... args) Evaluate the function over the supplied input arguments.CloseableIteration
<? extends List<? extends Value>> TupleFunction.evaluate
(ValueFactory valueFactory, Value... args) protected abstract Value
UnaryFunction.evaluate
(ValueFactory valueFactory, Value arg) UnaryFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Modifier and TypeMethodDescriptionvoid
StatisticalAggregateFunction.processAggregate
(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) ModifierConstructorDescriptionStatisticalAggregateFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Modifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) StandardDeviationAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Modifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
Modifier and TypeMethodDescriptionDay.evaluate
(ValueFactory valueFactory, Value... args) Hours.evaluate
(ValueFactory valueFactory, Value... args) Minutes.evaluate
(ValueFactory valueFactory, Value... args) Month.evaluate
(ValueFactory valueFactory, Value... args) Now.evaluate
(ValueFactory valueFactory, Value... args) Seconds.evaluate
(ValueFactory valueFactory, Value... args) Timezone.evaluate
(ValueFactory valueFactory, Value... args) Tz.evaluate
(ValueFactory valueFactory, Value... args) Year.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Modifier and TypeMethodDescriptionBuffer.evaluate
(ValueFactory valueFactory, Value... args) Distance.evaluate
(ValueFactory valueFactory, Value... args) Relate.evaluate
(ValueFactory valueFactory, Value... args) SRID.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionBuffer.evaluate
(ValueFactory valueFactory, Value... args) Distance.evaluate
(ValueFactory valueFactory, Value... args) Relate.evaluate
(ValueFactory valueFactory, Value... args) SRID.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Modifier and TypeMethodDescriptionabstract Literal
HashFunction.evaluate
(ValueFactory valueFactory, Value... args) MD5.evaluate
(ValueFactory valueFactory, Value... args) SHA1.evaluate
(ValueFactory valueFactory, Value... args) SHA256.evaluate
(ValueFactory valueFactory, Value... args) SHA384.evaluate
(ValueFactory valueFactory, Value... args) SHA512.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
Modifier and TypeMethodDescriptionAbs.evaluate
(ValueFactory valueFactory, Value... args) Ceil.evaluate
(ValueFactory valueFactory, Value... args) Floor.evaluate
(ValueFactory valueFactory, Value... args) Rand.evaluate
(ValueFactory valueFactory, Value... args) Round.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Modifier and TypeMethodDescriptionStrDt.evaluate
(ValueFactory valueFactory, Value... args) StrLang.evaluate
(ValueFactory valueFactory, Value... args) STRUUID.evaluate
(ValueFactory valueFactory, Value... args) UUID.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.string
Modifier and TypeMethodDescriptionConcat.evaluate
(ValueFactory valueFactory, Value... args) Contains.evaluate
(ValueFactory valueFactory, Value... args) EncodeForUri.evaluate
(ValueFactory valueFactory, Value... args) LowerCase.evaluate
(ValueFactory valueFactory, Value... args) Replace.evaluate
(ValueFactory valueFactory, Value... args) StrAfter.evaluate
(ValueFactory valueFactory, Value... args) StrBefore.evaluate
(ValueFactory valueFactory, Value... args) StrEnds.evaluate
(ValueFactory valueFactory, Value... args) StrLen.evaluate
(ValueFactory valueFactory, Value... args) StrStarts.evaluate
(ValueFactory valueFactory, Value... args) Substring.evaluate
(ValueFactory valueFactory, Value... args) UpperCase.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Modifier and TypeMethodDescriptionIsTripleFunction.evaluate
(ValueFactory vf, Value... args) StatementFunction.evaluate
(ValueFactory vf, Value... args) TripleObjectFunction.evaluate
(ValueFactory vf, Value... args) TriplePredicateFunction.evaluate
(ValueFactory vf, Value... args) TripleSubjectFunction.evaluate
(ValueFactory vf, Value... args) Modifier and TypeMethodDescriptionIsTripleFunction.evaluate
(ValueFactory vf, Value... args) StatementFunction.evaluate
(ValueFactory vf, Value... args) TripleObjectFunction.evaluate
(ValueFactory vf, Value... args) TriplePredicateFunction.evaluate
(ValueFactory vf, Value... args) TripleSubjectFunction.evaluate
(ValueFactory vf, Value... args) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Modifier and TypeMethodDescriptionprotected Literal
BooleanCast.convert
(ValueFactory valueFactory, Value value) protected abstract Literal
CastFunction.convert
(ValueFactory vf, Value v) Convert the supplied value to a literal of the function output datatype.protected Literal
DateCast.convert
(ValueFactory vf, Value value) protected Literal
DateTimeCast.convert
(ValueFactory vf, Value value) protected Literal
DecimalCast.convert
(ValueFactory valueFactory, Value value) protected Literal
DoubleCast.convert
(ValueFactory valueFactory, Value value) protected Literal
FloatCast.convert
(ValueFactory valueFactory, Value value) protected Literal
IntegerCastFunction.convert
(ValueFactory valueFactory, Value value) protected Literal
StringCast.convert
(ValueFactory valueFactory, Value value) CastFunction.evaluate
(ValueFactory valueFactory, Value... args) StringCast.evaluate
(ValueFactory valueFactory, Value... args) protected final ValueExprEvaluationException
Creates aValueExprEvaluationException
that signals a type error. -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Datatype node, BindingSet bindings) DefaultEvaluationStrategy.evaluate
(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate
(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.static Value
DefaultEvaluationStrategy.getVarValue
(Var var, BindingSet bindings) Modifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.addBinding
(String variableName) default BiConsumer
<Value, MutableBindingSet> QueryEvaluationContext.addBinding
(String variableName) default Function
<BindingSet, Value> ArrayBindingBasedQueryEvaluationContext.setBinding
(String variableName) default BiConsumer
<Value, MutableBindingSet> QueryEvaluationContext.setBinding
(String variableName) Modifier and TypeMethodDescriptionstatic CloseableIteration
<BindingSet> ExtendedEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration
<BindingSet> TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionprotected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyBinaryValueEvaluation
(BinaryValueOperator node, BiFunction<Value, Value, Value> operation, QueryEvaluationContext context) Supply a QueryValueEvalationStep that will invoke the function (operator passed in).protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyUnaryValueEvaluation
(UnaryValueOperator node, Function<Value, Value> operation, QueryEvaluationContext context) Return a QueryEvaluationStep that applies constant propegation.protected QueryValueEvaluationStep
DefaultEvaluationStrategy.supplyUnaryValueEvaluation
(UnaryValueOperator node, Function<Value, Value> operation, QueryEvaluationContext context) Return a QueryEvaluationStep that applies constant propegation. -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Modifier and TypeMethodDescriptionStatementPatternQueryEvaluationStep.extractContextsFromDatasets
(Var contextVar, boolean emptyGraph, Set<IRI> graphs) Modifier and TypeMethodDescriptionStatementPatternQueryEvaluationStep.filterContextOrEqualVariables
(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Resource[] contexts) Generate a predicate that tests for Named contexts are matched by retrieving all statements from the store and filtering out the statements that do not have a context.protected ZeroLengthPathIteration
ZeroLengthPathEvaluationStep.getZeroLengthPathIterator
(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj, QueryEvaluationContext context) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Modifier and TypeMethodDescriptionAndValueEvaluationStep.evaluate
(BindingSet bindings) CompareAllQueryValueEvaluationStep.evaluate
(BindingSet bindings) CompareAnyValueEvaluationStep.evaluate
(BindingSet bindings) ExistsQueryValueEvaluationStep.evaluate
(BindingSet bindings) IfValueEvaluationStep.evaluate
(BindingSet bindings) InValueEvaluationStep.evaluate
(BindingSet bindings) ListMemberValueOperationStep.evaluate
(BindingSet bindings) OrValueEvaluationStep.evaluate
(BindingSet bindings) ValueExprTripleRefEvaluationStep.evaluate
(BindingSet bindings) Modifier and TypeMethodDescriptionstatic QueryValueEvaluationStep
QueryValueEvaluationStepSupplier.prepareIs
(QueryValueEvaluationStep arg, Predicate<Value> is) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Modifier and TypeMethodDescriptionPathIteration.ValuePair.getEndValue()
PathIteration.ValuePair.getStartValue()
Modifier and TypeMethodDescriptionFilterIterator.RetainedVariableFilteredQueryEvaluationContext.setBinding
(String variableName) Modifier and TypeMethodDescriptionprotected CloseableIteration
<BindingSet> DescribeIteration.createNextIteration
(Value subject, Value object) ModifierConstructorDescriptionZeroLengthPathIteration
(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings, QueryEvaluationContext context) -
Uses of Value in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionstatic Value
TripleSources.singleValue
(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic CloseableIteration
<Value> TripleSources.list
(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic boolean
QueryEvaluationUtil.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) static boolean
QueryEvaluationUtil.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) QueryEvaluationUtility.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator) QueryEvaluationUtility.compare
(Value leftVal, Value rightVal, Compare.CompareOp operator, boolean strict) int
static boolean
QueryEvaluationUtil.getEffectiveBooleanValue
(Value value) Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.QueryEvaluationUtility.getEffectiveBooleanValue
(Value value) Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.static CloseableIteration
<IRI> TripleSources.getSubjectURIs
(IRI predicate, Value object, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static boolean
QueryEvaluationUtil.isPlainLiteral
(Value v) Checks whether the supplied value is a "plain literal".static boolean
QueryEvaluationUtility.isPlainLiteral
(Value v) Checks whether the supplied value is a "plain literal".static boolean
QueryEvaluationUtil.isSimpleLiteral
(Value v) Checks whether the supplied value is a "simple literal".static boolean
QueryEvaluationUtility.isSimpleLiteral
(Value v) Checks whether the supplied value is a "simple literal".static boolean
QueryEvaluationUtil.isStringLiteral
(Value v) Checks whether the supplied literal is a "string literal".static boolean
QueryEvaluationUtility.isStringLiteral
(Value v) Checks whether the supplied literal is a "string literal".static Statement
TripleSources.single
(Resource subj, IRI pred, Value obj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists. -
Uses of Value in org.eclipse.rdf4j.query.algebra.helpers
Modifier and TypeMethodDescriptionstatic Var
TupleExprs.createConstVar
(Value value) Creates an (anonymous) Var representing a constant value.static String
TupleExprs.getConstVarName
(Value value) -
Uses of Value in org.eclipse.rdf4j.query.impl
Modifier and TypeMethodDescriptionvoid
AbstractOperation.setBinding
(String name, Value value) void
MapBindingSet.setBinding
(String name, Value value) ModifierConstructorDescriptionListBindingSet
(List<String> names, Value... values) Creates a new List-based BindingSet containing the supplied bindings.SimpleBinding
(String name, Value value) Creates a binding object with the supplied name and value. -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeMethodDescriptionprotected Value
TupleExprBuilder.getValueForExpr
(ValueExpr valueExpr) Retrieve the associated Value (if any) for the given valueExpr. -
Uses of Value in org.eclipse.rdf4j.query.parser.sparql.aggregate
Modifier and TypeFieldDescriptionprotected final Function
<BindingSet, Value> AggregateFunction.evaluationStep
Modifier and TypeMethodDescriptionprotected Value
AggregateFunction.evaluate
(BindingSet s) AggregateCollector.getFinalValue()
Modifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation step -
Uses of Value in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeMethodDescriptionprotected Value
AbstractSPARQLJSONParser.parseValue
(com.fasterxml.jackson.core.JsonParser jp, String bindingStr) -
Uses of Value in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeMethodDescriptionprotected Value
SPARQLResultsXSVMappingStrategy.parseNumberPatternMatch
(String valueString) This method parses a number as matched bySPARQLResultsXSVMappingStrategy.numberPattern
into aValue
. -
Uses of Value in org.eclipse.rdf4j.query.resultio.text.csv
-
Uses of Value in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeMethodDescriptionprotected Value
SPARQLResultsTSVMappingStrategy.parseValue
(String valueString) -
Uses of Value in org.eclipse.rdf4j.queryrender
Modifier and TypeMethodDescriptionstatic String
Return the SPARQL query string rendering of theValue
static StringBuilder
RenderUtils.toSPARQL
(Value value, StringBuilder builder) Append the SPARQL query string rendering of theValue
to the suppliedStringBuilder
. -
Uses of Value in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptionvoid
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.void
RepositoryConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult
<Statement> RepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.boolean
RepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.void
Removes the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts. -
Uses of Value in org.eclipse.rdf4j.repository.base
Modifier and TypeMethodDescriptionvoid
AbstractRepositoryConnection.add
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.add
(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract void
AbstractRepositoryConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) protected void
RepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) RepositoryConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
AbstractRepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
RepositoryConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
AbstractRepositoryConnection.remove
(Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionWrapper.remove
(Resource subject, IRI predicate, Value object, Resource... contexts) protected abstract void
AbstractRepositoryConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) protected void
RepositoryConnectionWrapper.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionvoid
void
ContextAwareConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) void
ContextAwareConnection.exportStatements
(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.ContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) ContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.boolean
ContextAwareConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
ContextAwareConnection.hasStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.void
Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.protected void
ContextAwareConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.evaluation
Modifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.event
Modifier and TypeMethodDescriptionboolean
RepositoryConnectionInterceptor.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListener.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) boolean
RepositoryConnectionInterceptor.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListener.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.event.base
Modifier and TypeMethodDescriptionboolean
RepositoryConnectionInterceptorAdapter.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListenerAdapter.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
InterceptingRepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
NotifyingRepositoryConnectionWrapper.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) boolean
RepositoryConnectionInterceptorAdapter.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
RepositoryConnectionListenerAdapter.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
InterceptingRepositoryConnectionWrapper.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
NotifyingRepositoryConnectionWrapper.removeWithoutCommit
(Resource subj, IRI pred, Value obj, Resource... ctx) -
Uses of Value in org.eclipse.rdf4j.repository.event.util
Modifier and TypeMethodDescriptionvoid
DebugRepositoryConnectionListener.add
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) void
DebugRepositoryConnectionListener.remove
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.filters
Modifier and TypeMethodDescriptionboolean
AccurateRepositoryBloomFilter.mayHaveStatement
(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
InaccurateRepositoryBloomFilter.mayHaveStatement
(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
RepositoryBloomFilter.mayHaveStatement
(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs) Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of Value in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionprotected void
SailRepositoryConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SailRepositoryConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) SailRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
SailRepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
SailRepositoryConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sail.helpers
Modifier and TypeMethodDescriptionprotected void
RDFSailInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Value in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionprotected void
SPARQLConnection.addWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SPARQLConnection.exportStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) SPARQLConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
SPARQLConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
SPARQLConnection.removeWithoutCommit
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.repository.sparql.query
Modifier and TypeMethodDescriptionvoid
SPARQLQueryBindingSet.addBinding
(String name, Value value) Adds a new binding to the binding set.static StringBuilder
QueryStringUtil.appendValueAsString
(StringBuilder sb, Value value) Converts a value to its SPARQL string representation and appends it to a StringBuilder.void
SPARQLOperation.setBinding
(String name, Value value) Deprecated.void
SPARQLQueryBindingSet.setBinding
(String name, Value value) static String
QueryStringUtil.valueToString
(Value value) Converts a value to its SPARQL string representation. -
Uses of Value in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionprotected abstract void
AbstractRDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) protected void
RDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) Connections.getStatement
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) Retrieve a singleStatement
matching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection
. -
Uses of Value in org.eclipse.rdf4j.rio.helpers
Modifier and TypeMethodDescriptionstatic <T extends Value>
TRDFStarUtil.fromRDFEncodedValue
(T encodedValue) Converts the supplied value from an RDF-compatible representation to an RDF-star value.static <T extends Value>
TRDFStarUtil.toRDFEncodedValue
(T value) Converts the supplied value from RDF-star to an RDF-compatible representation.Modifier and TypeMethodDescriptionstatic Value
NTriplesUtil.parseValue
(String nTriplesValue, ValueFactory valueFactory) Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.Modifier and TypeMethodDescriptionstatic void
NTriplesUtil.append
(Value value, Appendable appendable) Appends the N-Triples representation of the givenValue
to the givenAppendable
.static void
NTriplesUtil.append
(Value value, Appendable appendable, boolean xsdStringToPlainLiteral, boolean escapeUnicode) Appends the N-Triples representation of the givenValue
to the givenAppendable
, optionally not serializing the datatype aLiteral
with the xsd:string datatype as it is implied for RDF-1.1.protected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj) Creates a newStatement
object with the supplied components.protected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj, Resource context) Creates a newStatement
object with the supplied components.static boolean
RDFStarUtil.isEncodedTriple
(Value value) Checks if the suppliedValue
represents an RDF-star triple encoded as an IRI.static String
NTriplesUtil.toNTriplesString
(Value value) Creates an N-Triples string for the supplied value.static String
NTriplesUtil.toNTriplesString
(Value value, boolean xsdStringToPlainLiteral) Creates an N-Triples string for the supplied value.If the supplied value is aLiteral
, it optionally ignores the xsd:string datatype, since this datatype is implicit in RDF-1.1. -
Uses of Value in org.eclipse.rdf4j.rio.ntriples
Modifier and TypeMethodDescriptionprotected void
NTriplesWriter.writeValue
(Value value) Writes the N-Triples representation of the givenValue
. -
Uses of Value in org.eclipse.rdf4j.rio.rdfjson
Modifier and TypeMethodDescriptionstatic void
RDFJSONWriter.writeObject
(Value object, Set<Resource> contexts, com.fasterxml.jackson.core.JsonGenerator jg) Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised to JSON if there are also non-null contexts in the contexts array -
Uses of Value in org.eclipse.rdf4j.rio.trig
Modifier and TypeMethodDescriptionprotected void
TriGParser.reportStatement
(Resource subj, IRI pred, Value obj) protected void
TriGWriter.writeStatement
(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) -
Uses of Value in org.eclipse.rdf4j.rio.trigstar
-
Uses of Value in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionprotected Value
TurtleParser.parseQNameOrBoolean()
Parses qnames and boolean values, which have equivalent starting characters.protected Value
TurtleParser.parseValue()
Parses an RDF value.Modifier and TypeMethodDescriptionprotected void
TurtleParser.reportStatement
(Resource subj, IRI pred, Value obj) protected void
TurtleWriter.writeStatement
(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode) protected void
TurtleWriter.writeValue
(Value val) Deprecated.UseTurtleWriter.writeValue(Value, boolean)
instead.protected void
TurtleWriter.writeValue
(Value val, boolean canShorten) -
Uses of Value in org.eclipse.rdf4j.rio.turtlestar
-
Uses of Value in org.eclipse.rdf4j.sail
Modifier and TypeMethodDescriptionvoid
SailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.void
SailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.CloseableIteration
<? extends Statement> SailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default boolean
SailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.void
SailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.void
SailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository. -
Uses of Value in org.eclipse.rdf4j.sail.base
Modifier and TypeMethodDescriptionboolean
SailSourceConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSourceConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) void
void
Adds a statement to the store.default boolean
SailSink.deprecateByQuery
(Resource subj, IRI pred, Value obj, Resource[] contexts) Removes all statements with the specified subject, predicate, object, and context.CloseableIteration
<? extends Triple> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Statement> SailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> SailDatasetTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement> SailSourceConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) default CloseableIteration
<? extends Triple> SailDataset.getTriples
(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.void
void
default void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.boolean
SailSourceConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSourceConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) ModifierConstructorDescriptionSimpleStatementPattern
(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts) -
Uses of Value in org.eclipse.rdf4j.sail.evaluation
Modifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeMethodDescriptionboolean
ExtensibleStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
ExtensibleStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends ExtensibleStatement> DataStructureInterface.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) CloseableIteration
<? extends ExtensibleStatement> EagerReadCache.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) CloseableIteration
<? extends ExtensibleStatement> LazyReadCache.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) boolean
ExtensibleStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) default boolean
DataStructureInterface.removeStatementsByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts) boolean
EagerReadCache.removeStatementsByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts) boolean
LazyReadCache.removeStatementsByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts) protected void
ExtensibleStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) ModifierConstructorDescriptionFilteringIteration
(CloseableIteration<E> wrappedIteration, Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) PartialStatement
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) -
Uses of Value in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Modifier and TypeMethodDescriptionCloseableIteration
<? extends ExtensibleStatement> EvaluationStatisticsWrapper.getStatements
(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context) void
DynamicStatistics.removeByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts) void
ExtensibleDynamicEvaluationStatistics.removeByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts) boolean
EvaluationStatisticsWrapper.removeStatementsByQuery
(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts) -
Uses of Value in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
ModifierConstructorDescriptionExtensibleStatementImpl
(Resource subject, IRI predicate, Value object, Resource context, boolean inferred) Creates a new Statement with the supplied subject, predicate and object for the specified associated context. -
Uses of Value in org.eclipse.rdf4j.sail.helpers
Modifier and TypeMethodDescriptionfinal void
AbstractSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
AbstractSailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.void
SailConnectionWrapper.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) final CloseableIteration
<? extends Statement> AbstractSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Statement> SailConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration
<? extends Statement> AbstractSailConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) final boolean
AbstractSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
SailConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected boolean
AbstractSailConnection.hasStatementInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts) void
AbstractSailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers removed statements until the update operation is complete.void
SailConnectionWrapper.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) final void
AbstractSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer
Modifier and TypeMethodDescriptionboolean
InferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds an inferred statement to a specific context.boolean
InferencerConnectionWrapper.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement> InferencerConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.boolean
InferencerConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
InferencerConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Removes an inferred statement from a specific context.boolean
InferencerConnectionWrapper.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.fc
Modifier and TypeMethodDescriptionCustomGraphQueryInferencer.getWatchObjects()
Exposed for test purposes.CustomGraphQueryInferencer.getWatchPredicates()
Exposed for test purposes.CustomGraphQueryInferencer.getWatchSubjects()
Exposed for test purposes.Modifier and TypeMethodDescriptionboolean
DedupingInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) boolean
SchemaCachingRDFSInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SchemaCachingRDFSInferencerConnection.addStatement
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SchemaCachingRDFSInferencerConnection.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) boolean
DedupingInferencerConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.inferencer.util
Modifier and TypeMethodDescriptionprotected void
RDFInferencerInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Value in org.eclipse.rdf4j.sail.lmdb
Modifier and TypeMethodDescriptionboolean
LmdbStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
LmdbStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement> LmdbStoreConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected void
Ensures that all components of the value are initialized from the underlying database.boolean
LmdbStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
LmdbStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.lmdb.model
-
Uses of Value in org.eclipse.rdf4j.sail.lucene
Modifier and TypeMethodDescriptionvoid
LuceneSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
LuceneSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.memory
Modifier and TypeMethodDescriptionboolean
MemoryStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
MemoryStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) boolean
MemoryStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
MemoryStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeInterfaceDescriptioninterface
A MemoryStore-specific extension of the Value interface, giving it node properties.Modifier and TypeClassDescriptionclass
An extension of MemLiteral that stores a boolean value to avoid parsing.class
An extension of MemLiteral that stores a Calendar value to avoid parsing.class
An extension of MemLiteral that stores a decimal value to avoid parsing.class
An extension of MemLiteral that stores an integer value to avoid parsing.class
A MemoryStore-specific extension of BNodeImpl giving it node properties.class
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.class
A MemoryStore-specific extension of Literal giving it node properties.class
A MemoryStore-specific extension of Resource giving it subject statements.class
A MemoryStore-specific implementation ofTriple
.class
An extension of MemLiteral that stores a numeric value to avoid parsing.Modifier and TypeMethodDescriptionMemValueFactory.getMemValue
(Value value) Returns a previously created MemValue that is equal to the supplied value, or null if the supplied value is a new value or is equal to null.MemValueFactory.getOrCreateMemValue
(Value value) Gets or creates a MemValue for the supplied Value. -
Uses of Value in org.eclipse.rdf4j.sail.model
-
Uses of Value in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeMethodDescriptionboolean
NativeStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
NativeStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) int
Gets the ID for the specified value.ValueStore.getNativeValue
(Value value) boolean
NativeStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
NativeStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) int
ValueStore.storeValue
(Value value) Stores the supplied value and returns the ID that has been assigned to it. -
Uses of Value in org.eclipse.rdf4j.sail.nativerdf.model
-
Uses of Value in org.eclipse.rdf4j.sail.shacl
Modifier and TypeMethodDescriptionvoid
ShaclSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement> ShaclSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
ShaclSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
ShaclSailConnection.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Modifier and TypeMethodDescriptionAbstractConstraintComponent.stringRepresentationOfValue
(Value value) Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
AbstractConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
AndConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
ConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
DashHasValueInConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
HasValueConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment
OrConstraintComponent.buildSparqlValidNodes_rsx_targetShape
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> subject, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> object, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, ConstraintComponent.Scope scope, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Modifier and TypeMethodDescriptionValidationTuple.getTargetChain
(boolean includePropertyShapeValues) This is only the target part.ModifierConstructorDescriptionSingletonBindingSet
(String bindingName, Value value) UnorderedSelect
(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper) ValidationTuple
(Value[] chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple
(Value a, Value c, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple
(Value subject, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ModifierConstructorDescriptionAllTargetsPlanNode
(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope) BindSelect
(SailConnection connection, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment query, List<org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) ExternalFilterByQuery
(SailConnection connection, Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.sail.shacl.ast.SparqlFragment queryFragment, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable queryVariable, Function<ValidationTuple, Value> filterOn) SetFilterNode
(Set<Value> targetNodeList, PlanNode parent, int index, boolean returnValid) ValidationTuple
(List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValueInFilter
(PlanNode parent, Set<Value> valueSet) ValuesBackedNode
(SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.ast.targets
Modifier and TypeMethodDescriptionEffectiveTarget.getAllTargetVariables()
org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable
<Value> EffectiveTarget.getTargetVar()
ModifierConstructorDescriptionEffectiveTargetFragment
(org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable<Value> var, org.eclipse.rdf4j.sail.shacl.ast.Targetable target, EffectiveTarget.EffectiveTargetFragment prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) TargetNode
(TreeSet<Value> targetNodes, Resource[] sourceContexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.results
ModifierConstructorDescriptionValidationResult
(Value focusNode, Value value, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, ConstraintComponent sourceConstraint, org.eclipse.rdf4j.sail.shacl.ast.Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated. -
Uses of Value in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> VerySimpleRdfsBackwardsChainingConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
VerySimpleRdfsBackwardsChainingConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Modifier and TypeMethodDescriptionBackwardChainingShapeSource.getRdfFirst
(Resource subject) CombinedShapeSource.getRdfFirst
(Resource subject) Rdf4jShaclShapeGraphShapeSource.getRdfFirst
(Resource subject) RepositoryConnectionShapeSource.getRdfFirst
(Resource subject) SailConnectionShapeSource.getRdfFirst
(Resource subject) ShapeSource.getRdfFirst
(Resource subject) Modifier and TypeMethodDescriptionBackwardChainingShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) CombinedShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) Rdf4jShaclShapeGraphShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) RepositoryConnectionShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) SailConnectionShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) ShapeSource.getObjects
(Resource subject, ShapeSource.Predicates predicate) -
Uses of Value in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Modifier and TypeMethodDescriptiondefault TriplePattern
TriplePattern.andHas
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forTriplePattern.andHas(Consumer, RdfObject...)
converting theValue
objects
toRdfObject
s.default TriplePattern
TriplePattern.andHas
(RdfPredicate predicate, Value... objects) Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takesValue
s and converts them to StringLiteralsstatic TriplePattern
static TriplePattern
GraphPatterns.tp
(Resource subject, RdfPredicate predicate, Value... objects) static TriplePattern
GraphPatterns.tp
(RdfSubject subject, IRI predicate, Value... objects) static TriplePattern
GraphPatterns.tp
(RdfSubject subject, RdfPredicate predicate, Value... objects) -
Uses of Value in org.eclipse.rdf4j.sparqlbuilder.rdf
Modifier and TypeMethodDescriptiondefault TriplePattern
RdfSubject.has
(Consumer<EmptyPropertyPathBuilder> propertyPathConfigurer, Value... objects) Wrapper forRdfSubject.has(Consumer, RdfObject...)
that converts the specifiedValue
objects
toRdfObject
s.default TriplePattern
Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
RdfSubject.has
(RdfPredicate predicate, Value... values) Create a triple pattern from this subject and the given predicate and objectstatic RdfObject
static RdfObject[]
-
Uses of Value in org.eclipse.rdf4j.spin
-
Uses of Value in org.eclipse.rdf4j.spin.function
Modifier and TypeMethodDescriptionprotected Value
Add.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
And.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) AskFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Divide.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
EqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) EvalFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
GreaterThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
GreaterThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Localname.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Multiply.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Not.evaluate
(ValueFactory valueFactory, Value arg) protected Value
NotEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ObjectFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Or.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) SpinFunction.evaluate
(ValueFactory valueFactory, Value... args) SpinxFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Subtract.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> ConstructTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> SelectTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> SpinTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionprotected static void
EvalFunction.addArguments
(Query query, Value... args) protected static void
AbstractSpinFunction.addBindings
(Query query, Value... args) protected Value
Add.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
And.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) AskFunction.evaluate
(ValueFactory valueFactory, Value... args) Concat.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> ConstructTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Divide.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
EqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) EvalFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
GreaterThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
GreaterThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThan.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
LessThanOrEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Localname.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Multiply.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
Not.evaluate
(ValueFactory valueFactory, Value arg) protected Value
NotEqualTo.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ObjectFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Or.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) CloseableIteration
<? extends List<? extends Value>> SelectTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) SpinFunction.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> SpinTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) SpinxFunction.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Subtract.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) -
Uses of Value in org.eclipse.rdf4j.spin.function.apf
Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> ConcatTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> ConcatTupleFunction.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.spin.function.list
Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> Index.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Length.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Member.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> Index.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Length.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Member.evaluate
(ValueFactory valueFactory, Value... args) -
Uses of Value in org.eclipse.rdf4j.spin.function.spif
Modifier and TypeMethodDescriptionBuildString.evaluate
(ValueFactory valueFactory, Value... args) BuildURI.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Cast.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ConvertSpinRDFToString.evaluate
(ValueFactory valueFactory, Value... args) CurrentTimeMillis.evaluate
(ValueFactory valueFactory, Value... args) protected Value
DateFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
DecimalFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) DecodeURL.evaluate
(ValueFactory valueFactory, Value... args) EncodeURL.evaluate
(ValueFactory valueFactory, Value... args) GenerateUUID.evaluate
(ValueFactory valueFactory, Value... args) HasAllObjects.evaluate
(ValueFactory valueFactory, Value... args) IndexOf.evaluate
(ValueFactory valueFactory, Value... args) Invoke.evaluate
(ValueFactory valueFactory, Value... args) protected Value
IsValidURI.evaluate
(ValueFactory valueFactory, Value arg) LastIndexOf.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Mod.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Name.evaluate
(ValueFactory valueFactory, Value... args) protected Value
ParseDate.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Random.evaluate
(ValueFactory valueFactory, Value... args) ReplaceAll.evaluate
(ValueFactory valueFactory, Value... args) protected Value
TimeMillis.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Trim.evaluate
(ValueFactory valueFactory, Value arg) protected Value
UnCamelCase.evaluate
(ValueFactory valueFactory, Value arg) Modifier and TypeMethodDescriptionCloseableIteration
<? extends List<? extends Value>> For.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> ForEach.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Split.evaluate
(ValueFactory valueFactory, Value... args) Modifier and TypeMethodDescriptionBuildString.evaluate
(ValueFactory valueFactory, Value... args) BuildURI.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Cast.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) ConvertSpinRDFToString.evaluate
(ValueFactory valueFactory, Value... args) CurrentTimeMillis.evaluate
(ValueFactory valueFactory, Value... args) protected Value
DateFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) protected Value
DecimalFormat.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) DecodeURL.evaluate
(ValueFactory valueFactory, Value... args) EncodeURL.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> For.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> ForEach.evaluate
(ValueFactory valueFactory, Value... args) GenerateUUID.evaluate
(ValueFactory valueFactory, Value... args) HasAllObjects.evaluate
(ValueFactory valueFactory, Value... args) IndexOf.evaluate
(ValueFactory valueFactory, Value... args) Invoke.evaluate
(ValueFactory valueFactory, Value... args) protected Value
IsValidURI.evaluate
(ValueFactory valueFactory, Value arg) LastIndexOf.evaluate
(ValueFactory valueFactory, Value... args) protected Value
Mod.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Name.evaluate
(ValueFactory valueFactory, Value... args) protected Value
ParseDate.evaluate
(ValueFactory valueFactory, Value arg1, Value arg2) Random.evaluate
(ValueFactory valueFactory, Value... args) ReplaceAll.evaluate
(ValueFactory valueFactory, Value... args) CloseableIteration
<? extends List<? extends Value>> Split.evaluate
(ValueFactory valueFactory, Value... args) protected Value
TimeMillis.evaluate
(ValueFactory valueFactory, Value arg) protected Value
Trim.evaluate
(ValueFactory valueFactory, Value arg) protected Value
UnCamelCase.evaluate
(ValueFactory valueFactory, Value arg) -
Uses of Value in org.eclipse.rdf4j.spring.dao
Modifier and TypeMethodDescriptionprotected void
RDF4JCRUDDao.postProcessUpdate
(INPUT input, Map<String, Value> bindings) Callback invoked after a successful insert/update. -
Uses of Value in org.eclipse.rdf4j.spring.dao.support
Modifier and TypeMethodDescriptionRelationMapBuilder.withBinding
(String key, Value value) RelationMapBuilder.withBinding
(Variable key, Value value) RelationMapBuilder.withBindingMaybe
(String key, Value value) RelationMapBuilder.withBindingMaybe
(Variable key, Value value) -
Uses of Value in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder
Modifier and TypeMethodDescription -
Uses of Value in org.eclipse.rdf4j.spring.dao.support.opbuilder
Modifier and TypeMethodDescriptionOperationBuilder.withBindings
(Map<String, Value> bindings) OperationBuilder.withNullableBindings
(Map<String, Value> bindings) -
Uses of Value in org.eclipse.rdf4j.spring.dao.support.operation
Modifier and TypeMethodDescriptionstatic TupleQueryEvaluator
TupleQueryEvaluator.of
(TupleQuery query, Map<String, Value> bindings) static void
OperationUtils.setBindings
(Operation operation, Map<String, Value> bindings) -
Uses of Value in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionvoid
LoggingRepositoryConnection.add
(Resource subject, IRI predicate, Value object, Resource... contexts) LoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) LoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) boolean
LoggingRepositoryConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
LoggingRepositoryConnection.remove
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Value in org.eclipse.rdf4j.spring.resultcache
-
Uses of Value in org.eclipse.rdf4j.spring.support.query
Modifier and TypeMethodDescriptionvoid
DelegatingGraphQuery.setBinding
(String name, Value value) void
DelegatingTupleQuery.setBinding
(String name, Value value) void
DelegatingUpdate.setBinding
(String name, Value value) -
Uses of Value in org.eclipse.rdf4j.spring.tx
-
Uses of Value in org.eclipse.rdf4j.spring.util
Modifier and TypeMethodDescriptionstatic Value
QueryResultUtils.getValue
(BindingSet resultRow, String varName) static Value
QueryResultUtils.getValue
(BindingSet resultRow, Variable var) static Value
QueryResultUtils.getValueMaybe
(BindingSet resultRow, String varName) static Value
QueryResultUtils.getValueMaybe
(BindingSet resultRow, Variable var) Modifier and TypeMethodDescriptionQueryResultUtils.getValueOptional
(BindingSet resultRow, String varName) QueryResultUtils.getValueOptional
(BindingSet resultRow, Variable var) Modifier and TypeMethodDescriptionstatic Boolean
static Boolean
TypeMappingUtils.toBooleanMaybe
(Value from) TypeMappingUtils.toBooleanOptional
(Value from) static Double
static Integer
static BigInteger
static IRI
static final String
-
Uses of Value in org.eclipse.rdf4j.testsuite.repository.optimistic
-
Uses of Value in org.eclipse.rdf4j.testsuite.sail
-
Uses of Value in org.eclipse.rdf4j.workbench.commands
Modifier and TypeMethodDescriptionprotected ExploreServlet.ResultCursor
ExploreServlet.processResource
(RepositoryConnection con, TupleResultBuilder builder, Value value, int offset, int limit, boolean render) Query the repository for all instances of the given value, optionally writing the results into the HTTP response. -
Uses of Value in org.eclipse.rdf4j.workbench.util