include theKB_categs.ft; //+ theKB_general.fcg theKB_specific.fcg duration; if (1) { //run t.txt; //pb: incomplete FCG not reported use names; echo "loading comms ..."; load html/kb/comms.html; echo "loading field of studies ..."; load html/kb/classif/_field_of_study.html; echo "loading logics ..."; load html/kb/classif/_logic.html; echo "loading IS ..."; load html/kb/classif/_IS.html; echo "loading KM ..."; load html/kb/classif/_KM.html; echo "loading CG ..."; load html/kb/classif/_CG.html; echo "loading FCA ..."; load html/kb/classif/_FCA.html; no user; //default creator: pm wn; echo "loading schemas ..."; load html/kb/schemas.html; echo "loading persons ..."; load html/kb/persons.html; echo "loading cars ..."; load html/kb/cars.html; echo "loading qantas ..."; load html/kb/qantas.html; //echo "loading adfp9 ..."; load html/kb/adfp9.html; load html/kb/cadm.html; [ph.martin@gu.edu.au, pm#believer of: 1 pm#fact_generalization](pm); echo "loading accom ..."; user wotif; load html/kb/SC/accom.html; echo "loading attractions ..."; load html/kb/SC/attractions.html; echo "loading meal_shop ..."; load html/kb/SC/meal_shop.html; //echo "loading tapMediaObject ..."; user tap; load html/kb/tapMediaObject.html; echo "loading LIS ..."; load html/kb/lis.html; echo "loading nsm ..."; load html/kb/nsm.html; //echo "loading ontological examples ..."; load html/kb/webkb2OntologicalExamples.html //echo "loading syntactic examples ..."; load html/kb/webkb2SyntacticExamples.html //echo "loading CADM ..."; load html/kb/cadm.html //echo "loading ADFP9 ..."; load html/kb/adfp9.html }