This page (revision-44) was last changed on 05-Dec-2018 17:56 by Tim Abler

This page was created on 17-Dec-2012 19:29 by Albrecht Striffler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
44 05-Dec-2018 17:56 2 KB Tim Abler to previous
43 05-Dec-2018 17:54 2 KB Tim Abler to previous | to last
42 09-May-2015 00:46 2 KB Albrecht Striffler to previous | to last
41 09-May-2015 00:28 2 KB Albrecht Striffler to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 6 changed one line
Packages can be used to define knowledge bases in KnowWE on different articles. Knowledge markups like [Questions|Doc Questions] and [Rules|Doc Rules] can be added to certain packages and the packages can later be added to a knowledge base.
Packages can be used to define knowledge in KnowWE on different articles. Knowledge markups like [Questions|Doc Questions] and [Rules|Doc Rules] can be added to certain packages and the packages can later be added/compiled to a knowledge base.
At line 16 changed one line
By adding the following markup (in an arbitrary position on the article) the entire page including all markups are added to the package with the specified name {{myPackageName}}. The {{@package}} annotations shown below are then no longer necessary, but can be used to add the specific markup section to another package (as the one given with {{ %%Package }})
By adding the following markup (in an arbitrary position on the article) the entire page including all markups are added to the package with the specified name {{myPackageName}}. The {{@package}} annotations shown below are then no longer necessary, but can be used to add the specific markup section to another package (as the one given with {{~%%Package}}). KnowledgeBases and Ontologies defined on articles with such a package markup will also be compiling that specified package, as long as nothing else is specified using the {{@uses}} annotation.
At line 23 changed one line
!! Single markups of one article in diffeent packages
!! Single markups of one article in different packages
At line 67 added 15 lines
!!Using multiple packages for the same knowledge base or ontology
It is also possible to add/compile multiple packages in the same {{~%~%KnowledgeBase}} or {{~%~%Ontology}} markup. This way, it is for example possible to have a package {{common}} defining some common terminology. Then there can be different packages for different domains, let call them {{domain1}} and {{domain2}}. Together with the package {{common}}, they will each come together in knowledge base or ontology, e.g. by using the following:
{{{
%%Knowledgebase
@uses: common
@uses: domain1
%
}}}
Check out the following demo pages to see such a configuration in action: [Multi-Package Demo]