 |
Exercise 22: Query transformation examples
Summary
The point of this exercise is to evaluate the query transformation system by exploring a number of examples.
  | "Daniel's sister Rebekah": Create a more general transformation: |
 | | {noun} 's {noun} {first_name} -> $x: $1 $2 $x, $x.first_name = $1 |
|
|
  | "My grandpa Bigham": Qualifying a relation using a last name. |
  | "My laptop computer" |
 | | my {adjective} {noun} -> speaker.$2: speaker.$2 is_a $1 |
|
|
  | "What is my older sister's brother's name?": A tricky question. |
Web UI
Click here |
|
 |