<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sysop</id>
	<title>wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sysop"/>
	<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php/Special:Contributions/Sysop"/>
	<updated>2026-05-27T13:09:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Graph_Traversal&amp;diff=2078</id>
		<title>Graph Traversal</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Graph_Traversal&amp;diff=2078"/>
		<updated>2023-07-04T13:00:59Z</updated>

		<summary type="html">&lt;p&gt;Sysop: Created page with &amp;quot;{{Keyword |storemode=property }} &amp;lt;pdf&amp;gt;https://arxiv.org/pdf/1004.1001.pdf&amp;lt;/pdf&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Keyword&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pdf&amp;gt;https://arxiv.org/pdf/1004.1001.pdf&amp;lt;/pdf&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Docker_DBIS&amp;diff=2077</id>
		<title>Docker DBIS</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Docker_DBIS&amp;diff=2077"/>
		<updated>2023-04-05T08:30:02Z</updated>

		<summary type="html">&lt;p&gt;Sysop: Created page with &amp;quot; = Docker DBIS UB 2023=  * https://docs.docker.com/get-docker/ * https://lerneprogrammieren.de/docker/  Vorab: doku/Neuladen_des_assets-Ordner.ipynb funktioniert nur im RWTH Jupyter und wird nicht in dieser Umgebung helfen. Dazu empfiehlt es sich, den notebooks Ordner zu löschen und den Container neu auszuführen. Dadurch gehen zwar alle Änderungen verloren, aber das Übungs-Repository ist wieder zurückgesetzt. Die angegebenen Befehle wurden in der Windows 10 Powershe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Docker DBIS UB 2023= &lt;br /&gt;
* https://docs.docker.com/get-docker/&lt;br /&gt;
* https://lerneprogrammieren.de/docker/&lt;br /&gt;
&lt;br /&gt;
Vorab: doku/Neuladen_des_assets-Ordner.ipynb funktioniert nur im RWTH Jupyter und wird nicht in dieser Umgebung&lt;br /&gt;
helfen. Dazu empfiehlt es sich, den notebooks Ordner zu löschen und den Container neu auszuführen. Dadurch gehen&lt;br /&gt;
zwar alle Änderungen verloren, aber das Übungs-Repository ist wieder zurückgesetzt.&lt;br /&gt;
Die angegebenen Befehle wurden in der Windows 10 Powershell getestet. Linux und Mac user sollten weitestgehend&lt;br /&gt;
kompatibel sein, ggf. könnten aber Plattform-spezifische anpassungen notwendig sein. Insbesondere ist dies&lt;br /&gt;
möglicherweise bei ${PWD} der Fall.&lt;br /&gt;
&lt;br /&gt;
== Container starten ==&lt;br /&gt;
# 1. docker login -u gitlab+deploy-token-970 registry.git.rwth-aachen.de/i5/teaching/dbis-raw&lt;br /&gt;
Das Passwort ist &lt;br /&gt;
Hinweis:&lt;br /&gt;
Beim Eintragen des Passworts werden keine Zeichen angezeigt.&lt;br /&gt;
Einfügen funktioniert normalerweise via Rechtsklick.&lt;br /&gt;
# 2. Nach dem Login kann der Container wie folgt gestartet werden:&lt;br /&gt;
docker run --rm -it -v ${PWD}/notebooks:/home/jovyan -p 8888:8888 registry.git.rwth-&lt;br /&gt;
aachen.de/i5/teaching/dbis-raw&lt;br /&gt;
Dieser Befehl erstellt oder benutzt den Ordner notebooks rela�v vom working directory der Konsole. Dort wird&lt;br /&gt;
das Git-Repository der Übung heruntergeladen, ähnlich der Jupyter Umgebung. Dieser Ordner kann auf dem&lt;br /&gt;
Host-System benutzt werden, um Dateien mit der Jupyter-Umgebung auszutauschen.&lt;br /&gt;
Die Zahl 8888: vor dem Doppelpunkt gibt den Port auf der Hostmaschine an, die Zahl nach dem Doppelpunkt&lt;br /&gt;
:8888 sollte nicht verändert werden, da sie den Port im Jupyter-Container beschreibt.&lt;br /&gt;
# 3. Nachdem der Container gestartet ist, wird in der Konsole ein Link angezeigt.&lt;br /&gt;
Beispiel:&lt;br /&gt;
http://127.0.0.1:8888/lab?token=e4a75b5baa035c6...&lt;br /&gt;
Der Link muss nun in den Browser kopiert werden, um die Jupyter Oberfläche auszuführen. In manchen Konsolen&lt;br /&gt;
kann er auch per Ctrl+Click direkt gestartet werden.&lt;br /&gt;
# 4. Der Container kann via Ctrl+C gestoppt werden.&lt;br /&gt;
(optional) GIT Update&lt;br /&gt;
Der docker container ist vorkonfiguriert, um automa�sch das git-Repository der Übungsmaterialien herunterzuladen.&lt;br /&gt;
Weitere Schri�e sind op�onal.&lt;br /&gt;
Mit dem Befehl docker run --rm -it -v ${PWD}/notebooks:/home/jovyan -p 8888:8888 registry.git.rwth-&lt;br /&gt;
aachen.de/i5/teaching/dbis-raw update_git.sh kann das Repository erneut gepulled werden - hierbei können&lt;br /&gt;
allerdings Merge-Konflikte entstehen, also wird geraten, alle Änderungen anderwei�g zu speichern, das Verzeichnis&lt;br /&gt;
notebooks/dbis-ss-23 zu en�ernen und erst dann den update_git.sh Befehl auszuführen.&lt;br /&gt;
update_git.sh kann auch von der Konsole der Jupyter Umgebung gestartet werden, ebenso wie andere git&lt;br /&gt;
Befehle um externe repositories zu benutzen.&lt;br /&gt;
Hinweis: Das Repository mit den Übungsaufgaben hat in diesem Kontext nur die Berech�gung zum Herunterladen und beinhaltet&lt;br /&gt;
nur die Übungsmaterialien, nie die Musterlösung.&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:Sheet&amp;diff=2076</id>
		<title>Category:Sheet</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:Sheet&amp;diff=2076"/>
		<updated>2023-04-05T07:24:26Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{#ask: [[Topic name::Sheet]] | ?Topic wikiDocumentation= | mainlabel=-}}&lt;br /&gt;
Sheets may be added and edited with the form [[Form:Sheet]]&lt;br /&gt;
* [[List of Sheets]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:1024px&amp;quot;&amp;gt;&lt;br /&gt;
Sheet description&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title Sheet&lt;br /&gt;
note as SheetDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as SheetNote&lt;br /&gt;
I am a relevance level&lt;br /&gt;
end note&lt;br /&gt;
class Sheet {&lt;br /&gt;
  Text gid&lt;br /&gt;
  Text concept&lt;br /&gt;
  Url url&lt;br /&gt;
}&lt;br /&gt;
SheetNote .. Sheet&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
* [[Help:Sheet]]&lt;br /&gt;
* [[Concept:Sheet]]&lt;br /&gt;
* [[:Template:Sheet]]&lt;br /&gt;
* [[:Form:Sheet]]&lt;br /&gt;
=== Properties ===&lt;br /&gt;
* [[Property:Sheet gid]]&lt;br /&gt;
* [[Property:Sheet concept]]&lt;br /&gt;
* [[Property:Sheet url]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Chapter_no&amp;diff=2075</id>
		<title>Property:Chapter no</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Chapter_no&amp;diff=2075"/>
		<updated>2023-04-05T07:24:26Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=no&lt;br /&gt;
|label=no &lt;br /&gt;
|documentation=The number of the Chapter &lt;br /&gt;
|type=Special:Types/number&lt;br /&gt;
|index=2&lt;br /&gt;
|sortPos=1&lt;br /&gt;
|primaryKey=True&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|size=5&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Chapter&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::number]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_qkey&amp;diff=2074</id>
		<title>Property:Slide qkey</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_qkey&amp;diff=2074"/>
		<updated>2023-04-05T07:24:25Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=qkey&lt;br /&gt;
|label=qkey &lt;br /&gt;
|documentation=fully qualifying key of the slide&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=1&lt;br /&gt;
|primaryKey=True&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Slide&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Sheet&amp;diff=2073</id>
		<title>Template:Sheet</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Sheet&amp;diff=2073"/>
		<updated>2023-04-05T07:24:25Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
  --     Copyright (C) 2015-2023 BITPlan GmbH&lt;br /&gt;
  -- &lt;br /&gt;
  --     Pater-Delp-Str. -- 1&lt;br /&gt;
  --     D-47877 -- Willich-Schiefbahn&lt;br /&gt;
  -- &lt;br /&gt;
  --     http://www.bitplan.com&lt;br /&gt;
  --&lt;br /&gt;
  -- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for &amp;quot;Sheet&amp;quot;.&lt;br /&gt;
=== see also ===&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Sheets]]&lt;br /&gt;
* [[Help:Sheet]]&lt;br /&gt;
* [[Concept:Sheet]]&lt;br /&gt;
* [[:Category:Sheet]]&lt;br /&gt;
* [[:Template:Sheet]]&lt;br /&gt;
* [[:Form:Sheet]] &lt;br /&gt;
topic links:&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Sheet&lt;br /&gt;
|gid=&lt;br /&gt;
|concept=&lt;br /&gt;
|url=&lt;br /&gt;
|storemode=property or subjobject or none&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#switch:{{{storemode|}}}&lt;br /&gt;
|none=&lt;br /&gt;
|subobject={{#subobject:-&lt;br /&gt;
|isA=Sheet&lt;br /&gt;
|Sheet gid={{{gid|}}}&lt;br /&gt;
|Sheet concept={{{concept|}}}&lt;br /&gt;
|Sheet url={{{url|}}}&lt;br /&gt;
}}&lt;br /&gt;
|#default={{#set:&lt;br /&gt;
|isA=Sheet&lt;br /&gt;
|Sheet gid={{{gid|}}}&lt;br /&gt;
|Sheet concept={{{concept|}}}&lt;br /&gt;
|Sheet url={{{url|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{{!}} class=&#039;wikitable&#039;&lt;br /&gt;
! colspan=&#039;2&#039; {{!}}Sheet&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#switch:{{{storemode|}}}|property=&lt;br /&gt;
! colspan=&#039;2&#039; style=&#039;text-align:left&#039; {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Sheet/{{FULLPAGENAME}}|title=edit}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
![[Property:Sheet gid|gid]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{gid|}}}|{{{gid}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Sheet concept|concept]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{concept|}}}|{{{concept}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Sheet url|url]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{url|}}}|{{{url}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}}[[Category:Sheet]]{{#default_form:Sheet}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_key&amp;diff=2072</id>
		<title>Property:Check key</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_key&amp;diff=2072"/>
		<updated>2023-04-05T07:24:25Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=key&lt;br /&gt;
|label=key &lt;br /&gt;
|documentation=the local key of this check&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=2&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Check&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:LearningGoal&amp;diff=2071</id>
		<title>Concept:LearningGoal</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:LearningGoal&amp;diff=2071"/>
		<updated>2023-04-05T07:24:24Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Topic&lt;br /&gt;
|name=LearningGoal&lt;br /&gt;
|pluralName=LearningGoals&lt;br /&gt;
|icon=File:LearningGoalLogo-64px.png&lt;br /&gt;
|iconUrl=/images/3/3b/LearningGoalLogo-64px.png&lt;br /&gt;
|documentation=a LearningGoal of a lecture&lt;br /&gt;
|wikiDocumentation=a LearningGoal of a lecture&lt;br /&gt;
|defaultstoremode=property&lt;br /&gt;
|listLimit=200&lt;br /&gt;
|cargo=false&lt;br /&gt;
|context=TeachingSchema&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
{{Topic&lt;br /&gt;
|viewmode=masterdetail&lt;br /&gt;
|storemode=none&lt;br /&gt;
}}&lt;br /&gt;
{{#forminput:form=Property|button text=add Property}}&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
a LearningGoal of a lecture&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title LearningGoal&lt;br /&gt;
note as LearningGoalDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as LearningGoalNote&lt;br /&gt;
a LearningGoal of a lecture&lt;br /&gt;
end note&lt;br /&gt;
class LearningGoal {&lt;br /&gt;
  text key&lt;br /&gt;
  text qKey&lt;br /&gt;
  text id&lt;br /&gt;
  number chapter&lt;br /&gt;
  text chapterKey&lt;br /&gt;
  number subChapter&lt;br /&gt;
  text subChapterKey&lt;br /&gt;
  text relevance&lt;br /&gt;
  Text keywords&lt;br /&gt;
  Date since&lt;br /&gt;
  Date until&lt;br /&gt;
}&lt;br /&gt;
LearningGoalNote .. LearningGoal&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#concept:&lt;br /&gt;
[[LearningGoal key::+]]&lt;br /&gt;
 |LearningGoals&lt;br /&gt;
see also&lt;br /&gt;
* [[List of LearningGoals]]&lt;br /&gt;
* [[Help:LearningGoal]]&lt;br /&gt;
* [[Concept:LearningGoal]]&lt;br /&gt;
* [[:Category:LearningGoal]]&lt;br /&gt;
* [[:Template:LearningGoal]]&lt;br /&gt;
* [[:Form:LearningGoal]] &lt;br /&gt;
topic links:&lt;br /&gt;
}}&lt;br /&gt;
[[Category:LearningGoal]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_literature&amp;diff=2070</id>
		<title>Property:Keyword literature</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_literature&amp;diff=2070"/>
		<updated>2023-04-05T07:24:23Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=literature&lt;br /&gt;
|label=literature &lt;br /&gt;
|documentation=comma separated list of publication keys&lt;br /&gt;
|type=Special:Types/text&lt;br /&gt;
|index=6&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=200&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|inputType=textarea&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Keyword&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_since&amp;diff=2069</id>
		<title>Property:Check since</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_since&amp;diff=2069"/>
		<updated>2023-04-05T07:24:23Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=since&lt;br /&gt;
|label=since &lt;br /&gt;
|documentation=the date this check was activated&lt;br /&gt;
|type=Special:Types/Date&lt;br /&gt;
|index=4&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|inputType=datepicker&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Check&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Date]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Issue_item&amp;diff=2068</id>
		<title>Property:Issue item</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Issue_item&amp;diff=2068"/>
		<updated>2023-04-05T07:24:23Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=item&lt;br /&gt;
|label=item &lt;br /&gt;
|documentation=the item this issue references&lt;br /&gt;
|type=Special:Types/Page&lt;br /&gt;
|index=1&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Issue&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Page]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_authors&amp;diff=2067</id>
		<title>Property:Publication authors</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_authors&amp;diff=2067"/>
		<updated>2023-04-05T07:24:22Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=authors&lt;br /&gt;
|label=authors &lt;br /&gt;
|documentation=authors of the Publication&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=6&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=300&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|inputType=textarea&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Publication&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_wikidataid&amp;diff=2066</id>
		<title>Property:Publication wikidataid</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_wikidataid&amp;diff=2066"/>
		<updated>2023-04-05T07:24:22Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=wikidataid&lt;br /&gt;
|label=wikidataid &lt;br /&gt;
|documentation=The wikidataid of the Publication&lt;br /&gt;
|type=Special:Types/External identifier&lt;br /&gt;
|index=3&lt;br /&gt;
|size=50&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|formatterURI=https://www.wikidata.org/wiki/$1&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Publication&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::External identifier]]&lt;br /&gt;
* External formatter uri: [[External formatter uri::https://www.wikidata.org/wiki/$1]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:RelevanceLevel&amp;diff=2065</id>
		<title>Category:RelevanceLevel</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:RelevanceLevel&amp;diff=2065"/>
		<updated>2023-04-05T07:24:21Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{#ask: [[Topic name::RelevanceLevel]] | ?Topic wikiDocumentation= | mainlabel=-}}&lt;br /&gt;
RelevanceLevels may be added and edited with the form [[Form:RelevanceLevel]]&lt;br /&gt;
* [[List of RelevanceLevels]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:1024px&amp;quot;&amp;gt;&lt;br /&gt;
RelevanceLevel description&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title RelevanceLevel&lt;br /&gt;
note as RelevanceLevelDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as RelevanceLevelNote&lt;br /&gt;
I am a relevance level&lt;br /&gt;
end note&lt;br /&gt;
class RelevanceLevel {&lt;br /&gt;
  Text id&lt;br /&gt;
  Text expectation&lt;br /&gt;
  Text examination&lt;br /&gt;
  Text description&lt;br /&gt;
}&lt;br /&gt;
RelevanceLevelNote .. RelevanceLevel&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
* [[Help:RelevanceLevel]]&lt;br /&gt;
* [[Concept:RelevanceLevel]]&lt;br /&gt;
* [[:Template:RelevanceLevel]]&lt;br /&gt;
* [[:Form:RelevanceLevel]]&lt;br /&gt;
=== Properties ===&lt;br /&gt;
* [[Property:RelevanceLevel id]]&lt;br /&gt;
* [[Property:RelevanceLevel expectation]]&lt;br /&gt;
* [[Property:RelevanceLevel examination]]&lt;br /&gt;
* [[Property:RelevanceLevel description]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Presentation&amp;diff=2064</id>
		<title>Template:Presentation</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Presentation&amp;diff=2064"/>
		<updated>2023-04-05T07:24:21Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
  --     Copyright (C) 2015-2023 BITPlan GmbH&lt;br /&gt;
  -- &lt;br /&gt;
  --     Pater-Delp-Str. -- 1&lt;br /&gt;
  --     D-47877 -- Willich-Schiefbahn&lt;br /&gt;
  -- &lt;br /&gt;
  --     http://www.bitplan.com&lt;br /&gt;
  --&lt;br /&gt;
  -- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for &amp;quot;Presentation&amp;quot;.&lt;br /&gt;
=== see also ===&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Presentations]]&lt;br /&gt;
* [[Help:Presentation]]&lt;br /&gt;
* [[Concept:Presentation]]&lt;br /&gt;
* [[:Category:Presentation]]&lt;br /&gt;
* [[:Template:Presentation]]&lt;br /&gt;
* [[:Form:Presentation]] &lt;br /&gt;
topic links:&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Presentation&lt;br /&gt;
|key=&lt;br /&gt;
|num=&lt;br /&gt;
|name=&lt;br /&gt;
|ppt_file=&lt;br /&gt;
|sciebo=&lt;br /&gt;
|gitlab=&lt;br /&gt;
|moodle=&lt;br /&gt;
|storemode=property or subjobject or none&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#switch:{{{storemode|}}}&lt;br /&gt;
|none=&lt;br /&gt;
|subobject={{#subobject:-&lt;br /&gt;
|isA=Presentation&lt;br /&gt;
|Presentation key={{{key|}}}&lt;br /&gt;
|Presentation num={{{num|}}}&lt;br /&gt;
|Presentation name={{{name|}}}&lt;br /&gt;
|Presentation ppt_file={{{ppt_file|}}}&lt;br /&gt;
|Presentation sciebo={{{sciebo|}}}&lt;br /&gt;
|Presentation gitlab={{{gitlab|}}}&lt;br /&gt;
|Presentation moodle={{{moodle|}}}&lt;br /&gt;
}}&lt;br /&gt;
|#default={{#set:&lt;br /&gt;
|isA=Presentation&lt;br /&gt;
|Presentation key={{{key|}}}&lt;br /&gt;
|Presentation num={{{num|}}}&lt;br /&gt;
|Presentation name={{{name|}}}&lt;br /&gt;
|Presentation ppt_file={{{ppt_file|}}}&lt;br /&gt;
|Presentation sciebo={{{sciebo|}}}&lt;br /&gt;
|Presentation gitlab={{{gitlab|}}}&lt;br /&gt;
|Presentation moodle={{{moodle|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{{!}} class=&#039;wikitable&#039;&lt;br /&gt;
! colspan=&#039;2&#039; {{!}}Presentation&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#switch:{{{storemode|}}}|property=&lt;br /&gt;
! colspan=&#039;2&#039; style=&#039;text-align:left&#039; {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Presentation/{{FULLPAGENAME}}|title=edit}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
![[Property:Presentation key|key]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{key|}}}|{{{key}}}|}}→{{#show: {{PAGENAME}}|?Presentation key}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation num|num]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{num|}}}|{{{num}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation name|name]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{name|}}}|{{{name}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation ppt_file|ppt_file]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{ppt_file|}}}|{{{ppt_file}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation sciebo|sciebo]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{sciebo|}}}|{{{sciebo}}}|}}→{{#show: {{PAGENAME}}|?Presentation sciebo}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation gitlab|gitlab]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{gitlab|}}}|{{{gitlab}}}|}}→{{#show: {{PAGENAME}}|?Presentation gitlab}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Presentation moodle|moodle]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{moodle|}}}|{{{moodle}}}|}}→{{#show: {{PAGENAME}}|?Presentation moodle}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}}[[Category:Presentation]]{{#default_form:Presentation}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_qKey&amp;diff=2063</id>
		<title>Property:LearningGoal qKey</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_qKey&amp;diff=2063"/>
		<updated>2023-04-05T07:24:21Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=qKey&lt;br /&gt;
|label=qKey &lt;br /&gt;
|documentation=The fully qualifing key of the LearningGoal&lt;br /&gt;
|type=Special:Types/text&lt;br /&gt;
|index=2&lt;br /&gt;
|primaryKey=True&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|size=70&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:LearningGoal&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_publisher&amp;diff=2062</id>
		<title>Property:Publication publisher</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_publisher&amp;diff=2062"/>
		<updated>2023-04-05T07:24:20Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=publisher&lt;br /&gt;
|label=publisher &lt;br /&gt;
|documentation=publisher of the Publication&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=7&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=80&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Publication&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:RelevanceLevel&amp;diff=2061</id>
		<title>Help:RelevanceLevel</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:RelevanceLevel&amp;diff=2061"/>
		<updated>2023-04-05T07:24:20Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Help_Icon.png|right]]&lt;br /&gt;
== Help for RelevanceLevel ==&lt;br /&gt;
{{#ask: [[Topic name::RelevanceLevel]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
I am a relevance level&lt;br /&gt;
=== Example RelevanceLevels ===&lt;br /&gt;
{{#ask: [[Concept:RelevanceLevel]]&lt;br /&gt;
}}&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{{#ask: [[Concept:Property]][[Property topic::Concept:RelevanceLevel]]&lt;br /&gt;
| ?Property documentation = documentation&lt;br /&gt;
| ?Property type = type&lt;br /&gt;
| ?Property name = name&lt;br /&gt;
| ?Property label = label&lt;br /&gt;
| ?Property allowedValues = allowedValues&lt;br /&gt;
| ?Property mandatory = mandatory&lt;br /&gt;
| ?Property uploadable = uploadable&lt;br /&gt;
|format=table&lt;br /&gt;
}}&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title RelevanceLevel&lt;br /&gt;
note as RelevanceLevelDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as RelevanceLevelNote&lt;br /&gt;
I am a relevance level&lt;br /&gt;
end note&lt;br /&gt;
class RelevanceLevel {&lt;br /&gt;
  Text id&lt;br /&gt;
  Text expectation&lt;br /&gt;
  Text examination&lt;br /&gt;
  Text description&lt;br /&gt;
}&lt;br /&gt;
RelevanceLevelNote .. RelevanceLevel&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
see also&lt;br /&gt;
* [[List of RelevanceLevels]]&lt;br /&gt;
* [[Help:RelevanceLevel]]&lt;br /&gt;
* [[Concept:RelevanceLevel]]&lt;br /&gt;
* [[:Category:RelevanceLevel]]&lt;br /&gt;
* [[:Template:RelevanceLevel]]&lt;br /&gt;
* [[:Form:RelevanceLevel]] &lt;br /&gt;
topic links:&lt;br /&gt;
[[Category:RelevanceLevel]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:LearningGoal&amp;diff=2060</id>
		<title>Help:LearningGoal</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:LearningGoal&amp;diff=2060"/>
		<updated>2023-04-05T07:24:19Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Help_Icon.png|right]]&lt;br /&gt;
== Help for LearningGoal ==&lt;br /&gt;
{{#ask: [[Topic name::LearningGoal]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
a LearningGoal of a lecture&lt;br /&gt;
=== Example LearningGoals ===&lt;br /&gt;
{{#ask: [[Concept:LearningGoal]]&lt;br /&gt;
}}&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{{#ask: [[Concept:Property]][[Property topic::Concept:LearningGoal]]&lt;br /&gt;
| ?Property documentation = documentation&lt;br /&gt;
| ?Property type = type&lt;br /&gt;
| ?Property name = name&lt;br /&gt;
| ?Property label = label&lt;br /&gt;
| ?Property allowedValues = allowedValues&lt;br /&gt;
| ?Property mandatory = mandatory&lt;br /&gt;
| ?Property uploadable = uploadable&lt;br /&gt;
|format=table&lt;br /&gt;
}}&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title LearningGoal&lt;br /&gt;
note as LearningGoalDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as LearningGoalNote&lt;br /&gt;
a LearningGoal of a lecture&lt;br /&gt;
end note&lt;br /&gt;
class LearningGoal {&lt;br /&gt;
  text key&lt;br /&gt;
  text qKey&lt;br /&gt;
  text id&lt;br /&gt;
  number chapter&lt;br /&gt;
  text chapterKey&lt;br /&gt;
  number subChapter&lt;br /&gt;
  text subChapterKey&lt;br /&gt;
  text relevance&lt;br /&gt;
  Text keywords&lt;br /&gt;
  Date since&lt;br /&gt;
  Date until&lt;br /&gt;
}&lt;br /&gt;
LearningGoalNote .. LearningGoal&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
see also&lt;br /&gt;
* [[List of LearningGoals]]&lt;br /&gt;
* [[Help:LearningGoal]]&lt;br /&gt;
* [[Concept:LearningGoal]]&lt;br /&gt;
* [[:Category:LearningGoal]]&lt;br /&gt;
* [[:Template:LearningGoal]]&lt;br /&gt;
* [[:Form:LearningGoal]] &lt;br /&gt;
topic links:&lt;br /&gt;
[[Category:LearningGoal]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_num&amp;diff=2059</id>
		<title>Property:Presentation num</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_num&amp;diff=2059"/>
		<updated>2023-04-05T07:24:19Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=num&lt;br /&gt;
|label=num &lt;br /&gt;
|documentation=The number of the Presentation&lt;br /&gt;
|type=Special:Types/number&lt;br /&gt;
|index=2&lt;br /&gt;
|sortPos=1&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=50&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Presentation&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::number]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Issue_check&amp;diff=2058</id>
		<title>Property:Issue check</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Issue_check&amp;diff=2058"/>
		<updated>2023-04-05T07:24:18Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=check&lt;br /&gt;
|label=check &lt;br /&gt;
|documentation=the check this issue references&lt;br /&gt;
|type=Special:Types/Page&lt;br /&gt;
|index=2&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Issue&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Page]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_name&amp;diff=2057</id>
		<title>Property:Slide name</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_name&amp;diff=2057"/>
		<updated>2023-04-05T07:24:18Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=name&lt;br /&gt;
|label=name &lt;br /&gt;
|documentation=name of the slide&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=5&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Slide&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Chapters&amp;diff=2056</id>
		<title>List of Chapters</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Chapters&amp;diff=2056"/>
		<updated>2023-04-05T07:24:17Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOCACHE__&lt;br /&gt;
{{#ask: [[Topic name::Chapter]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Chapters ==&lt;br /&gt;
{{#ask: [[Concept:Chapter]]|format=count}}&lt;br /&gt;
{{#forminput:form=Chapter|button text=add Chapter}}&lt;br /&gt;
{{#ask: [[Concept:Chapter]]&lt;br /&gt;
|mainlabel=Chapter&lt;br /&gt;
|?Chapter key = key&lt;br /&gt;
|?Chapter no = no&lt;br /&gt;
|?Chapter pres_id = pres_id&lt;br /&gt;
|?Chapter week = week&lt;br /&gt;
|?Chapter de = de&lt;br /&gt;
|?Chapter en = en&lt;br /&gt;
| limit=200&lt;br /&gt;
|sort=Chapter no&lt;br /&gt;
|order=ascending&lt;br /&gt;
}}&lt;br /&gt;
[[:Category:Chapter]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_ok&amp;diff=2055</id>
		<title>Property:Check ok</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Check_ok&amp;diff=2055"/>
		<updated>2023-04-05T07:24:17Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=ok&lt;br /&gt;
|label=ok &lt;br /&gt;
|documentation=number of items that pass the check/are ok&lt;br /&gt;
|type=Special:Types/Number&lt;br /&gt;
|index=7&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Check&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Number]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:Publication&amp;diff=2054</id>
		<title>Help:Publication</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Help:Publication&amp;diff=2054"/>
		<updated>2023-04-05T07:24:16Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Help_Icon.png|right]]&lt;br /&gt;
== Help for Publication ==&lt;br /&gt;
{{#ask: [[Topic name::Publication]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
A Publication is e.g. a scholarly article&lt;br /&gt;
=== Example Publications ===&lt;br /&gt;
{{#ask: [[Concept:Publication]]&lt;br /&gt;
}}&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{{#ask: [[Concept:Property]][[Property topic::Concept:Publication]]&lt;br /&gt;
| ?Property documentation = documentation&lt;br /&gt;
| ?Property type = type&lt;br /&gt;
| ?Property name = name&lt;br /&gt;
| ?Property label = label&lt;br /&gt;
| ?Property allowedValues = allowedValues&lt;br /&gt;
| ?Property mandatory = mandatory&lt;br /&gt;
| ?Property uploadable = uploadable&lt;br /&gt;
|format=table&lt;br /&gt;
}}&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title Publication&lt;br /&gt;
note as PublicationDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as PublicationNote&lt;br /&gt;
A Publication is e.g. a scholarly article&lt;br /&gt;
end note&lt;br /&gt;
class Publication {&lt;br /&gt;
  Text id&lt;br /&gt;
  External identifier doi&lt;br /&gt;
  External identifier wikidataid&lt;br /&gt;
  External identifier isbn&lt;br /&gt;
  Text title&lt;br /&gt;
  Text authors&lt;br /&gt;
  Text publisher&lt;br /&gt;
  Number year&lt;br /&gt;
  URL pdfUrl&lt;br /&gt;
}&lt;br /&gt;
PublicationNote .. Publication&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Publications]]&lt;br /&gt;
* [[Help:Publication]]&lt;br /&gt;
* [[Concept:Publication]]&lt;br /&gt;
* [[:Category:Publication]]&lt;br /&gt;
* [[:Template:Publication]]&lt;br /&gt;
* [[:Form:Publication]] &lt;br /&gt;
topic links:&lt;br /&gt;
[[Category:Publication]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:Chapter&amp;diff=2053</id>
		<title>Category:Chapter</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:Chapter&amp;diff=2053"/>
		<updated>2023-04-05T07:24:16Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{#ask: [[Topic name::Chapter]] | ?Topic wikiDocumentation= | mainlabel=-}}&lt;br /&gt;
Chapters may be added and edited with the form [[Form:Chapter]]&lt;br /&gt;
* [[List of Chapters]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:1024px&amp;quot;&amp;gt;&lt;br /&gt;
Chapter description&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title Chapter&lt;br /&gt;
note as ChapterDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as ChapterNote&lt;br /&gt;
a chapter of a lecture&lt;br /&gt;
end note&lt;br /&gt;
class Chapter {&lt;br /&gt;
  text key&lt;br /&gt;
  number no&lt;br /&gt;
  number pres_id&lt;br /&gt;
  number week&lt;br /&gt;
  text de&lt;br /&gt;
  text en&lt;br /&gt;
}&lt;br /&gt;
ChapterNote .. Chapter&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
* [[Help:Chapter]]&lt;br /&gt;
* [[Concept:Chapter]]&lt;br /&gt;
* [[:Template:Chapter]]&lt;br /&gt;
* [[:Form:Chapter]]&lt;br /&gt;
=== Properties ===&lt;br /&gt;
* [[Property:Chapter key]]&lt;br /&gt;
* [[Property:Chapter no]]&lt;br /&gt;
* [[Property:Chapter pres_id]]&lt;br /&gt;
* [[Property:Chapter week]]&lt;br /&gt;
* [[Property:Chapter de]]&lt;br /&gt;
* [[Property:Chapter en]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_en&amp;diff=2052</id>
		<title>Property:Keyword en</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_en&amp;diff=2052"/>
		<updated>2023-04-05T07:24:15Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=en&lt;br /&gt;
|label=en &lt;br /&gt;
|documentation=english wikipedia article of the keyword&lt;br /&gt;
|type=Special:Types/External identifier&lt;br /&gt;
|index=5&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=100&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|formatterURI=https://en.wikipedia.org/wiki/$1&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Keyword&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::External identifier]]&lt;br /&gt;
* External formatter uri: [[External formatter uri::https://en.wikipedia.org/wiki/$1]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_gitlab&amp;diff=2051</id>
		<title>Property:Presentation gitlab</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_gitlab&amp;diff=2051"/>
		<updated>2023-04-05T07:24:15Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=gitlab&lt;br /&gt;
|label=gitlab &lt;br /&gt;
|documentation=The gitlab url of the Presentation&lt;br /&gt;
|type=Special:Types/External identifier&lt;br /&gt;
|index=6&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=80&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|formatterURI=https://git.rwth-aachen.de/i5/teaching/dbis-vl/-/raw/main/$1&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Presentation&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::External identifier]]&lt;br /&gt;
* External formatter uri: [[External formatter uri::https://git.rwth-aachen.de/i5/teaching/dbis-vl/-/raw/main/$1]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:LearningGoal&amp;diff=2050</id>
		<title>Category:LearningGoal</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Category:LearningGoal&amp;diff=2050"/>
		<updated>2023-04-05T07:24:13Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{#ask: [[Topic name::LearningGoal]] | ?Topic wikiDocumentation= | mainlabel=-}}&lt;br /&gt;
LearningGoals may be added and edited with the form [[Form:LearningGoal]]&lt;br /&gt;
* [[List of LearningGoals]]&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:1024px&amp;quot;&amp;gt;&lt;br /&gt;
LearningGoal description&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title LearningGoal&lt;br /&gt;
note as LearningGoalDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as LearningGoalNote&lt;br /&gt;
a LearningGoal of a lecture&lt;br /&gt;
end note&lt;br /&gt;
class LearningGoal {&lt;br /&gt;
  text key&lt;br /&gt;
  text qKey&lt;br /&gt;
  text id&lt;br /&gt;
  number chapter&lt;br /&gt;
  text chapterKey&lt;br /&gt;
  number subChapter&lt;br /&gt;
  text subChapterKey&lt;br /&gt;
  text relevance&lt;br /&gt;
  Text keywords&lt;br /&gt;
  Date since&lt;br /&gt;
  Date until&lt;br /&gt;
}&lt;br /&gt;
LearningGoalNote .. LearningGoal&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
* [[Help:LearningGoal]]&lt;br /&gt;
* [[Concept:LearningGoal]]&lt;br /&gt;
* [[:Template:LearningGoal]]&lt;br /&gt;
* [[:Form:LearningGoal]]&lt;br /&gt;
=== Properties ===&lt;br /&gt;
* [[Property:LearningGoal key]]&lt;br /&gt;
* [[Property:LearningGoal qKey]]&lt;br /&gt;
* [[Property:LearningGoal id]]&lt;br /&gt;
* [[Property:LearningGoal chapter]]&lt;br /&gt;
* [[Property:LearningGoal chapterKey]]&lt;br /&gt;
* [[Property:LearningGoal subChapter]]&lt;br /&gt;
* [[Property:LearningGoal subChapterKey]]&lt;br /&gt;
* [[Property:LearningGoal relevance]]&lt;br /&gt;
* [[Property:LearningGoal keywords]]&lt;br /&gt;
* [[Property:LearningGoal since]]&lt;br /&gt;
* [[Property:LearningGoal until]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Sheet_url&amp;diff=2049</id>
		<title>Property:Sheet url</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Sheet_url&amp;diff=2049"/>
		<updated>2023-04-05T07:24:13Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=url&lt;br /&gt;
|label=url &lt;br /&gt;
|documentation=the base url for the sheet&lt;br /&gt;
|type=Special:Types/Url&lt;br /&gt;
|index=3&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Sheet&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Url]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:Keyword&amp;diff=2048</id>
		<title>Concept:Keyword</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:Keyword&amp;diff=2048"/>
		<updated>2023-04-05T07:24:12Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Topic&lt;br /&gt;
|name=Keyword&lt;br /&gt;
|pluralName=Keywords&lt;br /&gt;
|icon=File:KeywordIcon-64px.png&lt;br /&gt;
|iconUrl=/images/8/87/KeywordIcon-64px.png&lt;br /&gt;
|documentation=a keyword&lt;br /&gt;
|wikiDocumentation=a keyword&lt;br /&gt;
|defaultstoremode=property&lt;br /&gt;
|listLimit=1000&lt;br /&gt;
|cargo=false&lt;br /&gt;
|context=TeachingSchema&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
{{Topic&lt;br /&gt;
|viewmode=masterdetail&lt;br /&gt;
|storemode=none&lt;br /&gt;
}}&lt;br /&gt;
{{#forminput:form=Property|button text=add Property}}&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
a keyword&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title Keyword&lt;br /&gt;
note as KeywordDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as KeywordNote&lt;br /&gt;
a keyword&lt;br /&gt;
end note&lt;br /&gt;
class Keyword {&lt;br /&gt;
  text key&lt;br /&gt;
  text aliases&lt;br /&gt;
  External identifier de&lt;br /&gt;
  External identifier en&lt;br /&gt;
  External identifier wikidataid&lt;br /&gt;
  text links&lt;br /&gt;
  text literature&lt;br /&gt;
  text urls&lt;br /&gt;
  External identifier stackoverflow_tag&lt;br /&gt;
}&lt;br /&gt;
KeywordNote .. Keyword&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#concept:&lt;br /&gt;
[[Keyword key::+]]&lt;br /&gt;
 |Keywords&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Keywords]]&lt;br /&gt;
* [[Help:Keyword]]&lt;br /&gt;
* [[Concept:Keyword]]&lt;br /&gt;
* [[:Category:Keyword]]&lt;br /&gt;
* [[:Template:Keyword]]&lt;br /&gt;
* [[:Form:Keyword]] &lt;br /&gt;
topic links:&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Keyword]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Issues&amp;diff=2047</id>
		<title>List of Issues</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Issues&amp;diff=2047"/>
		<updated>2023-04-05T07:24:12Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOCACHE__&lt;br /&gt;
{{#ask: [[Topic name::Issue]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{#ask: [[Concept:Issue]]|format=count}}&lt;br /&gt;
{{#forminput:form=Issue|button text=add Issue}}&lt;br /&gt;
{{#ask: [[Concept:Issue]]&lt;br /&gt;
|mainlabel=Issue&lt;br /&gt;
|?Issue item = item&lt;br /&gt;
|?Issue check = check&lt;br /&gt;
|?Issue fix = fix&lt;br /&gt;
| limit=200&lt;br /&gt;
}}&lt;br /&gt;
[[:Category:Issue]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_until&amp;diff=2046</id>
		<title>Property:LearningGoal until</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_until&amp;diff=2046"/>
		<updated>2023-04-05T07:24:11Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=until&lt;br /&gt;
|label=until &lt;br /&gt;
|documentation=The year until this learningGoal was active&lt;br /&gt;
|type=Special:Types/Date&lt;br /&gt;
|index=11&lt;br /&gt;
|inputType=datepicker&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:LearningGoal&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Date]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_subChapter&amp;diff=2045</id>
		<title>Property:LearningGoal subChapter</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_subChapter&amp;diff=2045"/>
		<updated>2023-04-05T07:24:11Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=subChapter&lt;br /&gt;
|label=subChapter &lt;br /&gt;
|documentation=The subChapter of the LearningGoal&lt;br /&gt;
|type=Special:Types/number&lt;br /&gt;
|index=6&lt;br /&gt;
|sortPos=2&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=60&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:LearningGoal&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::number]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_isbn&amp;diff=2044</id>
		<title>Property:Publication isbn</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Publication_isbn&amp;diff=2044"/>
		<updated>2023-04-05T07:24:11Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=isbn&lt;br /&gt;
|label=isbn &lt;br /&gt;
|documentation=The ISBN-13 of the Publication&lt;br /&gt;
|type=Special:Types/External identifier&lt;br /&gt;
|index=4&lt;br /&gt;
|size=50&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|formatterURI=https://isbnsearch.org/isbn/$1&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Publication&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::External identifier]]&lt;br /&gt;
* External formatter uri: [[External formatter uri::https://isbnsearch.org/isbn/$1]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:Check&amp;diff=2043</id>
		<title>Concept:Check</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Concept:Check&amp;diff=2043"/>
		<updated>2023-04-05T07:24:10Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Topic&lt;br /&gt;
|name=Check&lt;br /&gt;
|pluralName=Checks&lt;br /&gt;
|icon=File:CheckIcon-64px.png&lt;br /&gt;
|iconUrl=/images/3/39/CheckIcon-64px.png&lt;br /&gt;
|documentation=I am a quality check&lt;br /&gt;
|wikiDocumentation=I am a quality check&lt;br /&gt;
|defaultstoremode=property&lt;br /&gt;
|listLimit=200&lt;br /&gt;
|cargo=False&lt;br /&gt;
|context=TeachingSchema&lt;br /&gt;
|storemode=property&lt;br /&gt;
}}&lt;br /&gt;
{{Topic&lt;br /&gt;
|viewmode=masterdetail&lt;br /&gt;
|storemode=none&lt;br /&gt;
}}&lt;br /&gt;
{{#forminput:form=Property|button text=add Property}}&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
I am a quality check&lt;br /&gt;
=== uml ===&lt;br /&gt;
&amp;lt;uml format=&#039;svg&#039;&amp;gt;&lt;br /&gt;
title Check&lt;br /&gt;
note as CheckDiagramNote&lt;br /&gt;
Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
[[http://www.bitplan.com]]&lt;br /&gt;
end note&lt;br /&gt;
note as CheckNote&lt;br /&gt;
I am a quality check&lt;br /&gt;
end note&lt;br /&gt;
class Check {&lt;br /&gt;
  Text qKey&lt;br /&gt;
  Text key&lt;br /&gt;
  Page concept&lt;br /&gt;
  Date since&lt;br /&gt;
  Text check&lt;br /&gt;
  Text problem&lt;br /&gt;
  Number ok&lt;br /&gt;
  Number total&lt;br /&gt;
  Number pain&lt;br /&gt;
}&lt;br /&gt;
CheckNote .. Check&lt;br /&gt;
&#039; BITPlan Corporate identity skin params&lt;br /&gt;
&#039; Copyright (c) 2015-2023 BITPlan GmbH&lt;br /&gt;
&#039; see https://wiki.bitplan.com/index.php/PlantUmlSkinParams#BITPlanCI&lt;br /&gt;
&#039; skinparams generated by py-yprinciple-gen&lt;br /&gt;
skinparam note {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam component {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam package {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam usecase {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam activity {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam classAttribute {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam interface {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam class {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
skinparam object {&lt;br /&gt;
  BackGroundColor #FFFFFF&lt;br /&gt;
  FontSize 12&lt;br /&gt;
  ArrowColor #FF8000&lt;br /&gt;
  BorderColor #FF8000&lt;br /&gt;
  FontColor black&lt;br /&gt;
  FontName Technical&lt;br /&gt;
}&lt;br /&gt;
hide Circle&lt;br /&gt;
&#039; end of skinparams &#039;&lt;br /&gt;
&amp;lt;/uml&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#concept:&lt;br /&gt;
[[Check qKey::+]]&lt;br /&gt;
 |Checks&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Checks]]&lt;br /&gt;
* [[Help:Check]]&lt;br /&gt;
* [[Concept:Check]]&lt;br /&gt;
* [[:Category:Check]]&lt;br /&gt;
* [[:Template:Check]]&lt;br /&gt;
* [[:Form:Check]] &lt;br /&gt;
topic links:&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Check]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_name&amp;diff=2042</id>
		<title>Property:Presentation name</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Presentation_name&amp;diff=2042"/>
		<updated>2023-04-05T07:24:10Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=name&lt;br /&gt;
|label=name &lt;br /&gt;
|documentation=The name of the Presentation&lt;br /&gt;
|type=Special:Types/text&lt;br /&gt;
|index=3&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=100&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Presentation&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_keywords&amp;diff=2041</id>
		<title>Property:Slide keywords</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_keywords&amp;diff=2041"/>
		<updated>2023-04-05T07:24:09Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=keywords&lt;br /&gt;
|label=keywords &lt;br /&gt;
|documentation=keywords the slide references&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=7&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Slide&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_id&amp;diff=2040</id>
		<title>Property:LearningGoal id</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:LearningGoal_id&amp;diff=2040"/>
		<updated>2023-04-05T07:24:09Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=id&lt;br /&gt;
|label=id &lt;br /&gt;
|documentation=The hierachical id of the LearningGoal e.g. 1.1.1&lt;br /&gt;
|type=Special:Types/text&lt;br /&gt;
|index=3&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|size=50&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:LearningGoal&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_key&amp;diff=2039</id>
		<title>Property:Keyword key</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_key&amp;diff=2039"/>
		<updated>2023-04-05T07:24:08Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=key&lt;br /&gt;
|label=key &lt;br /&gt;
|documentation=The keyword&lt;br /&gt;
|type=Special:Types/text&lt;br /&gt;
|index=1&lt;br /&gt;
|sortPos=1&lt;br /&gt;
|primaryKey=True&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|size=50&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Keyword&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Form:Chapter&amp;diff=2038</id>
		<title>Form:Chapter</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Form:Chapter&amp;diff=2038"/>
		<updated>2023-04-05T07:24:08Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Form for &amp;quot;Chapter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Create a new Chapter by entering a new pagetitle for a Chapter&lt;br /&gt;
into the field below. &lt;br /&gt;
&lt;br /&gt;
If you enter an existing Chapter pagetitle - you will edit the Chapter&lt;br /&gt;
with that pagetitle.&lt;br /&gt;
{{#forminput:form=Chapter|values from concept=Chapter}}&lt;br /&gt;
&lt;br /&gt;
=== see also ===&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Chapters]]&lt;br /&gt;
* [[Help:Chapter]]&lt;br /&gt;
* [[Concept:Chapter]]&lt;br /&gt;
* [[:Category:Chapter]]&lt;br /&gt;
* [[:Template:Chapter]]&lt;br /&gt;
* [[:Form:Chapter]] &lt;br /&gt;
topic links:&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{section|Chapter|level=1|hidden}}}&lt;br /&gt;
=Chapter=&lt;br /&gt;
{{{for template|Chapter}}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&#039;2&#039; | Chapter &lt;br /&gt;
|-&lt;br /&gt;
! key:&lt;br /&gt;
&amp;lt;!-- text key --&amp;gt;&lt;br /&gt;
|{{{field|key|property=Chapter key|size=50|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! no:&lt;br /&gt;
&amp;lt;!-- number no --&amp;gt;&lt;br /&gt;
|{{{field|no|property=Chapter no|size=5|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! pres_id:&lt;br /&gt;
&amp;lt;!-- number pres_id --&amp;gt;&lt;br /&gt;
|{{{field|pres_id|property=Chapter pres_id|size=5}}}&lt;br /&gt;
|-&lt;br /&gt;
! week:&lt;br /&gt;
&amp;lt;!-- number week --&amp;gt;&lt;br /&gt;
|{{{field|week|property=Chapter week|size=5}}}&lt;br /&gt;
|-&lt;br /&gt;
! de:&lt;br /&gt;
&amp;lt;!-- text de --&amp;gt;&lt;br /&gt;
|{{{field|de|property=Chapter de|size=100}}}&lt;br /&gt;
|-&lt;br /&gt;
! en:&lt;br /&gt;
&amp;lt;!-- text en --&amp;gt;&lt;br /&gt;
|{{{field|en|property=Chapter en|size=100}}}&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{{{field|storemode|default=property|hidden}}}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&amp;lt;!-- Chapter --&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
{{{section|Freitext|level=1|hidden}}}&lt;br /&gt;
=Freitext=&lt;br /&gt;
{{{standard input|free text|rows=10}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
{{{standard input|changes}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}}&lt;br /&gt;
{{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Issue&amp;diff=2037</id>
		<title>Template:Issue</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Template:Issue&amp;diff=2037"/>
		<updated>2023-04-05T07:24:08Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;!--&lt;br /&gt;
  --     Copyright (C) 2015-2023 BITPlan GmbH&lt;br /&gt;
  -- &lt;br /&gt;
  --     Pater-Delp-Str. -- 1&lt;br /&gt;
  --     D-47877 -- Willich-Schiefbahn&lt;br /&gt;
  -- &lt;br /&gt;
  --     http://www.bitplan.com&lt;br /&gt;
  --&lt;br /&gt;
  -- &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for &amp;quot;Issue&amp;quot;.&lt;br /&gt;
=== see also ===&lt;br /&gt;
see also&lt;br /&gt;
* [[List of Issues]]&lt;br /&gt;
* [[Help:Issue]]&lt;br /&gt;
* [[Concept:Issue]]&lt;br /&gt;
* [[:Category:Issue]]&lt;br /&gt;
* [[:Template:Issue]]&lt;br /&gt;
* [[:Form:Issue]] &lt;br /&gt;
topic links:&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Issue&lt;br /&gt;
|item=&lt;br /&gt;
|check=&lt;br /&gt;
|fix=&lt;br /&gt;
|storemode=property or subjobject or none&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Template]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;{{#switch:{{{storemode|}}}&lt;br /&gt;
|none=&lt;br /&gt;
|subobject={{#subobject:-&lt;br /&gt;
|isA=Issue&lt;br /&gt;
|Issue item={{{item|}}}&lt;br /&gt;
|Issue check={{{check|}}}&lt;br /&gt;
|Issue fix={{{fix|}}}&lt;br /&gt;
}}&lt;br /&gt;
|#default={{#set:&lt;br /&gt;
|isA=Issue&lt;br /&gt;
|Issue item={{{item|}}}&lt;br /&gt;
|Issue check={{{check|}}}&lt;br /&gt;
|Issue fix={{{fix|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
{{{!}} class=&#039;wikitable&#039;&lt;br /&gt;
! colspan=&#039;2&#039; {{!}}Issue&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#switch:{{{storemode|}}}|property=&lt;br /&gt;
! colspan=&#039;2&#039; style=&#039;text-align:left&#039; {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Issue/{{FULLPAGENAME}}|title=edit}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
![[Property:Issue item|item]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{item|}}}|{{{item}}}|}}→[[{{{item|}}}]]&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Issue check|check]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{check|}}}|{{{check}}}|}}→[[{{{check|}}}]]&lt;br /&gt;
{{!}}-&lt;br /&gt;
![[Property:Issue fix|fix]]&lt;br /&gt;
{{!}}&amp;amp;nbsp;{{#if:{{{fix|}}}|{{{fix}}}|}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Python:Keyword&amp;diff=2036</id>
		<title>Python:Keyword</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Python:Keyword&amp;diff=2036"/>
		<updated>2023-04-05T07:24:07Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;from dataclasses import dataclass&lt;br /&gt;
from typing import Optional&lt;br /&gt;
import dacite&lt;br /&gt;
@dataclass&lt;br /&gt;
class Keyword:&lt;br /&gt;
    &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    a keyword&lt;br /&gt;
    &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    pageTitle:str&lt;br /&gt;
    key:Optional[str] # The keyword&lt;br /&gt;
    aliases:Optional[str] # optional, comma separated aliases of the keyword&lt;br /&gt;
    de:Optional[str] # german wikipedia article of the keyword&lt;br /&gt;
    wikidataid:Optional[str] # The wikidataItem&lt;br /&gt;
    en:Optional[str] # english wikipedia article of the keyword&lt;br /&gt;
    links:Optional[str] # comma separated list of links to other keywords&lt;br /&gt;
    literature:Optional[str] # comma separated list of publication keys&lt;br /&gt;
    urls:Optional[str] # comma separated list of external links that explain the keyword&lt;br /&gt;
    stackoverflow_tag:Optional[str] # stackoverflow tag for this keyword&lt;br /&gt;
&lt;br /&gt;
    @classmethod&lt;br /&gt;
    def askQuery(cls):&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        get the ask Query for Keyword&lt;br /&gt;
        &lt;br /&gt;
        Returns:&lt;br /&gt;
            str: the mediawiki markup for the ask query&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        ask=&amp;quot;&amp;quot;&amp;quot;{{#ask: [[Concept:Keyword]]&lt;br /&gt;
|mainlabel=pageTitle&lt;br /&gt;
|?Keyword key = key&lt;br /&gt;
|?Keyword aliases = aliases&lt;br /&gt;
|?Keyword de = de&lt;br /&gt;
|?Keyword en = en&lt;br /&gt;
|?Keyword wikidataid = wikidataid&lt;br /&gt;
|?Keyword links = links&lt;br /&gt;
|?Keyword literature = literature&lt;br /&gt;
|?Keyword urls = urls&lt;br /&gt;
|?Keyword stackoverflow_tag = stackoverflow_tag&lt;br /&gt;
| limit=1000&lt;br /&gt;
|sort=Keyword key&lt;br /&gt;
|order=ascending&lt;br /&gt;
}}&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        return ask&lt;br /&gt;
        &lt;br /&gt;
    @classmethod&lt;br /&gt;
    def fromDict(cls,data:dict):&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        create a Keyword from the given dict&lt;br /&gt;
        &lt;br /&gt;
        Args:&lt;br /&gt;
            data(dict): the dict to create the Keyword from&lt;br /&gt;
        &lt;br /&gt;
        Returns:&lt;br /&gt;
            Keyword: the freshly created Keyword&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        keyword=dacite.from_dict(data_class=cls,data=data)&lt;br /&gt;
        return keyword&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_LearningGoals&amp;diff=2035</id>
		<title>List of LearningGoals</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_LearningGoals&amp;diff=2035"/>
		<updated>2023-04-05T07:24:07Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOCACHE__&lt;br /&gt;
{{#ask: [[Topic name::LearningGoal]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== LearningGoals ==&lt;br /&gt;
{{#ask: [[Concept:LearningGoal]]|format=count}}&lt;br /&gt;
{{#forminput:form=LearningGoal|button text=add LearningGoal}}&lt;br /&gt;
{{#ask: [[Concept:LearningGoal]]&lt;br /&gt;
|mainlabel=LearningGoal&lt;br /&gt;
|?LearningGoal key = key&lt;br /&gt;
|?LearningGoal qKey = qKey&lt;br /&gt;
|?LearningGoal id = id&lt;br /&gt;
|?LearningGoal chapter = chapter&lt;br /&gt;
|?LearningGoal chapterKey = chapterKey&lt;br /&gt;
|?LearningGoal subChapter = subChapter&lt;br /&gt;
|?LearningGoal subChapterKey = subChapterKey&lt;br /&gt;
|?LearningGoal relevance = relevance&lt;br /&gt;
|?LearningGoal keywords = keywords&lt;br /&gt;
|?LearningGoal since = since&lt;br /&gt;
|?LearningGoal until = until&lt;br /&gt;
| limit=200&lt;br /&gt;
|sort=LearningGoal chapter,LearningGoal subChapter&lt;br /&gt;
|order=ascending,ascending&lt;br /&gt;
}}&lt;br /&gt;
[[:Category:LearningGoal]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Python:Publication&amp;diff=2034</id>
		<title>Python:Publication</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Python:Publication&amp;diff=2034"/>
		<updated>2023-04-05T07:24:06Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;from dataclasses import dataclass&lt;br /&gt;
from typing import Optional&lt;br /&gt;
import dacite&lt;br /&gt;
@dataclass&lt;br /&gt;
class Publication:&lt;br /&gt;
    &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    A Publication is e.g. a scholarly article&lt;br /&gt;
    &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
    pageTitle:str&lt;br /&gt;
    id:Optional[str] # The id (e.g. bibtex key) of the Publication&lt;br /&gt;
    doi:Optional[str] # The doi of the Publication&lt;br /&gt;
    wikidataid:Optional[str] # The wikidataid of the Publication&lt;br /&gt;
    isbn:Optional[str] # The ISBN-13 of the Publication&lt;br /&gt;
    title:Optional[str] # The title of the Publication&lt;br /&gt;
    authors:Optional[str] # authors of the Publication&lt;br /&gt;
    publisher:Optional[str] # publisher of the Publication&lt;br /&gt;
    year:Optional[float] # year of the Publication&lt;br /&gt;
    pdfUrl:Optional[str] # the url for the pdf of this Publication&lt;br /&gt;
&lt;br /&gt;
    @classmethod&lt;br /&gt;
    def askQuery(cls):&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        get the ask Query for Publication&lt;br /&gt;
        &lt;br /&gt;
        Returns:&lt;br /&gt;
            str: the mediawiki markup for the ask query&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        ask=&amp;quot;&amp;quot;&amp;quot;{{#ask: [[Concept:Publication]]&lt;br /&gt;
|mainlabel=pageTitle&lt;br /&gt;
|?Publication id = id&lt;br /&gt;
|?Publication doi = doi&lt;br /&gt;
|?Publication wikidataid = wikidataid&lt;br /&gt;
|?Publication isbn = isbn&lt;br /&gt;
|?Publication title = title&lt;br /&gt;
|?Publication authors = authors&lt;br /&gt;
|?Publication publisher = publisher&lt;br /&gt;
|?Publication year = year&lt;br /&gt;
|?Publication pdfUrl = pdfUrl&lt;br /&gt;
| limit=200&lt;br /&gt;
|sort=Publication id&lt;br /&gt;
|order=ascending&lt;br /&gt;
}}&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        return ask&lt;br /&gt;
        &lt;br /&gt;
    @classmethod&lt;br /&gt;
    def fromDict(cls,data:dict):&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        create a Publication from the given dict&lt;br /&gt;
        &lt;br /&gt;
        Args:&lt;br /&gt;
            data(dict): the dict to create the Publication from&lt;br /&gt;
        &lt;br /&gt;
        Returns:&lt;br /&gt;
            Publication: the freshly created Publication&lt;br /&gt;
        &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
        publication=dacite.from_dict(data_class=cls,data=data)&lt;br /&gt;
        return publication&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Form:LearningGoal&amp;diff=2033</id>
		<title>Form:LearningGoal</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Form:LearningGoal&amp;diff=2033"/>
		<updated>2023-04-05T07:24:06Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Form for &amp;quot;LearningGoal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Create a new LearningGoal by entering a new pagetitle for a LearningGoal&lt;br /&gt;
into the field below. &lt;br /&gt;
&lt;br /&gt;
If you enter an existing LearningGoal pagetitle - you will edit the LearningGoal&lt;br /&gt;
with that pagetitle.&lt;br /&gt;
{{#forminput:form=LearningGoal|values from concept=LearningGoal}}&lt;br /&gt;
&lt;br /&gt;
=== see also ===&lt;br /&gt;
see also&lt;br /&gt;
* [[List of LearningGoals]]&lt;br /&gt;
* [[Help:LearningGoal]]&lt;br /&gt;
* [[Concept:LearningGoal]]&lt;br /&gt;
* [[:Category:LearningGoal]]&lt;br /&gt;
* [[:Template:LearningGoal]]&lt;br /&gt;
* [[:Form:LearningGoal]] &lt;br /&gt;
topic links:&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{section|LearningGoal|level=1|hidden}}}&lt;br /&gt;
=LearningGoal=&lt;br /&gt;
{{{for template|LearningGoal}}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&#039;2&#039; | LearningGoal &lt;br /&gt;
|-&lt;br /&gt;
! key:&lt;br /&gt;
&amp;lt;!-- text key --&amp;gt;&lt;br /&gt;
|{{{field|key|property=LearningGoal key|size=50|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! qKey:&lt;br /&gt;
&amp;lt;!-- text qKey --&amp;gt;&lt;br /&gt;
|{{{field|qKey|property=LearningGoal qKey|size=70|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! id:&lt;br /&gt;
&amp;lt;!-- text id --&amp;gt;&lt;br /&gt;
|{{{field|id|property=LearningGoal id|size=50|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! chapter:&lt;br /&gt;
&amp;lt;!-- number chapter --&amp;gt;&lt;br /&gt;
|{{{field|chapter|property=LearningGoal chapter|size=4}}}&lt;br /&gt;
|-&lt;br /&gt;
! chapterKey:&lt;br /&gt;
&amp;lt;!-- text chapterKey --&amp;gt;&lt;br /&gt;
|{{{field|chapterKey|property=LearningGoal chapterKey|size=60}}}&lt;br /&gt;
|-&lt;br /&gt;
! subChapter:&lt;br /&gt;
&amp;lt;!-- number subChapter --&amp;gt;&lt;br /&gt;
|{{{field|subChapter|property=LearningGoal subChapter|size=60}}}&lt;br /&gt;
|-&lt;br /&gt;
! subChapterKey:&lt;br /&gt;
&amp;lt;!-- text subChapterKey --&amp;gt;&lt;br /&gt;
|{{{field|subChapterKey|property=LearningGoal subChapterKey|size=60}}}&lt;br /&gt;
|-&lt;br /&gt;
! relevanc:&lt;br /&gt;
&amp;lt;!-- text relevance --&amp;gt;&lt;br /&gt;
|{{{field|relevance|property=LearningGoal relevance|size=60}}}&lt;br /&gt;
|-&lt;br /&gt;
! keywords:&lt;br /&gt;
&amp;lt;!-- Text keywords --&amp;gt;&lt;br /&gt;
|{{{field|keywords|property=LearningGoal keywords|mandatory}}}&lt;br /&gt;
|-&lt;br /&gt;
! since:&lt;br /&gt;
&amp;lt;!-- Date since --&amp;gt;&lt;br /&gt;
|{{{field|since|property=LearningGoal since|input type=datepicker}}}&lt;br /&gt;
|-&lt;br /&gt;
! until:&lt;br /&gt;
&amp;lt;!-- Date until --&amp;gt;&lt;br /&gt;
|{{{field|until|property=LearningGoal until|input type=datepicker}}}&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{{{field|storemode|default=property|hidden}}}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&amp;lt;!-- LearningGoal --&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
&lt;br /&gt;
{{{section|Freitext|level=1|hidden}}}&lt;br /&gt;
=Freitext=&lt;br /&gt;
{{{standard input|free text|rows=10}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
{{{standard input|changes}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}}&lt;br /&gt;
{{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_pkey&amp;diff=2032</id>
		<title>Property:Slide pkey</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_pkey&amp;diff=2032"/>
		<updated>2023-04-05T07:24:05Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=pkey&lt;br /&gt;
|label=pkey &lt;br /&gt;
|documentation=key of the presentation of this slide&lt;br /&gt;
|type=Special:Types/Text&lt;br /&gt;
|index=2&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Slide&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::Text]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_page&amp;diff=2031</id>
		<title>Property:Slide page</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Slide_page&amp;diff=2031"/>
		<updated>2023-04-05T07:24:05Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=page&lt;br /&gt;
|label=page &lt;br /&gt;
|documentation=page number of the slide&lt;br /&gt;
|type=Special:Types/number&lt;br /&gt;
|index=4&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=True&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|showInGrid=True&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Slide&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::number]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Keywords&amp;diff=2030</id>
		<title>List of Keywords</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=List_of_Keywords&amp;diff=2030"/>
		<updated>2023-04-05T07:24:04Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOCACHE__&lt;br /&gt;
{{#ask: [[Topic name::Keyword]]&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
|?Topic icon = icon&lt;br /&gt;
|? = Topic&lt;br /&gt;
|?Topic name = name&lt;br /&gt;
|?Topic pluralName = pluralName&lt;br /&gt;
|?Topic documentation = documentation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Keywords ==&lt;br /&gt;
{{#ask: [[Concept:Keyword]]|format=count}}&lt;br /&gt;
{{#forminput:form=Keyword|button text=add Keyword}}&lt;br /&gt;
{{#ask: [[Concept:Keyword]]&lt;br /&gt;
|mainlabel=Keyword&lt;br /&gt;
|?Keyword key = key&lt;br /&gt;
|?Keyword aliases = aliases&lt;br /&gt;
|?Keyword de = de&lt;br /&gt;
|?Keyword en = en&lt;br /&gt;
|?Keyword wikidataid = wikidataid&lt;br /&gt;
|?Keyword links = links&lt;br /&gt;
|?Keyword literature = literature&lt;br /&gt;
|?Keyword urls = urls&lt;br /&gt;
|?Keyword stackoverflow_tag = stackoverflow_tag&lt;br /&gt;
| limit=1000&lt;br /&gt;
|sort=Keyword key&lt;br /&gt;
|order=ascending&lt;br /&gt;
}}&lt;br /&gt;
[[:Category:Keyword]]&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
	<entry>
		<id>http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_de&amp;diff=2029</id>
		<title>Property:Keyword de</title>
		<link rel="alternate" type="text/html" href="http://dbis-vl2.wikidata.dbis.rwth-aachen.de/index.php?title=Property:Keyword_de&amp;diff=2029"/>
		<updated>2023-04-05T07:24:04Z</updated>

		<summary type="html">&lt;p&gt;Sysop: modified through wikirestore by Sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Property&lt;br /&gt;
|name=de&lt;br /&gt;
|label=de &lt;br /&gt;
|documentation=german wikipedia article of the keyword&lt;br /&gt;
|type=Special:Types/External identifier&lt;br /&gt;
|index=3&lt;br /&gt;
|primaryKey=False&lt;br /&gt;
|mandatory=False&lt;br /&gt;
|size=100&lt;br /&gt;
|uploadable=False&lt;br /&gt;
|formatterURI=https://de.wikipedia.org/wiki/$1&lt;br /&gt;
|isLink=False&lt;br /&gt;
|topic=Concept:Keyword&lt;br /&gt;
|storemode=prop       &lt;br /&gt;
}}      &lt;br /&gt;
* [[Has type::External identifier]]&lt;br /&gt;
* External formatter uri: [[External formatter uri::https://de.wikipedia.org/wiki/$1]]&lt;br /&gt;
&lt;br /&gt;
This is a Property with type {{#show: {{FULLPAGENAMEE}} | ?Property type#- }}&lt;/div&gt;</summary>
		<author><name>Sysop</name></author>
	</entry>
</feed>