Hello everybody, I am trying to build an application using Apache Stanbol which:
1. recognizes entities from DBpedia 2. classifies these entities using reasoners and my own OWL ontology in ontonet (the ontology is supposed to classify the entities by defining my own superclass for dcterms:subject) 3. saves the reasoning results back to contenthub so I can query them with sparql I have some questions: a) Is this possible at all with stanbol? b) If not is there probably another way to reach the same result with stanbol (classify extracted terms with own ontology) c) I was trying to use the target parameter of reasoners to store the enhancements in contenthub. Is this the right way to do this? If yes what do I have to enter for the target parameter? Thank you very much for your help! Sabine