public interface RDFStarTripleSource extends TripleSource
| Modifier and Type | Method and Description |
|---|---|
CloseableIteration<? extends org.eclipse.rdf4j.model.Triple,QueryEvaluationException> |
getRdfStarTriples(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.
|
getStatements, getValueFactoryCloseableIteration<? extends org.eclipse.rdf4j.model.Triple,QueryEvaluationException> getRdfStarTriples(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj) throws QueryEvaluationException
subj - A Resource specifying the triple's subject, or null for a wildcard.pred - A URI specifying the triple's predicate, or null for a wildcard.obj - A Value specifying the triple's object, or null for a wildcard.QueryEvaluationException - If the rdf star triple source failed to get the statements.Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.