public interface RDFAccess
| Modifier and Type | Method and Description |
|---|---|
IteratorTripleString |
search(CharSequence subject,
CharSequence predicate,
CharSequence object)
Iterate over the triples of an RDF Set that match the specified pattern.
|
IteratorTripleString search(CharSequence subject, CharSequence predicate, CharSequence object) throws NotFoundException
subject - The subject to searchpredicate - The predicate to searchobject - The object to searchNotFoundExceptionCopyright © 2020 DataWeb Research. All rights reserved.