<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marthe</id>
	<title>Lexical Resource Semantics - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.lexical-resource-semantics.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Marthe"/>
	<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/Special:Contributions/Marthe"/>
	<updated>2026-05-23T22:06:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3449</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3449"/>
		<updated>2013-02-21T19:39:25Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic term belonging to the field of semantics, specifically syntax and grammar. The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information given about all the individuals of a setting, their properties and their relations. &lt;br /&gt;
&lt;br /&gt;
A model would be: Ben, who has short legs, runs with his brother around the track field. &lt;br /&gt;
&lt;br /&gt;
Ben and his brother are individuals, Ben&#039;s short legs are a property and both of them running together is a relation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3448</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=3448"/>
		<updated>2013-02-21T19:35:09Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Predicate logic&amp;quot; is a linguistic term belonging to the field of semantics, specifically syntax and grammar. The predicate of a sentence serves either to assign an information (property) to a single argument (&amp;quot;argument&amp;quot; here meaning a part of the sentence, such as subjects and objects) or to relate two or more arguments to each other. The predicate is seen as linking its arguments to give purpose to a sentence&#039;s content. Such a sentence can be paraphrased in a structured way which gives information about the relations between the elements of the sentence.&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language, which can only be interpreted in one way. Logical connectives, in form of symbols, are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot; and thereby giving information about the mentioned relations. &lt;br /&gt;
&lt;br /&gt;
The aim is to be able to interpret given formulae in a way that it becomes possible to state if a given sentence is true or false regarding a given model or story that the formulae were formed from. A model in this case means the information about all the individuals of a setting, their properties and their relations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
&lt;br /&gt;
===== AND =====&lt;br /&gt;
&lt;br /&gt;
Symbol:   Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) Ʌ teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable AND&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_AND1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== OR =====&lt;br /&gt;
&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) V teacher(snape)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable OR&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_OR1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== IF/THEN =====&lt;br /&gt;
&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;student(harry) --&amp;gt; teacher(snape&#039;&#039;&#039;)]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Truthtable IF/THEN&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Truthtable_IF_THEN2.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===== NOT =====&lt;br /&gt;
&lt;br /&gt;
Symbol:    ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;¬student(harry)&#039;&#039;&#039;]] = &#039;&#039;true/false&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original formulae has to be false, that the overall statement is true.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Only if &#039;&#039;&#039;student(harry)&#039;&#039;&#039; is &#039;&#039;false&#039;&#039;, &#039;&#039;&#039;¬student(harry&#039;&#039;&#039;) is &#039;&#039;true&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary (only those relevant for our topic):&lt;br /&gt;
** [[Glossary:_Predicate| Glossary entry for &#039;&#039;predicate&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Formulae| Glossary entry for &#039;&#039;formulae&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_I-Function| Glossary entry for &#039;&#039;I-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_G-Function| Glossary entry for &#039;&#039;G-Function&#039;&#039;]]&lt;br /&gt;
** [[Glossary:_Logical Connectives| Glossary entry for &#039;&#039;Logical Connective&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
== Our podcast ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;mediaplayer&amp;gt;http://youtu.be/KLeSxGJ-FeI&amp;lt;/mediaplayer&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic.notebook Presentation on Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
*[http://user.uni-frankfurt.de/~sailer/nmts-wise1213/Presentation-PredicateLogic-Comments.docx Comments on the presentation]&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
 File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
 File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Truthtable_AND1.png|Truthtable AND&lt;br /&gt;
File:Truthtable_OR1.png|Truthtable OR&lt;br /&gt;
File:Truthtable_IF_THEN2.png|Truthtable IF THEN&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2594</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2594"/>
		<updated>2013-01-25T17:45:22Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. [[Logical connectives|Logical connectives]] are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
** [[Glossary:_Connotation]]: the entry for &#039;&#039;connotation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2593</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2593"/>
		<updated>2013-01-25T17:44:53Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Short description of the topic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. &lt;br /&gt;
* [[Logical connectives|Logical connectives]] are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
** [[Glossary:_Connotation]]: the entry for &#039;&#039;connotation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2592</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2592"/>
		<updated>2013-01-25T17:40:27Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
** [[Glossary:_Connotation]]: the entry for &#039;&#039;connotation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2591</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2591"/>
		<updated>2013-01-25T17:39:08Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
** [[Glossary:_Connotation]]: the entry for &#039;&#039;connotation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039;&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2590</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=2590"/>
		<updated>2013-01-25T17:37:46Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Members */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 9 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&#039;&#039;&#039;[[User:Lisa| Lisa]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Marthe| Marthe]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:Elisabeth.krall| Elisabeth]]&#039;&#039;&#039; &amp;lt;br /&amp;gt; &#039;&#039;&#039;[[User:IsaB|Isabelle]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: &amp;lt;nowiki&amp;gt;[[&amp;lt;/nowiki&amp;gt;¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
** [[Glossary:_Connotation]]: the entry for &#039;&#039;connotation&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our material for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Complex exercise on Predicate Logic:&lt;br /&gt;
&lt;br /&gt;
* [[Creation_of_the_World|Exercise 1: Creation of the World]]&lt;br /&gt;
&lt;br /&gt;
* [[Formulae_and_their_interpretation|Exercise 2: Formulae and their interpretation]]&lt;br /&gt;
&lt;br /&gt;
* [[Interpretation_of_formulae_with_connectives|Exercise 3: Interpretation of formulae with connectives]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2589</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2589"/>
		<updated>2013-01-25T17:36:09Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Names:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2588</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2588"/>
		<updated>2013-01-25T17:30:28Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Names:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2587</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2587"/>
		<updated>2013-01-25T17:30:04Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Names:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2586</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2586"/>
		<updated>2013-01-25T17:29:38Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Names:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2585</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2585"/>
		<updated>2013-01-25T17:29:20Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Names:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Properties:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2584</id>
		<title>AnswerEX1-d</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-d&amp;diff=2584"/>
		<updated>2013-01-25T17:27:39Z</updated>

		<summary type="html">&lt;p&gt;Marthe: Created page with &amp;quot;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}   Names:  I (Alice) = &amp;lt;Alice&amp;gt;  I (Paul) = &amp;lt;Paul&amp;gt;  I (Tom) = &amp;lt;Tom&amp;gt;  I (Lisa) = &amp;lt;Lisa&amp;gt;     Properties:  I (wants to live in Munich) = {&amp;lt;Alic...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;U = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Names:&lt;br /&gt;
&lt;br /&gt;
I (Alice) = &amp;lt;Alice&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Paul) = &amp;lt;Paul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Tom) = &amp;lt;Tom&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (Lisa) = &amp;lt;Lisa&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Properties:&lt;br /&gt;
&lt;br /&gt;
I (wants to live in Munich) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (live in Berlin) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (live in Munich) = {}&lt;br /&gt;
&lt;br /&gt;
I (rather small) = {&amp;lt;Alice&amp;gt;, &amp;lt;Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (tall) = {&amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt; }&lt;br /&gt;
&lt;br /&gt;
I (blonde) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (female) = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (male) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
I (likes eating shoes) = {&amp;lt;Walter&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interpretations functions&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (doesn&#039;t care about sports) = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (bored watching soccer) = {&amp;lt;Tom&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoys watching soccer) = {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Relations:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (son of  Paul) = {&amp;lt;Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (daughter of Alice) = {&amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (mother of Lisa) = {&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (father of Tom) = {&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching football together) = {&amp;lt;Lisa, Paul, Alice, Tom&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I (enjoy watching soccer together) = {&amp;lt;Alice, Lisa&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2583</id>
		<title>Formulae and their interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2583"/>
		<updated>2013-01-25T17:24:26Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&amp;quot;2 a) Which of the following expressions of predicate logic are formulae? Give an explanation for your decision. If the expression is not a formula try to change it into one. To check your answer click on the single expressions.&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a1|family dog]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a2|blonde(Alice,Paul)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a3|father of someone(Alice,Lisa)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a4|tall(Alice)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a5|enjoy watching football together]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a general explanation of formulae [[General_Explanation_Formulae|Click here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;b) Interpret the following formulae as true or false. If you have not defined these relations or properties in your World use the ones given in the World of task 1. See here. (Link zur Antwort)&amp;quot;&amp;quot;&lt;br /&gt;
To check your answer click on the single formulae.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* [[AnswerEX2-b1|father of someone(Paul,Lisa)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* [[AnswerEX-b2|blonde(Walter)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;* [[AnswerEX-b3|enjoy watching football together(Alice,Tom)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[NMTS-Group9|Link to the Wiki Page]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2582</id>
		<title>Formulae and their interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2582"/>
		<updated>2013-01-25T17:23:37Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&amp;quot;2 a) Which of the following expressions of predicate logic are formulae? Give an explanation for your decision. If the expression is not a formula try to change it into one. To check your answer click on the single expressions.&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a1|family dog]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX2-a2|blonde(Alice,Paul)]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a3|father of someone(Alice,Lisa)]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a4|tall(Alice)]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a5|enjoy watching football together]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a general explanation of formulae [[General_Explanation_Formulae|Click here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;b) Interpret the following formulae as true or false. If you have not defined these relations or properties in your World use the ones given in the World of task 1. See here. (Link zur Antwort)&amp;quot;&amp;quot;&lt;br /&gt;
To check your answer click on the single formulae.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX2-b1|father of someone(Paul,Lisa)]]&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX-b2|blonde(Walter)]]&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX-b3|enjoy watching football together(Alice,Tom)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2581</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2581"/>
		<updated>2013-01-25T17:23:02Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.)&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers!&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a.)&#039;&#039;&#039; Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b.)&#039;&#039;&#039;  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c.)&#039;&#039;&#039;  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;d.)&#039;&#039;&#039; Write down the I-functions (interpretation functions) for a, b and c.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-d|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[NMTS-Group9|Link to the Wiki Page]]&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2580</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2580"/>
		<updated>2013-01-25T17:20:13Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.)&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers!&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a.)&#039;&#039;&#039; Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b.)&#039;&#039;&#039;  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c.)&#039;&#039;&#039;  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2579</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2579"/>
		<updated>2013-01-25T17:19:58Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.)&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers!&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a.)&#039;&#039;&#039; Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b.)&#039;&#039;&#039;  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c.)&#039;&#039;&#039;  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;[[NMTS-Group9|Link to the Wiki Page]]&amp;quot;&amp;quot;&amp;quot;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2578</id>
		<title>Formulae and their interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2578"/>
		<updated>2013-01-25T17:16:56Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&amp;quot;2 a) Which of the following expressions of predicate logic are formulae? Give an explanation for your decision. If the expression is not a formula try to change it into one. To check your answer click on the single expressions.&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a1|family dog]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a2|blonde(Alice,Paul)]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a3|father of someone(Alice,Lisa)]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a4|tall(Alice)]]&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a5|enjoy watching football together]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a general explanation of formulae [[General_Explanation_Formulae|Click here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;b) Interpret the following formulae as true or false. If you have not defined these relations or properties in your World use the ones given in the World of task 1. See here. (Link zur Antwort)&amp;quot;&amp;quot;&lt;br /&gt;
To check your answer click on the single formulae.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX2-b1|father of someone(Paul,Lisa)]]&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX-b2|blonde(Walter)]]&lt;br /&gt;
&lt;br /&gt;
* [[AnswerEX-b3|enjoy watching football together(Alice,Tom)]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2577</id>
		<title>Formulae and their interpretation</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Formulae_and_their_interpretation&amp;diff=2577"/>
		<updated>2013-01-25T17:16:03Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;quot;&amp;quot;2 a) Which of the following expressions of predicate logic are formulae? Give an explanation for your decision. If the expression is not a formula try to change it into one. To check your answer click on the single expressions.&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;*[[AnswerEX2-a1|family dog]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;*[[AnswerEX2-a2|blonde(Alice,Paul)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;*[[AnswerEX2-a3|father of someone(Alice,Lisa)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;*[[AnswerEX2-a4|tall(Alice)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;*[[AnswerEX2-a5|enjoy watching football together]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For a general explanation of formulae [[General_Explanation_Formulae|Click here]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;b) Interpret the following formulae as true or false. If you have not defined these relations or properties in your World use the ones given in the World of task 1. See here. (Link zur Antwort)&amp;quot;&amp;quot;&lt;br /&gt;
To check your answer click on the single formulae.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;* [[AnswerEX2-b1|father of someone(Paul,Lisa)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;* [[AnswerEX-b2|blonde(Walter)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;quot;&amp;quot;* [[AnswerEX-b3|enjoy watching football together(Alice,Tom)]]&amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2576</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2576"/>
		<updated>2013-01-25T17:11:30Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.)&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers!&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a.)&#039;&#039;&#039; Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b.)&#039;&#039;&#039;  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c.)&#039;&#039;&#039;  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2575</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2575"/>
		<updated>2013-01-25T17:10:34Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;relations&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2574</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2574"/>
		<updated>2013-01-25T17:09:40Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;These are the possible answers:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2573</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2573"/>
		<updated>2013-01-25T17:08:13Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;These are the possible answers:&#039;&#039;&#039;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt; &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2572</id>
		<title>AnswerEX1-a</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2572"/>
		<updated>2013-01-25T17:07:25Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the &#039;&#039;&#039;individuals&#039;&#039;&#039; of the story:&lt;br /&gt;
Alice&amp;lt;br/&amp;gt;&lt;br /&gt;
Paul&amp;lt;br/&amp;gt;&lt;br /&gt;
Lisa&amp;lt;br/&amp;gt;&lt;br /&gt;
Tom&amp;lt;br/&amp;gt;&lt;br /&gt;
Walter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the &#039;&#039;&#039;correct writing&#039;&#039;&#039; in predicate logic language:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2571</id>
		<title>AnswerEX1-a</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2571"/>
		<updated>2013-01-25T17:07:09Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the individuals of the story:&lt;br /&gt;
Alice&amp;lt;br/&amp;gt;&lt;br /&gt;
Paul&amp;lt;br/&amp;gt;&lt;br /&gt;
Lisa&amp;lt;br/&amp;gt;&lt;br /&gt;
Tom&amp;lt;br/&amp;gt;&lt;br /&gt;
Walter&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the &#039;&#039;&#039;correct writing&#039;&#039;&#039; in predicate logic language:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2570</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2570"/>
		<updated>2013-01-25T17:05:36Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.)&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;a.)&#039;&#039;&#039; Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;b.)&#039;&#039;&#039;  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;c.)&#039;&#039;&#039;  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2569</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2569"/>
		<updated>2013-01-25T17:04:41Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;The real world&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-a|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-b|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;*[[AnswerEX1-c|Check your answers]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2566</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2566"/>
		<updated>2013-01-25T13:32:38Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&amp;lt;br/&amp;gt;&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2565</id>
		<title>AnswerEX1-a</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2565"/>
		<updated>2013-01-25T13:32:08Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the individuals of the story:&lt;br /&gt;
Alice&lt;br /&gt;
Paul&lt;br /&gt;
Lisa&lt;br /&gt;
Tom&lt;br /&gt;
Walter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the correct writing in predicate logic language:&lt;br /&gt;
&lt;br /&gt;
U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2564</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2564"/>
		<updated>2013-01-25T13:31:40Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the possible answers:&amp;lt;br/&amp;gt; &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
*[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2563</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2563"/>
		<updated>2013-01-25T13:31:06Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&amp;lt;br/&amp;gt;&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2562</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2562"/>
		<updated>2013-01-25T13:30:13Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&amp;lt;br/&amp;gt;&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2561</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2561"/>
		<updated>2013-01-25T13:29:32Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the possible answers:&amp;lt;br/&amp;gt; &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&amp;lt;br/&amp;gt;&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2560</id>
		<title>AnswerEX1-a</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2560"/>
		<updated>2013-01-25T13:27:01Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the individuals of the story:&lt;br /&gt;
Alice&lt;br /&gt;
Paul&lt;br /&gt;
Lisa&lt;br /&gt;
Tom&lt;br /&gt;
Walter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the correct writing in predicate logic language:&lt;br /&gt;
&lt;br /&gt;
U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2559</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2559"/>
		<updated>2013-01-25T13:26:44Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the possible answers: &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2558</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2558"/>
		<updated>2013-01-25T13:26:24Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[Creation_of_the_World|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2557</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2557"/>
		<updated>2013-01-25T13:25:17Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX1-c&amp;amp;action|Link to the current exercise]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2555</id>
		<title>AnswerEX1-c</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-c&amp;diff=2555"/>
		<updated>2013-01-25T13:23:42Z</updated>

		<summary type="html">&lt;p&gt;Marthe: Created page with &amp;quot;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;} father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;} daughter of someone: {&amp;lt;x,y&amp;gt;/ ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;son of someone: {&amp;lt;x,y&amp;gt;/x is the son of y} = {&amp;lt;Tom,Paul&amp;gt;,&amp;lt;Tom,Alice&amp;gt;}&lt;br /&gt;
father of someone: {&amp;lt;x,y&amp;gt;/ x is the father of y} ={&amp;lt;Paul,Tom&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;}&lt;br /&gt;
daughter of someone: {&amp;lt;x,y&amp;gt;/ x is the daughter of y} ={Lisa, Paul}, {Lisa, Alice}&lt;br /&gt;
mother of someone: {&amp;lt;x,y&amp;gt;/ x is the mother of y} ={Alice, Lisa}, {Alice,Paul}&lt;br /&gt;
enjoy watching football games together: {&amp;lt;x,y&amp;gt;/x enjoys watching football with y and y enjoys watching football with x} = {&amp;lt;Alice, Paul&amp;gt;, &amp;lt;Paul, Alice&amp;gt;, &amp;lt;Lisa, Alice&amp;gt;, &amp;lt;Alice, Lisa&amp;gt;,&amp;lt;Alice, Tom&amp;gt;, &amp;lt;Tom, Alice&amp;gt;, &amp;lt;Paul, Lisa&amp;gt;, &amp;lt;Lisa, Paul&amp;gt;, &amp;lt;Paul, Tom&amp;gt;, &amp;lt;Tom, Paul&amp;gt;, &amp;lt;Tom, Lisa&amp;gt;, &amp;lt;Lisa, Tom&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2554</id>
		<title>AnswerEX1-b</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-b&amp;diff=2554"/>
		<updated>2013-01-25T13:22:55Z</updated>

		<summary type="html">&lt;p&gt;Marthe: Created page with &amp;quot;These are the possible answers:  rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;} tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;} blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;} female...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the possible answers: &lt;br /&gt;
rather small: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;}&lt;br /&gt;
tall: {x/x is tall} = {&amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
blonde:{x/x is blonde} = {&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
female: {x/x is female} = {&amp;lt;Lisa&amp;gt;,&amp;lt;Alice&amp;gt;}&lt;br /&gt;
male: {x/x is male} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&lt;br /&gt;
bored watching soccer: {x/x gets bored watching soccer} = {&amp;lt;Tom&amp;gt;,&amp;lt;Paul&amp;gt;}&lt;br /&gt;
enjoys watching football: {x/x enjoys watching football} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&lt;br /&gt;
doesn&#039;t care about sports: {x/x doesn’t care about sports} = {&amp;lt;Walter&amp;gt;}&lt;br /&gt;
likes eating shoes: {x/x likes eating shoes} = {&amp;lt;Walter&amp;gt;}&lt;br /&gt;
live in Berlin: {x/x live in Berlin} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Paul&amp;gt;}&lt;br /&gt;
want to live in Munich: {x/x is rather small} = {&amp;lt;Tom&amp;gt;,&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;}&lt;br /&gt;
live in Munich: {x/x live in Munich} = {}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2553</id>
		<title>AnswerEX1-a</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=AnswerEX1-a&amp;diff=2553"/>
		<updated>2013-01-25T13:21:45Z</updated>

		<summary type="html">&lt;p&gt;Marthe: Created page with &amp;quot;These are the individuals of the story: Alice Paul Lisa Tom Walter   This is the correct writing in predicate logic language:  U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are the individuals of the story:&lt;br /&gt;
Alice&lt;br /&gt;
Paul&lt;br /&gt;
Lisa&lt;br /&gt;
Tom&lt;br /&gt;
Walter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the correct writing in predicate logic language:&lt;br /&gt;
&lt;br /&gt;
U= {&amp;lt;Alice&amp;gt;, &amp;lt;Paul&amp;gt;, &amp;lt;Lisa&amp;gt;, &amp;lt;Tom&amp;gt;, &amp;lt;Walter&amp;gt;}&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2552</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2552"/>
		<updated>2013-01-25T13:21:14Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The real world&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX1-a|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX1-b|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX1-c|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2551</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2551"/>
		<updated>2013-01-25T13:19:28Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The real world&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties. You will need a pen and paper to write down your answers! &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a1|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a1|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[AnswerEX2-a1|Check your answers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2550</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2550"/>
		<updated>2013-01-25T13:16:55Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The real world&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are Tom and Lisa&#039;s parents. Both Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching American football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family&#039;s dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and notation we now want to define the world described in the story. First we need our individuals, their relations and possible properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct notation. &lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget: empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2548</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2548"/>
		<updated>2013-01-25T13:13:04Z</updated>

		<summary type="html">&lt;p&gt;Marthe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Marthe´s Aufgabe&lt;br /&gt;
&lt;br /&gt;
The real world&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are the parents of Tom and Lisa. Both, Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and writing we now want to define the world described in the story. First we need our individuals, their relations and possible properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct writing. &lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget,  empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2547</id>
		<title>Creation of the World</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=Creation_of_the_World&amp;diff=2547"/>
		<updated>2013-01-25T13:06:26Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Navigation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Marthe´s Aufgabe&lt;br /&gt;
&lt;br /&gt;
====Navigation====&lt;br /&gt;
&lt;br /&gt;
[[NMTS-Group9|Link to the Wiki Page]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The real world&lt;br /&gt;
&lt;br /&gt;
At the time Alice, Paul, Tom and Lisa live in Berlin, but they rather want to live in Munich. Alice is married to Paul. They are the parents of Tom and Lisa. Both, Lisa and her father are tall, while Alice and Tom are rather small. Lisa and her mom share the same hair color, which is blonde. The family enjoys watching football games together. But while the girls also like watching soccer, the boys get bored of it. Walter, the family dog, doesn&#039;t care about sports at all, he likes to eat their shoes. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.) &lt;br /&gt;
&lt;br /&gt;
Take a look at the story above. Using predicate logic terms and writing we now want to define the world described in the story. First we need our individuals, their relations and possible properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a.) Define the universe described in the “Real World Scenario”. Make sure you use the correct writing. &lt;br /&gt;
&lt;br /&gt;
b.)  Choose three individuals from those mentioned in the story and map them to 3 of the properties mentioned in the story. Don&#039;t forget,  empty sets are possible!&lt;br /&gt;
&lt;br /&gt;
c.)  Write down the possible relations mentioned in the story and map them to the individuals you wrote down in a.&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1649</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1649"/>
		<updated>2012-10-30T09:43:14Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Our wiki pages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 5 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
[[User:Lisa| Lisa]] &amp;lt;br /&amp;gt; [[User:Marthe| Marthe]] &amp;lt;br /&amp;gt; [[User:Helena| Helena]] &amp;lt;br /&amp;gt; [[User:Elisabeth.krall| Elisabeth]] &amp;lt;br /&amp;gt; [[User:IsaB|Isabelle]]&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
** [[Glossary:_Formulae]]: the entry for &#039;&#039;formulae&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our materials for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Helena.jpg| &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1648</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1648"/>
		<updated>2012-10-30T09:39:39Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Our pictures */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 5 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
[[User:Lisa| Lisa]] &amp;lt;br /&amp;gt; [[User:Marthe| Marthe]] &amp;lt;br /&amp;gt; [[User:Helena| Helena]] &amp;lt;br /&amp;gt; [[User:Elisabeth.krall| Elisabeth]] &amp;lt;br /&amp;gt; [[User:IsaB|Isabelle]]&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/sl Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
* [http://www.philosophy.hku.hk/think/pl Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our materials for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
File:Helena.jpg| &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1378</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1378"/>
		<updated>2012-10-26T18:08:01Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 5 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
[[User:Lisa| Lisa]] &amp;lt;br /&amp;gt; [[User:Marthe| Marthe]] &amp;lt;br /&amp;gt; [[User:Helena| Helena]] &amp;lt;br /&amp;gt; [[User:Elisabeth.krall| Elisabeth]] &amp;lt;br /&amp;gt; [[User:IsaB|Isabelle]]&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://philosophy.hku.hk/think/sl/| Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
[http://philosophy.hku.hk/think/pl/| Predicate Logic]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our materials for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
	<entry>
		<id>https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1377</id>
		<title>NMTS-Group9</title>
		<link rel="alternate" type="text/html" href="https://www.lexical-resource-semantics.de/wiki/index.php?title=NMTS-Group9&amp;diff=1377"/>
		<updated>2012-10-26T18:07:38Z</updated>

		<summary type="html">&lt;p&gt;Marthe: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MaterialUnderConstruction}}&lt;br /&gt;
&lt;br /&gt;
= Wikipage of Group 5 =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
[[User:Lisa| Lisa]] &amp;lt;br /&amp;gt; [[User:Marthe| Marthe]] &amp;lt;br /&amp;gt; [[User:Helena| Helena]] &amp;lt;br /&amp;gt; [[User:Elisabeth.krall| Elisabeth]] &amp;lt;br /&amp;gt; [[User:IsaB|Isabelle]]&lt;br /&gt;
&lt;br /&gt;
=== Short description of the topic ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Predicate logic - logical connectives&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The purpose of Predicate logic is to avoid ambiguity in sentences by forming formulae out of natural language. Logical connectives are used to create formulae out of sentences with &amp;quot;and&amp;quot;, &amp;quot;or&amp;quot;, &amp;quot;if/then&amp;quot; and &amp;quot;not&amp;quot;. The aim is to state if the given sentence is true or false in a given model.&lt;br /&gt;
&lt;br /&gt;
==== Examples ====&lt;br /&gt;
===== and =====&lt;br /&gt;
Symbol: Ʌ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student and Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) Ʌ teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== or =====&lt;br /&gt;
Symbol: V &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: Harry is a student or Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) V teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== if/then =====&lt;br /&gt;
Symbol: --&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence: If Harry is a student then Snape is a teacher. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[student (harry) --&amp;gt; teacher (snape)]] = true/false&lt;br /&gt;
&lt;br /&gt;
===== not =====&lt;br /&gt;
Symbol: ¬ &amp;lt;br /&amp;gt;&lt;br /&gt;
Sentence:  Harry is not a student. &amp;lt;br /&amp;gt;&lt;br /&gt;
Formulae: [[¬student (harry)]] = true/false&lt;br /&gt;
&lt;br /&gt;
==== Difficulties ====&lt;br /&gt;
* Abstraction of content/natural language&lt;br /&gt;
* Understanding the whole process from creating a model to interpret formulae&lt;br /&gt;
* Understanding the truth conditions of a formulae with connectives&lt;br /&gt;
&lt;br /&gt;
== References and links ==&lt;br /&gt;
&lt;br /&gt;
=== References ===&lt;br /&gt;
&amp;lt;!-- Indicate at least 3 references that you will use for your topic --&amp;gt;&lt;br /&gt;
* Course material &amp;quot;Introduction to Semantics&amp;quot; by Manfred Sailer&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&amp;lt;!-- Indicate links that may be helpful for your topic. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://philosophy.hku.hk/think/sl/| Sentential Logic]&lt;br /&gt;
&lt;br /&gt;
[[http://philosophy.hku.hk/think/pl/| Predicate Logic]]&lt;br /&gt;
&lt;br /&gt;
= Our e-learning objects =&lt;br /&gt;
&lt;br /&gt;
== Our wiki pages ==&lt;br /&gt;
&amp;lt;!-- List all the wiki pages that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* in the Glossary:&lt;br /&gt;
** [[Glossary:Hyponym]]: the entry for &#039;&#039;hyponym&#039;&#039;&lt;br /&gt;
** [[Glossary:_Predicate]]: the entry for &#039;&#039;predicate&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Our podcasts ==&lt;br /&gt;
&amp;lt;!-- List all the podcasts that were created by your group. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our materials for an interactive whiteboard ==&lt;br /&gt;
&amp;lt;!-- List all the files that your group created for the interactive whiteboard. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our pictures ==&lt;br /&gt;
&amp;lt;!-- Give all the pictures of your group. Use the gallery function for this:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 &amp;lt;gallery&amp;gt;&lt;br /&gt;
 File:Lisa.jpg|Lisa&lt;br /&gt;
 File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
 File:Picture liss.jpg|Elisabeth&lt;br /&gt;
 File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;/gallery&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Lisa.jpg|Lisa&lt;br /&gt;
File:MartheBerkenheide.jpg|Marthe&lt;br /&gt;
File:Picture liss.jpg|Elisabeth&lt;br /&gt;
File:IsabelleBrend&#039;amour.jpg|Isabelle&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Our exercises ==&lt;br /&gt;
&amp;lt;!-- Provide links to all the exercises that your group has created.--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Marthe</name></author>
	</entry>
</feed>