{
  "name": "Where-question",
  "level": 8,
  "slots": ["question", "object"],
  "prerequisites": ["object_location"],
  "node_keys": ["answer_where", "ask_question"],
  "description": "Asking or answering where: Where is the cat? Answered with a location word.",
  "rubric": ["A where word", "Answer is a place word or a pointed-to place"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{question} {object}", "morphology": "Question word first (Where cat? / Where is the cat?).", "examples": [{"slots": {"question": "where", "object": "cat"}, "text": "Where is the cat?"}, {"slots": {"question": "where", "object": "ball"}, "text": "Where is the ball?"}], "status": "draft"},
    "hi": {"pattern": "{object} {question}", "morphology": "Thing first, then कहाँ (बिल्ली कहाँ है?).", "examples": [{"slots": {"question": "where", "object": "cat"}, "text": "बिल्ली कहाँ है?"}, {"slots": {"question": "where", "object": "ball"}, "text": "गेंद कहाँ है?"}], "status": "draft"}
  }
}
