Skip to content

Commit 278d3c5

Browse files
committed
fixed roundtrip
1 parent 0a95cc7 commit 278d3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owl2_export_rdf.plt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ roundtrip(F):-
1111
load_axioms(F),
1212
atom_concat(F,'.tmp',TempF),
1313
save_axioms(TempF,owl),
14-
retract_all_axioms/0,
14+
retract_all_axioms,
1515
load_axioms(TempF,owl).
1616

1717
test(loaded) :-

0 commit comments

Comments
 (0)