| 3 | * PimGenerationFromNative - generating persons, projects, topics out of the data collected from adapters |
| 4 | * PimoThingEditor - the gui to edit the personal mental models. Edit a thing. |
| 5 | * MiniquireGui - the miniquire sidebar showing assistance |
| 6 | * PimoService - a service that holds the PIMO, providing an API to edit it. Part of gnowsis-server. |
| 7 | * PimoContentTraining - semi-automatically training the classes of the pim by the content added to them |
| 8 | * TaggingApi - API to tagging of recources with things or tags |
| 9 | * ThingCreationService - automatic creation of things from resources (rebirth-machine) |
| 10 | |
| 11 | note that we discriminate between '''services''' (running in background) and '''Application Programmer Interfaces (API)''' that are available for the programmer. |
| 12 | |
| 13 | = related documentation = |
4 | | * PimGenerationFromNative - generating persons, projects, topics out of the data collected from adapters |
5 | | * WikitologyGui - the gui to edit the personal mental models |
6 | | * WikitologyDeveloping - the service |
7 | | * PimContentTraining - semi-automatically training the classes of the pim by the content added to them |
8 | | * SesameIntegration - integration of Sesame2, instead Sparql2SQL and Jena storage |
9 | | * TaggingApi - tagging of recources with things or tags |
10 | | * ThingCreationApi - automatic creation of things from resources (rebirth-machine) |
| 15 | * SesameIntegration - integration of Sesame2, instead Sparql2SQL and Jena storage. What do we have to do? |