{
  "@context": {
    "@vocab": "http://www.example.org#"
  },
  "features": {
    "data": {
      "raw": "@prefix : <http://www.example.org#> . :Alarm a :Event ; :message 'Run!' ."
    },
    "html": {
      "description": "Expose a web page via template",
      "Content-Type": "text/html",
      "handlebars": "./app/index.html.handlebars",
      "context": {
        "title":"Example 06"
      },
      "withUrl":{
        "javascript": "./javascript_hook.js"
      }
    },
    "javascript_hook.js": {
      "description": "generate a javascript hook",
      "Content-Type": "text/javascript",
      "handlebars": "./app/source.js.handlebars",
      "withUrl": {
        "url":"./data"
      }
    }
  }
}
