| | 1 | This is Sesame2Jena a collection of classes that wrap a Sesame Repository as a Jena Graph/Model |
| | 2 | |
| | 3 | |
| | 4 | This is based on JSM from Weijian Fang, at Southhampton Uni, but fixed to use Sesame2, Jena2.3, and also support named graphs (As done in ARQ) |
| | 5 | See Original: http://www.ecs.soton.ac.uk/~wf/jsm.htm |
| | 6 | |
| | 7 | |
| | 8 | The classes you care about are: |
| | 9 | |
| | 10 | org.openrdf.jena.ModelSesame - This wrap the GraphSesame as Jena Model |
| | 11 | org.openrdf.jena.GraphSesame - The wraps a Sesame repository as a Jena Graph |
| | 12 | | |
| | 13 | +- org.openrdf.jena.DataSourceSesame - This wraps a Sesame repository to a Jena Datasource, which supports named model operations |
| | 14 | +- org.openrdf.jena.NamedGraphSesame - This wraps a Sesame Context as Jena NamedGraph, there is no real "context" object is sesame though, so it's faked. |
| | 15 | |
| | 16 | |
| | 17 | Any questions, get in touch. |
| | 18 | |
| | 19 | - Gunnar Grimnes |
| | 20 | gunnar.grimnes AT dfki.de |
| | 21 | |