Did you know ... Search Documentation:
Pack trill -- prolog/trill_2_funct.pl
PublicShow source

This module translates TRILL format into OWL functional syntax.

author
- Riccardo Zese, Matilda Moro
license
- Artistic License 2.0
 convert_explanations(++TRILLExplanations:list, -OWLFunctExplanations:list) is det
The predicate converts the axioms contained in the list of explanations returned by TRILL into OWL Functional sytntax.
 convert_axiom(++TRILLAxiom:axiom, -OWLFunctAxiom:axiom) is det
The predicate converts the axiom TRILLAxiom from TRILL format to OWL Functional syntax.