{
	"metadata": {
		"mmif": "http://miff.clams.ai/0.2.0" },

	"documents": [
		{
			"@type": "http://mmif.clams.ai/0.2.0/vocabulary/VideoDocument",
			"properties": {
				"id": "m1",
				"mime": "video/mpeg",
				"location": "/var/archive/video-0012.mp4" }
		},
		{
			"@type": "http://mmif.clams.ai/0.2.0/vocabulary/TextDocument",
			"properties": {
				"id": "m2",
				"mime": "text/plain",
				"location": "/var/archive/video-0012-transcript.txt" }
		}
	],

	"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/0.1.0/vocabulary/TimeFrame": {
						"document": "m1",
						"unit": "seconds" } },
			},

			"annotations": [
				{
					"@type": "http://mmif.clams.ai/0.2.0/vocabulary/TimeFrame",
					"properties": {
						"id": "s1",
						"start": 0,
						"end": 5,
						"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/0.1.0/vocabulary/TimeFrame": {
						"document": "m1",
						"unit": "seconds" } }
			},

			"annotations": [
				{
					"@type": "http://mmif.clams.ai/0.2.0/vocabulary/TimeFrame",
					"properties": {
						"id": "s1",
						"start": 25,
						"end": 38,
						"frameType": "slate" }
				}
			]
		},

		{
			"id": "v3",

			"metadata": {
				"app": "http://apps.clams.ai/spacy/1.3.0",
				"timestamp": "2020-05-27T12:25:15",
				"contains": {
					"http://vocab.lappsgrid.org/Token": {
						"document": "m2" } }
			},

			"annotations": [
				{
					"@type": "http://mmif.clams.ai/0.2.0/vocabulary/Token",
					"properties": {
						"id": "s1",
						"start": 0,
						"end": 3,
						"word": "The" }
				}
			]
		}

	]
}
