Exercise 1 - Filtering
Your task
Try and write a SPARQL query to return the first and last name of all characters in our dataset 17 years of age or younger. In addition, order the results by age from youngest to oldest.
Having trouble?
Hint: For a list of SPARQL's filter functions see: List of SPARQL Filter Functions
Hint: You may want to try something else besides "<" for your filter function.
Ready for the solution?
Head to the solution to see our implementation of the solution.