public final class Statements extends Object
TripleSources.public static Iteration<? extends Resource,QueryEvaluationException> listResources(Resource subj, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static Iteration<? extends Value,QueryEvaluationException> list(Resource subj, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static boolean booleanValue(Resource subj, URI pred, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static Value singleValue(Resource subj, URI pred, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static Statement single(Resource subj, URI pred, Value obj, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static CloseableIteration<? extends URI,QueryEvaluationException> getSubjectURIs(URI predicate, Value object, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static CloseableIteration<? extends Resource,QueryEvaluationException> getObjectResources(Resource subject, URI predicate, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static CloseableIteration<? extends URI,QueryEvaluationException> getObjectURIs(Resource subject, URI predicate, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionpublic static CloseableIteration<? extends Literal,QueryEvaluationException> getObjectLiterals(Resource subject, URI predicate, TripleSource store) throws QueryEvaluationException
QueryEvaluationExceptionCopyright © 2001-2016 Aduna. All Rights Reserved.