OWLOntologyManager manager = OWLManager.createOWLOntologyManager();
/**
* Finally also the in-memory representation of the Recipe passed as input is modified.
*/
KB kb = RuleParserImpl.parse(stanbolSyntaxRule);
RuleList ruleList = kb.getkReSRuleList();
for (Rule rule : ruleList) {
/**
* The rule must be added to the ontology, so 1. an IRI is created from its name 2. the rule
* in Stanbol syntax is added to the rule as a literal through the hasBobyAndHe data property. 3. the rule is