Did you know ... Search Documentation:
Pack ape -- prolog/utils/drs_to_ruleml.pl
PublicShow source

This module converts the Attempto DRS into RuleML/folog as specified by David Hirtle in his thesis.

author
- Kaarel Kaljurand
- Tobias Kuhn
version
- 2012-08-23
See also
- http://www.ruleml.org/translator/
bug
- Test RuleML validity.
- Test correspondence to Hirtle's specification. E.g. DRSs resulting from query sentences are currently incorrectly supported. (Note that Hirtle just rejects such DRSs.)
- Support ACE 5/5.5/6 extensions (e.g. RuleML supports NAF).
 drs_to_ruleml(+Drs:drs, -RuleML:functor) is det
Turn the DRS into RuleML/folog (in SWI Prolog's internal XML format) as specified in David Hirtle's thesis.