Also, ontologies are defined within the package mechanism.
There are different ways to use packages other than the default package.
You can add the following markup in an arbitrary position on the article.
%%Package myPackageName
By doing this, all markups of this article are in the pagacke "myPackageName".
%%Question Quest A - question1 [oc] -- answer1 -- answer2 @package: myPackageName %
After adding knowledge markups to a certain package, the package can be compiled to a certain knowledge base using the following markup.
%%Knowledgebase @uses: myPackageName %
The knowledge base downloadable in this markup will then only contain the knowledge defined for the used package. It is also possible to compile multiple markups and to add knowledge markups to multiple packages.