Line 5: | Line 5: | ||
| 0 || || only for students exercising with method guidelines || || || || | | 0 || || only for students exercising with method guidelines || || || || | ||
|- | |- | ||
− | | 1 || What instruments does a certain person play? || 1° (SPARQL Query) || SELECT ?person ?instrument | + | | 1 || What instruments does a certain person play? || 1° (SPARQL Query) || SELECT ?person ?instrument WHERE { ?person :playsInstrument ?instrument . } || - || - || - || |
|- | |- | ||
− | | 2 || || || || || || | + | | 2 || Who were the members of a band in a point in time? || 1° (SPARQL Query) || SELECT ?person ?band WHERE { ?person :playsRoleInBand ?band . } || - || - || - || |
|- | |- | ||
| 3 || || || || || || | | 3 || || || || || || |
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 | What instruments does a certain person play? | 1° (SPARQL Query) | SELECT ?person ?instrument WHERE { ?person :playsInstrument ?instrument . } | - | - | - | |
2 | Who were the members of a band in a point in time? | 1° (SPARQL Query) | SELECT ?person ?band WHERE { ?person :playsRoleInBand ?band . } | - | - | - | |
3 | |||||||
4 |