Line 13: | Line 13: | ||
| 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 || | | 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 || | ||
|- | |- | ||
− | | | + | | 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 || |
|- | |- | ||
| 4 || || || || || || | | 4 || || || || || || | ||
|- | |- | ||
|} | |} |
Number | Requirement tested | Method used | Test applied | Error(s) found | Suggestions/ideas for solution | Additional notes |
0 | only for students exercising with method guidelines | |||||
1 | CQ1 | Unit test | SELECT ?person ?instrument WHERE { ?instrument :instrumentPlayedBy ?person . } | |||
2 | Contextual statement 1: A recorded album has one or more genres | Reasoning | Inspection of class restrictions | OK | -- | |
3 | Contextual statement 2: A track has only one genre | Reasoning | Inspection of class restrictions | OK | -- | |
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 | |
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 | |
4 |