|
I'm trying to add some probabilistic knowledge into my ontology related to Neurosurgery. I see that there's FuzzyOWL, an extension that allows me to add concept like priorProbability, conditionalProbability. My question is how I can do some inference with this knowledge? Is there an engine that run for example a Bayesian Network? Have I to write some rules? |
|
FuzzyOWL, as its name indicates, is for fuzzy knowledge. It is not for probabilistic knowledge. There are tools to work with FuzzyOWL (a Protégé 4 plugin, and a reasoner) but you won't find anything probabilistic in there. What you need is something like PR-OWL, a probabilistic extension of OWL. |

