(6 intermediate revisions by the same user not shown)
Line 30: Line 30:
 
2
 
2
 
||  
 
||  
creata istanza di track e dell'album di appartenenza. Definito il genere del track, non viene inferito il genere dell'album.
+
created an instance of Track and of an album. Track is in that album. Defined the genre of track, album genre is not inferred by the reasoner.
 
||
 
||
I reasoner adottati non hanno derivato il genere dell'album. Possibile errore.
+
Reasoners don't infer album genre. Possible error.
 
  || ||
 
  || ||
|-
 
| 3 || input of inchoerent data|| stress test||
 
|| Prova di assegnazione genere a un oggetto che non dovrebbe avere genere  ||
 
Ogni cosa può avere un genere (anche una chitarra)
 
||
 
  
|| ||
 
 
|-
 
|-
| 4 || || || || || ||
+
| 3 || input of inchoerent data || stress test || Assign a genre to an object that should not have a genre || Everything can have a genre (a guitar). || Make various versions of genre relationship with specific domains, one for tracks, one for albums..||
 +
 
 
|-
 
|-
 
|}
 
|}

Latest revision as of 16:05, 10 May 2011

Testing Exercise - document your work on methods used
Number Requirement tested Method used Test applied Error(s) found Suggestions/ideas for solution Additional notes
0 CQ1 1

SELECT ?p ?strument WHERE { ?p a :Person . ?p :playsInstrument ?strument }

none none none
1 CQ2 1

SELECT ?p ?band ?year_start ?year_end ?strument WHERE {

   ?p a mi:Person .

?band a mi:Band . ?timeindex a mi:TimeIndexedMembership . ?timeindex mi:band ?band . ?timeindex mi:member ?p . ?timeindex mi:membershipStartDate ?year_start . ?timeindex mi:membershipEndDate ?year_end .

       ? p mi:bassPlayerOf

} ... no way to express

no way to express the role of a person

design pattern : ObjectRole

2 RR1

2

created an instance of Track and of an album. Track is in that album. Defined the genre of track, album genre is not inferred by the reasoner.

Reasoners don't infer album genre. Possible error.

3 input of inchoerent data stress test Assign a genre to an object that should not have a genre Everything can have a genre (a guitar). Make various versions of genre relationship with specific domains, one for tracks, one for albums..
The page [[Bootstrap:Footer]] was not found.