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 3 added one line
At line 4 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 13 added one line
At line 12 removed 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}}.
At line 16 added 2 lines
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 17 changed 2 lines
!! Single markups of one article in diffeent packages
Almost all knowledge markup support the annotation "@package: myPackageName".
!! Single markups of one article in different packages
When you want to put the markups on one article into different packages, you need to specifiy the package name within each markup.
Almost all knowledge markups support the annotation "@package: myPackageName".
At line 21 changed one line
__Example:__
__Example:__ The following questions are put into the package name {{myPackageName}}.
At line 33 removed one line
!!! Define a knowledge base containing a certain package
At line 35 changed one line
After adding knowledge markups to a certain package, the package can be compiled to a certain knowledge base using the following markup.
!! Compiling knowledge within a package
At line 45 added 2 lines
After adding knowledge to a certain package, the package can be compiled to a certain knowledge base using the following markup.
At line 57 added one line
Alternatively, ontology definitions can be comiled by using the markup
At line 59 added 2 lines
{{{
%%Ontology
At line 62 added 3 lines
@uses: myPackageName
%
}}}
At line 67 added one line
!!Using multiple packages for the same knowledge base or ontology
At line 69 added 17 lines
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]
!!! See Also
* [KnowledgeBase|Doc KnowledgeBase]
* [Ontology|Doc Ontology]