Hi Frederik, > I am an other question. What is the best architecture from an application > that consist to consult an ontology (in OWL) ? > > (The client part collect the keyword (it's query). And the result of > query, > it's the together concepts and the relations of this keyword's concept.)
If I get you right you want to implement something like: 1) Entity Lookup - http://ontodemo.sirma.bg/KIM/screen/EntityLookup.jsp 2) Pattern Pattern Search - http://ontodemo.sirma.bg/KIM/screen/EntityPatternSearch.jsp To do this you need KIM of course and a sematic repository (SESAME) to hold the concepts, instances and relations. SESAME comes within the KIM install and can be configured to run separately or in built-in mode. Please, refer http://www.ontotext.com/kim/doc/sys-doc/kim-platform-administration/configure-general-settings.html. > I think to use the API GATE and KIM platform (from the server part and the > client part). But I don't see an example to do this architecture. Are you > find an example to work with GATE and KIM platform ? GATE is also a part of KIM, but is developped by the Sheffield University. So we don't provide support or API examples for it. And GATE gives means of processing documents regarding some ontology, grammars, rules, etc. but has nothing to do with querying the ontology. More about GATE here http://www.gate.ac.uk. > Could I change my architecture to work with SESAME or Lucene and the KIM > platform ? Well, it is a good idea that you read the KIM System Documentation so you get a basic understanding of its components, which does what, how to confugure and use them. The documentation also provides examples for some basic usage scenarios that cover most of the functionality demonstrated by the WebUI. So, play with the WebUI, make up your mind what exactly do you need, and find the example that will help you in the sys-doc. HTH, Ilian P.S. There should be a link to the sys-doc in the Windows menu of the KIM Platform. Or you could open <kim home path>/doc/sys-doc/index.html. _______________________________________________ NOTE: Please REPLY TO ALL to ensure that your reply reaches all members of this mailing list. KIM-discussion mailing list [email protected] http://ontotext.com/mailman/listinfo/kim-discussion_ontotext.com
