{
  "metadata": {
    "mmif": "http://mmif.clams.ai/$VERSION"
  },
  "documents": [
    {
      "@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
      "properties": {
        "id": "m1",
        "mime": "video/mpeg",
        "location": "file:///var/archive/video-002.mp4"
      }
    }
  ],
  "views": [
    {
      "id": "v1",
      "metadata": {
        "app": "http://apps.clams.ai/bars-and-tones/1.0.5",
        "timestamp": "2020-05-27T12:23:45",
        "contains": {
          "http://mmif.clams.ai/vocabulary/TimeFrame/v6": {
            "document": "m1",
            "timeUnit": "milliseconds"
          }
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v1:s1",
            "start": 0,
            "end": 2600,
            "frameType": "bars-and-tones"
          }
        }
      ]
    },
    {
      "id": "v2",
      "metadata": {
        "app": "http://apps.clams.ai/slates/1.0.3",
        "timestamp": "2020-05-27T12:23:45",
        "contains": {
          "http://mmif.clams.ai/vocabulary/TimeFrame/v6": {
            "document": "m1",
            "timeUnit": "milliseconds"
          }
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v2:s1",
            "start": 2700,
            "end": 5300,
            "frameType": "slate"
          }
        }
      ]
    },
    {
      "id": "v3",
      "metadata": {
        "app": "http://mmif.clams.ai/apps/audio-segmenter/0.2.1",
        "contains": {
          "http://mmif.clams.ai/vocabulary/TimeFrame/v6": {
            "timeUnit": "milliseconds",
            "document": "m1"
          }
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "frameType": "non-speech",
            "id": "v3:tf1",
            "start": 0,
            "end": 5500
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v3:tf2",
            "frameType": "speech",
            "start": 5500,
            "end": 22000
          }
        }
      ]
    },
    {
      "id": "v4",
      "metadata": {
        "app": "http://mmif.clams.ai/apps/kaldi/0.2.1",
        "contains": {
          "http://mmif.clams.ai/vocabulary/TextDocument/v1": {},
          "http://mmif.clams.ai/vocabulary/Token/v1": {
            "document": "v4:td1"
          },
          "http://mmif.clams.ai/vocabulary/TimeFrame/v6": {
            "timeUnit": "milliseconds",
            "document": "m1"
          },
          "http://mmif.clams.ai/vocabulary/Alignment/v1": {}
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v4:td1",
            "mime": "text/plain",
            "location": "file:///var/archive/transcript-002.txt"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a1",
            "source": "v3:tf1",
            "target": "v4:td1"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t1",
            "start": 0,
            "end": 5,
            "text": "Hello"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf1",
            "start": 5500,
            "end": 6085
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a2",
            "source": "v4:tf1",
            "target": "v4:t1"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t2",
            "start": 5,
            "end": 6,
            "text": ","
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf2",
            "start": 6085,
            "end": 6202
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a3",
            "source": "v4:tf2",
            "target": "v4:t2"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t3",
            "start": 7,
            "end": 11,
            "text": "this"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf3",
            "start": 6319,
            "end": 6787
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a4",
            "source": "v4:tf3",
            "target": "v4:t3"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t4",
            "start": 12,
            "end": 14,
            "text": "is"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf4",
            "start": 6904,
            "end": 7138
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a5",
            "source": "v4:tf4",
            "target": "v4:t4"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t5",
            "start": 15,
            "end": 18,
            "text": "Jim"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf5",
            "start": 7255,
            "end": 7606
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a6",
            "source": "v4:tf5",
            "target": "v4:t5"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t6",
            "start": 19,
            "end": 25,
            "text": "Lehrer"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf6",
            "start": 7723,
            "end": 8425
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a7",
            "source": "v4:tf6",
            "target": "v4:t6"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t7",
            "start": 26,
            "end": 30,
            "text": "with"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf7",
            "start": 8542,
            "end": 9010
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a8",
            "source": "v4:tf7",
            "target": "v4:t7"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t8",
            "start": 31,
            "end": 34,
            "text": "the"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf8",
            "start": 9127,
            "end": 9478
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a9",
            "source": "v4:tf8",
            "target": "v4:t8"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t9",
            "start": 35,
            "end": 43,
            "text": "NewsHour"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf9",
            "start": 9595,
            "end": 10531
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a10",
            "source": "v4:tf9",
            "target": "v4:t9"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t10",
            "start": 44,
            "end": 46,
            "text": "on"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf10",
            "start": 10648,
            "end": 10882
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a11",
            "source": "v4:tf10",
            "target": "v4:t10"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t11",
            "start": 47,
            "end": 50,
            "text": "PBS"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf11",
            "start": 10999,
            "end": 11350
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a12",
            "source": "v4:tf11",
            "target": "v4:t11"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t12",
            "start": 50,
            "end": 51,
            "text": "."
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf12",
            "start": 11350,
            "end": 11467
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a13",
            "source": "v4:tf12",
            "target": "v4:t12"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t13",
            "start": 52,
            "end": 54,
            "text": "In"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf13",
            "start": 11584,
            "end": 11818
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a14",
            "source": "v4:tf13",
            "target": "v4:t13"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t14",
            "start": 55,
            "end": 58,
            "text": "the"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf14",
            "start": 11935,
            "end": 12286
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a15",
            "source": "v4:tf14",
            "target": "v4:t14"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t15",
            "start": 59,
            "end": 67,
            "text": "nineteen"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf15",
            "start": 12403,
            "end": 13339
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a16",
            "source": "v4:tf15",
            "target": "v4:t15"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t16",
            "start": 68,
            "end": 76,
            "text": "eighties"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf16",
            "start": 13456,
            "end": 14392
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a17",
            "source": "v4:tf16",
            "target": "v4:t16"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t17",
            "start": 76,
            "end": 77,
            "text": ","
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf17",
            "start": 14392,
            "end": 14509
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a18",
            "source": "v4:tf17",
            "target": "v4:t17"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t18",
            "start": 78,
            "end": 85,
            "text": "barking"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf18",
            "start": 14626,
            "end": 15445
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a19",
            "source": "v4:tf18",
            "target": "v4:t18"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t19",
            "start": 86,
            "end": 90,
            "text": "dogs"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf19",
            "start": 15562,
            "end": 16030
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a20",
            "source": "v4:tf19",
            "target": "v4:t19"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t20",
            "start": 91,
            "end": 95,
            "text": "have"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf20",
            "start": 16147,
            "end": 16615
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a21",
            "source": "v4:tf20",
            "target": "v4:t20"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t21",
            "start": 96,
            "end": 108,
            "text": "increasingly"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf21",
            "start": 16732,
            "end": 18136
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a22",
            "source": "v4:tf21",
            "target": "v4:t21"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t22",
            "start": 109,
            "end": 115,
            "text": "become"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf22",
            "start": 18253,
            "end": 18955
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a23",
            "source": "v4:tf22",
            "target": "v4:t22"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t23",
            "start": 116,
            "end": 117,
            "text": "a"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf23",
            "start": 19072,
            "end": 19189
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a24",
            "source": "v4:tf23",
            "target": "v4:t23"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t24",
            "start": 118,
            "end": 125,
            "text": "problem"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf24",
            "start": 19306,
            "end": 20125
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a25",
            "source": "v4:tf24",
            "target": "v4:t24"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t25",
            "start": 126,
            "end": 128,
            "text": "in"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf25",
            "start": 20242,
            "end": 20476
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a26",
            "source": "v4:tf25",
            "target": "v4:t25"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t26",
            "start": 129,
            "end": 134,
            "text": "urban"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf26",
            "start": 20593,
            "end": 21178
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a27",
            "source": "v4:tf26",
            "target": "v4:t26"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t27",
            "start": 135,
            "end": 140,
            "text": "areas"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf27",
            "start": 21295,
            "end": 21880
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a28",
            "source": "v4:tf27",
            "target": "v4:t27"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Token/v1",
          "properties": {
            "id": "v4:t28",
            "start": 140,
            "end": 141,
            "text": "."
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v6",
          "properties": {
            "id": "v4:tf28",
            "start": 21880,
            "end": 21997
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v4:a29",
            "source": "v4:tf28",
            "target": "v4:t28"
          }
        }
      ]
    },
    {
      "id": "v5",
      "metadata": {
        "app": "http://mmif.clams.ai/apps/east/0.2.1",
        "contains": {
          "http://mmif.clams.ai/vocabulary/BoundingBox/v5": {
            "document": "m1"
          }
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb1",
            "timePoint": 3000,
            "coordinates": [[180, 110], [460, 110], [180, 170], [460, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb2",
            "timePoint": 3000,
            "coordinates": [[660, 110], [1250, 110], [660, 170], [1250, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb3",
            "timePoint": 3000,
            "coordinates": [[180, 320], [460, 320], [180, 380], [460, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb4",
            "timePoint": 3000,
            "coordinates": [[660, 320], [1210, 320], [660, 380], [1210, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb5",
            "timePoint": 3000,
            "coordinates": [[180, 520], [460, 520], [180, 580], [460, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb6",
            "timePoint": 3000,
            "coordinates": [[660, 520], [1200, 520], [660, 580], [1200, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb7",
            "timePoint": 3000,
            "coordinates": [[180, 750], [470, 750], [180, 810], [470, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb8",
            "timePoint": 3000,
            "coordinates": [[660, 750], [1180, 750], [660, 810], [1180, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb9",
            "timePoint": 4000,
            "coordinates": [[180, 110], [460, 110], [180, 170], [460, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb10",
            "timePoint": 4000,
            "coordinates": [[660, 110], [1250, 110], [660, 170], [1250, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb11",
            "timePoint": 4000,
            "coordinates": [[180, 320], [460, 320], [180, 380], [460, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb12",
            "timePoint": 4000,
            "coordinates": [[660, 320], [1210, 320], [660, 380], [1210, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb13",
            "timePoint": 4000,
            "coordinates": [[180, 520], [460, 520], [180, 580], [460, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb14",
            "timePoint": 4000,
            "coordinates": [[660, 520], [1200, 520], [660, 580], [1200, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb15",
            "timePoint": 4000,
            "coordinates": [[180, 750], [470, 750], [180, 810], [470, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb16",
            "timePoint": 4000,
            "coordinates": [[660, 750], [1180, 750], [660, 810], [1180, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb17",
            "timePoint": 5000,
            "coordinates": [[180, 110], [460, 110], [180, 170], [460, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb18",
            "timePoint": 5000,
            "coordinates": [[660, 110], [1250, 110], [660, 170], [1250, 170]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb19",
            "timePoint": 5000,
            "coordinates": [[180, 320], [460, 320], [180, 380], [460, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb20",
            "timePoint": 5000,
            "coordinates": [[660, 320], [1210, 320], [660, 380], [1210, 380]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb21",
            "timePoint": 5000,
            "coordinates": [[180, 520], [460, 520], [180, 580], [460, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb22",
            "timePoint": 5000,
            "coordinates": [[660, 520], [1200, 520], [660, 580], [1200, 580]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb23",
            "timePoint": 5000,
            "coordinates": [[180, 750], [470, 750], [180, 810], [470, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb24",
            "timePoint": 5000,
            "coordinates": [[660, 750], [1180, 750], [660, 810], [1180, 810]],
            "label": "text"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/BoundingBox/v5",
          "properties": {
            "id": "v5:bb25",
            "timePoint": 21000,
            "coordinates": [[150, 810], [1120, 810], [150, 870], [1120, 870]],
            "label": "text"
          }
        }
      ]
    },
    {
      "id": "v6",
      "metadata": {
        "app": "http://mmif.clams.ai/apps/tesseract/0.2.1",
        "contains": {
          "http://mmif.clams.ai/vocabulary/TextDocument/v1": {},
          "http://mmif.clams.ai/vocabulary/Alignment/v1": {
            "sourceType": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
            "targetType": "http://mmif.clams.ai/vocabulary/BoundingBox/v5"
          }
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td1",
            "text": {
              "@value": "DATE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a1",
            "source": "v5:bb1",
            "target": "v6:td1"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td2",
            "text": {
              "@value": "1982-05-12"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a2",
            "source": "v5:bb2",
            "target": "v6:td2"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td3",
            "text": {
              "@value": "TITLE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a3",
            "source": "v5:bb3",
            "target": "v6:td3"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td4",
            "text": {
              "@value": "Loud Dogs"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a4",
            "source": "v5:bb4",
            "target": "v6:td4"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td5",
            "text": {
              "@value": "HOST"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a5",
            "source": "v5:bb5",
            "target": "v6:td5"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td6",
            "text": {
              "@value": "Jim Lehrer"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a6",
            "source": "v5:bb6",
            "target": "v6:td6"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td7",
            "text": {
              "@value": "PROD"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a7",
            "source": "v5:bb7",
            "target": "v6:td7"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td8",
            "text": {
              "@value": "Sara Just"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a8",
            "source": "v5:bb8",
            "target": "v6:td8"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td9",
            "text": {
              "@value": "DATE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a9",
            "source": "v5:bb9",
            "target": "v6:td9"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td10",
            "text": {
              "@value": "1982-05-12"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a10",
            "source": "v5:bb10",
            "target": "v6:td10"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td11",
            "text": {
              "@value": "TITLE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a11",
            "source": "v5:bb11",
            "target": "v6:td11"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td12",
            "text": {
              "@value": "Loud Dogs"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a12",
            "source": "v5:bb12",
            "target": "v6:td12"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td13",
            "text": {
              "@value": "HOST"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a13",
            "source": "v5:bb13",
            "target": "v6:td13"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td14",
            "text": {
              "@value": "Jim Lehrer"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a14",
            "source": "v5:bb14",
            "target": "v6:td14"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td15",
            "text": {
              "@value": "PROD"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a15",
            "source": "v5:bb15",
            "target": "v6:td15"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td16",
            "text": {
              "@value": "Sara Just"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a16",
            "source": "v5:bb16",
            "target": "v6:td16"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td17",
            "text": {
              "@value": "DATE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a17",
            "source": "v5:bb17",
            "target": "v6:td17"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td18",
            "text": {
              "@value": "1982-05-12"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a18",
            "source": "v5:bb18",
            "target": "v6:td18"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td19",
            "text": {
              "@value": "TITLE"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a19",
            "source": "v5:bb19",
            "target": "v6:td19"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td20",
            "text": {
              "@value": "Loud Dogs"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a20",
            "source": "v5:bb20",
            "target": "v6:td20"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td21",
            "text": {
              "@value": "HOST"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a21",
            "source": "v5:bb21",
            "target": "v6:td21"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td22",
            "text": {
              "@value": "Jim Lehrer"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a22",
            "source": "v5:bb22",
            "target": "v6:td22"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td23",
            "text": {
              "@value": "PROD"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a23",
            "source": "v5:bb23",
            "target": "v6:td23"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td24",
            "text": {
              "@value": "Sara Just"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a24",
            "source": "v5:bb24",
            "target": "v6:td24"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1",
          "properties": {
            "id": "v6:td25",
            "text": {
              "@value": "Dog in New York"
            }
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/Alignment/v1",
          "properties": {
            "id": "v6:a25",
            "source": "v5:bb25",
            "target": "v6:td25"
          }
        }
      ]
    },
    {
      "id": "v7",
      "metadata": {
        "app": "http://apps.clams.ai/spacy-ner/0.2.1",
        "contains": {
          "http://mmif.clams.ai/vocabulary/NamedEntity/v1": {}
        }
      },
      "annotations": [
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne1",
            "document": "v6:td2",
            "start": 0,
            "end": 10,
            "category": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne2",
            "document": "v6:td6",
            "start": 0,
            "end": 10,
            "category": "Person",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne3",
            "document": "v6:td8",
            "start": 0,
            "end": 9,
            "category": "Person",
            "text": "Sara Just"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne4",
            "document": "v6:td10",
            "start": 0,
            "end": 10,
            "category": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne5",
            "document": "v6:td14",
            "start": 0,
            "end": 10,
            "category": "Person",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne6",
            "document": "v6:td16",
            "start": 0,
            "end": 9,
            "category": "Person",
            "text": "Sara Just"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne7",
            "document": "v6:td18",
            "start": 0,
            "end": 10,
            "category": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne8",
            "document": "v6:td22",
            "start": 0,
            "end": 10,
            "category": "Person",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne9",
            "document": "v6:td24",
            "start": 0,
            "end": 9,
            "category": "Person",
            "text": "Sara Just"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne10",
            "document": "v6:td25",
            "start": 7,
            "end": 15,
            "category": "Location",
            "text": "New York"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne11",
            "document": "v4:td1",
            "start": 15,
            "end": 25,
            "category": "Person",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://mmif.clams.ai/vocabulary/NamedEntity/v1",
          "properties": {
            "id": "v7:ne12",
            "document": "v4:td1",
            "start": 47,
            "end": 50,
            "category": "Organization",
            "text": "PBS"
          }
        }
      ]
    },
    {
      "id": "v8",
      "metadata": {
        "app": "http://apps.clams.ai/slate-parser/1.0.2",
        "timestamp": "2020-05-27T12:23:45",
        "contains": {
          "http://vocab.lappsgrid.org/SemanticTag": {}
        }
      },
      "annotations": [
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st1",
            "document": "v6:td2",
            "start": 0,
            "end": 10,
            "tagName": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st2",
            "document": "v6:td4",
            "start": 0,
            "end": 9,
            "tagName": "Title",
            "text": "Loud Dogs"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st3",
            "document": "v6:td6",
            "start": 0,
            "end": 10,
            "tagName": "Host",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st4",
            "document": "v6:td8",
            "start": 0,
            "end": 9,
            "tagName": "Producer",
            "text": "Sara Just"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st5",
            "document": "v6:td10",
            "start": 0,
            "end": 10,
            "tagName": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st6",
            "document": "v6:td12",
            "start": 0,
            "end": 9,
            "tagName": "Title",
            "text": "Loud Dogs"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st7",
            "document": "v6:td14",
            "start": 0,
            "end": 10,
            "tagName": "Host",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st8",
            "document": "v6:td16",
            "start": 0,
            "end": 9,
            "tagName": "Producer",
            "text": "Sara Just"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st9",
            "document": "v6:td18",
            "start": 0,
            "end": 10,
            "tagName": "Date",
            "text": "1982-05-12"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st10",
            "document": "v6:td20",
            "start": 0,
            "end": 9,
            "tagName": "Title",
            "text": "Loud Dogs"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st11",
            "document": "v6:td22",
            "start": 0,
            "end": 10,
            "tagName": "Host",
            "text": "Jim Lehrer"
          }
        },
        {
          "@type": "http://vocab.lappsgrid.org/SemanticTag",
          "properties": {
            "id": "v8:st12",
            "document": "v6:td24",
            "start": 0,
            "end": 9,
            "tagName": "Producer",
            "text": "Sara Just"
          }
        }
      ]
    }
  ]
}