static boolean |
Statements.booleanValue(Resource subj,
URI pred,
TripleSource store) |
static CloseableIteration<? extends Literal,QueryEvaluationException> |
Statements.getObjectLiterals(Resource subject,
URI predicate,
TripleSource store) |
static CloseableIteration<? extends Resource,QueryEvaluationException> |
Statements.getObjectResources(Resource subject,
URI predicate,
TripleSource store) |
static CloseableIteration<? extends URI,QueryEvaluationException> |
Statements.getObjectURIs(Resource subject,
URI predicate,
TripleSource store) |
static CloseableIteration<? extends URI,QueryEvaluationException> |
Statements.getSubjectURIs(URI predicate,
Value object,
TripleSource store) |
static Iteration<? extends Value,QueryEvaluationException> |
Statements.list(Resource subj,
TripleSource store) |
static Iteration<? extends Resource,QueryEvaluationException> |
Statements.listResources(Resource subj,
TripleSource store) |
static Statement |
Statements.single(Resource subj,
URI pred,
Value obj,
TripleSource store) |
static Value |
Statements.singleValue(Resource subj,
URI pred,
TripleSource store) |