show the age of all employees ,using the RdqlResultIterator
Result Label Names: ?givenName ?age
Number of results: 3
Result objects, serialized to string:
Literal("Monica")
Literal("29")
Literal("George")
Literal("41")
Literal("Bill")
Literal("33")
No. | ?givenName | ?familyName | |
1. | Literal: Bill | Literal: Parker | Literal: B.Parker@example.com |
2. | Literal: Monica | Literal: Murphy | Literal: M.Murphy@example.com |
3. | Literal: George | Literal: Simpson | Literal: G.Simpson@example.com |
No. | ?employee | ?age |
1. | Literal: Bill Parker | Literal: 33 |
2. | Literal: George Simpson | Literal: 41 |
No. | ?x | ?type |
1. | Resource: http://example.com/employees/BillParker/ | Resource: http://www.w3.org/2001/vcard-rdf/3.0#home |
No. | ?givenName | ?familyName | ?telNumber |
1. | Literal: Monica | Literal: Murphy | Literal: +1 111 2222 999 |
2. | Literal: George | Literal: Simpson | Literal: +1 111 2222 101 |
3. | Literal: Bill | Literal: Parker | Literal: +1 111 2222 668 |