{
  "name": "Agent + action",
  "level": 6,
  "slots": ["agent", "action"],
  "prerequisites": ["single_word"],
  "node_keys": ["combine_person_action", "label_common_action"],
  "description": "Who is doing what: the person and the action.",
  "rubric": ["A person and an action together", "The person is the one acting"],
  "status": "draft",
  "languages": {
    "en": {"pattern": "{agent} {action}", "morphology": "Agent first; the verb may stay uninflected (Mummy eat).", "examples": [{"slots": {"agent": "mother", "action": "eat"}, "text": "Mummy eat"}, {"slots": {"agent": "dog", "action": "sleep"}, "text": "Dog sleep"}, {"slots": {"agent": "child", "action": "play"}, "text": "Baby play"}], "status": "draft"},
    "hi": {"pattern": "{agent} {action}", "morphology": "Agent first; the verb agrees with the agent's gender and number when inflected (माँ खाती है / पापा खाते हैं); a bare verb is accepted at this level.", "examples": [{"slots": {"agent": "mother", "action": "eat"}, "text": "माँ खाती है"}, {"slots": {"agent": "dog", "action": "sleep"}, "text": "कुत्ता सोता है"}, {"slots": {"agent": "child", "action": "play"}, "text": "बच्चा खेलता है"}], "status": "draft"}
  }
}
