{
  "@context": {
    "@vocab": "http://www.example.org#"
  },
  "features": {
    "all_devices": {
      "description": "Current devices",
      "inference": {
        "data": [
          "/people/*/*",
          "./data/*"
        ],
        "query": "./queries/query_devices.n3"
      }
    },
    "playlist": {
      "description": "Playlists",
      "inference": {
        "data": [
          "/people/*/*",
          "./data/*"
        ],
        "query": "./queries/query_music.n3"
      }
    }
  }
}
