{
  "@context": "http://www.w3.org/ns/tdmrep",
  "@type": "TDMPolicy",
  "tdm-reservation": 1,
  "tdm-policy": [
    {
      "assigner": "https://dinerdashboard.com",
      "assignee": "https://dinerdashboard.com",
      "permission": [
        {
          "target": "https://dinerdashboard.com/blog/*",
          "action": "tdm:mine",
          "constraint": {
            "purpose": "research"
          }
        }
      ],
      "prohibition": [
        {
          "target": "https://dinerdashboard.com/",
          "action": "tdm:mine",
          "constraint": {
            "purpose": "training"
          }
        },
        {
          "target": "https://dinerdashboard.com/dashboard/*",
          "action": "tdm:mine"
        }
      ]
    }
  ]
}
