Hi there, Considering your use case, I would recommend that you have a look at this: https://stanbol.apache.org/docs/trunk/customvocabulary.html
>From what I understand, I think your best option is to create a managed site: https://stanbol.apache.org/docs/trunk/components/entityhub/managedsite.html And upload new entities using the RESTful API. You would need to generate the rdf for your entities in the right format or you won't be able identify the entities you index. I suggest you make a get request to the enhancer with some person that you know is there so you can have a look at the data that comes back and create your rdf in the same way. Use this as a template: curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" \ --data "The Stanbol enhancer can detect famous cities such as \ Paris and people such as Bob Marley." {SERVER}:{PORT}/enhancer If that doesn't help, try this: http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?QueryString=Bob_Marley and look at one of the <Result></Result> tags. Then you have to pick an engine that will use your managedSite as a source and include it in a chain. If all goes well, you should be able to index your own data, like a person. Hope this helps, Antero On Tue, 5 Apr 2016 at 06:16 Pooja H Bavishi <pooja.bavi...@iet.ahduni.edu.in> wrote: > Hello, > How to include my own RDF file for a particular person in apache > stanbol. for example a person is not available on Dbpedia page as well as > on freebase. so how to include my rdf file in apache stanbol so that > stanbol will detect my rdf file for a particular person.so how to do that. > > > Regards, > pooja >