Training:PhD Course on Computational Ontologies @ University of Bologna 2011/Ontology Testing/OrnelaDardha
From Odp
(Difference between revisions)
Line 5: | Line 5: | ||
| 0 || I asked for the names of the persons|| || || missing Johs Klinghoffer (guitar)|| simply add it|| | | 0 || I asked for the names of the persons|| || || missing Johs Klinghoffer (guitar)|| simply add it|| | ||
|- | |- | ||
- | | 1 || || || || || || | + | | 1 || SELECT ?p ?y |
+ | WHERE { | ||
+ | ?p a :Person . | ||
+ | ?p :playsInstrument ?y | ||
+ | } || || || || || | ||
|- | |- | ||
| 2 || || || || || || | | 2 || || || || || || |
Revision as of 14:44, 10 May 2011
Number | Requirement tested | Method used | Test applied | Error(s) found | Suggestions/ideas for solution | Additional notes |
0 | I asked for the names of the persons | missing Johs Klinghoffer (guitar) | simply add it | |||
1 | SELECT ?p ?y
WHERE { ?p a :Person . ?p :playsInstrument ?y } || || || || || | |||||
2 | ||||||
3 | ||||||
4 |