| Version 3 (modified by anonymous, 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, ServiceDataStorage and ConfigurationStorage
 - 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
 
The four store names are:
- resource
 - pimo
 - service
 - config
 
