Changes between Version 5 and Version 6 of UnderstandingGnowsis


Ignore:
Timestamp:
08/14/06 15:37:36 (18 years ago)
Author:
nadeem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnderstandingGnowsis

    v5 v6  
    88 * GnowsisDevelopingBeta - how to develop gnowsis 
    99 * GnowsisProjectPlan - look here to see what we are doing at the moment and what will be done next. 
    10  * [http://www.gnowsis.org/About about] - some facts about the project 
    11  * [http://www.gnowsis.org/About/Credits credits] - credits 
     10 * [http://www.gnowsis.org/About about] - some facts about the project gnowsis 
     11 * [http://www.gnowsis.org/About/Credits credits] - gnowsis project credits 
    1212 
    1313== Documents that help == 
     
    2020 
    2121= The Gnowsis Developer Tutorial = 
    22 This tutorial is targeted at developers that want to learn more about gnowsis and want to build applications based on gnowsis. The tutorial will give links to the gnowsis wiki and the Javadoc, pointing to more information about features. '''This tutorial contains only pointers, you should follow some links to learn more'''. 
     22This tutorial is targeted at developers who want to learn more about gnowsis and to build applications based on gnowsis. The tutorial will give links to the gnowsis wiki and the Javadoc, pointing to more information about features. '''This tutorial contains only pointers, you should follow some links to learn more'''. 
    2323 
    2424== The gnowsis databases == 
     
    2929 * ServiceDataStorage - The service data storage provides a RDF database that can be used by any service of gnowsis to store arbitrary RDF data. Usually, this would be data like usage statistics, crawling reports, access restrictions, Icon configurations, user interface configurations, etc. 
    3030 
    31 '''As developer, the interesting bits for you are most of the time in the PimoStorage.''' What data to store there and how to store it is described in the [http://www.dfki.uni-kl.de/~sauermann/2006/01-pimo-report/pimOntologyLanguageReport.html PIMO report] 
     31'''As a developer, the interesting bits for you are most of the time in the PimoStorage.''' What data to store there and how to store it is described in the [http://www.dfki.uni-kl.de/~sauermann/2006/01-pimo-report/pimOntologyLanguageReport.html PIMO report] 
    3232 
    3333== Accessing the RDF databases == 
     
    3838 
    3939'''via the DataAccessService and XML/RPX''' 
    40  
    4140 
    4241'''via java calls from within the gnowsis VM.''' You call methods like these: