Version 1 (modified by sauermann, 19 years ago) (diff) |
---|
DataAccess
Use this API to access data stored in resource-storage or the PIMO.
- Javadoc: DataAccessApi
For a more performant access to the data stores, you might want to use the SesameWebInterface.
Features
- access ResourceStorage, PimoStorage, ServiceStorage and ConfigStorage
- query data using statement queries or complex queries
- change data (add triples/remove triples)
How to use
- read the javadoc: DataAccessApi
- look at the AJAX example: XmlRpcDeveloping