Hi Alexey, On Sun, Dec 23, 2012 at 10:10 AM, Alexey Kudinov <[email protected]> wrote: > Hi, > i'd like to create a managed site with custom vocabulary content. is there > any detailed walkthrough for this? I've read the wiki, but still have some > questions.
See [1] for information on how to configure and use managed sites. A detailed description of the RESTful services is available via the WebUI of the ManagedSite. As soon as you have configured your ManagedSite simple open "http://{stanbol-instance}/entityhub/site/{managed-site-id}". If you have specific questions feel free to ask. > say,i want to use schema.org schema with my entities, and i don't have a > ready list of entities (example with generic indexer doesn't apply). That > is, I'm going to use the REST api to insert all the entities and use a Solr > Yard. how can i accomplish this?what should i configure? Yes you will have to use the RESTful api provided by "http://{stanbol-instance}/entityhub/site/{managed-site-id}/entity" to perform CRUD operations with the entities you want to manage. Regarding the Yard: If you plan to use your Entities with the Stanbol Enhancer, than I would strongly recommend to use the SolrYard. If you want to have a SPARQL endpoint for your Entities, than the ClerezzaYard would be the right Yard for you. If you are unsure I would recommend to start with the SolrYard. Hope this helps best Rupert [1] http://stanbol.apache.org/docs/trunk/components/entityhub/managedsite.html -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
