<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://ontologydesignpatterns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlessandroLascu</id>
		<title>'Ontology Design Patterns' - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://ontologydesignpatterns.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AlessandroLascu"/>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php/Special:Contributions/AlessandroLascu"/>
		<updated>2026-04-30T10:46:18Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10763</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10763"/>
				<updated>2011-06-12T14:15:56Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality 1 or more. || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Reasoning requirement 1 || Performing inferences || I created an instance of a track with genre &amp;quot;indie&amp;quot; || The reasoner could not infer the fact that a certain band is associated to some genre based on the genre of a track. The problem is due to the fact that there is no property relating Band and Track || A property relating Band and Track must be added. ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Reasoning requirement 2 || Performing inferences || I created an instance of an Album and two instances of Track with genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; that are in included in the Album. || The reasoner could not infer the fact that the Album fooAlbum has genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; based on the genre of the tracks it contains. The problem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10762</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10762"/>
				<updated>2011-06-12T14:14:37Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Reasoning requirement 1 || Performing inferences || I created an instance of a track with genre &amp;quot;indie&amp;quot; || The reasoner could not infer the fact that a certain band is associated to some genre based on the genre of a track. The problem is due to the fact that there is no property relating Band and Track || A property relating Band and Track must be added. ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Reasoning requirement 2 || Performing inferences || I created an instance of an Album and two instances of Track with genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; that are in included in the Album. || The reasoner could not infer the fact that the Album fooAlbum has genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; based on the genre of the tracks it contains. The problem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10761</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10761"/>
				<updated>2011-06-12T14:12:10Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Reasoning requirement 1 || Performing inferences || I created an instance of a track with genre &amp;quot;indie&amp;quot; || The reasoner could not infer the fact that a certain band is associated to some genre based on the genre of a track. The problem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Reasoning requirement 2 || Performing inferences || I created an instance of an Album and two instances of Track with genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; that are in included in the Album. || The reasoner could not infer the fact that the Album fooAlbum has genre &amp;quot;indie&amp;quot; and &amp;quot;funk_rock&amp;quot; based on the genre of the tracks it contains. The problem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10760</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10760"/>
				<updated>2011-06-12T14:05:27Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Reasoning requirement 1 || Performing inferences || I created an instance of a track with genre &amp;quot;indie&amp;quot; || The reasoner could not infer the fact that a certain band is associated to some genre based on the genre of a track. The roblem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10759</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10759"/>
				<updated>2011-06-12T14:00:13Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Reasoning requirement 1: To identify (classify) bands into (multiple) genres based on the genres of their recorded tracks, e.g., a rock band has recorded some track in the genre &amp;quot;rock&amp;quot;. In this system a band should be classified into a certain genre even if it has only one track of this genre.  || Performing inferences || I created an instance of a track with genre &amp;quot;indie&amp;quot; || The reasoner could not infer the fact that a certain band is associated to some genre based on the genre of a track. The roblem is due to the fact that there is no property relating Band and Track ||  ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10758</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10758"/>
				<updated>2011-06-12T13:49:30Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 5 || Contextual statement 4: Each band and each person is associated to at least one name || Reasoning || Inspection of class restrictions || The data property hasName does not have Person as a Domain || Changing the hasName property is sufficient ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10757</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10757"/>
				<updated>2011-06-12T13:40:30Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || Contextual statement 2: A track has only one genre || Reasoning || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || Contextual statement 3: A track realizes only one song || Reasoning || Inspection of class restrictions || The cardinality of the Track-Song relationship has cardinality [1,..] || A simple cardinality change is enough ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10756</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10756"/>
				<updated>2011-06-12T13:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || Contextual statement 1: A recorded album has one or more genres  || Stress test || Inspection of class restrictions || OK || -- ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10755</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10755"/>
				<updated>2011-06-12T09:08:58Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || Unit test || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Collaborative_eXtreme_Design/I2Pair&amp;diff=10746</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Collaborative eXtreme Design/I2Pair</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Collaborative_eXtreme_Design/I2Pair&amp;diff=10746"/>
				<updated>2011-05-12T11:08:34Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Ornela and Alessandro ===&lt;br /&gt;
&lt;br /&gt;
Use the following template for each story you develop&lt;br /&gt;
&lt;br /&gt;
'''Story title''': Article collections&lt;br /&gt;
&lt;br /&gt;
'''Depends on story(ies)''': Articles&lt;br /&gt;
&lt;br /&gt;
'''Description''': To constantly update their knowledge both nurses and doctors read research articles that can be found in article collections at the hospital library. Article collections are usually available both as books and electronically CDs. &lt;br /&gt;
&lt;br /&gt;
'''Priority''': High&lt;br /&gt;
&lt;br /&gt;
'''Competency questions'''&lt;br /&gt;
# What articles did a nurse or a doctor read?&lt;br /&gt;
# Which article collections can an article be found in? (need also reverse question)&lt;br /&gt;
# What article collections can be found in an hospital library? (need also reverse question)&lt;br /&gt;
# In what format (concrete realization) is available a certain article collection?&lt;br /&gt;
&lt;br /&gt;
'''Contextual statements'''&lt;br /&gt;
# Article and ArticleCollection are disjoint.&lt;br /&gt;
# Nurse and Doctor are disjoint.&lt;br /&gt;
# ArticleCollection is disjoint from Book and CD.&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10658</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10658"/>
				<updated>2011-05-10T15:59:29Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || CQ1 || SPARQLE query || SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . }  || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	<entry>
		<id>http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10602</id>
		<title>Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/AlessandroLascu</title>
		<link rel="alternate" type="text/html" href="http://ontologydesignpatterns.org/index.php?title=Training:PhD_Course_on_Computational_Ontologies_@_University_of_Bologna_2011/Ontology_Testing/AlessandroLascu&amp;diff=10602"/>
				<updated>2011-05-10T14:02:49Z</updated>
		
		<summary type="html">&lt;p&gt;AlessandroLascu: New page: {| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot; |+ Testing Exercise - document your work on methods used | '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+ Testing Exercise - document your work on methods used&lt;br /&gt;
| '''Number''' ||  '''Requirement tested''' || '''Method used''' || '''Test applied''' || '''Error(s) found''' || '''Suggestions/ideas for solution''' || '''Additional notes'''&lt;br /&gt;
|-&lt;br /&gt;
| 0 || || only for students exercising with method guidelines || || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 1 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 2 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 3 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4 || || || || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>AlessandroLascu</name></author>	</entry>

	</feed>