| 1 | = DataAccess = |
| 2 | |
| 3 | Use this API to access data stored in resource-storage or the PIMO. |
| 4 | |
| 5 | * Javadoc: [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/DataAccessApi.html DataAccessApi] |
| 6 | |
| 7 | For a more performant access to the data stores, you might want to use the SesameWebInterface. |
| 8 | |
| 9 | == Features == |
| 10 | |
| 11 | * access ResourceStorage, PimoStorage, ServiceStorage and ConfigStorage |
| 12 | * query data using statement queries or complex queries |
| 13 | * change data (add triples/remove triples) |
| 14 | |
| 15 | == How to use == |
| 16 | |
| 17 | * read the javadoc: [http://www.gnowsis.org/statisch/0.9/doc/gnowsis-server/javadoc/org/gnowsis/api/DataAccessApi.html DataAccessApi] |
| 18 | |
| 19 | * look at the AJAX example: XmlRpcDeveloping |