Load multiple ontology files:
load "file1.obl" // module m1
load "file2.obl" // module m2
NOTE: All characters in a line after // are comments.
Load and materialize multiple ontology files:
/*
multiline-comment
*/
load -m "file1.obl"
or
load -materialize "file1.obl"
Load a ontology file (with specification of the file format):
load -obl "file1.obl"
or
load -objectlogic "file1.obl"
Load and materialize an ontology file:
load -m -obl "file1.obl"