From 514b6745093e4805fd6131180a0ce01f498ec73b Mon Sep 17 00:00:00 2001 From: Nuno Freire Date: Mon, 10 Mar 2025 12:16:10 +0000 Subject: [PATCH 1/5] First draft --- recipe/0079-annotations-for-captions/index.md | 54 + .../lunchroom_manners-captions-en.json | 1398 +++++++++++++++++ .../lunchroom_manners.vtt | 511 ++++++ .../manifest.json | 47 + 4 files changed, 2010 insertions(+) create mode 100644 recipe/0079-annotations-for-captions/index.md create mode 100644 recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json create mode 100644 recipe/0079-annotations-for-captions/lunchroom_manners.vtt create mode 100644 recipe/0079-annotations-for-captions/manifest.json diff --git a/recipe/0079-annotations-for-captions/index.md b/recipe/0079-annotations-for-captions/index.md new file mode 100644 index 000000000..6b2dd1da1 --- /dev/null +++ b/recipe/0079-annotations-for-captions/index.md @@ -0,0 +1,54 @@ +--- +title: Using Annotations for Timed Text +id: 0079 +layout: recipe +tags: [video, caption, subtitle, presentation] +summary: "Providing captions, represented as annotations, to a video resource." +viewers: + - Clover + - Ramp + - Aviary + - Theseus +topic: AV +--- + + +## Use Case + +You want to represent captions for your video content as timed annotations. + +## Implementation notes + +This recipe follows the pattern for [Using Caption Files with Video Content][0219], but shows an alternative form of representing a caption file using annotations. + +In this recipe, annotations are used to mark up video content shown on a canvas of the manifest. The time alignment of the captions with the video content is achieved by annotations that target the canvas by using Media Fragments URIs with a [temporal dimenstion](https://www.w3.org/TR/media-frags/#naming-time). The `provides` property of the Annotation is used by the IIIF client to identify the annotations containing captions and be used as such by the media player. + +## Restrictions + + + +## Example + +In this example we show the same captions and video from [Using Caption Files with Video Content][0219]. but the `annotations` section of the manifest links to a `AnnotationPage` instead of the WebVTT file. + +The `AnnotationPage` contains one annotation per individual caption entry, and these are provided as `supplementing` annotations on the Canvas that contains the video file. The references to the canvas uses Media Fragment URIs with a begin time and an end time. The annotations also contain the `provides` property with the value `closedCaptions` to inform the IIIF viewer that these annotations are representing captions. The language of the captions is expressed with a `language` property containing a [BCP 47](https://tools.ietf.org/html/bcp47) language code as specified by the Presentation API 4.0. + +Note: This recipe may also be applied for subtitles. In such cases, the `provides` property of the annotations must have the value `subtitles`. + +{% include manifest_links.html viewers="Clover, Ramp, Aviary, Theseus" manifest="manifest.json" %} + +{% include jsonviewer.html src="manifest.json" config='data-line="39-44"'%} + +{% include jsonviewer.html src="lunchroom_manners-captions-en.json" config='data-line="6-18"'%} + +# Related recipes + +- [Simplest Manifest - Video][0003] +- [Using Caption Files with Video Content][0219] +- [Using Caption and Subtitle Files in Multiple Languages with Video Content][0074] +- [A Side-by-side Transcript of a Video Recording][0253] +- [Providing Access to Transcripts of A/V Content][0017] +- [Serving HLS Files][0257] + +{% include acronyms.md %} +{% include links.md %} diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json new file mode 100644 index 000000000..d4f52cbf6 --- /dev/null +++ b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json @@ -0,0 +1,1398 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "{{ id.url }}", + "type": "AnnotationPage", + "items": [ + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a1", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "[music]" + }, + "target": "{{id.path}}/canvas#t=00:00:01.200,00:00:21.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a2", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Just before lunch one day, a puppet show \nwas put on at school." + }, + "target": "{{id.path}}/canvas#t=00:00:22.200,00:00:26.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a3", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "It was called \"Mister Bungle Goes to Lunch\"." + }, + "target": "{{id.path}}/canvas#t=00:00:26.700,00:00:31.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a4", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "It was fun to watch." + }, + "target": "{{id.path}}/canvas#t=00:00:31.600,00:00:34.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a5", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "In the puppet show, Mr. Bungle came to the \nboys' room on his way to lunch." + }, + "target": "{{id.path}}/canvas#t=00:00:36.100,00:00:41.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a6", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He looked at his hands. His hands were dirty \nand his hair was messy." + }, + "target": "{{id.path}}/canvas#t=00:00:41.400,00:00:46.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a7", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But Mr. Bungle didn't stop to wash his hands \nor comb his hair." + }, + "target": "{{id.path}}/canvas#t=00:00:46.300,00:00:51.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a8", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He went right to lunch." + }, + "target": "{{id.path}}/canvas#t=00:00:51.200,00:00:54.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a9", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then, instead of getting into line at the \nlunchroom, Mr. Bungle pushed everyone aside \nand went right to the front." + }, + "target": "{{id.path}}/canvas#t=00:00:57.900,00:01:05.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a10", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Even though this made the children laugh, \nno one thought that was a fair thing to do." + }, + "target": "{{id.path}}/canvas#t=00:01:06.000,00:01:11.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a11", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then, in the lunchroom, Mr. Bungle was so \nclumsy and impolite that he knocked over \neverything. And no one wanted to sit next \nto him." + }, + "target": "{{id.path}}/canvas#t=00:01:11.900,00:01:22.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a12", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And when he finally knocked his own tray \noff the table, that was the end of the puppet \nshow." + }, + "target": "{{id.path}}/canvas#t=00:01:23.500,00:01:29.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a13", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "The children knew that even though Mr. Bungle \nwas funny to watch, he wouldn't be much fun \nto eat with." + }, + "target": "{{id.path}}/canvas#t=00:01:30.300,00:01:36.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a14", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil knew that a Mr. Bungle wouldn't have \nmany friends. He wouldn't want to be like \nMr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:01:36.400,00:01:42.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a15", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Later Miss Brown said it was time to for \nthe children who ate in the cafeteria to \ngo to lunch." + }, + "target": "{{id.path}}/canvas#t=00:01:43.900,00:01:49.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a16", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "She hoped there weren't any Mr. Bungles in \nthis room." + }, + "target": "{{id.path}}/canvas#t=00:01:49.200,00:01:52.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a17", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil stopped to return a book to Miss Brown \nwhile his friends went on to the lunchroom." + }, + "target": "{{id.path}}/canvas#t=00:01:58.500,00:02:03.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a18", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He would have to catch up with them later." + }, + "target": "{{id.path}}/canvas#t=00:02:03.700,00:02:05.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a19", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "One his way to catch up with his friends, \nPhil almost walked passed the boys' room." + }, + "target": "{{id.path}}/canvas#t=00:02:08.500,00:02:13.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a20", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But he stopped and thought we're his hands \nclean?" + }, + "target": "{{id.path}}/canvas#t=00:02:13.300,00:02:16.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a21", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "No, they were a little dirty. Phil remembered \nthat Mr. Bungle didn't wash his hands." + }, + "target": "{{id.path}}/canvas#t=00:02:16.500,00:02:22.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a22", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Mr. Bungle's hair was messy too." + }, + "target": "{{id.path}}/canvas#t=00:02:22.900,00:02:25.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a23", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil didn't want to be like Mr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:02:25.800,00:02:28.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a24", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Inside the boys' room, Phil was surprised \nto see some of his friends washing their \nhands too." + }, + "target": "{{id.path}}/canvas#t=00:02:31.200,00:02:36.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a25", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil washed his hands well with lots of soap." + }, + "target": "{{id.path}}/canvas#t=00:02:37.300,00:02:40.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a26", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then he rinsed the soap off." + }, + "target": "{{id.path}}/canvas#t=00:02:45.400,00:02:47.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a27", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil dried his hands well too. When he was \nfinished, he threw the paper towel in the \nbasket where it belonged." + }, + "target": "{{id.path}}/canvas#t=00:02:51.700,00:02:58.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a28", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And then he made sure that his hair looked \nneat." + }, + "target": "{{id.path}}/canvas#t=00:02:59.700,00:03:02.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a29", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Now Phil and his friends were ready for lunch." + }, + "target": "{{id.path}}/canvas#t=00:03:05.500,00:03:08.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a30", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "There was a line of children waiting to get \ninto the lunchroom when Phil got there." + }, + "target": "{{id.path}}/canvas#t=00:03:17.600,00:03:22.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a31", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He saw some boys he knew at the front of \nthe line." + }, + "target": "{{id.path}}/canvas#t=00:03:22.800,00:03:25.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a32", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "They waved for him to go up to the front \nwith them." + }, + "target": "{{id.path}}/canvas#t=00:03:25.500,00:03:28.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a33", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But Phil didn't want to break into line as \nMr. Bungle did." + }, + "target": "{{id.path}}/canvas#t=00:03:29.600,00:03:33.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a34", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "So Phil went to the end. That was the fair \nthing to do." + }, + "target": "{{id.path}}/canvas#t=00:03:34.300,00:03:38.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a35", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He would see his other friends inside the \nlunchroom." + }, + "target": "{{id.path}}/canvas#t=00:03:38.600,00:03:41.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a36", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "The line moved very fast, and soon Phil was \ninside." + }, + "target": "{{id.path}}/canvas#t=00:03:42.600,00:03:46.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a37", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "First he picked up his tray." + }, + "target": "{{id.path}}/canvas#t=00:03:47.600,00:03:49.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a38", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then he got his silverware." + }, + "target": "{{id.path}}/canvas#t=00:03:55.400,00:03:57.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a39", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He put his knife, fork and spoon neatly on \nthe tray." + }, + "target": "{{id.path}}/canvas#t=00:03:59.500,00:04:04.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a40", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And then he slid his tray along." + }, + "target": "{{id.path}}/canvas#t=00:04:05.000,00:04:07.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a41", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He always enjoyed looking at the good food \nin the cafeteria." + }, + "target": "{{id.path}}/canvas#t=00:04:11.900,00:04:15.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a42", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "It tasted good and was good for him too." + }, + "target": "{{id.path}}/canvas#t=00:04:15.400,00:04:18.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a43", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Instead of having a sandwich today, Phil \ndecided to take the hot lunch." + }, + "target": "{{id.path}}/canvas#t=00:04:18.900,00:04:23.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a44", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil took some bread and butter too." + }, + "target": "{{id.path}}/canvas#t=00:04:26.100,00:04:28.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a45", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And he knew what else he wanted: milk." + }, + "target": "{{id.path}}/canvas#t=00:04:28.500,00:04:31.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a46", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But Alice took the last carton on the tray." + }, + "target": "{{id.path}}/canvas#t=00:04:31.700,00:04:35.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a47", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Maybe there was more more milk, so he said, \n\"May I please have some milk?\"" + }, + "target": "{{id.path}}/canvas#t=00:04:35.700,00:04:40.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a48", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil remembered to say \"may I\" and \"please\". \nThat was very polite." + }, + "target": "{{id.path}}/canvas#t=00:04:41.100,00:04:45.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a49", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Yes, there was more milk." + }, + "target": "{{id.path}}/canvas#t=00:04:45.900,00:04:48.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a50", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil remembered to say \"thank you\" when he \ntook the carton of milk." + }, + "target": "{{id.path}}/canvas#t=00:04:51.800,00:04:55.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a51", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil had good manners. He didn't want to \nbe like Mr. Bungle in the lunchroom." + }, + "target": "{{id.path}}/canvas#t=00:04:56.700,00:05:01.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a52", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil didn't want to forget his dessert." + }, + "target": "{{id.path}}/canvas#t=00:05:01.500,00:05:04.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a53", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "The cake looked delicious [and was huge!]." + }, + "target": "{{id.path}}/canvas#t=00:05:05.100,00:05:08.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a54", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "At the end of the line, the lunchroom supervisor \nsaid she had noticed how polite Phil was." + }, + "target": "{{id.path}}/canvas#t=00:05:10.600,00:05:15.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a55", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And she smiled at him." + }, + "target": "{{id.path}}/canvas#t=00:05:15.400,00:05:17.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a56", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "She wouldn't smile at a Mr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:05:17.100,00:05:19.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a57", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil went to table where his friends were." + }, + "target": "{{id.path}}/canvas#t=00:05:20.000,00:05:22.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a58", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He put his tray down carefully, pulled out \nhis chair quietly and sat down." + }, + "target": "{{id.path}}/canvas#t=00:05:23.500,00:05:29.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a59", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He knew his friends would like a noisy Mr. \nBungle at their table." + }, + "target": "{{id.path}}/canvas#t=00:05:30.100,00:05:33.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a60", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "There was someone Phil liked: Freddy." + }, + "target": "{{id.path}}/canvas#t=00:05:33.800,00:05:36.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a61", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He always brought his lunch from home." + }, + "target": "{{id.path}}/canvas#t=00:05:37.400,00:05:39.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a62", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "It looked good." + }, + "target": "{{id.path}}/canvas#t=00:05:39.800,00:05:40.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a63", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Freddy had a sandwich, and apple, a cookie, \nand milk." + }, + "target": "{{id.path}}/canvas#t=00:05:41.600,00:05:45.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a64", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Before Phil began to eat, he always put a \nnapkin on his lap." + }, + "target": "{{id.path}}/canvas#t=00:05:48.300,00:05:52.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a65", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "So did Freddy." + }, + "target": "{{id.path}}/canvas#t=00:05:52.400,00:05:53.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a66", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Everyone liked Freddy. He was very polite." + }, + "target": "{{id.path}}/canvas#t=00:05:55.100,00:05:58.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a67", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "For example, if he had food in his mouth \nwhen someone talked to him," + }, + "target": "{{id.path}}/canvas#t=00:05:58.400,00:06:01.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a68", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "he always took time to chew the food with \nhis mouth closed and swallow before he answered." + }, + "target": "{{id.path}}/canvas#t=00:06:02.000,00:06:07.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a69", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil noticed how straight and tall Freddy \nusually sat." + }, + "target": "{{id.path}}/canvas#t=00:06:08.900,00:06:12.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a70", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Freddy kept his feet on the floor too." + }, + "target": "{{id.path}}/canvas#t=00:06:12.900,00:06:15.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a71", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil would rather be like Freddy than like \nMr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:06:18.200,00:06:21.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a72", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Another polite person everyone liked was \nAlice." + }, + "target": "{{id.path}}/canvas#t=00:06:21.600,00:06:25.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a73", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "For example, when Alice sneezed, she covered \nher mouth and nose. This protected her friends \nat the table from any germs." + }, + "target": "{{id.path}}/canvas#t=00:06:26.700,00:06:33.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a74", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "While Phil and his friends ate, a boy ran \npast their table." + }, + "target": "{{id.path}}/canvas#t=00:06:34.500,00:06:38.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a75", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "You shouldn't run in the lunchroom. Only \nMr. Bungle would do that." + }, + "target": "{{id.path}}/canvas#t=00:06:38.100,00:06:42.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a76", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil and his friends wouldn't like to have \na Mr. Bungle at their table." + }, + "target": "{{id.path}}/canvas#t=00:06:45.800,00:06:49.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a77", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then lunchtime wouldn't be as much fun as \nit is." + }, + "target": "{{id.path}}/canvas#t=00:06:49.600,00:06:52.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a78", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil ate slowly and enjoyed his lunch." + }, + "target": "{{id.path}}/canvas#t=00:06:53.500,00:06:56.100" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a79", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Finally, he had eaten everything except his \ndessert." + }, + "target": "{{id.path}}/canvas#t=00:06:57.500,00:07:00.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a80", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He saved his cake for last." + }, + "target": "{{id.path}}/canvas#t=00:07:01.000,00:07:03.800" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a81", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Only a Mr. Bungle would eat his dessert before \nhe'd finished the rest of his lunch." + }, + "target": "{{id.path}}/canvas#t=00:07:03.900,00:07:07.900" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a82", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And Phil wan't a Mr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:07:08.200,00:07:10.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a83", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "The cake was a lie." + }, + "target": "{{id.path}}/canvas#t=00:07:11.600,00:07:13.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a84", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil drank his milk carefully." + }, + "target": "{{id.path}}/canvas#t=00:07:16.800,00:07:18.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a85", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Some children are messy when they drink milk, \nbut not Phil." + }, + "target": "{{id.path}}/canvas#t=00:07:18.800,00:07:22.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a86", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "As each of Phil's friends finished, they \ndidn't leave the table but waited for all \nthe others to finish eating too." + }, + "target": "{{id.path}}/canvas#t=00:07:24.600,00:07:30.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a87", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil was the last one done." + }, + "target": "{{id.path}}/canvas#t=00:07:31.800,00:07:34.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a88", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "His wiped his mouth and hands carefully with \nhis napkin." + }, + "target": "{{id.path}}/canvas#t=00:07:34.600,00:07:37.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a89", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Then he cleaned the table where he sat." + }, + "target": "{{id.path}}/canvas#t=00:07:38.500,00:07:40.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a90", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "He didn't want to leave his place at the \ntable dirty." + }, + "target": "{{id.path}}/canvas#t=00:07:41.200,00:07:43.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a91", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Everyone at the table cleaned his own place \nwell. But look at that table. It was left \nvery messy." + }, + "target": "{{id.path}}/canvas#t=00:07:44.800,00:07:52.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a92", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil thought a Mr. Bungle must have sat there." + }, + "target": "{{id.path}}/canvas#t=00:07:53.900,00:07:56.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a93", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But Phil didn't want to be like Mr. Bungle \nso he put his chair neatly into place." + }, + "target": "{{id.path}}/canvas#t=00:07:58.200,00:08:04.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a94", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "And his table looked fine." + }, + "target": "{{id.path}}/canvas#t=00:08:05.500,00:08:08.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a95", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Not a piece of paper or scrap of food was \nleft on it." + }, + "target": "{{id.path}}/canvas#t=00:08:09.100,00:08:12.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a96", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "No Mr. Bungle sat here!" + }, + "target": "{{id.path}}/canvas#t=00:08:17.000,00:08:19.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a97", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil's friends were careful to put their \nwaste papers and empty milk cartons where \nthey belonged." + }, + "target": "{{id.path}}/canvas#t=00:08:21.100,00:08:26.400" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a98", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "In this way, they helped keep the lunchroom \nclean." + }, + "target": "{{id.path}}/canvas#t=00:08:27.300,00:08:31.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a99", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Phil was certain that Mr. Bungle wouldn't \nput his paper in the waste basket and his \nempty carton on the milk tray." + }, + "target": "{{id.path}}/canvas#t=00:08:31.900,00:08:37.700" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a100", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Mr. Bungle probably wouldn't bother to put \nhis lunch tray in the right place either." + }, + "target": "{{id.path}}/canvas#t=00:08:38.300,00:08:42.600" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a101", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "But Phil and his friends did." + }, + "target": "{{id.path}}/canvas#t=00:08:42.700,00:08:47.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a102", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Lunch was good today. And then Miss Brown \ntold Phil and his friends how proud she was \nof them." + }, + "target": "{{id.path}}/canvas#t=00:08:47.600,00:08:53.500" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a103", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "They had left their table the neatest in \nthe luchroom." + }, + "target": "{{id.path}}/canvas#t=00:08:54.000,00:08:57.300" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a104", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "No one here was a Mr. Bungle. And no one \nwanted to be." + }, + "target": "{{id.path}}/canvas#t=00:08:57.400,00:09:02.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a105", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Are you like Mr. Bungle? Mr. Bungle is ashamed \nbecause he spoils lunchtime." + }, + "target": "{{id.path}}/canvas#t=00:09:02.800,00:09:09.200" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a106", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Don't be like Mr. Bungle." + }, + "target": "{{id.path}}/canvas#t=00:09:10.500,00:09:12.000" + }, + { + "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a107", + "type": "Annotation", + "motivation": "supplementing", + "provides": [ "closedCaptions" ], + "body": { + "type": "TextualBody", + "format": "text/plain", + "language": "en", + "value": "Have good lunchtime manners and lunch will \nbe more fun for everyone." + }, + "target": "{{id.path}}/canvas#t=00:09:12.100,00:09:17.600" + } + ] +} \ No newline at end of file diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners.vtt b/recipe/0079-annotations-for-captions/lunchroom_manners.vtt new file mode 100644 index 000000000..0b03e1963 --- /dev/null +++ b/recipe/0079-annotations-for-captions/lunchroom_manners.vtt @@ -0,0 +1,511 @@ +WEBVTT + +1 +00:00:01.200 --> 00:00:21.000 +[music] + +2 +00:00:22.200 --> 00:00:26.600 +Just before lunch one day, a puppet show +was put on at school. + +3 +00:00:26.700 --> 00:00:31.500 +It was called "Mister Bungle Goes to Lunch". + +4 +00:00:31.600 --> 00:00:34.500 +It was fun to watch. + +5 +00:00:36.100 --> 00:00:41.300 +In the puppet show, Mr. Bungle came to the +boys' room on his way to lunch. + +6 +00:00:41.400 --> 00:00:46.200 +He looked at his hands. His hands were dirty +and his hair was messy. + +7 +00:00:46.300 --> 00:00:51.100 +But Mr. Bungle didn't stop to wash his hands +or comb his hair. + +8 +00:00:51.200 --> 00:00:54.900 +He went right to lunch. + +9 +00:00:57.900 --> 00:01:05.700 +Then, instead of getting into line at the +lunchroom, Mr. Bungle pushed everyone aside +and went right to the front. + +10 +00:01:06.000 --> 00:01:11.800 +Even though this made the children laugh, +no one thought that was a fair thing to do. + +11 +00:01:11.900 --> 00:01:22.000 +Then, in the lunchroom, Mr. Bungle was so +clumsy and impolite that he knocked over +everything. And no one wanted to sit next +to him. + +12 +00:01:23.500 --> 00:01:29.000 +And when he finally knocked his own tray +off the table, that was the end of the puppet +show. + +13 +00:01:30.300 --> 00:01:36.300 +The children knew that even though Mr. Bungle +was funny to watch, he wouldn't be much fun +to eat with. + +14 +00:01:36.400 --> 00:01:42.500 +Phil knew that a Mr. Bungle wouldn't have +many friends. He wouldn't want to be like +Mr. Bungle. + +15 +00:01:43.900 --> 00:01:49.100 +Later Miss Brown said it was time to for +the children who ate in the cafeteria to +go to lunch. + +16 +00:01:49.200 --> 00:01:52.500 +She hoped there weren't any Mr. Bungles in +this room. + +17 +00:01:58.500 --> 00:02:03.200 +Phil stopped to return a book to Miss Brown +while his friends went on to the lunchroom. + +18 +00:02:03.700 --> 00:02:05.400 +He would have to catch up with them later. + +19 +00:02:08.500 --> 00:02:13.000 +One his way to catch up with his friends, +Phil almost walked passed the boys' room. + +20 +00:02:13.300 --> 00:02:16.400 +But he stopped and thought we're his hands +clean? + +21 +00:02:16.500 --> 00:02:22.800 +No, they were a little dirty. Phil remembered +that Mr. Bungle didn't wash his hands. + +22 +00:02:22.900 --> 00:02:25.600 +Mr. Bungle's hair was messy too. + +23 +00:02:25.800 --> 00:02:28.000 +Phil didn't want to be like Mr. Bungle. + +24 +00:02:31.200 --> 00:02:36.900 +Inside the boys' room, Phil was surprised +to see some of his friends washing their +hands too. + +25 +00:02:37.300 --> 00:02:40.900 +Phil washed his hands well with lots of soap. + +26 +00:02:45.400 --> 00:02:47.800 +Then he rinsed the soap off. + +27 +00:02:51.700 --> 00:02:58.900 +Phil dried his hands well too. When he was +finished, he threw the paper towel in the +basket where it belonged. + +28 +00:02:59.700 --> 00:03:02.200 +And then he made sure that his hair looked +neat. + +29 +00:03:05.500 --> 00:03:08.500 +Now Phil and his friends were ready for lunch. + +30 +00:03:17.600 --> 00:03:22.300 +There was a line of children waiting to get +into the lunchroom when Phil got there. + +31 +00:03:22.800 --> 00:03:25.100 +He saw some boys he knew at the front of +the line. + +32 +00:03:25.500 --> 00:03:28.600 +They waved for him to go up to the front +with them. + +33 +00:03:29.600 --> 00:03:33.100 +But Phil didn't want to break into line as +Mr. Bungle did. + +34 +00:03:34.300 --> 00:03:38.500 +So Phil went to the end. That was the fair +thing to do. + +35 +00:03:38.600 --> 00:03:41.500 +He would see his other friends inside the +lunchroom. + +36 +00:03:42.600 --> 00:03:46.500 +The line moved very fast, and soon Phil was +inside. + +37 +00:03:47.600 --> 00:03:49.200 +First he picked up his tray. + +38 +00:03:55.400 --> 00:03:57.300 +Then he got his silverware. + +39 +00:03:59.500 --> 00:04:04.300 +He put his knife, fork and spoon neatly on +the tray. + +40 +00:04:05.000 --> 00:04:07.500 +And then he slid his tray along. + +41 +00:04:11.900 --> 00:04:15.300 +He always enjoyed looking at the good food +in the cafeteria. + +42 +00:04:15.400 --> 00:04:18.200 +It tasted good and was good for him too. + +43 +00:04:18.900 --> 00:04:23.200 +Instead of having a sandwich today, Phil +decided to take the hot lunch. + +44 +00:04:26.100 --> 00:04:28.300 +Phil took some bread and butter too. + +45 +00:04:28.500 --> 00:04:31.600 +And he knew what else he wanted: milk. + +46 +00:04:31.700 --> 00:04:35.600 +But Alice took the last carton on the tray. + +47 +00:04:35.700 --> 00:04:40.600 +Maybe there was more more milk, so he said, +"May I please have some milk?" + +48 +00:04:41.100 --> 00:04:45.800 +Phil remembered to say "may I" and "please". +That was very polite. + +49 +00:04:45.900 --> 00:04:48.200 +Yes, there was more milk. + +50 +00:04:51.800 --> 00:04:55.500 +Phil remembered to say "thank you" when he +took the carton of milk. + +51 +00:04:56.700 --> 00:05:01.000 +Phil had good manners. He didn't want to +be like Mr. Bungle in the lunchroom. + +52 +00:05:01.500 --> 00:05:04.400 +Phil didn't want to forget his dessert. + +53 +00:05:05.100 --> 00:05:08.200 +The cake looked delicious [and was huge!]. + +54 +00:05:10.600 --> 00:05:15.300 +At the end of the line, the lunchroom supervisor +said she had noticed how polite Phil was. + +55 +00:05:15.400 --> 00:05:17.000 +And she smiled at him. + +56 +00:05:17.100 --> 00:05:19.400 +She wouldn't smile at a Mr. Bungle. + +57 +00:05:20.000 --> 00:05:22.600 +Phil went to table where his friends were. + +58 +00:05:23.500 --> 00:05:29.700 +He put his tray down carefully, pulled out +his chair quietly and sat down. + +59 +00:05:30.100 --> 00:05:33.600 +He knew his friends would like a noisy Mr. +Bungle at their table. + +60 +00:05:33.800 --> 00:05:36.900 +There was someone Phil liked: Freddy. + +61 +00:05:37.400 --> 00:05:39.700 +He always brought his lunch from home. + +62 +00:05:39.800 --> 00:05:40.700 +It looked good. + +63 +00:05:41.600 --> 00:05:45.000 +Freddy had a sandwich, and apple, a cookie, +and milk. + +64 +00:05:48.300 --> 00:05:52.100 +Before Phil began to eat, he always put a +napkin on his lap. + +65 +00:05:52.400 --> 00:05:53.900 +So did Freddy. + +66 +00:05:55.100 --> 00:05:58.300 +Everyone liked Freddy. He was very polite. + +67 +00:05:58.400 --> 00:06:01.900 +For example, if he had food in his mouth +when someone talked to him, + +68 +00:06:02.000 --> 00:06:07.200 +he always took time to chew the food with +his mouth closed and swallow before he answered. + +69 +00:06:08.900 --> 00:06:12.800 +Phil noticed how straight and tall Freddy +usually sat. + +70 +00:06:12.900 --> 00:06:15.600 +Freddy kept his feet on the floor too. + +71 +00:06:18.200 --> 00:06:21.500 +Phil would rather be like Freddy than like +Mr. Bungle. + +72 +00:06:21.600 --> 00:06:25.400 +Another polite person everyone liked was +Alice. + +73 +00:06:26.700 --> 00:06:33.200 +For example, when Alice sneezed, she covered +her mouth and nose. This protected her friends +at the table from any germs. + +74 +00:06:34.500 --> 00:06:38.000 +While Phil and his friends ate, a boy ran +past their table. + +75 +00:06:38.100 --> 00:06:42.300 +You shouldn't run in the lunchroom. Only +Mr. Bungle would do that. + +76 +00:06:45.800 --> 00:06:49.400 +Phil and his friends wouldn't like to have +a Mr. Bungle at their table. + +77 +00:06:49.600 --> 00:06:52.400 +Then lunchtime wouldn't be as much fun as +it is. + +78 +00:06:53.500 --> 00:06:56.100 +Phil ate slowly and enjoyed his lunch. + +79 +00:06:57.500 --> 00:07:00.400 +Finally, he had eaten everything except his +dessert. + +80 +00:07:01.000 --> 00:07:03.800 +He saved his cake for last. + +81 +00:07:03.900 --> 00:07:07.900 +Only a Mr. Bungle would eat his dessert before +he'd finished the rest of his lunch. + +82 +00:07:08.200 --> 00:07:10.200 +And Phil wan't a Mr. Bungle. + +83 +00:07:11.600 --> 00:07:13.000 +The cake was a lie. + +84 +00:07:16.800 --> 00:07:18.300 +Phil drank his milk carefully. + +85 +00:07:18.800 --> 00:07:22.200 +Some children are messy when they drink milk, +but not Phil. + +86 +00:07:24.600 --> 00:07:30.500 +As each of Phil's friends finished, they +didn't leave the table but waited for all +the others to finish eating too. + +87 +00:07:31.800 --> 00:07:34.500 +Phil was the last one done. + +88 +00:07:34.600 --> 00:07:37.500 +His wiped his mouth and hands carefully with +his napkin. + +89 +00:07:38.500 --> 00:07:40.500 +Then he cleaned the table where he sat. + +90 +00:07:41.200 --> 00:07:43.700 +He didn't want to leave his place at the +table dirty. + +91 +00:07:44.800 --> 00:07:52.500 +Everyone at the table cleaned his own place +well. But look at that table. It was left +very messy. + +92 +00:07:53.900 --> 00:07:56.500 +Phil thought a Mr. Bungle must have sat there. + +93 +00:07:58.200 --> 00:08:04.500 +But Phil didn't want to be like Mr. Bungle +so he put his chair neatly into place. + +94 +00:08:05.500 --> 00:08:08.600 +And his table looked fine. + +95 +00:08:09.100 --> 00:08:12.500 +Not a piece of paper or scrap of food was +left on it. + +96 +00:08:17.000 --> 00:08:19.500 +No Mr. Bungle sat here! + +97 +00:08:21.100 --> 00:08:26.400 +Phil's friends were careful to put their +waste papers and empty milk cartons where +they belonged. + +98 +00:08:27.300 --> 00:08:31.600 +In this way, they helped keep the lunchroom +clean. + +99 +00:08:31.900 --> 00:08:37.700 +Phil was certain that Mr. Bungle wouldn't +put his paper in the waste basket and his +empty carton on the milk tray. + +100 +00:08:38.300 --> 00:08:42.600 +Mr. Bungle probably wouldn't bother to put +his lunch tray in the right place either. + +101 +00:08:42.700 --> 00:08:47.500 +But Phil and his friends did. + +102 +00:08:47.600 --> 00:08:53.500 +Lunch was good today. And then Miss Brown +told Phil and his friends how proud she was +of them. + +103 +00:08:54.000 --> 00:08:57.300 +They had left their table the neatest in +the luchroom. + +104 +00:08:57.400 --> 00:09:02.200 +No one here was a Mr. Bungle. And no one +wanted to be. + +105 +00:09:02.800 --> 00:09:09.200 +Are you like Mr. Bungle? Mr. Bungle is ashamed +because he spoils lunchtime. + +106 +00:09:10.500 --> 00:09:12.000 +Don't be like Mr. Bungle. + +107 +00:09:12.100 --> 00:09:17.600 +Have good lunchtime manners and lunch will +be more fun for everyone. + diff --git a/recipe/0079-annotations-for-captions/manifest.json b/recipe/0079-annotations-for-captions/manifest.json new file mode 100644 index 000000000..3749758c7 --- /dev/null +++ b/recipe/0079-annotations-for-captions/manifest.json @@ -0,0 +1,47 @@ +{ + "@context": "http://iiif.io/api/presentation/3/context.json", + "id": "{{ id.url }}", + "type": "Manifest", + "label": { + "en": [ + "Lunchroom Manners" + ] + }, + "items": [ + { + "id": "{{ id.path }}/canvas", + "type": "Canvas", + "height": 360, + "width": 480, + "duration": 572.034, + "items": [ + { + "id": "{{ id.path }}/canvas/page", + "type": "AnnotationPage", + "items": [ + { + "id": "{{ id.path }}/canvas/page/annotation1", + "type": "Annotation", + "motivation": "painting", + "body": { + "id": "https://fixtures.iiif.io/video/indiana/lunchroom_manners/high/lunchroom_manners_1024kb.mp4", + "type": "Video", + "height": 360, + "width": 480, + "duration": 572.034, + "format": "video/mp4" + }, + "target": "{{ id.path }}/canvas" + } + ] + } + ], + "annotations": [ + { + "id": "{{ id.url }}/lunchroom_manners-captions-en.json", + "type": "AnnotationPage" + } + ] + } + ] +} From 757c875d65de64254e0d4656b3904320f9508a21 Mon Sep 17 00:00:00 2001 From: Nuno Freire Date: Tue, 18 Mar 2025 16:59:31 +0000 Subject: [PATCH 2/5] trying to fix build --- recipe/0079-annotations-for-captions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/0079-annotations-for-captions/index.md b/recipe/0079-annotations-for-captions/index.md index 6b2dd1da1..b539675d3 100644 --- a/recipe/0079-annotations-for-captions/index.md +++ b/recipe/0079-annotations-for-captions/index.md @@ -1,6 +1,6 @@ --- title: Using Annotations for Timed Text -id: 0079 +id: 79 layout: recipe tags: [video, caption, subtitle, presentation] summary: "Providing captions, represented as annotations, to a video resource." From e350d12b41c3d1bc77a8ae1c46cd9f1261305b97 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Tue, 18 Mar 2025 19:47:40 +0000 Subject: [PATCH 3/5] Fixing links --- .../lunchroom_manners-captions-en.json | 214 +++++++++--------- .../manifest.json | 2 +- 2 files changed, 108 insertions(+), 108 deletions(-) diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json index d4f52cbf6..6a08ddb3f 100644 --- a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json +++ b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json @@ -14,7 +14,7 @@ "language": "en", "value": "[music]" }, - "target": "{{id.path}}/canvas#t=00:00:01.200,00:00:21.000" + "target": "{{ id.path }}/canvas#t=00:00:01.200,00:00:21.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a2", @@ -27,7 +27,7 @@ "language": "en", "value": "Just before lunch one day, a puppet show \nwas put on at school." }, - "target": "{{id.path}}/canvas#t=00:00:22.200,00:00:26.600" + "target": "{{ id.path }}/canvas#t=00:00:22.200,00:00:26.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a3", @@ -40,7 +40,7 @@ "language": "en", "value": "It was called \"Mister Bungle Goes to Lunch\"." }, - "target": "{{id.path}}/canvas#t=00:00:26.700,00:00:31.500" + "target": "{{ id.path }}/canvas#t=00:00:26.700,00:00:31.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a4", @@ -53,7 +53,7 @@ "language": "en", "value": "It was fun to watch." }, - "target": "{{id.path}}/canvas#t=00:00:31.600,00:00:34.500" + "target": "{{ id.path }}/canvas#t=00:00:31.600,00:00:34.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a5", @@ -66,7 +66,7 @@ "language": "en", "value": "In the puppet show, Mr. Bungle came to the \nboys' room on his way to lunch." }, - "target": "{{id.path}}/canvas#t=00:00:36.100,00:00:41.300" + "target": "{{ id.path }}/canvas#t=00:00:36.100,00:00:41.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a6", @@ -79,7 +79,7 @@ "language": "en", "value": "He looked at his hands. His hands were dirty \nand his hair was messy." }, - "target": "{{id.path}}/canvas#t=00:00:41.400,00:00:46.200" + "target": "{{ id.path }}/canvas#t=00:00:41.400,00:00:46.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a7", @@ -92,7 +92,7 @@ "language": "en", "value": "But Mr. Bungle didn't stop to wash his hands \nor comb his hair." }, - "target": "{{id.path}}/canvas#t=00:00:46.300,00:00:51.100" + "target": "{{ id.path }}/canvas#t=00:00:46.300,00:00:51.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a8", @@ -105,7 +105,7 @@ "language": "en", "value": "He went right to lunch." }, - "target": "{{id.path}}/canvas#t=00:00:51.200,00:00:54.900" + "target": "{{ id.path }}/canvas#t=00:00:51.200,00:00:54.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a9", @@ -118,7 +118,7 @@ "language": "en", "value": "Then, instead of getting into line at the \nlunchroom, Mr. Bungle pushed everyone aside \nand went right to the front." }, - "target": "{{id.path}}/canvas#t=00:00:57.900,00:01:05.700" + "target": "{{ id.path }}/canvas#t=00:00:57.900,00:01:05.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a10", @@ -131,7 +131,7 @@ "language": "en", "value": "Even though this made the children laugh, \nno one thought that was a fair thing to do." }, - "target": "{{id.path}}/canvas#t=00:01:06.000,00:01:11.800" + "target": "{{ id.path }}/canvas#t=00:01:06.000,00:01:11.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a11", @@ -144,7 +144,7 @@ "language": "en", "value": "Then, in the lunchroom, Mr. Bungle was so \nclumsy and impolite that he knocked over \neverything. And no one wanted to sit next \nto him." }, - "target": "{{id.path}}/canvas#t=00:01:11.900,00:01:22.000" + "target": "{{ id.path }}/canvas#t=00:01:11.900,00:01:22.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a12", @@ -157,7 +157,7 @@ "language": "en", "value": "And when he finally knocked his own tray \noff the table, that was the end of the puppet \nshow." }, - "target": "{{id.path}}/canvas#t=00:01:23.500,00:01:29.000" + "target": "{{ id.path }}/canvas#t=00:01:23.500,00:01:29.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a13", @@ -170,7 +170,7 @@ "language": "en", "value": "The children knew that even though Mr. Bungle \nwas funny to watch, he wouldn't be much fun \nto eat with." }, - "target": "{{id.path}}/canvas#t=00:01:30.300,00:01:36.300" + "target": "{{ id.path }}/canvas#t=00:01:30.300,00:01:36.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a14", @@ -183,7 +183,7 @@ "language": "en", "value": "Phil knew that a Mr. Bungle wouldn't have \nmany friends. He wouldn't want to be like \nMr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:01:36.400,00:01:42.500" + "target": "{{ id.path }}/canvas#t=00:01:36.400,00:01:42.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a15", @@ -196,7 +196,7 @@ "language": "en", "value": "Later Miss Brown said it was time to for \nthe children who ate in the cafeteria to \ngo to lunch." }, - "target": "{{id.path}}/canvas#t=00:01:43.900,00:01:49.100" + "target": "{{ id.path }}/canvas#t=00:01:43.900,00:01:49.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a16", @@ -209,7 +209,7 @@ "language": "en", "value": "She hoped there weren't any Mr. Bungles in \nthis room." }, - "target": "{{id.path}}/canvas#t=00:01:49.200,00:01:52.500" + "target": "{{ id.path }}/canvas#t=00:01:49.200,00:01:52.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a17", @@ -222,7 +222,7 @@ "language": "en", "value": "Phil stopped to return a book to Miss Brown \nwhile his friends went on to the lunchroom." }, - "target": "{{id.path}}/canvas#t=00:01:58.500,00:02:03.200" + "target": "{{ id.path }}/canvas#t=00:01:58.500,00:02:03.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a18", @@ -235,7 +235,7 @@ "language": "en", "value": "He would have to catch up with them later." }, - "target": "{{id.path}}/canvas#t=00:02:03.700,00:02:05.400" + "target": "{{ id.path }}/canvas#t=00:02:03.700,00:02:05.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a19", @@ -248,7 +248,7 @@ "language": "en", "value": "One his way to catch up with his friends, \nPhil almost walked passed the boys' room." }, - "target": "{{id.path}}/canvas#t=00:02:08.500,00:02:13.000" + "target": "{{ id.path }}/canvas#t=00:02:08.500,00:02:13.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a20", @@ -261,7 +261,7 @@ "language": "en", "value": "But he stopped and thought we're his hands \nclean?" }, - "target": "{{id.path}}/canvas#t=00:02:13.300,00:02:16.400" + "target": "{{ id.path }}/canvas#t=00:02:13.300,00:02:16.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a21", @@ -274,7 +274,7 @@ "language": "en", "value": "No, they were a little dirty. Phil remembered \nthat Mr. Bungle didn't wash his hands." }, - "target": "{{id.path}}/canvas#t=00:02:16.500,00:02:22.800" + "target": "{{ id.path }}/canvas#t=00:02:16.500,00:02:22.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a22", @@ -287,7 +287,7 @@ "language": "en", "value": "Mr. Bungle's hair was messy too." }, - "target": "{{id.path}}/canvas#t=00:02:22.900,00:02:25.600" + "target": "{{ id.path }}/canvas#t=00:02:22.900,00:02:25.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a23", @@ -300,7 +300,7 @@ "language": "en", "value": "Phil didn't want to be like Mr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:02:25.800,00:02:28.000" + "target": "{{ id.path }}/canvas#t=00:02:25.800,00:02:28.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a24", @@ -313,7 +313,7 @@ "language": "en", "value": "Inside the boys' room, Phil was surprised \nto see some of his friends washing their \nhands too." }, - "target": "{{id.path}}/canvas#t=00:02:31.200,00:02:36.900" + "target": "{{ id.path }}/canvas#t=00:02:31.200,00:02:36.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a25", @@ -326,7 +326,7 @@ "language": "en", "value": "Phil washed his hands well with lots of soap." }, - "target": "{{id.path}}/canvas#t=00:02:37.300,00:02:40.900" + "target": "{{ id.path }}/canvas#t=00:02:37.300,00:02:40.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a26", @@ -339,7 +339,7 @@ "language": "en", "value": "Then he rinsed the soap off." }, - "target": "{{id.path}}/canvas#t=00:02:45.400,00:02:47.800" + "target": "{{ id.path }}/canvas#t=00:02:45.400,00:02:47.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a27", @@ -352,7 +352,7 @@ "language": "en", "value": "Phil dried his hands well too. When he was \nfinished, he threw the paper towel in the \nbasket where it belonged." }, - "target": "{{id.path}}/canvas#t=00:02:51.700,00:02:58.900" + "target": "{{ id.path }}/canvas#t=00:02:51.700,00:02:58.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a28", @@ -365,7 +365,7 @@ "language": "en", "value": "And then he made sure that his hair looked \nneat." }, - "target": "{{id.path}}/canvas#t=00:02:59.700,00:03:02.200" + "target": "{{ id.path }}/canvas#t=00:02:59.700,00:03:02.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a29", @@ -378,7 +378,7 @@ "language": "en", "value": "Now Phil and his friends were ready for lunch." }, - "target": "{{id.path}}/canvas#t=00:03:05.500,00:03:08.500" + "target": "{{ id.path }}/canvas#t=00:03:05.500,00:03:08.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a30", @@ -391,7 +391,7 @@ "language": "en", "value": "There was a line of children waiting to get \ninto the lunchroom when Phil got there." }, - "target": "{{id.path}}/canvas#t=00:03:17.600,00:03:22.300" + "target": "{{ id.path }}/canvas#t=00:03:17.600,00:03:22.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a31", @@ -404,7 +404,7 @@ "language": "en", "value": "He saw some boys he knew at the front of \nthe line." }, - "target": "{{id.path}}/canvas#t=00:03:22.800,00:03:25.100" + "target": "{{ id.path }}/canvas#t=00:03:22.800,00:03:25.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a32", @@ -417,7 +417,7 @@ "language": "en", "value": "They waved for him to go up to the front \nwith them." }, - "target": "{{id.path}}/canvas#t=00:03:25.500,00:03:28.600" + "target": "{{ id.path }}/canvas#t=00:03:25.500,00:03:28.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a33", @@ -430,7 +430,7 @@ "language": "en", "value": "But Phil didn't want to break into line as \nMr. Bungle did." }, - "target": "{{id.path}}/canvas#t=00:03:29.600,00:03:33.100" + "target": "{{ id.path }}/canvas#t=00:03:29.600,00:03:33.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a34", @@ -443,7 +443,7 @@ "language": "en", "value": "So Phil went to the end. That was the fair \nthing to do." }, - "target": "{{id.path}}/canvas#t=00:03:34.300,00:03:38.500" + "target": "{{ id.path }}/canvas#t=00:03:34.300,00:03:38.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a35", @@ -456,7 +456,7 @@ "language": "en", "value": "He would see his other friends inside the \nlunchroom." }, - "target": "{{id.path}}/canvas#t=00:03:38.600,00:03:41.500" + "target": "{{ id.path }}/canvas#t=00:03:38.600,00:03:41.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a36", @@ -469,7 +469,7 @@ "language": "en", "value": "The line moved very fast, and soon Phil was \ninside." }, - "target": "{{id.path}}/canvas#t=00:03:42.600,00:03:46.500" + "target": "{{ id.path }}/canvas#t=00:03:42.600,00:03:46.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a37", @@ -482,7 +482,7 @@ "language": "en", "value": "First he picked up his tray." }, - "target": "{{id.path}}/canvas#t=00:03:47.600,00:03:49.200" + "target": "{{ id.path }}/canvas#t=00:03:47.600,00:03:49.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a38", @@ -495,7 +495,7 @@ "language": "en", "value": "Then he got his silverware." }, - "target": "{{id.path}}/canvas#t=00:03:55.400,00:03:57.300" + "target": "{{ id.path }}/canvas#t=00:03:55.400,00:03:57.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a39", @@ -508,7 +508,7 @@ "language": "en", "value": "He put his knife, fork and spoon neatly on \nthe tray." }, - "target": "{{id.path}}/canvas#t=00:03:59.500,00:04:04.300" + "target": "{{ id.path }}/canvas#t=00:03:59.500,00:04:04.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a40", @@ -521,7 +521,7 @@ "language": "en", "value": "And then he slid his tray along." }, - "target": "{{id.path}}/canvas#t=00:04:05.000,00:04:07.500" + "target": "{{ id.path }}/canvas#t=00:04:05.000,00:04:07.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a41", @@ -534,7 +534,7 @@ "language": "en", "value": "He always enjoyed looking at the good food \nin the cafeteria." }, - "target": "{{id.path}}/canvas#t=00:04:11.900,00:04:15.300" + "target": "{{ id.path }}/canvas#t=00:04:11.900,00:04:15.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a42", @@ -547,7 +547,7 @@ "language": "en", "value": "It tasted good and was good for him too." }, - "target": "{{id.path}}/canvas#t=00:04:15.400,00:04:18.200" + "target": "{{ id.path }}/canvas#t=00:04:15.400,00:04:18.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a43", @@ -560,7 +560,7 @@ "language": "en", "value": "Instead of having a sandwich today, Phil \ndecided to take the hot lunch." }, - "target": "{{id.path}}/canvas#t=00:04:18.900,00:04:23.200" + "target": "{{ id.path }}/canvas#t=00:04:18.900,00:04:23.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a44", @@ -573,7 +573,7 @@ "language": "en", "value": "Phil took some bread and butter too." }, - "target": "{{id.path}}/canvas#t=00:04:26.100,00:04:28.300" + "target": "{{ id.path }}/canvas#t=00:04:26.100,00:04:28.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a45", @@ -586,7 +586,7 @@ "language": "en", "value": "And he knew what else he wanted: milk." }, - "target": "{{id.path}}/canvas#t=00:04:28.500,00:04:31.600" + "target": "{{ id.path }}/canvas#t=00:04:28.500,00:04:31.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a46", @@ -599,7 +599,7 @@ "language": "en", "value": "But Alice took the last carton on the tray." }, - "target": "{{id.path}}/canvas#t=00:04:31.700,00:04:35.600" + "target": "{{ id.path }}/canvas#t=00:04:31.700,00:04:35.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a47", @@ -612,7 +612,7 @@ "language": "en", "value": "Maybe there was more more milk, so he said, \n\"May I please have some milk?\"" }, - "target": "{{id.path}}/canvas#t=00:04:35.700,00:04:40.600" + "target": "{{ id.path }}/canvas#t=00:04:35.700,00:04:40.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a48", @@ -625,7 +625,7 @@ "language": "en", "value": "Phil remembered to say \"may I\" and \"please\". \nThat was very polite." }, - "target": "{{id.path}}/canvas#t=00:04:41.100,00:04:45.800" + "target": "{{ id.path }}/canvas#t=00:04:41.100,00:04:45.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a49", @@ -638,7 +638,7 @@ "language": "en", "value": "Yes, there was more milk." }, - "target": "{{id.path}}/canvas#t=00:04:45.900,00:04:48.200" + "target": "{{ id.path }}/canvas#t=00:04:45.900,00:04:48.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a50", @@ -651,7 +651,7 @@ "language": "en", "value": "Phil remembered to say \"thank you\" when he \ntook the carton of milk." }, - "target": "{{id.path}}/canvas#t=00:04:51.800,00:04:55.500" + "target": "{{ id.path }}/canvas#t=00:04:51.800,00:04:55.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a51", @@ -664,7 +664,7 @@ "language": "en", "value": "Phil had good manners. He didn't want to \nbe like Mr. Bungle in the lunchroom." }, - "target": "{{id.path}}/canvas#t=00:04:56.700,00:05:01.000" + "target": "{{ id.path }}/canvas#t=00:04:56.700,00:05:01.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a52", @@ -677,7 +677,7 @@ "language": "en", "value": "Phil didn't want to forget his dessert." }, - "target": "{{id.path}}/canvas#t=00:05:01.500,00:05:04.400" + "target": "{{ id.path }}/canvas#t=00:05:01.500,00:05:04.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a53", @@ -690,7 +690,7 @@ "language": "en", "value": "The cake looked delicious [and was huge!]." }, - "target": "{{id.path}}/canvas#t=00:05:05.100,00:05:08.200" + "target": "{{ id.path }}/canvas#t=00:05:05.100,00:05:08.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a54", @@ -703,7 +703,7 @@ "language": "en", "value": "At the end of the line, the lunchroom supervisor \nsaid she had noticed how polite Phil was." }, - "target": "{{id.path}}/canvas#t=00:05:10.600,00:05:15.300" + "target": "{{ id.path }}/canvas#t=00:05:10.600,00:05:15.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a55", @@ -716,7 +716,7 @@ "language": "en", "value": "And she smiled at him." }, - "target": "{{id.path}}/canvas#t=00:05:15.400,00:05:17.000" + "target": "{{ id.path }}/canvas#t=00:05:15.400,00:05:17.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a56", @@ -729,7 +729,7 @@ "language": "en", "value": "She wouldn't smile at a Mr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:05:17.100,00:05:19.400" + "target": "{{ id.path }}/canvas#t=00:05:17.100,00:05:19.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a57", @@ -742,7 +742,7 @@ "language": "en", "value": "Phil went to table where his friends were." }, - "target": "{{id.path}}/canvas#t=00:05:20.000,00:05:22.600" + "target": "{{ id.path }}/canvas#t=00:05:20.000,00:05:22.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a58", @@ -755,7 +755,7 @@ "language": "en", "value": "He put his tray down carefully, pulled out \nhis chair quietly and sat down." }, - "target": "{{id.path}}/canvas#t=00:05:23.500,00:05:29.700" + "target": "{{ id.path }}/canvas#t=00:05:23.500,00:05:29.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a59", @@ -768,7 +768,7 @@ "language": "en", "value": "He knew his friends would like a noisy Mr. \nBungle at their table." }, - "target": "{{id.path}}/canvas#t=00:05:30.100,00:05:33.600" + "target": "{{ id.path }}/canvas#t=00:05:30.100,00:05:33.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a60", @@ -781,7 +781,7 @@ "language": "en", "value": "There was someone Phil liked: Freddy." }, - "target": "{{id.path}}/canvas#t=00:05:33.800,00:05:36.900" + "target": "{{ id.path }}/canvas#t=00:05:33.800,00:05:36.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a61", @@ -794,7 +794,7 @@ "language": "en", "value": "He always brought his lunch from home." }, - "target": "{{id.path}}/canvas#t=00:05:37.400,00:05:39.700" + "target": "{{ id.path }}/canvas#t=00:05:37.400,00:05:39.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a62", @@ -807,7 +807,7 @@ "language": "en", "value": "It looked good." }, - "target": "{{id.path}}/canvas#t=00:05:39.800,00:05:40.700" + "target": "{{ id.path }}/canvas#t=00:05:39.800,00:05:40.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a63", @@ -820,7 +820,7 @@ "language": "en", "value": "Freddy had a sandwich, and apple, a cookie, \nand milk." }, - "target": "{{id.path}}/canvas#t=00:05:41.600,00:05:45.000" + "target": "{{ id.path }}/canvas#t=00:05:41.600,00:05:45.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a64", @@ -833,7 +833,7 @@ "language": "en", "value": "Before Phil began to eat, he always put a \nnapkin on his lap." }, - "target": "{{id.path}}/canvas#t=00:05:48.300,00:05:52.100" + "target": "{{ id.path }}/canvas#t=00:05:48.300,00:05:52.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a65", @@ -846,7 +846,7 @@ "language": "en", "value": "So did Freddy." }, - "target": "{{id.path}}/canvas#t=00:05:52.400,00:05:53.900" + "target": "{{ id.path }}/canvas#t=00:05:52.400,00:05:53.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a66", @@ -859,7 +859,7 @@ "language": "en", "value": "Everyone liked Freddy. He was very polite." }, - "target": "{{id.path}}/canvas#t=00:05:55.100,00:05:58.300" + "target": "{{ id.path }}/canvas#t=00:05:55.100,00:05:58.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a67", @@ -872,7 +872,7 @@ "language": "en", "value": "For example, if he had food in his mouth \nwhen someone talked to him," }, - "target": "{{id.path}}/canvas#t=00:05:58.400,00:06:01.900" + "target": "{{ id.path }}/canvas#t=00:05:58.400,00:06:01.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a68", @@ -885,7 +885,7 @@ "language": "en", "value": "he always took time to chew the food with \nhis mouth closed and swallow before he answered." }, - "target": "{{id.path}}/canvas#t=00:06:02.000,00:06:07.200" + "target": "{{ id.path }}/canvas#t=00:06:02.000,00:06:07.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a69", @@ -898,7 +898,7 @@ "language": "en", "value": "Phil noticed how straight and tall Freddy \nusually sat." }, - "target": "{{id.path}}/canvas#t=00:06:08.900,00:06:12.800" + "target": "{{ id.path }}/canvas#t=00:06:08.900,00:06:12.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a70", @@ -911,7 +911,7 @@ "language": "en", "value": "Freddy kept his feet on the floor too." }, - "target": "{{id.path}}/canvas#t=00:06:12.900,00:06:15.600" + "target": "{{ id.path }}/canvas#t=00:06:12.900,00:06:15.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a71", @@ -924,7 +924,7 @@ "language": "en", "value": "Phil would rather be like Freddy than like \nMr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:06:18.200,00:06:21.500" + "target": "{{ id.path }}/canvas#t=00:06:18.200,00:06:21.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a72", @@ -937,7 +937,7 @@ "language": "en", "value": "Another polite person everyone liked was \nAlice." }, - "target": "{{id.path}}/canvas#t=00:06:21.600,00:06:25.400" + "target": "{{ id.path }}/canvas#t=00:06:21.600,00:06:25.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a73", @@ -950,7 +950,7 @@ "language": "en", "value": "For example, when Alice sneezed, she covered \nher mouth and nose. This protected her friends \nat the table from any germs." }, - "target": "{{id.path}}/canvas#t=00:06:26.700,00:06:33.200" + "target": "{{ id.path }}/canvas#t=00:06:26.700,00:06:33.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a74", @@ -963,7 +963,7 @@ "language": "en", "value": "While Phil and his friends ate, a boy ran \npast their table." }, - "target": "{{id.path}}/canvas#t=00:06:34.500,00:06:38.000" + "target": "{{ id.path }}/canvas#t=00:06:34.500,00:06:38.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a75", @@ -976,7 +976,7 @@ "language": "en", "value": "You shouldn't run in the lunchroom. Only \nMr. Bungle would do that." }, - "target": "{{id.path}}/canvas#t=00:06:38.100,00:06:42.300" + "target": "{{ id.path }}/canvas#t=00:06:38.100,00:06:42.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a76", @@ -989,7 +989,7 @@ "language": "en", "value": "Phil and his friends wouldn't like to have \na Mr. Bungle at their table." }, - "target": "{{id.path}}/canvas#t=00:06:45.800,00:06:49.400" + "target": "{{ id.path }}/canvas#t=00:06:45.800,00:06:49.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a77", @@ -1002,7 +1002,7 @@ "language": "en", "value": "Then lunchtime wouldn't be as much fun as \nit is." }, - "target": "{{id.path}}/canvas#t=00:06:49.600,00:06:52.400" + "target": "{{ id.path }}/canvas#t=00:06:49.600,00:06:52.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a78", @@ -1015,7 +1015,7 @@ "language": "en", "value": "Phil ate slowly and enjoyed his lunch." }, - "target": "{{id.path}}/canvas#t=00:06:53.500,00:06:56.100" + "target": "{{ id.path }}/canvas#t=00:06:53.500,00:06:56.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a79", @@ -1028,7 +1028,7 @@ "language": "en", "value": "Finally, he had eaten everything except his \ndessert." }, - "target": "{{id.path}}/canvas#t=00:06:57.500,00:07:00.400" + "target": "{{ id.path }}/canvas#t=00:06:57.500,00:07:00.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a80", @@ -1041,7 +1041,7 @@ "language": "en", "value": "He saved his cake for last." }, - "target": "{{id.path}}/canvas#t=00:07:01.000,00:07:03.800" + "target": "{{ id.path }}/canvas#t=00:07:01.000,00:07:03.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a81", @@ -1054,7 +1054,7 @@ "language": "en", "value": "Only a Mr. Bungle would eat his dessert before \nhe'd finished the rest of his lunch." }, - "target": "{{id.path}}/canvas#t=00:07:03.900,00:07:07.900" + "target": "{{ id.path }}/canvas#t=00:07:03.900,00:07:07.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a82", @@ -1067,7 +1067,7 @@ "language": "en", "value": "And Phil wan't a Mr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:07:08.200,00:07:10.200" + "target": "{{ id.path }}/canvas#t=00:07:08.200,00:07:10.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a83", @@ -1080,7 +1080,7 @@ "language": "en", "value": "The cake was a lie." }, - "target": "{{id.path}}/canvas#t=00:07:11.600,00:07:13.000" + "target": "{{ id.path }}/canvas#t=00:07:11.600,00:07:13.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a84", @@ -1093,7 +1093,7 @@ "language": "en", "value": "Phil drank his milk carefully." }, - "target": "{{id.path}}/canvas#t=00:07:16.800,00:07:18.300" + "target": "{{ id.path }}/canvas#t=00:07:16.800,00:07:18.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a85", @@ -1106,7 +1106,7 @@ "language": "en", "value": "Some children are messy when they drink milk, \nbut not Phil." }, - "target": "{{id.path}}/canvas#t=00:07:18.800,00:07:22.200" + "target": "{{ id.path }}/canvas#t=00:07:18.800,00:07:22.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a86", @@ -1119,7 +1119,7 @@ "language": "en", "value": "As each of Phil's friends finished, they \ndidn't leave the table but waited for all \nthe others to finish eating too." }, - "target": "{{id.path}}/canvas#t=00:07:24.600,00:07:30.500" + "target": "{{ id.path }}/canvas#t=00:07:24.600,00:07:30.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a87", @@ -1132,7 +1132,7 @@ "language": "en", "value": "Phil was the last one done." }, - "target": "{{id.path}}/canvas#t=00:07:31.800,00:07:34.500" + "target": "{{ id.path }}/canvas#t=00:07:31.800,00:07:34.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a88", @@ -1145,7 +1145,7 @@ "language": "en", "value": "His wiped his mouth and hands carefully with \nhis napkin." }, - "target": "{{id.path}}/canvas#t=00:07:34.600,00:07:37.500" + "target": "{{ id.path }}/canvas#t=00:07:34.600,00:07:37.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a89", @@ -1158,7 +1158,7 @@ "language": "en", "value": "Then he cleaned the table where he sat." }, - "target": "{{id.path}}/canvas#t=00:07:38.500,00:07:40.500" + "target": "{{ id.path }}/canvas#t=00:07:38.500,00:07:40.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a90", @@ -1171,7 +1171,7 @@ "language": "en", "value": "He didn't want to leave his place at the \ntable dirty." }, - "target": "{{id.path}}/canvas#t=00:07:41.200,00:07:43.700" + "target": "{{ id.path }}/canvas#t=00:07:41.200,00:07:43.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a91", @@ -1184,7 +1184,7 @@ "language": "en", "value": "Everyone at the table cleaned his own place \nwell. But look at that table. It was left \nvery messy." }, - "target": "{{id.path}}/canvas#t=00:07:44.800,00:07:52.500" + "target": "{{ id.path }}/canvas#t=00:07:44.800,00:07:52.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a92", @@ -1197,7 +1197,7 @@ "language": "en", "value": "Phil thought a Mr. Bungle must have sat there." }, - "target": "{{id.path}}/canvas#t=00:07:53.900,00:07:56.500" + "target": "{{ id.path }}/canvas#t=00:07:53.900,00:07:56.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a93", @@ -1210,7 +1210,7 @@ "language": "en", "value": "But Phil didn't want to be like Mr. Bungle \nso he put his chair neatly into place." }, - "target": "{{id.path}}/canvas#t=00:07:58.200,00:08:04.500" + "target": "{{ id.path }}/canvas#t=00:07:58.200,00:08:04.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a94", @@ -1223,7 +1223,7 @@ "language": "en", "value": "And his table looked fine." }, - "target": "{{id.path}}/canvas#t=00:08:05.500,00:08:08.600" + "target": "{{ id.path }}/canvas#t=00:08:05.500,00:08:08.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a95", @@ -1236,7 +1236,7 @@ "language": "en", "value": "Not a piece of paper or scrap of food was \nleft on it." }, - "target": "{{id.path}}/canvas#t=00:08:09.100,00:08:12.500" + "target": "{{ id.path }}/canvas#t=00:08:09.100,00:08:12.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a96", @@ -1249,7 +1249,7 @@ "language": "en", "value": "No Mr. Bungle sat here!" }, - "target": "{{id.path}}/canvas#t=00:08:17.000,00:08:19.500" + "target": "{{ id.path }}/canvas#t=00:08:17.000,00:08:19.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a97", @@ -1262,7 +1262,7 @@ "language": "en", "value": "Phil's friends were careful to put their \nwaste papers and empty milk cartons where \nthey belonged." }, - "target": "{{id.path}}/canvas#t=00:08:21.100,00:08:26.400" + "target": "{{ id.path }}/canvas#t=00:08:21.100,00:08:26.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a98", @@ -1275,7 +1275,7 @@ "language": "en", "value": "In this way, they helped keep the lunchroom \nclean." }, - "target": "{{id.path}}/canvas#t=00:08:27.300,00:08:31.600" + "target": "{{ id.path }}/canvas#t=00:08:27.300,00:08:31.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a99", @@ -1288,7 +1288,7 @@ "language": "en", "value": "Phil was certain that Mr. Bungle wouldn't \nput his paper in the waste basket and his \nempty carton on the milk tray." }, - "target": "{{id.path}}/canvas#t=00:08:31.900,00:08:37.700" + "target": "{{ id.path }}/canvas#t=00:08:31.900,00:08:37.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a100", @@ -1301,7 +1301,7 @@ "language": "en", "value": "Mr. Bungle probably wouldn't bother to put \nhis lunch tray in the right place either." }, - "target": "{{id.path}}/canvas#t=00:08:38.300,00:08:42.600" + "target": "{{ id.path }}/canvas#t=00:08:38.300,00:08:42.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a101", @@ -1314,7 +1314,7 @@ "language": "en", "value": "But Phil and his friends did." }, - "target": "{{id.path}}/canvas#t=00:08:42.700,00:08:47.500" + "target": "{{ id.path }}/canvas#t=00:08:42.700,00:08:47.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a102", @@ -1327,7 +1327,7 @@ "language": "en", "value": "Lunch was good today. And then Miss Brown \ntold Phil and his friends how proud she was \nof them." }, - "target": "{{id.path}}/canvas#t=00:08:47.600,00:08:53.500" + "target": "{{ id.path }}/canvas#t=00:08:47.600,00:08:53.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a103", @@ -1340,7 +1340,7 @@ "language": "en", "value": "They had left their table the neatest in \nthe luchroom." }, - "target": "{{id.path}}/canvas#t=00:08:54.000,00:08:57.300" + "target": "{{ id.path }}/canvas#t=00:08:54.000,00:08:57.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a104", @@ -1353,7 +1353,7 @@ "language": "en", "value": "No one here was a Mr. Bungle. And no one \nwanted to be." }, - "target": "{{id.path}}/canvas#t=00:08:57.400,00:09:02.200" + "target": "{{ id.path }}/canvas#t=00:08:57.400,00:09:02.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a105", @@ -1366,7 +1366,7 @@ "language": "en", "value": "Are you like Mr. Bungle? Mr. Bungle is ashamed \nbecause he spoils lunchtime." }, - "target": "{{id.path}}/canvas#t=00:09:02.800,00:09:09.200" + "target": "{{ id.path }}/canvas#t=00:09:02.800,00:09:09.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a106", @@ -1379,7 +1379,7 @@ "language": "en", "value": "Don't be like Mr. Bungle." }, - "target": "{{id.path}}/canvas#t=00:09:10.500,00:09:12.000" + "target": "{{ id.path }}/canvas#t=00:09:10.500,00:09:12.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a107", @@ -1392,7 +1392,7 @@ "language": "en", "value": "Have good lunchtime manners and lunch will \nbe more fun for everyone." }, - "target": "{{id.path}}/canvas#t=00:09:12.100,00:09:17.600" + "target": "{{ id.path }}/canvas#t=00:09:12.100,00:09:17.600" } ] } \ No newline at end of file diff --git a/recipe/0079-annotations-for-captions/manifest.json b/recipe/0079-annotations-for-captions/manifest.json index 3749758c7..e70c3e515 100644 --- a/recipe/0079-annotations-for-captions/manifest.json +++ b/recipe/0079-annotations-for-captions/manifest.json @@ -38,7 +38,7 @@ ], "annotations": [ { - "id": "{{ id.url }}/lunchroom_manners-captions-en.json", + "id": "{{ id.path }}/lunchroom_manners-captions-en.json", "type": "AnnotationPage" } ] From 53973fc0f94d8a86c5d6607fa3c0ca13b326c34a Mon Sep 17 00:00:00 2001 From: Nuno Freire Date: Mon, 7 Apr 2025 17:25:32 +0100 Subject: [PATCH 4/5] converting media frag. URIs to seconds --- recipe/0079-annotations-for-captions/index.md | 1 - .../lunchroom_manners-captions-en.json | 214 +++++++++--------- 2 files changed, 107 insertions(+), 108 deletions(-) diff --git a/recipe/0079-annotations-for-captions/index.md b/recipe/0079-annotations-for-captions/index.md index b539675d3..7513cfea6 100644 --- a/recipe/0079-annotations-for-captions/index.md +++ b/recipe/0079-annotations-for-captions/index.md @@ -12,7 +12,6 @@ viewers: topic: AV --- - ## Use Case You want to represent captions for your video content as timed annotations. diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json index 6a08ddb3f..948ee15ca 100644 --- a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json +++ b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json @@ -14,7 +14,7 @@ "language": "en", "value": "[music]" }, - "target": "{{ id.path }}/canvas#t=00:00:01.200,00:00:21.000" + "target": "{{ id.path }}/canvas#t=1.200,21.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a2", @@ -27,7 +27,7 @@ "language": "en", "value": "Just before lunch one day, a puppet show \nwas put on at school." }, - "target": "{{ id.path }}/canvas#t=00:00:22.200,00:00:26.600" + "target": "{{ id.path }}/canvas#t=22.200,26.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a3", @@ -40,7 +40,7 @@ "language": "en", "value": "It was called \"Mister Bungle Goes to Lunch\"." }, - "target": "{{ id.path }}/canvas#t=00:00:26.700,00:00:31.500" + "target": "{{ id.path }}/canvas#t=26.700,31.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a4", @@ -53,7 +53,7 @@ "language": "en", "value": "It was fun to watch." }, - "target": "{{ id.path }}/canvas#t=00:00:31.600,00:00:34.500" + "target": "{{ id.path }}/canvas#t=31.600,34.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a5", @@ -66,7 +66,7 @@ "language": "en", "value": "In the puppet show, Mr. Bungle came to the \nboys' room on his way to lunch." }, - "target": "{{ id.path }}/canvas#t=00:00:36.100,00:00:41.300" + "target": "{{ id.path }}/canvas#t=36.100,41.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a6", @@ -79,7 +79,7 @@ "language": "en", "value": "He looked at his hands. His hands were dirty \nand his hair was messy." }, - "target": "{{ id.path }}/canvas#t=00:00:41.400,00:00:46.200" + "target": "{{ id.path }}/canvas#t=41.400,46.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a7", @@ -92,7 +92,7 @@ "language": "en", "value": "But Mr. Bungle didn't stop to wash his hands \nor comb his hair." }, - "target": "{{ id.path }}/canvas#t=00:00:46.300,00:00:51.100" + "target": "{{ id.path }}/canvas#t=46.300,51.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a8", @@ -105,7 +105,7 @@ "language": "en", "value": "He went right to lunch." }, - "target": "{{ id.path }}/canvas#t=00:00:51.200,00:00:54.900" + "target": "{{ id.path }}/canvas#t=51.200,54.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a9", @@ -118,7 +118,7 @@ "language": "en", "value": "Then, instead of getting into line at the \nlunchroom, Mr. Bungle pushed everyone aside \nand went right to the front." }, - "target": "{{ id.path }}/canvas#t=00:00:57.900,00:01:05.700" + "target": "{{ id.path }}/canvas#t=57.900,65.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a10", @@ -131,7 +131,7 @@ "language": "en", "value": "Even though this made the children laugh, \nno one thought that was a fair thing to do." }, - "target": "{{ id.path }}/canvas#t=00:01:06.000,00:01:11.800" + "target": "{{ id.path }}/canvas#t=66.000,71.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a11", @@ -144,7 +144,7 @@ "language": "en", "value": "Then, in the lunchroom, Mr. Bungle was so \nclumsy and impolite that he knocked over \neverything. And no one wanted to sit next \nto him." }, - "target": "{{ id.path }}/canvas#t=00:01:11.900,00:01:22.000" + "target": "{{ id.path }}/canvas#t=71.900,82.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a12", @@ -157,7 +157,7 @@ "language": "en", "value": "And when he finally knocked his own tray \noff the table, that was the end of the puppet \nshow." }, - "target": "{{ id.path }}/canvas#t=00:01:23.500,00:01:29.000" + "target": "{{ id.path }}/canvas#t=83.500,89.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a13", @@ -170,7 +170,7 @@ "language": "en", "value": "The children knew that even though Mr. Bungle \nwas funny to watch, he wouldn't be much fun \nto eat with." }, - "target": "{{ id.path }}/canvas#t=00:01:30.300,00:01:36.300" + "target": "{{ id.path }}/canvas#t=90.300,96.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a14", @@ -183,7 +183,7 @@ "language": "en", "value": "Phil knew that a Mr. Bungle wouldn't have \nmany friends. He wouldn't want to be like \nMr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:01:36.400,00:01:42.500" + "target": "{{ id.path }}/canvas#t=96.400,102.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a15", @@ -196,7 +196,7 @@ "language": "en", "value": "Later Miss Brown said it was time to for \nthe children who ate in the cafeteria to \ngo to lunch." }, - "target": "{{ id.path }}/canvas#t=00:01:43.900,00:01:49.100" + "target": "{{ id.path }}/canvas#t=103.900,109.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a16", @@ -209,7 +209,7 @@ "language": "en", "value": "She hoped there weren't any Mr. Bungles in \nthis room." }, - "target": "{{ id.path }}/canvas#t=00:01:49.200,00:01:52.500" + "target": "{{ id.path }}/canvas#t=109.200,112.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a17", @@ -222,7 +222,7 @@ "language": "en", "value": "Phil stopped to return a book to Miss Brown \nwhile his friends went on to the lunchroom." }, - "target": "{{ id.path }}/canvas#t=00:01:58.500,00:02:03.200" + "target": "{{ id.path }}/canvas#t=118.500,123.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a18", @@ -235,7 +235,7 @@ "language": "en", "value": "He would have to catch up with them later." }, - "target": "{{ id.path }}/canvas#t=00:02:03.700,00:02:05.400" + "target": "{{ id.path }}/canvas#t=123.700,125.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a19", @@ -248,7 +248,7 @@ "language": "en", "value": "One his way to catch up with his friends, \nPhil almost walked passed the boys' room." }, - "target": "{{ id.path }}/canvas#t=00:02:08.500,00:02:13.000" + "target": "{{ id.path }}/canvas#t=128.500,133.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a20", @@ -261,7 +261,7 @@ "language": "en", "value": "But he stopped and thought we're his hands \nclean?" }, - "target": "{{ id.path }}/canvas#t=00:02:13.300,00:02:16.400" + "target": "{{ id.path }}/canvas#t=133.300,136.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a21", @@ -274,7 +274,7 @@ "language": "en", "value": "No, they were a little dirty. Phil remembered \nthat Mr. Bungle didn't wash his hands." }, - "target": "{{ id.path }}/canvas#t=00:02:16.500,00:02:22.800" + "target": "{{ id.path }}/canvas#t=136.500,142.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a22", @@ -287,7 +287,7 @@ "language": "en", "value": "Mr. Bungle's hair was messy too." }, - "target": "{{ id.path }}/canvas#t=00:02:22.900,00:02:25.600" + "target": "{{ id.path }}/canvas#t=142.900,145.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a23", @@ -300,7 +300,7 @@ "language": "en", "value": "Phil didn't want to be like Mr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:02:25.800,00:02:28.000" + "target": "{{ id.path }}/canvas#t=145.800,148.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a24", @@ -313,7 +313,7 @@ "language": "en", "value": "Inside the boys' room, Phil was surprised \nto see some of his friends washing their \nhands too." }, - "target": "{{ id.path }}/canvas#t=00:02:31.200,00:02:36.900" + "target": "{{ id.path }}/canvas#t=151.200,156.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a25", @@ -326,7 +326,7 @@ "language": "en", "value": "Phil washed his hands well with lots of soap." }, - "target": "{{ id.path }}/canvas#t=00:02:37.300,00:02:40.900" + "target": "{{ id.path }}/canvas#t=157.300,160.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a26", @@ -339,7 +339,7 @@ "language": "en", "value": "Then he rinsed the soap off." }, - "target": "{{ id.path }}/canvas#t=00:02:45.400,00:02:47.800" + "target": "{{ id.path }}/canvas#t=165.400,167.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a27", @@ -352,7 +352,7 @@ "language": "en", "value": "Phil dried his hands well too. When he was \nfinished, he threw the paper towel in the \nbasket where it belonged." }, - "target": "{{ id.path }}/canvas#t=00:02:51.700,00:02:58.900" + "target": "{{ id.path }}/canvas#t=171.700,178.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a28", @@ -365,7 +365,7 @@ "language": "en", "value": "And then he made sure that his hair looked \nneat." }, - "target": "{{ id.path }}/canvas#t=00:02:59.700,00:03:02.200" + "target": "{{ id.path }}/canvas#t=179.700,182.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a29", @@ -378,7 +378,7 @@ "language": "en", "value": "Now Phil and his friends were ready for lunch." }, - "target": "{{ id.path }}/canvas#t=00:03:05.500,00:03:08.500" + "target": "{{ id.path }}/canvas#t=185.500,188.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a30", @@ -391,7 +391,7 @@ "language": "en", "value": "There was a line of children waiting to get \ninto the lunchroom when Phil got there." }, - "target": "{{ id.path }}/canvas#t=00:03:17.600,00:03:22.300" + "target": "{{ id.path }}/canvas#t=197.600,202.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a31", @@ -404,7 +404,7 @@ "language": "en", "value": "He saw some boys he knew at the front of \nthe line." }, - "target": "{{ id.path }}/canvas#t=00:03:22.800,00:03:25.100" + "target": "{{ id.path }}/canvas#t=202.800,205.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a32", @@ -417,7 +417,7 @@ "language": "en", "value": "They waved for him to go up to the front \nwith them." }, - "target": "{{ id.path }}/canvas#t=00:03:25.500,00:03:28.600" + "target": "{{ id.path }}/canvas#t=205.500,208.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a33", @@ -430,7 +430,7 @@ "language": "en", "value": "But Phil didn't want to break into line as \nMr. Bungle did." }, - "target": "{{ id.path }}/canvas#t=00:03:29.600,00:03:33.100" + "target": "{{ id.path }}/canvas#t=209.600,213.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a34", @@ -443,7 +443,7 @@ "language": "en", "value": "So Phil went to the end. That was the fair \nthing to do." }, - "target": "{{ id.path }}/canvas#t=00:03:34.300,00:03:38.500" + "target": "{{ id.path }}/canvas#t=214.300,218.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a35", @@ -456,7 +456,7 @@ "language": "en", "value": "He would see his other friends inside the \nlunchroom." }, - "target": "{{ id.path }}/canvas#t=00:03:38.600,00:03:41.500" + "target": "{{ id.path }}/canvas#t=218.600,221.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a36", @@ -469,7 +469,7 @@ "language": "en", "value": "The line moved very fast, and soon Phil was \ninside." }, - "target": "{{ id.path }}/canvas#t=00:03:42.600,00:03:46.500" + "target": "{{ id.path }}/canvas#t=222.600,226.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a37", @@ -482,7 +482,7 @@ "language": "en", "value": "First he picked up his tray." }, - "target": "{{ id.path }}/canvas#t=00:03:47.600,00:03:49.200" + "target": "{{ id.path }}/canvas#t=227.600,229.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a38", @@ -495,7 +495,7 @@ "language": "en", "value": "Then he got his silverware." }, - "target": "{{ id.path }}/canvas#t=00:03:55.400,00:03:57.300" + "target": "{{ id.path }}/canvas#t=235.400,237.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a39", @@ -508,7 +508,7 @@ "language": "en", "value": "He put his knife, fork and spoon neatly on \nthe tray." }, - "target": "{{ id.path }}/canvas#t=00:03:59.500,00:04:04.300" + "target": "{{ id.path }}/canvas#t=239.500,244.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a40", @@ -521,7 +521,7 @@ "language": "en", "value": "And then he slid his tray along." }, - "target": "{{ id.path }}/canvas#t=00:04:05.000,00:04:07.500" + "target": "{{ id.path }}/canvas#t=245.000,247.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a41", @@ -534,7 +534,7 @@ "language": "en", "value": "He always enjoyed looking at the good food \nin the cafeteria." }, - "target": "{{ id.path }}/canvas#t=00:04:11.900,00:04:15.300" + "target": "{{ id.path }}/canvas#t=251.900,255.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a42", @@ -547,7 +547,7 @@ "language": "en", "value": "It tasted good and was good for him too." }, - "target": "{{ id.path }}/canvas#t=00:04:15.400,00:04:18.200" + "target": "{{ id.path }}/canvas#t=255.400,258.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a43", @@ -560,7 +560,7 @@ "language": "en", "value": "Instead of having a sandwich today, Phil \ndecided to take the hot lunch." }, - "target": "{{ id.path }}/canvas#t=00:04:18.900,00:04:23.200" + "target": "{{ id.path }}/canvas#t=258.900,263.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a44", @@ -573,7 +573,7 @@ "language": "en", "value": "Phil took some bread and butter too." }, - "target": "{{ id.path }}/canvas#t=00:04:26.100,00:04:28.300" + "target": "{{ id.path }}/canvas#t=266.100,268.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a45", @@ -586,7 +586,7 @@ "language": "en", "value": "And he knew what else he wanted: milk." }, - "target": "{{ id.path }}/canvas#t=00:04:28.500,00:04:31.600" + "target": "{{ id.path }}/canvas#t=268.500,271.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a46", @@ -599,7 +599,7 @@ "language": "en", "value": "But Alice took the last carton on the tray." }, - "target": "{{ id.path }}/canvas#t=00:04:31.700,00:04:35.600" + "target": "{{ id.path }}/canvas#t=271.700,275.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a47", @@ -612,7 +612,7 @@ "language": "en", "value": "Maybe there was more more milk, so he said, \n\"May I please have some milk?\"" }, - "target": "{{ id.path }}/canvas#t=00:04:35.700,00:04:40.600" + "target": "{{ id.path }}/canvas#t=275.700,280.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a48", @@ -625,7 +625,7 @@ "language": "en", "value": "Phil remembered to say \"may I\" and \"please\". \nThat was very polite." }, - "target": "{{ id.path }}/canvas#t=00:04:41.100,00:04:45.800" + "target": "{{ id.path }}/canvas#t=281.100,285.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a49", @@ -638,7 +638,7 @@ "language": "en", "value": "Yes, there was more milk." }, - "target": "{{ id.path }}/canvas#t=00:04:45.900,00:04:48.200" + "target": "{{ id.path }}/canvas#t=285.900,288.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a50", @@ -651,7 +651,7 @@ "language": "en", "value": "Phil remembered to say \"thank you\" when he \ntook the carton of milk." }, - "target": "{{ id.path }}/canvas#t=00:04:51.800,00:04:55.500" + "target": "{{ id.path }}/canvas#t=291.800,295.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a51", @@ -664,7 +664,7 @@ "language": "en", "value": "Phil had good manners. He didn't want to \nbe like Mr. Bungle in the lunchroom." }, - "target": "{{ id.path }}/canvas#t=00:04:56.700,00:05:01.000" + "target": "{{ id.path }}/canvas#t=296.700,301.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a52", @@ -677,7 +677,7 @@ "language": "en", "value": "Phil didn't want to forget his dessert." }, - "target": "{{ id.path }}/canvas#t=00:05:01.500,00:05:04.400" + "target": "{{ id.path }}/canvas#t=301.500,304.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a53", @@ -690,7 +690,7 @@ "language": "en", "value": "The cake looked delicious [and was huge!]." }, - "target": "{{ id.path }}/canvas#t=00:05:05.100,00:05:08.200" + "target": "{{ id.path }}/canvas#t=305.100,308.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a54", @@ -703,7 +703,7 @@ "language": "en", "value": "At the end of the line, the lunchroom supervisor \nsaid she had noticed how polite Phil was." }, - "target": "{{ id.path }}/canvas#t=00:05:10.600,00:05:15.300" + "target": "{{ id.path }}/canvas#t=310.600,315.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a55", @@ -716,7 +716,7 @@ "language": "en", "value": "And she smiled at him." }, - "target": "{{ id.path }}/canvas#t=00:05:15.400,00:05:17.000" + "target": "{{ id.path }}/canvas#t=315.400,317.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a56", @@ -729,7 +729,7 @@ "language": "en", "value": "She wouldn't smile at a Mr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:05:17.100,00:05:19.400" + "target": "{{ id.path }}/canvas#t=317.100,319.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a57", @@ -742,7 +742,7 @@ "language": "en", "value": "Phil went to table where his friends were." }, - "target": "{{ id.path }}/canvas#t=00:05:20.000,00:05:22.600" + "target": "{{ id.path }}/canvas#t=320.000,322.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a58", @@ -755,7 +755,7 @@ "language": "en", "value": "He put his tray down carefully, pulled out \nhis chair quietly and sat down." }, - "target": "{{ id.path }}/canvas#t=00:05:23.500,00:05:29.700" + "target": "{{ id.path }}/canvas#t=323.500,329.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a59", @@ -768,7 +768,7 @@ "language": "en", "value": "He knew his friends would like a noisy Mr. \nBungle at their table." }, - "target": "{{ id.path }}/canvas#t=00:05:30.100,00:05:33.600" + "target": "{{ id.path }}/canvas#t=330.100,333.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a60", @@ -781,7 +781,7 @@ "language": "en", "value": "There was someone Phil liked: Freddy." }, - "target": "{{ id.path }}/canvas#t=00:05:33.800,00:05:36.900" + "target": "{{ id.path }}/canvas#t=333.800,336.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a61", @@ -794,7 +794,7 @@ "language": "en", "value": "He always brought his lunch from home." }, - "target": "{{ id.path }}/canvas#t=00:05:37.400,00:05:39.700" + "target": "{{ id.path }}/canvas#t=337.400,339.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a62", @@ -807,7 +807,7 @@ "language": "en", "value": "It looked good." }, - "target": "{{ id.path }}/canvas#t=00:05:39.800,00:05:40.700" + "target": "{{ id.path }}/canvas#t=339.800,340.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a63", @@ -820,7 +820,7 @@ "language": "en", "value": "Freddy had a sandwich, and apple, a cookie, \nand milk." }, - "target": "{{ id.path }}/canvas#t=00:05:41.600,00:05:45.000" + "target": "{{ id.path }}/canvas#t=341.600,345.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a64", @@ -833,7 +833,7 @@ "language": "en", "value": "Before Phil began to eat, he always put a \nnapkin on his lap." }, - "target": "{{ id.path }}/canvas#t=00:05:48.300,00:05:52.100" + "target": "{{ id.path }}/canvas#t=348.300,352.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a65", @@ -846,7 +846,7 @@ "language": "en", "value": "So did Freddy." }, - "target": "{{ id.path }}/canvas#t=00:05:52.400,00:05:53.900" + "target": "{{ id.path }}/canvas#t=352.400,353.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a66", @@ -859,7 +859,7 @@ "language": "en", "value": "Everyone liked Freddy. He was very polite." }, - "target": "{{ id.path }}/canvas#t=00:05:55.100,00:05:58.300" + "target": "{{ id.path }}/canvas#t=355.100,358.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a67", @@ -872,7 +872,7 @@ "language": "en", "value": "For example, if he had food in his mouth \nwhen someone talked to him," }, - "target": "{{ id.path }}/canvas#t=00:05:58.400,00:06:01.900" + "target": "{{ id.path }}/canvas#t=358.400,361.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a68", @@ -885,7 +885,7 @@ "language": "en", "value": "he always took time to chew the food with \nhis mouth closed and swallow before he answered." }, - "target": "{{ id.path }}/canvas#t=00:06:02.000,00:06:07.200" + "target": "{{ id.path }}/canvas#t=362.000,367.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a69", @@ -898,7 +898,7 @@ "language": "en", "value": "Phil noticed how straight and tall Freddy \nusually sat." }, - "target": "{{ id.path }}/canvas#t=00:06:08.900,00:06:12.800" + "target": "{{ id.path }}/canvas#t=368.900,372.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a70", @@ -911,7 +911,7 @@ "language": "en", "value": "Freddy kept his feet on the floor too." }, - "target": "{{ id.path }}/canvas#t=00:06:12.900,00:06:15.600" + "target": "{{ id.path }}/canvas#t=372.900,375.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a71", @@ -924,7 +924,7 @@ "language": "en", "value": "Phil would rather be like Freddy than like \nMr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:06:18.200,00:06:21.500" + "target": "{{ id.path }}/canvas#t=378.200,381.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a72", @@ -937,7 +937,7 @@ "language": "en", "value": "Another polite person everyone liked was \nAlice." }, - "target": "{{ id.path }}/canvas#t=00:06:21.600,00:06:25.400" + "target": "{{ id.path }}/canvas#t=381.600,385.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a73", @@ -950,7 +950,7 @@ "language": "en", "value": "For example, when Alice sneezed, she covered \nher mouth and nose. This protected her friends \nat the table from any germs." }, - "target": "{{ id.path }}/canvas#t=00:06:26.700,00:06:33.200" + "target": "{{ id.path }}/canvas#t=386.700,393.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a74", @@ -963,7 +963,7 @@ "language": "en", "value": "While Phil and his friends ate, a boy ran \npast their table." }, - "target": "{{ id.path }}/canvas#t=00:06:34.500,00:06:38.000" + "target": "{{ id.path }}/canvas#t=394.500,398.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a75", @@ -976,7 +976,7 @@ "language": "en", "value": "You shouldn't run in the lunchroom. Only \nMr. Bungle would do that." }, - "target": "{{ id.path }}/canvas#t=00:06:38.100,00:06:42.300" + "target": "{{ id.path }}/canvas#t=398.100,402.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a76", @@ -989,7 +989,7 @@ "language": "en", "value": "Phil and his friends wouldn't like to have \na Mr. Bungle at their table." }, - "target": "{{ id.path }}/canvas#t=00:06:45.800,00:06:49.400" + "target": "{{ id.path }}/canvas#t=405.800,409.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a77", @@ -1002,7 +1002,7 @@ "language": "en", "value": "Then lunchtime wouldn't be as much fun as \nit is." }, - "target": "{{ id.path }}/canvas#t=00:06:49.600,00:06:52.400" + "target": "{{ id.path }}/canvas#t=409.600,412.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a78", @@ -1015,7 +1015,7 @@ "language": "en", "value": "Phil ate slowly and enjoyed his lunch." }, - "target": "{{ id.path }}/canvas#t=00:06:53.500,00:06:56.100" + "target": "{{ id.path }}/canvas#t=413.500,416.100" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a79", @@ -1028,7 +1028,7 @@ "language": "en", "value": "Finally, he had eaten everything except his \ndessert." }, - "target": "{{ id.path }}/canvas#t=00:06:57.500,00:07:00.400" + "target": "{{ id.path }}/canvas#t=417.500,420.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a80", @@ -1041,7 +1041,7 @@ "language": "en", "value": "He saved his cake for last." }, - "target": "{{ id.path }}/canvas#t=00:07:01.000,00:07:03.800" + "target": "{{ id.path }}/canvas#t=421.000,423.800" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a81", @@ -1054,7 +1054,7 @@ "language": "en", "value": "Only a Mr. Bungle would eat his dessert before \nhe'd finished the rest of his lunch." }, - "target": "{{ id.path }}/canvas#t=00:07:03.900,00:07:07.900" + "target": "{{ id.path }}/canvas#t=423.900,427.900" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a82", @@ -1067,7 +1067,7 @@ "language": "en", "value": "And Phil wan't a Mr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:07:08.200,00:07:10.200" + "target": "{{ id.path }}/canvas#t=428.200,430.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a83", @@ -1080,7 +1080,7 @@ "language": "en", "value": "The cake was a lie." }, - "target": "{{ id.path }}/canvas#t=00:07:11.600,00:07:13.000" + "target": "{{ id.path }}/canvas#t=431.600,433.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a84", @@ -1093,7 +1093,7 @@ "language": "en", "value": "Phil drank his milk carefully." }, - "target": "{{ id.path }}/canvas#t=00:07:16.800,00:07:18.300" + "target": "{{ id.path }}/canvas#t=436.800,438.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a85", @@ -1106,7 +1106,7 @@ "language": "en", "value": "Some children are messy when they drink milk, \nbut not Phil." }, - "target": "{{ id.path }}/canvas#t=00:07:18.800,00:07:22.200" + "target": "{{ id.path }}/canvas#t=438.800,442.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a86", @@ -1119,7 +1119,7 @@ "language": "en", "value": "As each of Phil's friends finished, they \ndidn't leave the table but waited for all \nthe others to finish eating too." }, - "target": "{{ id.path }}/canvas#t=00:07:24.600,00:07:30.500" + "target": "{{ id.path }}/canvas#t=444.600,450.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a87", @@ -1132,7 +1132,7 @@ "language": "en", "value": "Phil was the last one done." }, - "target": "{{ id.path }}/canvas#t=00:07:31.800,00:07:34.500" + "target": "{{ id.path }}/canvas#t=451.800,454.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a88", @@ -1145,7 +1145,7 @@ "language": "en", "value": "His wiped his mouth and hands carefully with \nhis napkin." }, - "target": "{{ id.path }}/canvas#t=00:07:34.600,00:07:37.500" + "target": "{{ id.path }}/canvas#t=454.600,457.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a89", @@ -1158,7 +1158,7 @@ "language": "en", "value": "Then he cleaned the table where he sat." }, - "target": "{{ id.path }}/canvas#t=00:07:38.500,00:07:40.500" + "target": "{{ id.path }}/canvas#t=458.500,460.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a90", @@ -1171,7 +1171,7 @@ "language": "en", "value": "He didn't want to leave his place at the \ntable dirty." }, - "target": "{{ id.path }}/canvas#t=00:07:41.200,00:07:43.700" + "target": "{{ id.path }}/canvas#t=461.200,463.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a91", @@ -1184,7 +1184,7 @@ "language": "en", "value": "Everyone at the table cleaned his own place \nwell. But look at that table. It was left \nvery messy." }, - "target": "{{ id.path }}/canvas#t=00:07:44.800,00:07:52.500" + "target": "{{ id.path }}/canvas#t=464.800,472.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a92", @@ -1197,7 +1197,7 @@ "language": "en", "value": "Phil thought a Mr. Bungle must have sat there." }, - "target": "{{ id.path }}/canvas#t=00:07:53.900,00:07:56.500" + "target": "{{ id.path }}/canvas#t=473.900,476.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a93", @@ -1210,7 +1210,7 @@ "language": "en", "value": "But Phil didn't want to be like Mr. Bungle \nso he put his chair neatly into place." }, - "target": "{{ id.path }}/canvas#t=00:07:58.200,00:08:04.500" + "target": "{{ id.path }}/canvas#t=478.200,484.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a94", @@ -1223,7 +1223,7 @@ "language": "en", "value": "And his table looked fine." }, - "target": "{{ id.path }}/canvas#t=00:08:05.500,00:08:08.600" + "target": "{{ id.path }}/canvas#t=485.500,488.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a95", @@ -1236,7 +1236,7 @@ "language": "en", "value": "Not a piece of paper or scrap of food was \nleft on it." }, - "target": "{{ id.path }}/canvas#t=00:08:09.100,00:08:12.500" + "target": "{{ id.path }}/canvas#t=489.100,492.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a96", @@ -1249,7 +1249,7 @@ "language": "en", "value": "No Mr. Bungle sat here!" }, - "target": "{{ id.path }}/canvas#t=00:08:17.000,00:08:19.500" + "target": "{{ id.path }}/canvas#t=497.000,499.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a97", @@ -1262,7 +1262,7 @@ "language": "en", "value": "Phil's friends were careful to put their \nwaste papers and empty milk cartons where \nthey belonged." }, - "target": "{{ id.path }}/canvas#t=00:08:21.100,00:08:26.400" + "target": "{{ id.path }}/canvas#t=501.100,506.400" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a98", @@ -1275,7 +1275,7 @@ "language": "en", "value": "In this way, they helped keep the lunchroom \nclean." }, - "target": "{{ id.path }}/canvas#t=00:08:27.300,00:08:31.600" + "target": "{{ id.path }}/canvas#t=507.300,511.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a99", @@ -1288,7 +1288,7 @@ "language": "en", "value": "Phil was certain that Mr. Bungle wouldn't \nput his paper in the waste basket and his \nempty carton on the milk tray." }, - "target": "{{ id.path }}/canvas#t=00:08:31.900,00:08:37.700" + "target": "{{ id.path }}/canvas#t=511.900,517.700" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a100", @@ -1301,7 +1301,7 @@ "language": "en", "value": "Mr. Bungle probably wouldn't bother to put \nhis lunch tray in the right place either." }, - "target": "{{ id.path }}/canvas#t=00:08:38.300,00:08:42.600" + "target": "{{ id.path }}/canvas#t=518.300,522.600" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a101", @@ -1314,7 +1314,7 @@ "language": "en", "value": "But Phil and his friends did." }, - "target": "{{ id.path }}/canvas#t=00:08:42.700,00:08:47.500" + "target": "{{ id.path }}/canvas#t=522.700,527.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a102", @@ -1327,7 +1327,7 @@ "language": "en", "value": "Lunch was good today. And then Miss Brown \ntold Phil and his friends how proud she was \nof them." }, - "target": "{{ id.path }}/canvas#t=00:08:47.600,00:08:53.500" + "target": "{{ id.path }}/canvas#t=527.600,533.500" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a103", @@ -1340,7 +1340,7 @@ "language": "en", "value": "They had left their table the neatest in \nthe luchroom." }, - "target": "{{ id.path }}/canvas#t=00:08:54.000,00:08:57.300" + "target": "{{ id.path }}/canvas#t=534.000,537.300" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a104", @@ -1353,7 +1353,7 @@ "language": "en", "value": "No one here was a Mr. Bungle. And no one \nwanted to be." }, - "target": "{{ id.path }}/canvas#t=00:08:57.400,00:09:02.200" + "target": "{{ id.path }}/canvas#t=537.400,542.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a105", @@ -1366,7 +1366,7 @@ "language": "en", "value": "Are you like Mr. Bungle? Mr. Bungle is ashamed \nbecause he spoils lunchtime." }, - "target": "{{ id.path }}/canvas#t=00:09:02.800,00:09:09.200" + "target": "{{ id.path }}/canvas#t=542.800,549.200" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a106", @@ -1379,7 +1379,7 @@ "language": "en", "value": "Don't be like Mr. Bungle." }, - "target": "{{ id.path }}/canvas#t=00:09:10.500,00:09:12.000" + "target": "{{ id.path }}/canvas#t=550.500,552.000" }, { "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a107", @@ -1392,7 +1392,7 @@ "language": "en", "value": "Have good lunchtime manners and lunch will \nbe more fun for everyone." }, - "target": "{{ id.path }}/canvas#t=00:09:12.100,00:09:17.600" + "target": "{{ id.path }}/canvas#t=552.100,557.600" } ] } \ No newline at end of file From 6b25fe4184bf4e9961702e8d27471bd521228fcf Mon Sep 17 00:00:00 2001 From: Nuno Freire Date: Wed, 14 May 2025 13:43:34 +0100 Subject: [PATCH 5/5] shorter example, fixed links to related recipies --- recipe/0079-annotations-for-captions/index.md | 5 +- .../lunchroom_manners-captions-en.json | 1274 ----------------- .../lunchroom_manners.vtt | 511 ------- 3 files changed, 2 insertions(+), 1788 deletions(-) delete mode 100644 recipe/0079-annotations-for-captions/lunchroom_manners.vtt diff --git a/recipe/0079-annotations-for-captions/index.md b/recipe/0079-annotations-for-captions/index.md index 7513cfea6..ea24cbad6 100644 --- a/recipe/0079-annotations-for-captions/index.md +++ b/recipe/0079-annotations-for-captions/index.md @@ -28,7 +28,7 @@ In this recipe, annotations are used to mark up video content shown on a canvas ## Example -In this example we show the same captions and video from [Using Caption Files with Video Content][0219]. but the `annotations` section of the manifest links to a `AnnotationPage` instead of the WebVTT file. +In this example we show the same captions and video from [Using Caption Files with Video Content][0219]. but the `annotations` section of the manifest links to a `AnnotationPage` instead of the WebVTT file. For readability, the example contains only the annotations that concern the captions of the first minute of the video. The `AnnotationPage` contains one annotation per individual caption entry, and these are provided as `supplementing` annotations on the Canvas that contains the video file. The references to the canvas uses Media Fragment URIs with a begin time and an end time. The annotations also contain the `provides` property with the value `closedCaptions` to inform the IIIF viewer that these annotations are representing captions. The language of the captions is expressed with a `language` property containing a [BCP 47](https://tools.ietf.org/html/bcp47) language code as specified by the Presentation API 4.0. @@ -45,9 +45,8 @@ Note: This recipe may also be applied for subtitles. In such cases, the `provide - [Simplest Manifest - Video][0003] - [Using Caption Files with Video Content][0219] - [Using Caption and Subtitle Files in Multiple Languages with Video Content][0074] -- [A Side-by-side Transcript of a Video Recording][0253] +- [Using Transcript Files with Audio or Video Content][0253] - [Providing Access to Transcripts of A/V Content][0017] -- [Serving HLS Files][0257] {% include acronyms.md %} {% include links.md %} diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json index 948ee15ca..e54dd71af 100644 --- a/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json +++ b/recipe/0079-annotations-for-captions/lunchroom_manners-captions-en.json @@ -119,1280 +119,6 @@ "value": "Then, instead of getting into line at the \nlunchroom, Mr. Bungle pushed everyone aside \nand went right to the front." }, "target": "{{ id.path }}/canvas#t=57.900,65.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a10", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Even though this made the children laugh, \nno one thought that was a fair thing to do." - }, - "target": "{{ id.path }}/canvas#t=66.000,71.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a11", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Then, in the lunchroom, Mr. Bungle was so \nclumsy and impolite that he knocked over \neverything. And no one wanted to sit next \nto him." - }, - "target": "{{ id.path }}/canvas#t=71.900,82.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a12", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And when he finally knocked his own tray \noff the table, that was the end of the puppet \nshow." - }, - "target": "{{ id.path }}/canvas#t=83.500,89.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a13", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "The children knew that even though Mr. Bungle \nwas funny to watch, he wouldn't be much fun \nto eat with." - }, - "target": "{{ id.path }}/canvas#t=90.300,96.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a14", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil knew that a Mr. Bungle wouldn't have \nmany friends. He wouldn't want to be like \nMr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=96.400,102.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a15", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Later Miss Brown said it was time to for \nthe children who ate in the cafeteria to \ngo to lunch." - }, - "target": "{{ id.path }}/canvas#t=103.900,109.100" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a16", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "She hoped there weren't any Mr. Bungles in \nthis room." - }, - "target": "{{ id.path }}/canvas#t=109.200,112.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a17", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil stopped to return a book to Miss Brown \nwhile his friends went on to the lunchroom." - }, - "target": "{{ id.path }}/canvas#t=118.500,123.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a18", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He would have to catch up with them later." - }, - "target": "{{ id.path }}/canvas#t=123.700,125.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a19", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "One his way to catch up with his friends, \nPhil almost walked passed the boys' room." - }, - "target": "{{ id.path }}/canvas#t=128.500,133.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a20", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "But he stopped and thought we're his hands \nclean?" - }, - "target": "{{ id.path }}/canvas#t=133.300,136.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a21", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "No, they were a little dirty. Phil remembered \nthat Mr. Bungle didn't wash his hands." - }, - "target": "{{ id.path }}/canvas#t=136.500,142.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a22", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Mr. Bungle's hair was messy too." - }, - "target": "{{ id.path }}/canvas#t=142.900,145.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a23", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil didn't want to be like Mr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=145.800,148.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a24", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Inside the boys' room, Phil was surprised \nto see some of his friends washing their \nhands too." - }, - "target": "{{ id.path }}/canvas#t=151.200,156.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a25", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil washed his hands well with lots of soap." - }, - "target": "{{ id.path }}/canvas#t=157.300,160.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a26", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Then he rinsed the soap off." - }, - "target": "{{ id.path }}/canvas#t=165.400,167.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a27", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil dried his hands well too. When he was \nfinished, he threw the paper towel in the \nbasket where it belonged." - }, - "target": "{{ id.path }}/canvas#t=171.700,178.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a28", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And then he made sure that his hair looked \nneat." - }, - "target": "{{ id.path }}/canvas#t=179.700,182.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a29", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Now Phil and his friends were ready for lunch." - }, - "target": "{{ id.path }}/canvas#t=185.500,188.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a30", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "There was a line of children waiting to get \ninto the lunchroom when Phil got there." - }, - "target": "{{ id.path }}/canvas#t=197.600,202.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a31", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He saw some boys he knew at the front of \nthe line." - }, - "target": "{{ id.path }}/canvas#t=202.800,205.100" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a32", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "They waved for him to go up to the front \nwith them." - }, - "target": "{{ id.path }}/canvas#t=205.500,208.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a33", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "But Phil didn't want to break into line as \nMr. Bungle did." - }, - "target": "{{ id.path }}/canvas#t=209.600,213.100" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a34", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "So Phil went to the end. That was the fair \nthing to do." - }, - "target": "{{ id.path }}/canvas#t=214.300,218.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a35", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He would see his other friends inside the \nlunchroom." - }, - "target": "{{ id.path }}/canvas#t=218.600,221.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a36", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "The line moved very fast, and soon Phil was \ninside." - }, - "target": "{{ id.path }}/canvas#t=222.600,226.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a37", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "First he picked up his tray." - }, - "target": "{{ id.path }}/canvas#t=227.600,229.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a38", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Then he got his silverware." - }, - "target": "{{ id.path }}/canvas#t=235.400,237.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a39", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He put his knife, fork and spoon neatly on \nthe tray." - }, - "target": "{{ id.path }}/canvas#t=239.500,244.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a40", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And then he slid his tray along." - }, - "target": "{{ id.path }}/canvas#t=245.000,247.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a41", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He always enjoyed looking at the good food \nin the cafeteria." - }, - "target": "{{ id.path }}/canvas#t=251.900,255.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a42", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "It tasted good and was good for him too." - }, - "target": "{{ id.path }}/canvas#t=255.400,258.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a43", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Instead of having a sandwich today, Phil \ndecided to take the hot lunch." - }, - "target": "{{ id.path }}/canvas#t=258.900,263.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a44", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil took some bread and butter too." - }, - "target": "{{ id.path }}/canvas#t=266.100,268.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a45", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And he knew what else he wanted: milk." - }, - "target": "{{ id.path }}/canvas#t=268.500,271.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a46", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "But Alice took the last carton on the tray." - }, - "target": "{{ id.path }}/canvas#t=271.700,275.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a47", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Maybe there was more more milk, so he said, \n\"May I please have some milk?\"" - }, - "target": "{{ id.path }}/canvas#t=275.700,280.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a48", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil remembered to say \"may I\" and \"please\". \nThat was very polite." - }, - "target": "{{ id.path }}/canvas#t=281.100,285.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a49", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Yes, there was more milk." - }, - "target": "{{ id.path }}/canvas#t=285.900,288.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a50", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil remembered to say \"thank you\" when he \ntook the carton of milk." - }, - "target": "{{ id.path }}/canvas#t=291.800,295.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a51", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil had good manners. He didn't want to \nbe like Mr. Bungle in the lunchroom." - }, - "target": "{{ id.path }}/canvas#t=296.700,301.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a52", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil didn't want to forget his dessert." - }, - "target": "{{ id.path }}/canvas#t=301.500,304.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a53", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "The cake looked delicious [and was huge!]." - }, - "target": "{{ id.path }}/canvas#t=305.100,308.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a54", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "At the end of the line, the lunchroom supervisor \nsaid she had noticed how polite Phil was." - }, - "target": "{{ id.path }}/canvas#t=310.600,315.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a55", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And she smiled at him." - }, - "target": "{{ id.path }}/canvas#t=315.400,317.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a56", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "She wouldn't smile at a Mr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=317.100,319.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a57", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil went to table where his friends were." - }, - "target": "{{ id.path }}/canvas#t=320.000,322.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a58", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He put his tray down carefully, pulled out \nhis chair quietly and sat down." - }, - "target": "{{ id.path }}/canvas#t=323.500,329.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a59", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He knew his friends would like a noisy Mr. \nBungle at their table." - }, - "target": "{{ id.path }}/canvas#t=330.100,333.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a60", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "There was someone Phil liked: Freddy." - }, - "target": "{{ id.path }}/canvas#t=333.800,336.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a61", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He always brought his lunch from home." - }, - "target": "{{ id.path }}/canvas#t=337.400,339.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a62", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "It looked good." - }, - "target": "{{ id.path }}/canvas#t=339.800,340.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a63", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Freddy had a sandwich, and apple, a cookie, \nand milk." - }, - "target": "{{ id.path }}/canvas#t=341.600,345.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a64", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Before Phil began to eat, he always put a \nnapkin on his lap." - }, - "target": "{{ id.path }}/canvas#t=348.300,352.100" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a65", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "So did Freddy." - }, - "target": "{{ id.path }}/canvas#t=352.400,353.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a66", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Everyone liked Freddy. He was very polite." - }, - "target": "{{ id.path }}/canvas#t=355.100,358.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a67", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "For example, if he had food in his mouth \nwhen someone talked to him," - }, - "target": "{{ id.path }}/canvas#t=358.400,361.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a68", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "he always took time to chew the food with \nhis mouth closed and swallow before he answered." - }, - "target": "{{ id.path }}/canvas#t=362.000,367.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a69", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil noticed how straight and tall Freddy \nusually sat." - }, - "target": "{{ id.path }}/canvas#t=368.900,372.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a70", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Freddy kept his feet on the floor too." - }, - "target": "{{ id.path }}/canvas#t=372.900,375.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a71", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil would rather be like Freddy than like \nMr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=378.200,381.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a72", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Another polite person everyone liked was \nAlice." - }, - "target": "{{ id.path }}/canvas#t=381.600,385.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a73", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "For example, when Alice sneezed, she covered \nher mouth and nose. This protected her friends \nat the table from any germs." - }, - "target": "{{ id.path }}/canvas#t=386.700,393.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a74", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "While Phil and his friends ate, a boy ran \npast their table." - }, - "target": "{{ id.path }}/canvas#t=394.500,398.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a75", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "You shouldn't run in the lunchroom. Only \nMr. Bungle would do that." - }, - "target": "{{ id.path }}/canvas#t=398.100,402.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a76", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil and his friends wouldn't like to have \na Mr. Bungle at their table." - }, - "target": "{{ id.path }}/canvas#t=405.800,409.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a77", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Then lunchtime wouldn't be as much fun as \nit is." - }, - "target": "{{ id.path }}/canvas#t=409.600,412.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a78", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil ate slowly and enjoyed his lunch." - }, - "target": "{{ id.path }}/canvas#t=413.500,416.100" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a79", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Finally, he had eaten everything except his \ndessert." - }, - "target": "{{ id.path }}/canvas#t=417.500,420.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a80", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He saved his cake for last." - }, - "target": "{{ id.path }}/canvas#t=421.000,423.800" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a81", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Only a Mr. Bungle would eat his dessert before \nhe'd finished the rest of his lunch." - }, - "target": "{{ id.path }}/canvas#t=423.900,427.900" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a82", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And Phil wan't a Mr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=428.200,430.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a83", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "The cake was a lie." - }, - "target": "{{ id.path }}/canvas#t=431.600,433.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a84", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil drank his milk carefully." - }, - "target": "{{ id.path }}/canvas#t=436.800,438.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a85", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Some children are messy when they drink milk, \nbut not Phil." - }, - "target": "{{ id.path }}/canvas#t=438.800,442.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a86", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "As each of Phil's friends finished, they \ndidn't leave the table but waited for all \nthe others to finish eating too." - }, - "target": "{{ id.path }}/canvas#t=444.600,450.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a87", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil was the last one done." - }, - "target": "{{ id.path }}/canvas#t=451.800,454.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a88", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "His wiped his mouth and hands carefully with \nhis napkin." - }, - "target": "{{ id.path }}/canvas#t=454.600,457.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a89", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Then he cleaned the table where he sat." - }, - "target": "{{ id.path }}/canvas#t=458.500,460.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a90", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "He didn't want to leave his place at the \ntable dirty." - }, - "target": "{{ id.path }}/canvas#t=461.200,463.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a91", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Everyone at the table cleaned his own place \nwell. But look at that table. It was left \nvery messy." - }, - "target": "{{ id.path }}/canvas#t=464.800,472.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a92", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil thought a Mr. Bungle must have sat there." - }, - "target": "{{ id.path }}/canvas#t=473.900,476.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a93", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "But Phil didn't want to be like Mr. Bungle \nso he put his chair neatly into place." - }, - "target": "{{ id.path }}/canvas#t=478.200,484.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a94", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "And his table looked fine." - }, - "target": "{{ id.path }}/canvas#t=485.500,488.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a95", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Not a piece of paper or scrap of food was \nleft on it." - }, - "target": "{{ id.path }}/canvas#t=489.100,492.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a96", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "No Mr. Bungle sat here!" - }, - "target": "{{ id.path }}/canvas#t=497.000,499.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a97", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil's friends were careful to put their \nwaste papers and empty milk cartons where \nthey belonged." - }, - "target": "{{ id.path }}/canvas#t=501.100,506.400" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a98", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "In this way, they helped keep the lunchroom \nclean." - }, - "target": "{{ id.path }}/canvas#t=507.300,511.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a99", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Phil was certain that Mr. Bungle wouldn't \nput his paper in the waste basket and his \nempty carton on the milk tray." - }, - "target": "{{ id.path }}/canvas#t=511.900,517.700" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a100", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Mr. Bungle probably wouldn't bother to put \nhis lunch tray in the right place either." - }, - "target": "{{ id.path }}/canvas#t=518.300,522.600" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a101", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "But Phil and his friends did." - }, - "target": "{{ id.path }}/canvas#t=522.700,527.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a102", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Lunch was good today. And then Miss Brown \ntold Phil and his friends how proud she was \nof them." - }, - "target": "{{ id.path }}/canvas#t=527.600,533.500" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a103", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "They had left their table the neatest in \nthe luchroom." - }, - "target": "{{ id.path }}/canvas#t=534.000,537.300" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a104", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "No one here was a Mr. Bungle. And no one \nwanted to be." - }, - "target": "{{ id.path }}/canvas#t=537.400,542.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a105", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Are you like Mr. Bungle? Mr. Bungle is ashamed \nbecause he spoils lunchtime." - }, - "target": "{{ id.path }}/canvas#t=542.800,549.200" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a106", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Don't be like Mr. Bungle." - }, - "target": "{{ id.path }}/canvas#t=550.500,552.000" - }, - { - "id": "https://data.europeana.eu/annotation/2051943/data_euscreenXL_EUS_2BAA81D23D6F41578CB2C2071D0325FC/en/a107", - "type": "Annotation", - "motivation": "supplementing", - "provides": [ "closedCaptions" ], - "body": { - "type": "TextualBody", - "format": "text/plain", - "language": "en", - "value": "Have good lunchtime manners and lunch will \nbe more fun for everyone." - }, - "target": "{{ id.path }}/canvas#t=552.100,557.600" } ] } \ No newline at end of file diff --git a/recipe/0079-annotations-for-captions/lunchroom_manners.vtt b/recipe/0079-annotations-for-captions/lunchroom_manners.vtt deleted file mode 100644 index 0b03e1963..000000000 --- a/recipe/0079-annotations-for-captions/lunchroom_manners.vtt +++ /dev/null @@ -1,511 +0,0 @@ -WEBVTT - -1 -00:00:01.200 --> 00:00:21.000 -[music] - -2 -00:00:22.200 --> 00:00:26.600 -Just before lunch one day, a puppet show -was put on at school. - -3 -00:00:26.700 --> 00:00:31.500 -It was called "Mister Bungle Goes to Lunch". - -4 -00:00:31.600 --> 00:00:34.500 -It was fun to watch. - -5 -00:00:36.100 --> 00:00:41.300 -In the puppet show, Mr. Bungle came to the -boys' room on his way to lunch. - -6 -00:00:41.400 --> 00:00:46.200 -He looked at his hands. His hands were dirty -and his hair was messy. - -7 -00:00:46.300 --> 00:00:51.100 -But Mr. Bungle didn't stop to wash his hands -or comb his hair. - -8 -00:00:51.200 --> 00:00:54.900 -He went right to lunch. - -9 -00:00:57.900 --> 00:01:05.700 -Then, instead of getting into line at the -lunchroom, Mr. Bungle pushed everyone aside -and went right to the front. - -10 -00:01:06.000 --> 00:01:11.800 -Even though this made the children laugh, -no one thought that was a fair thing to do. - -11 -00:01:11.900 --> 00:01:22.000 -Then, in the lunchroom, Mr. Bungle was so -clumsy and impolite that he knocked over -everything. And no one wanted to sit next -to him. - -12 -00:01:23.500 --> 00:01:29.000 -And when he finally knocked his own tray -off the table, that was the end of the puppet -show. - -13 -00:01:30.300 --> 00:01:36.300 -The children knew that even though Mr. Bungle -was funny to watch, he wouldn't be much fun -to eat with. - -14 -00:01:36.400 --> 00:01:42.500 -Phil knew that a Mr. Bungle wouldn't have -many friends. He wouldn't want to be like -Mr. Bungle. - -15 -00:01:43.900 --> 00:01:49.100 -Later Miss Brown said it was time to for -the children who ate in the cafeteria to -go to lunch. - -16 -00:01:49.200 --> 00:01:52.500 -She hoped there weren't any Mr. Bungles in -this room. - -17 -00:01:58.500 --> 00:02:03.200 -Phil stopped to return a book to Miss Brown -while his friends went on to the lunchroom. - -18 -00:02:03.700 --> 00:02:05.400 -He would have to catch up with them later. - -19 -00:02:08.500 --> 00:02:13.000 -One his way to catch up with his friends, -Phil almost walked passed the boys' room. - -20 -00:02:13.300 --> 00:02:16.400 -But he stopped and thought we're his hands -clean? - -21 -00:02:16.500 --> 00:02:22.800 -No, they were a little dirty. Phil remembered -that Mr. Bungle didn't wash his hands. - -22 -00:02:22.900 --> 00:02:25.600 -Mr. Bungle's hair was messy too. - -23 -00:02:25.800 --> 00:02:28.000 -Phil didn't want to be like Mr. Bungle. - -24 -00:02:31.200 --> 00:02:36.900 -Inside the boys' room, Phil was surprised -to see some of his friends washing their -hands too. - -25 -00:02:37.300 --> 00:02:40.900 -Phil washed his hands well with lots of soap. - -26 -00:02:45.400 --> 00:02:47.800 -Then he rinsed the soap off. - -27 -00:02:51.700 --> 00:02:58.900 -Phil dried his hands well too. When he was -finished, he threw the paper towel in the -basket where it belonged. - -28 -00:02:59.700 --> 00:03:02.200 -And then he made sure that his hair looked -neat. - -29 -00:03:05.500 --> 00:03:08.500 -Now Phil and his friends were ready for lunch. - -30 -00:03:17.600 --> 00:03:22.300 -There was a line of children waiting to get -into the lunchroom when Phil got there. - -31 -00:03:22.800 --> 00:03:25.100 -He saw some boys he knew at the front of -the line. - -32 -00:03:25.500 --> 00:03:28.600 -They waved for him to go up to the front -with them. - -33 -00:03:29.600 --> 00:03:33.100 -But Phil didn't want to break into line as -Mr. Bungle did. - -34 -00:03:34.300 --> 00:03:38.500 -So Phil went to the end. That was the fair -thing to do. - -35 -00:03:38.600 --> 00:03:41.500 -He would see his other friends inside the -lunchroom. - -36 -00:03:42.600 --> 00:03:46.500 -The line moved very fast, and soon Phil was -inside. - -37 -00:03:47.600 --> 00:03:49.200 -First he picked up his tray. - -38 -00:03:55.400 --> 00:03:57.300 -Then he got his silverware. - -39 -00:03:59.500 --> 00:04:04.300 -He put his knife, fork and spoon neatly on -the tray. - -40 -00:04:05.000 --> 00:04:07.500 -And then he slid his tray along. - -41 -00:04:11.900 --> 00:04:15.300 -He always enjoyed looking at the good food -in the cafeteria. - -42 -00:04:15.400 --> 00:04:18.200 -It tasted good and was good for him too. - -43 -00:04:18.900 --> 00:04:23.200 -Instead of having a sandwich today, Phil -decided to take the hot lunch. - -44 -00:04:26.100 --> 00:04:28.300 -Phil took some bread and butter too. - -45 -00:04:28.500 --> 00:04:31.600 -And he knew what else he wanted: milk. - -46 -00:04:31.700 --> 00:04:35.600 -But Alice took the last carton on the tray. - -47 -00:04:35.700 --> 00:04:40.600 -Maybe there was more more milk, so he said, -"May I please have some milk?" - -48 -00:04:41.100 --> 00:04:45.800 -Phil remembered to say "may I" and "please". -That was very polite. - -49 -00:04:45.900 --> 00:04:48.200 -Yes, there was more milk. - -50 -00:04:51.800 --> 00:04:55.500 -Phil remembered to say "thank you" when he -took the carton of milk. - -51 -00:04:56.700 --> 00:05:01.000 -Phil had good manners. He didn't want to -be like Mr. Bungle in the lunchroom. - -52 -00:05:01.500 --> 00:05:04.400 -Phil didn't want to forget his dessert. - -53 -00:05:05.100 --> 00:05:08.200 -The cake looked delicious [and was huge!]. - -54 -00:05:10.600 --> 00:05:15.300 -At the end of the line, the lunchroom supervisor -said she had noticed how polite Phil was. - -55 -00:05:15.400 --> 00:05:17.000 -And she smiled at him. - -56 -00:05:17.100 --> 00:05:19.400 -She wouldn't smile at a Mr. Bungle. - -57 -00:05:20.000 --> 00:05:22.600 -Phil went to table where his friends were. - -58 -00:05:23.500 --> 00:05:29.700 -He put his tray down carefully, pulled out -his chair quietly and sat down. - -59 -00:05:30.100 --> 00:05:33.600 -He knew his friends would like a noisy Mr. -Bungle at their table. - -60 -00:05:33.800 --> 00:05:36.900 -There was someone Phil liked: Freddy. - -61 -00:05:37.400 --> 00:05:39.700 -He always brought his lunch from home. - -62 -00:05:39.800 --> 00:05:40.700 -It looked good. - -63 -00:05:41.600 --> 00:05:45.000 -Freddy had a sandwich, and apple, a cookie, -and milk. - -64 -00:05:48.300 --> 00:05:52.100 -Before Phil began to eat, he always put a -napkin on his lap. - -65 -00:05:52.400 --> 00:05:53.900 -So did Freddy. - -66 -00:05:55.100 --> 00:05:58.300 -Everyone liked Freddy. He was very polite. - -67 -00:05:58.400 --> 00:06:01.900 -For example, if he had food in his mouth -when someone talked to him, - -68 -00:06:02.000 --> 00:06:07.200 -he always took time to chew the food with -his mouth closed and swallow before he answered. - -69 -00:06:08.900 --> 00:06:12.800 -Phil noticed how straight and tall Freddy -usually sat. - -70 -00:06:12.900 --> 00:06:15.600 -Freddy kept his feet on the floor too. - -71 -00:06:18.200 --> 00:06:21.500 -Phil would rather be like Freddy than like -Mr. Bungle. - -72 -00:06:21.600 --> 00:06:25.400 -Another polite person everyone liked was -Alice. - -73 -00:06:26.700 --> 00:06:33.200 -For example, when Alice sneezed, she covered -her mouth and nose. This protected her friends -at the table from any germs. - -74 -00:06:34.500 --> 00:06:38.000 -While Phil and his friends ate, a boy ran -past their table. - -75 -00:06:38.100 --> 00:06:42.300 -You shouldn't run in the lunchroom. Only -Mr. Bungle would do that. - -76 -00:06:45.800 --> 00:06:49.400 -Phil and his friends wouldn't like to have -a Mr. Bungle at their table. - -77 -00:06:49.600 --> 00:06:52.400 -Then lunchtime wouldn't be as much fun as -it is. - -78 -00:06:53.500 --> 00:06:56.100 -Phil ate slowly and enjoyed his lunch. - -79 -00:06:57.500 --> 00:07:00.400 -Finally, he had eaten everything except his -dessert. - -80 -00:07:01.000 --> 00:07:03.800 -He saved his cake for last. - -81 -00:07:03.900 --> 00:07:07.900 -Only a Mr. Bungle would eat his dessert before -he'd finished the rest of his lunch. - -82 -00:07:08.200 --> 00:07:10.200 -And Phil wan't a Mr. Bungle. - -83 -00:07:11.600 --> 00:07:13.000 -The cake was a lie. - -84 -00:07:16.800 --> 00:07:18.300 -Phil drank his milk carefully. - -85 -00:07:18.800 --> 00:07:22.200 -Some children are messy when they drink milk, -but not Phil. - -86 -00:07:24.600 --> 00:07:30.500 -As each of Phil's friends finished, they -didn't leave the table but waited for all -the others to finish eating too. - -87 -00:07:31.800 --> 00:07:34.500 -Phil was the last one done. - -88 -00:07:34.600 --> 00:07:37.500 -His wiped his mouth and hands carefully with -his napkin. - -89 -00:07:38.500 --> 00:07:40.500 -Then he cleaned the table where he sat. - -90 -00:07:41.200 --> 00:07:43.700 -He didn't want to leave his place at the -table dirty. - -91 -00:07:44.800 --> 00:07:52.500 -Everyone at the table cleaned his own place -well. But look at that table. It was left -very messy. - -92 -00:07:53.900 --> 00:07:56.500 -Phil thought a Mr. Bungle must have sat there. - -93 -00:07:58.200 --> 00:08:04.500 -But Phil didn't want to be like Mr. Bungle -so he put his chair neatly into place. - -94 -00:08:05.500 --> 00:08:08.600 -And his table looked fine. - -95 -00:08:09.100 --> 00:08:12.500 -Not a piece of paper or scrap of food was -left on it. - -96 -00:08:17.000 --> 00:08:19.500 -No Mr. Bungle sat here! - -97 -00:08:21.100 --> 00:08:26.400 -Phil's friends were careful to put their -waste papers and empty milk cartons where -they belonged. - -98 -00:08:27.300 --> 00:08:31.600 -In this way, they helped keep the lunchroom -clean. - -99 -00:08:31.900 --> 00:08:37.700 -Phil was certain that Mr. Bungle wouldn't -put his paper in the waste basket and his -empty carton on the milk tray. - -100 -00:08:38.300 --> 00:08:42.600 -Mr. Bungle probably wouldn't bother to put -his lunch tray in the right place either. - -101 -00:08:42.700 --> 00:08:47.500 -But Phil and his friends did. - -102 -00:08:47.600 --> 00:08:53.500 -Lunch was good today. And then Miss Brown -told Phil and his friends how proud she was -of them. - -103 -00:08:54.000 --> 00:08:57.300 -They had left their table the neatest in -the luchroom. - -104 -00:08:57.400 --> 00:09:02.200 -No one here was a Mr. Bungle. And no one -wanted to be. - -105 -00:09:02.800 --> 00:09:09.200 -Are you like Mr. Bungle? Mr. Bungle is ashamed -because he spoils lunchtime. - -106 -00:09:10.500 --> 00:09:12.000 -Don't be like Mr. Bungle. - -107 -00:09:12.100 --> 00:09:17.600 -Have good lunchtime manners and lunch will -be more fun for everyone. -