Changes between Initial Version and Version 1 of Sesame2Jena


Ignore:
Timestamp:
03/03/06 17:01:58 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sesame2Jena

    v1 v1  
     1This is Sesame2Jena a collection of classes that wrap a Sesame Repository as a Jena Graph/Model 
     2 
     3 
     4This 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) 
     5See Original: http://www.ecs.soton.ac.uk/~wf/jsm.htm 
     6 
     7 
     8The classes you care about are:  
     9 
     10org.openrdf.jena.ModelSesame - This wrap the GraphSesame as Jena Model 
     11org.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 
     17Any questions, get in touch.  
     18 
     19- Gunnar Grimnes 
     20gunnar.grimnes AT dfki.de 
     21