parser.pl -- Prolog-based SWRL representation.

author
- Daniel Beßler
 swrl_file_unload(+Filepath) is det
 swrl_file_unload(+Filepath, +Label) is det
Unload previously loaded SWRL file, retracting all the rules that have been asserted so far.
 swrl_file_load(+Filepath) is det
 swrl_file_load(+Filepath, +Label) is det
Loads all or one rule(s) from a SWRL file.
 swrl_file_parse(+Filepath, -Rule, -Args) is det
Parses a SWRL file.
 swrl_phrase_fire(+Phrase, +NS)
Fires SWRL rule given in human readable Syntax.
 swrl_phrase_assert(+Phrase, +NS)
Assert SWRL rule in human readable Syntax as native Prolog rule(s).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 swrl_phrase(Arg1, Arg2, Arg3)
 swrl_file_fire(Arg1)
 swrl_file_fire(Arg1, Arg2)
 swrl_file_path(Arg1, Arg2, Arg3)