Skip to content

Commit

Permalink
output: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianomelo committed Jan 21, 2015
1 parent 7d4e6eb commit 58eac7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owl2_output.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
output_axioms :-
forall((subclassof(A,B), not(indirect(A,B)), not(indirect(B,A))), write_subclassof(A, B)),
forall((subclassof(A,B), compare(<,A,B), (subclassof(B,A) ; indirect(B,A))), write_equivalentclasses(A, B)).
;output_axioms :-
; forall((subclassof(A,B), not((subclassof(A,C), subclassof(C,B)))), write_subclassof(A, B)).
%output_axioms :-
% forall((subclassof(A,B), not((subclassof(A,C), subclassof(C,B)))), write_subclassof(A, B)).

write_subclassof(A, B) :-
class(A, UriA),
Expand Down

0 comments on commit 58eac7e

Please sign in to comment.