Hi Sonia, On 8 November 2011 16:01, Sonia Gomez <[email protected]> wrote: > > Hi Enrico \n Thanks for your help and your explication, i have installed the > resonner, but i dont know if i can use it for classify some article. for > exemple i give to the engine (with rest api) article about téchnologie > "http://www.nytimes.com/2011/11/08/science/computer-experts-building-1830s-babbage-analytical-engine.html?_r=1&ref=technology" > (more than 500 words) after this i load the model to the reasoners. before > to do this I Describe one ontology about technology for inferencing system, > it's right ? :)Cheers, Sonia
Which kind of data do you send to the reasoners? The reasoners service needs RDF data as input. So, if you send to the service the ontology, with included data and schema (you can also decouple data and schema using owl:imports) then the service will return all inferred rdf:type statements. If your input is an HTML file and you don't have any RDF description, you can use the /enhancer[1] service to extract some RDF data from it, for example Places, Organizations and Persons, identified by Wikipedia URIs (more about enhancement engines in the stanbol documentation[2]. If you have your own RDF available in a linked data fashion you can prepare an index for the /entityhub[3] to be used as source for the enhancement engines. You cannot send to the /reasoners service HTML. A section for documenting the /reasoners endpoint have been added to the stanbol website[4] yesterday. cheers, Enrico [1] http://incubator.apache.org/stanbol/docs/trunk/enhancer.html [2] http://incubator.apache.org/stanbol/docs/trunk/engines.html [3] http://incubator.apache.org/stanbol/docs/trunk/entityhub.html [4] http://incubator.apache.org/stanbol/docs/trunk/reasoners.html -- Enrico Daga -- http://www.enridaga.net skype: enri-pan
