19 | | 1. sesame supports a triple store and quad store in sesame2 |
20 | | 2. sesame supports lucene SAILs (or will support them soon) to enable fulltext search |
21 | | 3. sesame has a well-known API that can be used from many applications |
22 | | 4. sesame does not depend on any third party apps like MySQL - their native SAIL is said to be performant and scalable |
| 19 | 1. sesame supports a triple store and quad store in sesame2 |
| 20 | 2. sesame supports lucene SAILs (or will support them soon) to enable fulltext search |
| 21 | 3. sesame has a well-known API that can be used from many applications |
| 22 | 4. sesame does not depend on any third party apps like MySQL - their native SAIL is said to be performant and scalable |
| 36 | = Steps to do = |
| 37 | 1. learning Sesame2 (get it from Sourceforge-CVS, project: openRDF) |
| 38 | 2. which parts in gnowsis have to be replaced? (which functions are important?) |
| 39 | 3. which parts of gnowsis can be deleted? |
| 40 | 4. do everything from scratch |
| 41 | 4. We need an architecture overview (graphical) |
| 42 | 5. API'S have to be implemented: |
| 43 | 1. Central Repository |
| 44 | 2. Ontology Manager |
| 45 | 3. Gnowsis Search |
| 46 | 4. Central Hub |
| 47 | |
| 48 | |
| 49 | == which parts of gnowsis can be deleted? == |
| 50 | most code inside this package can be removed: |
| 51 | source:trunk/gnowsis/src/org/gnowsis/repository |
| 52 | |
| 53 | = Aperture = |
| 54 | 1. Aperture will be used instead of the package source:trunk/gnowsis/src/org/gnowsis/adapters and |
| 55 | source:trunk/gnowsis/src/org/gnowsis/data |
| 56 | |
| 57 | = Result = |
| 58 | Everything to Gnowsis Server project |
| 59 | |