Bossam (software)

For the food, see Bossam (food).

Bossam is an inference engine (a Semantic Reasoner) for the semantic web. It is basically a RETE-based rule engine with native supports for reasoning over OWL ontologies, SWRL ontologies, and RuleML rules.

Additionally, Bossam includes several expressivity features including: 1) URI references as symbols, 2) 2nd-order logic syntax, 3) disjunctions in the antecedent and conjunctions in the consequent (both via Lloyd-Topor transformation), 4) URI-based java method attachment, 5) support for both negation-as-failure and classical negation.

Bossam loads, performs reasoning over, and answers to the queries over a knowledge set, which can include any combination of the following document types.

  1. RDF(S) documents (in RDF/XML or in N3)
  2. OWL documents (in RDF/XML or in N3)
  3. Bossam rule documents
  4. SWRL(+OWL) documents (in OWLX or in RDF/XML)

Bossam can call Java objects from the antecedent or consequent of rules through the URI-based java method attachment. It's possible to easily mix Java objects into the combination of rules and ontologies.

External links

This article is issued from Wikipedia - version of the Wednesday, January 29, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.