public interface RDFSearchService
| Modifier and Type | Method and Description |
|---|---|
void |
addData(String data)
adds a block of RDF expressed as XML-RDF to the store
|
List |
search(String searchSpec)
Performs a table based search using RQL on the RDF store returning a list of results.
|
void addData(String data) throws RDFIndexException
data - RDFIndexExceptionList search(String searchSpec) throws RDFSearchException
searchSpec - RDFSearchExceptionCopyright © 2003–2016 Sakai Project. All rights reserved.