Title: Rule Store ## Service Endpoints The Rules RESTful API is structured as follows: _(Please note, that the following links to the actual service endpoint link to a running instance of Apache Stanbol. If you use other domains or ports than "localhost:8080", then please change accordingly)_ ### Rule Manager ("/rules/rule"): - The Rule Manager @ [/rules/rule](http://localhost:8080/rules/rule) allows to manage and retrieve inference rules. ### Recipe Manager ("/rules/recipe"): - The Recipe Manager @ [/rules/recipe](http://localhost:8080/rules/recipe) allows to manage, store and retrieve pre-defined rule sequences, or __recipes__. TODO