Where can I find more information on SubL and how to map files into OpenCycs ontology?
Cycorp has a little bit of information at http://www.cyc.com/cycdoc/ref/subl-reference.html and http://www.cyc.com/doc/white_papers/mapping-ontologies-into-cyc_v31.pdf. You can also look up the Common Lisp hyperspec at http://www.xanalys.com/software_tools/reference/HyperSpec/Front/index.htm. It gives the Common Lisp functions from which SubL is derived. If a function is not defined in the SubL programming document, then very likely it has the signature given by common lisp. When we release source code for the Cyc Server, it will likely be SubL that you either load into the command line or API, or compile into C using a translator built into Cyc itself… then compiling the translated C code with the GCC toolchain and static linking to a Cyc object library that we will provide. The accompanying C header file will cover the Cyc API (as translated into C).
Cycorp has a little bit of information at http://www.cyc.com/cycdoc/ref/subl-reference.html and http://www.cyc.com/doc/white_papers/mapping-ontologies-into-cyc_v31.pdf. You can also look up the Common Lisp hyperspec at http://www.xanalys.com/software_tools/reference/HyperSpec/Front/index.htm. It gives the Common Lisp functions from which SubL is derived. If a function is not defined in the SubL programming document, then very likely it has the signature given by common lisp. When we release source code for the Cyc Server, it will likely be SubL that you either load into the command line or API, or compile into C using a translator built into Cyc itself… then compiling the translated C code with the GCC toolchain and static linking to a Cyc object library that we will provide. The accompanying C header file will cover the Cyc API (as translated into C).